diff --git a/CMakeLists.txt b/CMakeLists.txt index c08bf75b2c..21be05ec3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ project(Geant4 HOMEPAGE_URL "https://geant4.cern.ch") set(${PROJECT_NAME}_VERSION_MAJOR 11) set(${PROJECT_NAME}_VERSION_MINOR 2) -set(${PROJECT_NAME}_VERSION_PATCH 1) +set(${PROJECT_NAME}_VERSION_PATCH 2) set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}") # - Prepend our own CMake Modules to the search path diff --git a/ReleaseNotes/Patch.11.2-2.txt b/ReleaseNotes/Patch.11.2-2.txt new file mode 100644 index 0000000000..bfb5ff3a75 --- /dev/null +++ b/ReleaseNotes/Patch.11.2-2.txt @@ -0,0 +1,261 @@ + + Geant4 11.2 - patch-02 Release Notes + ------------------------------------ + + 21 June 2024 + +List of fixes included in this public patch since the public release 11.2.1: + + o Configuration + ------------- + + CMake: + o Fix to do not export HDF5 version to Geant4Config. + o Fixed find_package(SoXt) and find_package(SoWin). + o In main CMake source script, VTK driver library requires the application + of VTK's vtk_module_autoinit cmake function, but the existence of the + target was not checked, leading to configure time errors. Check for the + existence of both G4visVTK and G4visVTK-static targets before applying + vtk_module_autoinit. Addressing problem report #2600. + o Mention the possibility of using cvmfs datasets in the cmake configuration. + o Updated FindPythia6 module to account for lib64. + Applies GitHub PR#63 (https://github.com/Geant4/geant4/pull/63). + o Disabled use of FindPythia6 outside of internal Geant4 examples. + o Updated FindPythia8 module to reduce capability to only that required by + py8decayer example and emit error if used in project outside Geant4 or + py8decayer. Applies GitHub PR#68 (https://github.com/Geant4/geant4/pull/68). + o Fixed escaping of regex in geant4_module_check to satisfy latest Python3. + o Updated dataset: G4NDL-4.7.1. + + o Analysis + -------- + + Do not delete G4Accumulable default constructor, as it prevents from + using it in an array without an explicit initialization in the header. + + Fixed wrong conversion to G4String in G4THnToolsManager, leading to + compilation error on gcc compiler with C++23 Standard enabled. + + o Digits_Hits + ----------- + + Fixed compilation error in G4THitsMap on macOS/clang with C++23 Standard + enabled. + + o Externals + --------- + + g4tools: + o Fixed compilation warnings on gcc when LTO settings are enabled. + o Fixed string assignments in 'window' and 'pixwin', to support either + UNICODE or UTF-16 encoding on Windows. Addressing problem report #2599. + + ptl: + o Changed Windows.h to windows.h, to allow build Windows/MinGW. + Not relevant for native VC++ builds. + + o Geometry + -------- + + magnetic_field: + o Fixed potential uninitialised data, detected in ATLAS LTO builds. + + navigation: + o Fixed compilation error in G4Navigator on Windows VC++ with C++20 Standard + enabled. Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + + solids/specific: + o Use std::size_t for array sizes in G4PolyhedraSide and G4PolyPhiFace, + fixing compilation warnings on gcc when LTO settings are enabled. + + volumes: + o Use std::map instead of std::vector to define G4LogicalSkinSurfaceTable, + to speedup search of skin surfaces in large tables, as already done + previously for G4LogicalBorderSurface. Addressing problem report #2598. + + o Global + ------ + + Changed Windows.h to windows.h, to allow build Windows/MinGW. + Not relevant for native VC++ builds. Use _WIN32 to detect Windows system. + + Fixed compilation error in G4PhysicsModelCatalog on Windows VC++ with + C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + + Provide helpful error message when GEANT4_DATA_DIR is set to an invalid + location. + + Updated date and version for 11.2.2. + + o Intercoms + --------- + + G4UIparsing: checking either 'int' or 'long int' parameter value are + within range of G4int or G4long. + + Fix in G4GenericMessenger::DeclareMethod() which was wrongly converting + valid Boolean parameters. Improved SetNewValue() function. + Addressing problem report #2606. + + o Interfaces + ---------- + + Use std::size_t as arrays size in G4InteractorMessenger and G4UIArrayString, + fixing compilation warnings on gcc when LTO settings are enabled + + Fixed string assignments in G4Win32 and G4UIWin32, to support either + UNICODE or UTF-16 encoding on Windows. Addressing problem report #2599. + + o Materials + --------- + + Fix in G4NistMaterialBuilder::HepAndNuclearMaterials(): G4_BRASS, + G4_BRONZE and G4_STAILESS_STEEL are now defined using mass fractions + of components instead of number of atoms, in order to have more natural + description. Addressing problem report #2601. + Results may be changed on level of 10^-5 due to numerical differences. + + o Persistency + ----------- + + GDML: + o Disabled schema validation on Windows platforms, as XercesC currently does + support only 'http'. + o Fix in schema module gdml_solids.xsd for tessellated solid semantics, to + correctly reference facet types. Fixes schema validation errors which may + occur on some custom XSD validation tools (fix included in GDML-3.1.7). + o Use std::map instead of std::vector to iterate on logical-skin surfaces + in G4GDMLWriteStructure::GetSkinSurface(). + Part of fix addressing problem report #2598. + + o Physics Lists + ------------- + + lists: + o G4PhysListFactory: added three new variants of 'Shielding' physics list, + using the model G4LightIonQMDReaction: 'ShieldingLIQMD', 'ShieldingLIQMD_HP' + and 'ShieldingLIQMD_HPT'. Addressing problem report #2615. + Note that 'ShieldingLIQMD' and 'ShieldingLIQMD_HP' refer to the same + configuration, the latter is introduced only for consistency. + + o Processes - Electromagnetic + --------------------------- + + dna: + o Fixed compilation error on Windows VC++ with C++20 Standard enabled. + Added missing declarations for TG4MoleculeShoot specialisations on G4Track. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + o Fixed compilation error on macOS/clang with C++23 enabled, for the use + of std::function in G4OctreeFinder. + + standard: + o G4BetheHeitler5DModel: fixed computation of sinTheta sampling and added + checks on arguments of G4Exp in SampleSecondaries() method, to avoid FPE + problems in the case of -O3 optimisation on alma9. + + utils: + o G4EmUtility: simplified computation of cross-section maximum for + discrete processes to fix FPE issues on alma9 when -O3 compiler + option is used. + o Fixed compilation error in G4EmConfigurator on Windows VC++ with + C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + + o Processes - Hadronic + -------------------- + + models/binary_cascade: + o Removed throwing of exception if momentum cannot be corrected in rare + cases for D + H around 1600 MeV; the initial state is now kept unchanged + instead. + + models/coherent_elastic: + o Fixed compilation warnings for potentially initialised local variables + in SampleThetaCMS() for G4DiffuseElastic and G4NuclNuclDiffuseElastic. + + models/lend: + o Fixed compilation warnings for potentially initialised local variables + in ptwXY_createFromFunctionZeroCrossing(). + o Define _USE_MATH_DEFINES before inclusion of to define + non-standard math macros such as M_PI on Windows. Use _WIN32 instead of + WIN32 to detect Windows system. Use basetsd.h instead of BaseTsd.h to + allow for compilation on Windows/MinGW. + + models/inclxx: + o Fix in G4INCLInteractionAvatar to not use local energy for all antibaryons. + + models/particle_hp: + o G4CrossSectionHP: fixed method taking into account temperature effect + (the difference due to this fix is small). + Fixed elastic and capture cross-sections in Argon, by using only the main + isotope Z=18, A=40 (there was up to 50% overestimation of cross-sections + due to wrong data for rare isotopes of argon). + Fixed cross-sections for rare target atoms Promethium, Astatine, Radon + and Francium. + o Fixed compilation error in G4ParticleHPManager and G4ParticleHPNames on + Windows VC++ with C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + o Fixed remaining compilation warnings on gcc compiler when LTO settings + are enabled. + + radioactive_decay: + o G4BetaPlusDecay, G4BetaMinusDecay: added extra numerical protection on + level of 1 eV to avoid precision lost and production of neutrino with + negative kinetic energy. In case Q-value is bigger than mass difference, + betas in the tail of the spectrum may have more energy than residual free + energy. To minimize the non-conservation of 4-momentum, in such cases, + neutrino and daughter nucleus are given 1 eV, leading to non conservation + of linear momentum because momentum of beta is not counterbalanced. + + o processes - solidstate/phonon + ----------------------------- + + Fixed compilation error in G4LatticeManager on Windows VC++ with + C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + + o processes/optical + ----------------- + + G4OpBoundaryProcess: correctly calculate Fresnel reflection/refraction, + when material property TRANSMITTANCE is specified. The ratio of Fresnel + reflection/refraction now does not change when a non-zero transmission is + specified. Previously, if transmission of X% was specified, there would be + transmission of X% as expected, but the ratio of Fresnel refraction to + Fresnel reflection would be set to X%. Addressing problem report #2578. + + o Track + ----- + + Fixed compilation error in G4VParticleChange on Windows VC++ with + C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + + o Visualization + ------------- + + management: + o G4VisExecutive: fixed use of static symbol 'fVerbosity' and replaced + with call to dedicated static method, to avoid linkage problems on Windows. + + Qt3D: + o Fixed compilation error on Windows for ambiguous string assignment in + G4Qt3DSceneHandler::CreateNewNode(). + + Vtk: + o Porting code to compile on Windows Visual-Studio. + o Fixed Ubuntu 22 & VTK 9.1 compilation error. + + o Data + ---- + + G4NDL-4.7.1: + o Removed all files for Argon-36 and Argon-38 as significantly different + from those of ENDF/B-VIII.0. + o Reprocessed thermal scattering files after fixing a problem in NJOY. + Addressing problem report #2552. + + o Examples + -------- + + advanced/ChargeExchangeMC + o Disabled GDML schema validation. + + advanced/hadrontherapy: + o Fixed compilation error on Windows VC++ with C++20 Standard enabled. + + medical_linac: + o Fixed geometry of medical linear accelerator's collimator. + + extended/biasing: + o Fixed URls in documentation. + + extended/eventgenerator: + o Updated CMake scripts to use new Pythia8 setup/build variables. + + extended/hadronic/FlukaCern/ProcessLevel/FinalState: + + extended/hadronic/Hadr09: + o Fixed compilation error on Windows VC++ with C++20 Standard enabled. + + extended/medical/DICOM: + o Corrected symbols for Chlorine and Potassium elements in function + InitialisationOfMaterials(). + + extended/parameterisations/Par04 + o Bump scipy version according to + GitHub Dependabot PR#66(https://github.com/Geant4/geant4/pull/66). + o Bump pymysql version according to + GitHub Dependabot PR#72 (https://github.com/Geant4/geant4/pull/72). + o Bump scikit-learn version according to + GitHub Dependabot PR#73 (https://github.com/Geant4/geant4/pull/73). + + ---------------------------------------------------------------------------- + + Technical Notes + --------------- + + o This patch should be applied on top of release 11.2 series. + o Technical notes distributed for release 11.2 are also applicable and + valid for this patch. + +The code and rebuilt binary libraries for release 11.2.2 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 b5c013c0d1..90d7325f1f 100644 --- a/cmake/History +++ b/cmake/History @@ -6,6 +6,35 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-06-07 Ben Morgan (cmake-V11-01-33) +- Do not export HDF5 version to Geant4Config + - Fixes Issue #214 + +## 2024-05-17 Gunter Folger +- Use patched G4NDL 4.7.1 dataset. + +## 2024-03-26 Ben Morgan +- Disable use of FindPythia6 outside of internal Geant4 examples. + +## 2024-04-17 Stephan Hageboeck +- Mention the possibility of using cvmfs datasets in the cmake configure warning + +## 2024-04-08 Guilherme Amadio +- Fix also find_package(SoXt) and find_package(SoWin) + +## 2024-04-20 Ben Morgan +- Update FindPythia8 module to: + - Apply [GitHub PR 68](https://github.com/Geant4/geant4/pull/68) + - Reduce capability to only that required by py8decayer example + - Emit error if used in project outside Geant4 or py8decayer + +## 2024-03-12 Ben Morgan +- Update FindPythia6 module to account for lib64 + - Applies [GitHub PR 63](https://github.com/Geant4/geant4/pull/63) + +## 2024-03-11 Ben Morgan +- Fix escaping of regex in geant4_module_check to satisfy latest Python3. + ## 2024-01-29 Ben Morgan (cmake-V11-01-32) - Manually check versions of found SoXX packages to workaround their use of the `ExactVersionOnly` version checking strategy in find_package. Geant4 diff --git a/cmake/Modules/FindPythia6.cmake b/cmake/Modules/FindPythia6.cmake index 110e934aa1..c0b627159b 100644 --- a/cmake/Modules/FindPythia6.cmake +++ b/cmake/Modules/FindPythia6.cmake @@ -1,19 +1,56 @@ -# Locate Pythia6 library -# in a directory defined via PYTHIA6 environment variable -# -# Defines: -# PYTHIA6_FOUND -# PYTHIA6_LIBRARIES - -find_library(PYTHIA6_LIBRARY NAMES Pythia6 pythia6-$ENV{PYTHIA6_VERSION} - HINTS $ENV{PYTHIA6} $ENV{PYTHIA6}/lib) - -set(PYTHIA6_LIBRARIES ${PYTHIA6_LIBRARY}) -#message(STATUS PYTHIA6_LIBRARIES ${PYTHIA6_LIBRARIES} ) - -# handle the QUIETLY and REQUIRED arguments and set PYTHIA6_FOUND to TRUE if -# all listed variables are TRUE -INCLUDE(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(Pythia6 DEFAULT_MSG PYTHIA6_LIBRARIES) - -mark_as_advanced(PYTHIA6_FOUND PYTHIA6_LIBRARIES) +#[=======================================================================[.rst: +FindPythia6 +--------- + +Find the Pythia6 event generator library. + +Imported Targets +^^^^^^^^^^^^^^^^ + +This module defines the following :prop_tgt:`IMPORTED` targets: + +``Pythia6::Pythia6`` + The Pythia6 ``pythia6`` library, if found. + +Result Variables +^^^^^^^^^^^^^^^^ + +This module will set the following variables in your project: + +``Pythia6_FOUND`` + true if the Pythia6 headers and libraries were found. + +Hints +^^^^^ + +A user may set ``Pythia6_ROOT`` to a Pythia6 installation root to tell this +module where to look. + +#]=======================================================================] + +# WE DO NOT ALLOW USE OF THIS MODULE OUTSIDE GEANT4 AND EXAMPLES +if(NOT PROJECT_NAME MATCHES "Geant4|HepMCEx0[1-2]|decayer6") + message(FATAL_ERROR "This FindPythia6.cmake module is only supported for use in Geant4's HepMCEx0{1,2} " + "and decayer6 extended examples. No support or extension of this module for use outside of these examples " + "will be provided.") +endif() + +find_library(Pythia6_LIBRARY + NAMES Pythia6 pythia6 pythia6-$ENV{PYTHIA6_VERSION} + HINTS $ENV{PYTHIA6} $ENV{PYTHIA6}/lib $ENV{PYTHIA6}/lib64 ${Pythia6_ROOT}/lib ${Pythia6_ROOT}/lib64) + +# handle the QUIETLY and REQUIRED arguments and set Pythia6_FOUND to TRUE if +# all listed variables are TRUE +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(Pythia6 DEFAULT_MSG Pythia6_LIBRARY) + +mark_as_advanced(Pythia6_LIBRARY) + +if(Pythia6_FOUND) + set(Pythia6_LIBRARIES ${Pythia6_LIBRARY}) + if(NOT TARGET Pythia6::Pythia6) + add_library(Pythia6::Pythia6 UNKNOWN IMPORTED) + set_target_properties(Pythia6::Pythia6 PROPERTIES + IMPORTED_LOCATION ${Pythia6_LIBRARY}) + endif() +endif() diff --git a/cmake/Modules/FindPythia8.cmake b/cmake/Modules/FindPythia8.cmake index 6a5e9d2f7e..0bfb94b3b7 100644 --- a/cmake/Modules/FindPythia8.cmake +++ b/cmake/Modules/FindPythia8.cmake @@ -1,24 +1,76 @@ -# Locate Pythia8 library -# in a directory defined via PYTHIA8 environment variable -# -# Defines: -# PYTHIA8_FOUND -# PYTHIA8_LIBRARIES -# PYTHIA8_INCLUDES - -find_library(PYTHIA8_LIBRARY NAMES pythia8 - HINTS $ENV{PYTHIA8} $ENV{PYTHIA8}/lib) - -set(PYTHIA8_LIBRARIES ${PYTHIA8_LIBRARY}) -#message(STATUS PYTHIA8_LIBRARIES ${PYTHIA8_LIBRARIES} ) - -find_path( PYTHIA8_INCLUDES Pythia8/Pythia.h - HINTS $ENV{PYTHIA8} $ENV{PYTHIA8}/include $ENV{PYTHIA8}/include/Pythia8 ) -set(PYTHIA8_INCLUDES ${PYTHIA8_INCLUDES}) - -# handle the QUIETLY and REQUIRED arguments and set PYTHIA8_FOUND to TRUE if -# all listed variables are TRUE -INCLUDE(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(Pythia8 DEFAULT_MSG PYTHIA8_LIBRARIES) - -mark_as_advanced(PYTHIA8_FOUND PYTHIA8_LIBRARIES PYTHIA8_INCLUDES) +#[=======================================================================[.rst: +FindPythia8 +--------- + +Find the Pythia8 event generator headers and library. + +Imported Targets +^^^^^^^^^^^^^^^^ + +This module defines the following :prop_tgt:`IMPORTED` targets: + +``Pythia8::Pythia8`` + The Pythia8 ``pythia8`` library, if found. + +Result Variables +^^^^^^^^^^^^^^^^ + +This module will set the following variables in your project: + +``Pythia8_FOUND`` + true if the Pythia8 headers and libraries were found. + +Hints +^^^^^ + +A user may set ``Pythia8_ROOT`` to a Pythia8 installation root to tell this +module where to look. + +#]=======================================================================] + +# WE ONLY ALLOW USE OF THIS MODULE IN GEANT4 OR py8decayer EXAMPLE +if(NOT PROJECT_NAME MATCHES "Geant4|py8decayer") + message(FATAL_ERROR "This FindPythia8.cmake module is only supported for use in Geant4's py8decayer " + "extended example. No support or extension of this module for use outside of this example " + "will be provided.") +endif() + +# Look for the header file +find_path(Pythia8_INCLUDE_DIR + NAMES Pythia8/Pythia.h + HINTS ${Pythia8_ROOT}/include) + +if(NOT Pythia8_LIBRARY) + find_library(Pythia8_LIBRARY + NAMES pythia8 Pythia8 + HINTS ${Pythia8_ROOT}/lib ${Pythia8_ROOT}/lib64) +endif() + +# Determine the version +if(Pythia8_INCLUDE_DIR AND EXISTS "${Pythia8_INCLUDE_DIR}/Pythia8/Pythia.h") + file(STRINGS "${Pythia8_INCLUDE_DIR}/Pythia8/Pythia.h" PYTHIA8_H REGEX "^#define PYTHIA_VERSION.*$") + if(PYTHIA8_H MATCHES "PYTHIA_VERSION ([0-9]\\.[0-9]+)$") + set(Pythia8_VERSION "${CMAKE_MATCH_1}") + else() + set(Pythia8_VERSION "") + endif() +endif() + +# handle the QUIETLY and REQUIRED arguments and set Pythia8_FOUND to TRUE if +# all listed variables are TRUE +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(Pythia8 + REQUIRED_VARS Pythia8_INCLUDE_DIR Pythia8_LIBRARY + VERSION_VAR Pythia8_VERSION) + +mark_as_advanced(Pythia8_INCLUDE_DIR Pythia8_LIBRARY) + +# Create imported target +if(Pythia8_FOUND) + if(NOT TARGET Pythia8::Pythia8) + add_library(Pythia8::Pythia8 UNKNOWN IMPORTED) + set_target_properties(Pythia8::Pythia8 PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${Pythia8_INCLUDE_DIR}" + IMPORTED_LOCATION ${Pythia8_LIBRARY}) + endif() +endif() diff --git a/cmake/Modules/G4DatasetDefinitions.cmake b/cmake/Modules/G4DatasetDefinitions.cmake index 4f9e038dea..6417fcf960 100644 --- a/cmake/Modules/G4DatasetDefinitions.cmake +++ b/cmake/Modules/G4DatasetDefinitions.cmake @@ -8,11 +8,11 @@ # - NDL geant4_add_dataset( NAME G4NDL - VERSION 4.7 + VERSION 4.7.1 FILENAME G4NDL EXTENSION tar.gz ENVVAR G4NEUTRONHPDATA - MD5SUM b001a2091bf9392e6833830347672ea2 + MD5SUM 54f0ed3995856f02433d42ec96d70bc6 ) # - Low energy electromagnetics diff --git a/cmake/Modules/G4InstallData.cmake b/cmake/Modules/G4InstallData.cmake index 10110f542a..bc0cf12811 100644 --- a/cmake/Modules/G4InstallData.cmake +++ b/cmake/Modules/G4InstallData.cmake @@ -333,20 +333,21 @@ function(geant4_configure_datasets) message(" ${_missing} (${_vers})") endforeach() message(" ") - message(" If you want to have these datasets installed automatically") - message(" simply re-run cmake and set the GEANT4_INSTALL_DATA") - message(" variable to ON. This will configure the build to download") - message(" and install these datasets for you. For example, on the") - message(" command line, do:") + message(" - If you have access to cvmfs, you can use standard datasets") + message(" by reconfiguring with:") + message(" cmake -DGEANT4_INSTALL_DATADIR=/cvmfs/geant4.cern.ch/share/data <...>") + message(" The variable can also be set in ccmake or cmake-gui.") + message(" - If you want to have these datasets installed by Geant4,") + message(" simply re-run cmake with GEANT4_INSTALL_DATA=ON. This will") + message(" configure the build to download and install these datasets for you.") + message(" For example, use:") + message(" cmake -DGEANT4_INSTALL_DATA=ON ") message(" ") - message(" cmake -DGEANT4_INSTALL_DATA=ON ") - message(" ") - message(" The variable can also be toggled in ccmake or cmake-gui.") message(" If you're running on a Windows system, this is the best") message(" solution as CMake will unpack the datasets for you") message(" without any further software being required") message(" ") - message(" Alternatively, you can install these datasets manually") + message(" - Alternatively, you can install these datasets manually") message(" now or after you have installed Geant4. To do this,") message(" download the following files:") message(" ") diff --git a/cmake/Modules/G4InterfaceOptions.cmake b/cmake/Modules/G4InterfaceOptions.cmake index 0ec203a342..bed1b14080 100644 --- a/cmake/Modules/G4InterfaceOptions.cmake +++ b/cmake/Modules/G4InterfaceOptions.cmake @@ -153,12 +153,12 @@ if(GEANT4_USE_INVENTOR) geant4_save_package_variables(Inventor SoQt_DIR) else() if(UNIX) - find_package(SoXt 1.4.0 REQUIRED) + find_package(SoXt REQUIRED) check_sobind_version(SoXt 1.4.0) geant4_save_package_variables(Inventor SoXt_DIR) set(GEANT4_USE_INVENTOR_XT ON) elseif(WIN32) - find_package(SoWin 1.4.0 REQUIRED) + find_package(SoWin REQUIRED) check_sobind_version(SoWin 1.4.0) geant4_save_package_variables(Inventor SoWin_DIR) set(GEANT4_USE_INVENTOR_WIN ON) diff --git a/cmake/Modules/geant4_module_check.py b/cmake/Modules/geant4_module_check.py index bd33c83ffa..ece4885339 100755 --- a/cmake/Modules/geant4_module_check.py +++ b/cmake/Modules/geant4_module_check.py @@ -142,7 +142,7 @@ def scan_includes(input_file, settings): m = re.search("^ *# *include *\"(.*)\"(.*)$", line) if m: c = re.search( - "\s*//\s*no_geant4_module_check\s*(\((.*)\))?.*$", m.group(2)) + "\\s*//\\s*no_geant4_module_check\\s*(\\((.*)\\))?.*$", m.group(2)) if c: conds = set() if c.group(2): diff --git a/cmake/Templates/Geant4Config.cmake.in b/cmake/Templates/Geant4Config.cmake.in index 871410e55b..c13f0507b9 100644 --- a/cmake/Templates/Geant4Config.cmake.in +++ b/cmake/Templates/Geant4Config.cmake.in @@ -339,7 +339,7 @@ endif() # - HDF5 set(Geant4_hdf5_FOUND @GEANT4_USE_HDF5@) if(Geant4_hdf5_FOUND) - find_dependency(HDF5 @HDF5_VERSION@) + find_dependency(HDF5) include("${CMAKE_CURRENT_LIST_DIR}/G4HDF5Shim.cmake") endif() diff --git a/examples/advanced/CaTS/CaTS.out b/examples/advanced/CaTS/CaTS.out index 54ae644f44..af46eb50f1 100644 --- a/examples/advanced/CaTS/CaTS.out +++ b/examples/advanced/CaTS/CaTS.out @@ -38,7 +38,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -778,4 +778,4 @@ Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= writing Event: 0 -TimeTotal> 16.268 2.600 +TimeTotal> 9.063 2.990 diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out index 4629cf57e9..c806d4b2d1 100644 --- a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out +++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1494,7 +1494,7 @@ Event 16980 Run terminated. Run Summary Number of events processed : 16981, effectively: 10 - User=11.800000s Real=11.977712s Sys=0.010000s + User=13.120000s Real=13.822806s Sys=0.010000s --- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)): 1 [ 1.0000, 0.8000) | 0.00000000 ( 0 / 1308 ) | 0.00000000 ( 0 / 1308 / 1633 ) diff --git a/examples/advanced/ChargeExchangeMC/History b/examples/advanced/ChargeExchangeMC/History index 8313db172f..3ce7a77d8d 100644 --- a/examples/advanced/ChargeExchangeMC/History +++ b/examples/advanced/ChargeExchangeMC/History @@ -1,9 +1,13 @@ # Example ChargeExchangeMC History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! +------------------------------------------------------------------------------- + +## 2024-06-21 Gabriele Cosmo (ChargeExchangeMC-V11-01-00) +- Disabled GDML schema validation. ## 2022-05-20 Vladimir Ivanchenko (ChargeExchangeMC-V11-00-01) - CexmcHadronicProcess - disable integral method not applicable to this test diff --git a/examples/advanced/ChargeExchangeMC/include/CexmcSetup.hh b/examples/advanced/ChargeExchangeMC/include/CexmcSetup.hh index 864bdbc8dd..1833973850 100644 --- a/examples/advanced/ChargeExchangeMC/include/CexmcSetup.hh +++ b/examples/advanced/ChargeExchangeMC/include/CexmcSetup.hh @@ -87,7 +87,7 @@ class CexmcSetup : public G4VUserDetectorConstruction public: explicit CexmcSetup( const G4String & gdmlFile = "default.gdml", - G4bool validateGDMLFile = true ); + G4bool validateGDMLFile = false ); G4VPhysicalVolume * Construct( void ); diff --git a/examples/advanced/HGCal_testbeam/testbeam_electron.out b/examples/advanced/HGCal_testbeam/testbeam_electron.out index b38a78c6da..d7d1a24677 100644 --- a/examples/advanced/HGCal_testbeam/testbeam_electron.out +++ b/examples/advanced/HGCal_testbeam/testbeam_electron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out b/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out index 1e013f2eca..997f6c924b 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out +++ b/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -132,7 +132,7 @@ Number of X,Y,Z voxels = 254, 127, 30 placing voxel container volume at (0,0,0) Phantom Material Colours set via ColourMap.dat data file --- G4CoupledTransportation is used -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 /tracking/verbose 0 /run/verbose 0 /event/verbose 0 @@ -608,7 +608,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== diff --git a/examples/advanced/ICRP145_HumanPhantoms/ICRP145Phantoms.out b/examples/advanced/ICRP145_HumanPhantoms/ICRP145Phantoms.out index 064137758a..73f591c2d5 100644 --- a/examples/advanced/ICRP145_HumanPhantoms/ICRP145Phantoms.out +++ b/examples/advanced/ICRP145_HumanPhantoms/ICRP145Phantoms.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -295,7 +295,7 @@ Some /vis commands (optionally) take a string to specify colour. Phantom box position (max) 270.750 mm, 155.232 mm, 881.445 mm Number of tetrahedrons 8233413 -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= @@ -744,7 +744,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== diff --git a/examples/advanced/STCyclotron/STCyclotron.out b/examples/advanced/STCyclotron/STCyclotron.out index c9b35412ee..1273b4a656 100644 --- a/examples/advanced/STCyclotron/STCyclotron.out +++ b/examples/advanced/STCyclotron/STCyclotron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -156,7 +156,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=20.930000s Real=21.166970s Sys=0.000000s + User=21.520000s Real=22.534877s Sys=0.010000s ... write file : SolidTargetCyclotron.root - done ... close file : SolidTargetCyclotron.root - done G4 kernel has come to Quit state. diff --git a/examples/advanced/air_shower/air_shower.out b/examples/advanced/air_shower/air_shower.out index 53914f8412..ce71305c81 100644 --- a/examples/advanced/air_shower/air_shower.out +++ b/examples/advanced/air_shower/air_shower.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -768,8 +768,8 @@ See commands in /vis/modeling/trajectories/ for other options. ooo Run 0 starts (global). --------- Ranlux engine status --------- - Initial seed = 1707932508 - float_seed_table[] = 0.788761 0.669246 0.424286 0.522021 0.280473 0.948221 0.106564 0.200429 0.0242301 0.664527 0.572897 0.0248976 0.336361 0.244251 0.61169 0.331917 0.535976 0.646344 0.939989 0.812095 0.356999 0.979121 0.706451 0.999465 + Initial seed = 1718963691 + float_seed_table[] = 0.384708 0.791556 0.379241 0.0881719 0.137439 0.669364 0.116514 0.38971 0.0279332 0.778502 0.161113 0.808408 0.636664 0.508096 0.0943652 0.0820693 0.0437461 0.492691 0.58593 0.435996 0.0672431 0.823854 0.880108 0.809899 i_lag = 23, j_lag = 9 carry = 0, count24 = 0 luxury = 3 nskip = 199 @@ -780,7 +780,7 @@ mu- Mono Plane Run terminated. Run Summary Number of events processed : 100 - User=1.340000s Real=1.358161s Sys=0.000000s + User=1.330000s Real=1.462425s Sys=0.000000s ### Run 0 (global) ended. Graphics systems deleted. Visualization Manager deleting... @@ -797,12 +797,12 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 9 +Total navigation history collections cleaned: 10 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0115 MB +Pool ID '20G4NavigationLevelRep', size : 0.0135 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.025 MB +Pool ID '17G4DynamicParticle', size : 0.026 MB Pool ID '16G4SmartVoxelNode', size : 0.00192 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB @@ -810,12 +810,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 '7G4Track', size : 0.049 MB +Pool ID '7G4Track', size : 0.0509 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '15UltraOpticalHit', size : 0.00481 MB Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.1 MB +Dynamic pools deleted: 14 / Total memory freed: 0.11 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/amsEcal/run1.out b/examples/advanced/amsEcal/run1.out index 44fad1c358..1f5e53858e 100644 --- a/examples/advanced/amsEcal/run1.out +++ b/examples/advanced/amsEcal/run1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -187,7 +187,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=6.040000s Real=6.080548s Sys=0.010000s + User=7.040000s Real=7.232194s Sys=0.000000s ------------------------------------------------------------- ---> The calorimeter is 9 Modules diff --git a/examples/advanced/brachytherapy/brachytherapy.out b/examples/advanced/brachytherapy/brachytherapy.out index ec51d3056d..0e868c7fc1 100644 --- a/examples/advanced/brachytherapy/brachytherapy.out +++ b/examples/advanced/brachytherapy/brachytherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 f8554645f4..ed86980a85 100644 --- a/examples/advanced/composite_calorimeter/composite_calorimeter.out +++ b/examples/advanced/composite_calorimeter/composite_calorimeter.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -952,7 +952,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20 - User=15.200000s Real=15.392174s Sys=0.010000s + User=16.030000s Real=17.059184s Sys=0.000000s ### Run 0 end. ... write file : ccal.root - done ... close file : ccal.root - done diff --git a/examples/advanced/doiPET/doiPET.out b/examples/advanced/doiPET/doiPET.out index a7263ded4b..0c25665ea1 100644 --- a/examples/advanced/doiPET/doiPET.out +++ b/examples/advanced/doiPET/doiPET.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -801,18 +801,18 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 475 kByte - Total CPU time elapsed for geometry optimisation: 0 seconds + Total CPU time elapsed for geometry optimisation: 0.01 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- + 100.00 0.01 0.00 406k airBox_logicalV 0.00 0.00 0.00 69k world_logicalV - 0.00 0.00 0.00 406k airBox_logicalV Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 85.51 406k 931 5788 8898 0.00 airBox_logicalV + 85.51 406k 931 5788 8898 0.01 airBox_logicalV 14.49 68k 182 683 3080 0.00 world_logicalV ### Run 0 starts. ### Begin of Run 0 start. @@ -855,7 +855,7 @@ N=17 V[N]={87900885656017340, 2136126672992718976, 110623987125446578, 176001763 Run terminated. Run Summary Number of events processed : 1000000 - User=121.380000s Real=125.884998s Sys=1.860000s + User=131.120000s Real=142.438038s Sys=1.930000s ### End of Run (1000000 events) G4 kernel has come to Quit state. diff --git a/examples/advanced/dsbandrepair/dsbandrepair.out b/examples/advanced/dsbandrepair/dsbandrepair.out index 7f43cb5274..a83b7dd205 100644 --- a/examples/advanced/dsbandrepair/dsbandrepair.out +++ b/examples/advanced/dsbandrepair/dsbandrepair.out @@ -1,4 +1,4 @@ -Initial Seed for random engine: 1707932573 +Initial Seed for random engine: 1718963771 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/eFLASH_radiotherapy/eFLASH_radiotherapy.out b/examples/advanced/eFLASH_radiotherapy/eFLASH_radiotherapy.out index cad9c0a8c4..00ea9968f6 100644 --- a/examples/advanced/eFLASH_radiotherapy/eFLASH_radiotherapy.out +++ b/examples/advanced/eFLASH_radiotherapy/eFLASH_radiotherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -812,7 +812,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 500000 - User=922.950000s Real=980.045498s Sys=6.350000s + User=948.300000s Real=995.402995s Sys=6.060000s --------------------End of Global Run----------------------- The run was 500000 events /score/dumpQuantityToFile boxMesh_1 dose dose.out diff --git a/examples/advanced/eRosita/eRosita.out b/examples/advanced/eRosita/eRosita.out index bc5454124a..7690ece5e3 100644 --- a/examples/advanced/eRosita/eRosita.out +++ b/examples/advanced/eRosita/eRosita.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -524,9 +524,9 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=3.330000s Real=3.352407s Sys=0.000000s + User=3.800000s Real=4.046556s Sys=0.000000s --- Run 0 (master) end. Total number of events: 1000. - User=3.330000s Real=3.352755s Sys=0.000000s + User=3.800000s Real=4.046847s Sys=0.000000s G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. diff --git a/examples/advanced/exp_microdosimetry/exp_microdosimetry.out b/examples/advanced/exp_microdosimetry/exp_microdosimetry.out index 47ec5c3b8f..6621e1b8ee 100644 --- a/examples/advanced/exp_microdosimetry/exp_microdosimetry.out +++ b/examples/advanced/exp_microdosimetry/exp_microdosimetry.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -97,7 +97,7 @@ Checking overlaps for volume AlStrip_phys:0 (G4Box) ... OK! Checking overlaps for volume GoldCylinder1_phys:0 (G4Tubs) ... OK! Checking overlaps for volume GoldCylinder2_phys:0 (G4Tubs) ... OK! Checking overlaps for volume GoldCylinder3_phys:0 (G4Tubs) ... OK! -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= @@ -559,7 +559,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== diff --git a/examples/advanced/fastAerosol/fastAerosol.out b/examples/advanced/fastAerosol/fastAerosol.out index 43977b7d33..3ddadf2f30 100644 --- a/examples/advanced/fastAerosol/fastAerosol.out +++ b/examples/advanced/fastAerosol/fastAerosol.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -863,7 +863,7 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 2 kByte - Total CPU time elapsed for geometry optimisation: 0.01 seconds + Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume @@ -13744,7 +13744,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=1.270000s Real=1.324148s Sys=0.030000s + User=1.450000s Real=1.766809s Sys=0.050000s --------------------End of Global Run----------------------- The run consists of 10 proton of 50 MeV diff --git a/examples/advanced/gammaknife/gammaknife.out b/examples/advanced/gammaknife/gammaknife.out index ec20f96e8a..771e4b123e 100644 --- a/examples/advanced/gammaknife/gammaknife.out +++ b/examples/advanced/gammaknife/gammaknife.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -616,8 +616,8 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003543s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.00380653 + User=0.000000s Real=0.004678s Sys=0.000000s + User TOT = 0 Real TOT = 0.00495229 Summary of Run 0 : /run/geometryModified @@ -686,8 +686,8 @@ Run 1 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002516s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.00645287 + User=0.000000s Real=0.003671s Sys=0.000000s + User TOT = 0 Real TOT = 0.00886057 Summary of Run 1 : /run/geometryModified @@ -756,8 +756,8 @@ Run 2 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002089s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.00866022 + User=0.000000s Real=0.003488s Sys=0.000000s + User TOT = 0 Real TOT = 0.0132076 Summary of Run 2 : /run/geometryModified @@ -826,8 +826,8 @@ Run 3 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002804s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0115833 + User=0.000000s Real=0.006050s Sys=0.010000s + User TOT = 0 Real TOT = 0.0195128 Summary of Run 3 : /run/geometryModified @@ -896,8 +896,8 @@ Run 4 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002139s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0138535 + User=0.010000s Real=0.004410s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0240423 Summary of Run 4 : /run/geometryModified @@ -966,8 +966,8 @@ Run 5 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002319s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0163115 + User=0.000000s Real=0.004347s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0288338 Summary of Run 5 : /run/geometryModified @@ -1036,8 +1036,8 @@ Run 6 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001671s Sys=0.010000s - User TOT = 0.02 Real TOT = 0.0180981 + User=0.000000s Real=0.002777s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0317287 Summary of Run 6 : /run/geometryModified @@ -1106,8 +1106,8 @@ Run 7 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002202s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0204279 + User=0.000000s Real=0.002632s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0345889 Summary of Run 7 : /run/geometryModified @@ -1176,8 +1176,8 @@ Run 8 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002536s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0230988 + User=0.010000s Real=0.002497s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0373224 Summary of Run 8 : /run/geometryModified @@ -1246,8 +1246,8 @@ Run 9 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002234s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0254539 + User=0.000000s Real=0.002125s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0395704 Summary of Run 9 : /run/geometryModified @@ -1316,8 +1316,8 @@ Run 10 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002411s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.027995 + User=0.000000s Real=0.002295s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0420483 Summary of Run 10 : /run/geometryModified @@ -1386,8 +1386,8 @@ Run 11 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002649s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0307704 + User=0.000000s Real=0.003472s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0458153 Summary of Run 11 : /run/geometryModified @@ -1456,8 +1456,8 @@ Run 12 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004436s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.035328 + User=0.000000s Real=0.003189s Sys=0.010000s + User TOT = 0.02 Real TOT = 0.0502359 Summary of Run 12 : /run/geometryModified @@ -1526,8 +1526,8 @@ Run 13 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002962s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0384151 + User=0.000000s Real=0.003093s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0535541 Summary of Run 13 : /run/geometryModified @@ -1596,8 +1596,8 @@ Run 14 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004336s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0429086 + User=0.000000s Real=0.003802s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0574845 Summary of Run 14 : /run/geometryModified @@ -1666,8 +1666,8 @@ Run 15 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003903s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0469487 + User=0.000000s Real=0.005167s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0627772 Summary of Run 15 : /run/geometryModified @@ -1736,8 +1736,8 @@ Run 16 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.011015s Sys=0.010000s - User TOT = 0.04 Real TOT = 0.0581251 + User=0.000000s Real=0.003625s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0676128 Summary of Run 16 : /run/geometryModified @@ -1806,8 +1806,8 @@ Run 17 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002341s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0606086 + User=0.000000s Real=0.002120s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0698428 Summary of Run 17 : /run/geometryModified @@ -1876,8 +1876,8 @@ Run 18 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002324s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0630639 + User=0.000000s Real=0.002704s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0726571 Summary of Run 18 : /run/geometryModified @@ -1946,8 +1946,8 @@ Run 19 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002104s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0652955 + User=0.000000s Real=0.003264s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0760288 Summary of Run 19 : /run/geometryModified @@ -2016,8 +2016,8 @@ Run 20 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002209s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0676298 + User=0.010000s Real=0.004174s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0804781 Summary of Run 20 : /run/geometryModified @@ -2086,8 +2086,8 @@ Run 21 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002417s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0701773 + User=0.000000s Real=0.003598s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0843676 Summary of Run 21 : /run/geometryModified @@ -2156,8 +2156,8 @@ Run 22 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001549s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0718544 + User=0.000000s Real=0.002952s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0875501 Summary of Run 22 : /run/geometryModified @@ -2226,8 +2226,8 @@ Run 23 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001746s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0737143 + User=0.000000s Real=0.001959s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0896209 Summary of Run 23 : /run/geometryModified @@ -2296,8 +2296,8 @@ Run 24 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001782s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0756083 + User=0.000000s Real=0.002048s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0919195 Summary of Run 24 : /run/geometryModified @@ -2366,8 +2366,8 @@ Run 25 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002739s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0784621 + User=0.000000s Real=0.003019s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0950916 Summary of Run 25 : /run/geometryModified @@ -2436,8 +2436,8 @@ Run 26 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001764s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0803461 + User=0.000000s Real=0.003749s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0989644 Summary of Run 26 : /run/geometryModified @@ -2506,8 +2506,8 @@ Run 27 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001599s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0820523 + User=0.000000s Real=0.002453s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.101589 Summary of Run 27 : /run/geometryModified @@ -2576,8 +2576,8 @@ Run 28 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001972s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0841454 + User=0.000000s Real=0.002504s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.104207 Summary of Run 28 : /run/geometryModified @@ -2646,8 +2646,8 @@ Run 29 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002620s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.086886 + User=0.000000s Real=0.002429s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.106767 Summary of Run 29 : /run/geometryModified @@ -2716,8 +2716,8 @@ Run 30 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002067s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0890672 + User=0.000000s Real=0.003400s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.110289 Summary of Run 30 : /run/geometryModified @@ -2786,8 +2786,8 @@ Run 31 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002018s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0912057 + User=0.000000s Real=0.002498s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.112914 Summary of Run 31 : /run/geometryModified @@ -2856,8 +2856,8 @@ Run 32 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002374s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0937086 + User=0.000000s Real=0.002310s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.115345 Summary of Run 32 : /run/geometryModified @@ -2926,8 +2926,8 @@ Run 33 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001996s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0958287 + User=0.000000s Real=0.003042s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.119402 Summary of Run 33 : /run/geometryModified @@ -2996,8 +2996,8 @@ Run 34 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001785s Sys=0.010000s - User TOT = 0.06 Real TOT = 0.0977536 + User=0.000000s Real=0.004810s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.125236 Summary of Run 34 : /run/geometryModified @@ -3066,8 +3066,8 @@ Run 35 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003121s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.100993 + User=0.000000s Real=0.004169s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.130449 Summary of Run 35 : /run/geometryModified @@ -3136,8 +3136,8 @@ Run 36 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001667s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.102778 + User=0.000000s Real=0.005614s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.136386 Summary of Run 36 : /run/geometryModified @@ -3206,8 +3206,8 @@ Run 37 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001924s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.104855 + User=0.000000s Real=0.002727s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.139305 Summary of Run 37 : /run/geometryModified @@ -3276,8 +3276,8 @@ Run 38 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002107s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.107092 + User=0.000000s Real=0.004901s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.144351 Summary of Run 38 : /run/geometryModified @@ -3346,8 +3346,8 @@ Run 39 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003245s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.110469 + User=0.000000s Real=0.004526s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.149058 Summary of Run 39 : /run/geometryModified @@ -3416,8 +3416,8 @@ Run 40 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002560s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.11316 + User=0.010000s Real=0.003137s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.152477 Summary of Run 40 : /run/geometryModified @@ -3486,8 +3486,8 @@ Run 41 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001972s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.11526 + User=0.000000s Real=0.003582s Sys=0.010000s + User TOT = 0.04 Real TOT = 0.156311 Summary of Run 41 : /run/geometryModified @@ -3556,8 +3556,8 @@ Run 42 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002118s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.117508 + User=0.000000s Real=0.002696s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.159135 Summary of Run 42 : /run/geometryModified @@ -3626,8 +3626,8 @@ Run 43 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002615s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.120252 + User=0.000000s Real=0.003204s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.162539 Summary of Run 43 : /run/geometryModified @@ -3696,8 +3696,8 @@ Run 44 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002099s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.122483 + User=0.000000s Real=0.002532s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.165203 Summary of Run 44 : /run/geometryModified @@ -3766,8 +3766,8 @@ Run 45 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002359s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.124971 + User=0.010000s Real=0.003767s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.170022 Summary of Run 45 : /run/geometryModified @@ -3836,8 +3836,8 @@ Run 46 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001755s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.126844 + User=0.000000s Real=0.001885s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.172416 Summary of Run 46 : /run/geometryModified @@ -3906,8 +3906,8 @@ Run 47 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001823s Sys=0.010000s - User TOT = 0.07 Real TOT = 0.128807 + User=0.000000s Real=0.004435s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.176971 Summary of Run 47 : /run/geometryModified @@ -3976,8 +3976,8 @@ Run 48 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001823s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.130744 + User=0.000000s Real=0.002930s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.180602 Summary of Run 48 : /run/geometryModified @@ -4046,8 +4046,8 @@ Run 49 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001809s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.132681 + User=0.000000s Real=0.003884s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.185173 Summary of Run 49 : /run/geometryModified @@ -4116,8 +4116,8 @@ Run 50 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001728s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.134522 + User=0.010000s Real=0.002676s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.18858 Summary of Run 50 : /run/geometryModified @@ -4186,8 +4186,8 @@ Run 51 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001866s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.136513 + User=0.000000s Real=0.004344s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.19499 Summary of Run 51 : /run/geometryModified @@ -4256,8 +4256,8 @@ Run 52 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001876s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.138505 + User=0.000000s Real=0.005568s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.200725 Summary of Run 52 : /run/geometryModified @@ -4326,8 +4326,8 @@ Run 53 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001721s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.14034 + User=0.000000s Real=0.005504s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.206363 Summary of Run 53 : /run/geometryModified @@ -4396,8 +4396,8 @@ Run 54 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002068s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.142519 + User=0.010000s Real=0.008670s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.215155 Summary of Run 54 : /run/geometryModified @@ -4466,8 +4466,8 @@ Run 55 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002542s Sys=0.010000s - User TOT = 0.08 Real TOT = 0.145189 + User=0.000000s Real=0.005691s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.220974 Summary of Run 55 : /run/geometryModified @@ -4536,8 +4536,8 @@ Run 56 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002278s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.147595 + User=0.000000s Real=0.005496s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.226599 Summary of Run 56 : /run/geometryModified @@ -4606,8 +4606,8 @@ Run 57 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002328s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.15005 + User=0.000000s Real=0.006356s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.233657 Summary of Run 57 : /run/geometryModified @@ -4676,8 +4676,8 @@ Run 58 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001887s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.152073 + User=0.000000s Real=0.006776s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.241482 Summary of Run 58 : /run/geometryModified @@ -4746,8 +4746,8 @@ Run 59 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001958s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.154168 + User=0.000000s Real=0.006285s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.247925 Summary of Run 59 : /run/geometryModified @@ -4816,8 +4816,8 @@ Run 60 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002082s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.156384 + User=0.000000s Real=0.005283s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.253462 Summary of Run 60 : /run/geometryModified @@ -4886,8 +4886,8 @@ Run 61 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003406s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.159931 + User=0.000000s Real=0.003438s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.257034 Summary of Run 61 : /run/geometryModified @@ -4956,8 +4956,8 @@ Run 62 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001733s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.161796 + User=0.000000s Real=0.003439s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.260703 Summary of Run 62 : /run/geometryModified @@ -5026,8 +5026,8 @@ Run 63 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001819s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.163727 + User=0.010000s Real=0.003482s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.264316 Summary of Run 63 : /run/geometryModified @@ -5096,8 +5096,8 @@ Run 64 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001667s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.165509 + User=0.000000s Real=0.002651s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.267099 Summary of Run 64 : /run/geometryModified @@ -5166,8 +5166,8 @@ Run 65 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002076s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.1677 + User=0.000000s Real=0.003394s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.270625 Summary of Run 65 : /run/geometryModified @@ -5236,8 +5236,8 @@ Run 66 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002296s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.170121 + User=0.000000s Real=0.003198s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.273943 Summary of Run 66 : /run/geometryModified @@ -5306,8 +5306,8 @@ Run 67 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002390s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.172637 + User=0.000000s Real=0.003563s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.277726 Summary of Run 67 : /run/geometryModified @@ -5376,8 +5376,8 @@ Run 68 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002163s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.174924 + User=0.000000s Real=0.002526s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.2804 Summary of Run 68 : /run/geometryModified @@ -5446,8 +5446,8 @@ Run 69 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002197s Sys=0.010000s - User TOT = 0.09 Real TOT = 0.177239 + User=0.000000s Real=0.003294s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.283823 Summary of Run 69 : /run/geometryModified @@ -5516,8 +5516,8 @@ Run 70 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002076s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.179445 + User=0.000000s Real=0.002582s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.286535 Summary of Run 70 : /run/geometryModified @@ -5586,8 +5586,8 @@ Run 71 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001835s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.181415 + User=0.000000s Real=0.003132s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.290014 Summary of Run 71 : /run/geometryModified @@ -5656,8 +5656,8 @@ Run 72 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002385s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.18392 + User=0.000000s Real=0.003489s Sys=0.010000s + User TOT = 0.09 Real TOT = 0.293622 Summary of Run 72 : /run/geometryModified @@ -5726,8 +5726,8 @@ Run 73 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002225s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.186256 + User=0.000000s Real=0.004715s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.299341 Summary of Run 73 : /run/geometryModified @@ -5796,8 +5796,8 @@ Run 74 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001758s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.188124 + User=0.000000s Real=0.005114s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.304795 Summary of Run 74 : /run/geometryModified @@ -5866,8 +5866,8 @@ Run 75 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001701s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.18994 + User=0.000000s Real=0.002181s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.307139 Summary of Run 75 : /run/geometryModified @@ -5936,8 +5936,8 @@ Run 76 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002326s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.192389 + User=0.000000s Real=0.002176s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.309426 Summary of Run 76 : /run/geometryModified @@ -6006,8 +6006,8 @@ Run 77 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001848s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.194356 + User=0.000000s Real=0.003689s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.313318 Summary of Run 77 : /run/geometryModified @@ -6076,8 +6076,8 @@ Run 78 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002058s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.196529 + User=0.000000s Real=0.002554s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.315993 Summary of Run 78 : /run/geometryModified @@ -6146,8 +6146,8 @@ Run 79 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001927s Sys=0.010000s - User TOT = 0.09 Real TOT = 0.198575 + User=0.010000s Real=0.001549s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.317655 Summary of Run 79 : /run/geometryModified @@ -6216,8 +6216,8 @@ Run 80 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001568s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.200256 + User=0.000000s Real=0.002211s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.320596 Summary of Run 80 : /run/geometryModified @@ -6286,8 +6286,8 @@ Run 81 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001607s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.20199 + User=0.000000s Real=0.003054s Sys=0.010000s + User TOT = 0.1 Real TOT = 0.323776 Summary of Run 81 : /run/geometryModified @@ -6356,8 +6356,8 @@ Run 82 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001807s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.20391 + User=0.000000s Real=0.002917s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.328309 Summary of Run 82 : /run/geometryModified @@ -6426,8 +6426,8 @@ Run 83 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001635s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.205662 + User=0.000000s Real=0.003372s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.331818 Summary of Run 83 : /run/geometryModified @@ -6496,8 +6496,8 @@ Run 84 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001841s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.207618 + User=0.000000s Real=0.003280s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.335217 Summary of Run 84 : /run/geometryModified @@ -6566,8 +6566,8 @@ Run 85 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001956s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.20969 + User=0.010000s Real=0.003617s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.339067 Summary of Run 85 : /run/geometryModified @@ -6636,8 +6636,8 @@ Run 86 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001853s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.21167 + User=0.000000s Real=0.002202s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.341387 Summary of Run 86 : /run/geometryModified @@ -6706,8 +6706,8 @@ Run 87 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001639s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.213422 + User=0.000000s Real=0.001812s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.343303 Summary of Run 87 : /run/geometryModified @@ -6776,8 +6776,8 @@ Run 88 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002081s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.215617 + User=0.000000s Real=0.002073s Sys=0.010000s + User TOT = 0.11 Real TOT = 0.345492 Summary of Run 88 : /run/geometryModified @@ -6846,8 +6846,8 @@ Run 89 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002187s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.217925 + User=0.000000s Real=0.001986s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.347587 Summary of Run 89 : /run/geometryModified @@ -6916,8 +6916,8 @@ Run 90 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002062s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.220106 + User=0.000000s Real=0.002228s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.349919 Summary of Run 90 : /run/geometryModified @@ -6986,8 +6986,8 @@ Run 91 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001682s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.221903 + User=0.000000s Real=0.002275s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.3523 Summary of Run 91 : /run/geometryModified @@ -7056,8 +7056,8 @@ Run 92 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001847s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.223864 + User=0.010000s Real=0.001933s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.354342 Summary of Run 92 : /run/geometryModified @@ -7126,8 +7126,8 @@ Run 93 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002807s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.2268 + User=0.000000s Real=0.001835s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.356283 Summary of Run 93 : /run/geometryModified @@ -7196,8 +7196,8 @@ Run 94 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002198s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.229116 + User=0.000000s Real=0.002177s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.358565 Summary of Run 94 : /run/geometryModified @@ -7266,8 +7266,8 @@ Run 95 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002136s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.231368 + User=0.000000s Real=0.002365s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.361058 Summary of Run 95 : /run/geometryModified @@ -7336,8 +7336,8 @@ Run 96 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002403s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.233907 + User=0.000000s Real=0.002064s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.363229 Summary of Run 96 : /run/geometryModified @@ -7406,8 +7406,8 @@ Run 97 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003304s Sys=0.010000s - User TOT = 0.13 Real TOT = 0.237354 + User=0.010000s Real=0.002319s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.365656 Summary of Run 97 : /run/geometryModified @@ -7476,8 +7476,8 @@ Run 98 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002441s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.23992 + User=0.000000s Real=0.002314s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.368172 Summary of Run 98 : /run/geometryModified @@ -7546,8 +7546,8 @@ Run 99 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002134s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.242182 + User=0.000000s Real=0.002498s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.370776 Summary of Run 99 : /run/geometryModified @@ -7616,8 +7616,8 @@ Run 100 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001964s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.244273 + User=0.000000s Real=0.002689s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.373759 Summary of Run 100 : /run/geometryModified @@ -7686,8 +7686,8 @@ Run 101 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002607s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.247015 + User=0.000000s Real=0.002616s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.376492 Summary of Run 101 : /run/geometryModified @@ -7756,8 +7756,8 @@ Run 102 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001906s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.24904 + User=0.000000s Real=0.003148s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.381529 Summary of Run 102 : /run/geometryModified @@ -7826,8 +7826,8 @@ Run 103 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001730s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.250888 + User=0.010000s Real=0.004706s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.386441 Summary of Run 103 : /run/geometryModified @@ -7896,8 +7896,8 @@ Run 104 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002332s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.253347 + User=0.000000s Real=0.005550s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.392126 Summary of Run 104 : /run/geometryModified @@ -7966,8 +7966,8 @@ Run 105 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002416s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.255881 + User=0.000000s Real=0.003119s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.395378 Summary of Run 105 : /run/geometryModified @@ -8036,8 +8036,8 @@ Run 106 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013228s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.269273 + User=0.000000s Real=0.005879s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.401385 Summary of Run 106 : /run/geometryModified @@ -8106,8 +8106,8 @@ Run 107 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021512s Sys=0.010000s - User TOT = 0.13 Real TOT = 0.290924 + User=0.010000s Real=0.002777s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.404346 Summary of Run 107 : /run/geometryModified @@ -8176,8 +8176,8 @@ Run 108 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021432s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.312503 + User=0.000000s Real=0.016811s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.421314 Summary of Run 108 : /run/geometryModified @@ -8246,8 +8246,8 @@ Run 109 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020884s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.33354 + User=0.000000s Real=0.033240s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.454707 Summary of Run 109 : /run/geometryModified @@ -8316,8 +8316,8 @@ Run 110 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020485s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.354181 + User=0.000000s Real=0.034455s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.489312 Summary of Run 110 : /run/geometryModified @@ -8386,8 +8386,8 @@ Run 111 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021634s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.375968 + User=0.000000s Real=0.026502s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.516106 Summary of Run 111 : /run/geometryModified @@ -8456,8 +8456,8 @@ Run 112 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020695s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.396808 + User=0.010000s Real=0.024724s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.541226 Summary of Run 112 : /run/geometryModified @@ -8526,8 +8526,8 @@ Run 113 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021084s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.418051 + User=0.000000s Real=0.026635s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.568065 Summary of Run 113 : /run/geometryModified @@ -8596,8 +8596,8 @@ Run 114 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020948s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.439155 + User=0.000000s Real=0.038425s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.606699 Summary of Run 114 : /run/geometryModified @@ -8666,8 +8666,8 @@ Run 115 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021229s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.460536 + User=0.000000s Real=0.022851s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.62969 Summary of Run 115 : /run/geometryModified @@ -8736,8 +8736,8 @@ Run 116 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019569s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.480245 + User=0.010000s Real=0.028145s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.657985 Summary of Run 116 : /run/geometryModified @@ -8806,8 +8806,8 @@ Run 117 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022351s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.502753 + User=0.000000s Real=0.014359s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.672558 Summary of Run 117 : /run/geometryModified @@ -8876,8 +8876,8 @@ Run 118 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021138s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.524041 + User=0.000000s Real=0.019097s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.691893 Summary of Run 118 : /run/geometryModified @@ -8946,8 +8946,8 @@ Run 119 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021691s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.545889 + User=0.010000s Real=0.022868s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.714906 Summary of Run 119 : /run/geometryModified @@ -9016,8 +9016,8 @@ Run 120 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021257s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.567316 + User=0.000000s Real=0.019929s Sys=0.010000s + User TOT = 0.18 Real TOT = 0.73497 Summary of Run 120 : /run/geometryModified @@ -9086,8 +9086,8 @@ Run 121 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020495s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.587994 + User=0.000000s Real=0.030899s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.766679 Summary of Run 121 : /run/geometryModified @@ -9156,8 +9156,8 @@ Run 122 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020750s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.608889 + User=0.000000s Real=0.028142s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.795415 Summary of Run 122 : /run/geometryModified @@ -9226,8 +9226,8 @@ Run 123 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021863s Sys=0.010000s - User TOT = 0.15 Real TOT = 0.63089 + User=0.000000s Real=0.021991s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.817559 Summary of Run 123 : /run/geometryModified @@ -9296,8 +9296,8 @@ Run 124 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020220s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.651252 + User=0.010000s Real=0.041022s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.863216 Summary of Run 124 : /run/geometryModified @@ -9366,8 +9366,8 @@ Run 125 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021049s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.672456 + User=0.000000s Real=0.023563s Sys=0.010000s + User TOT = 0.19 Real TOT = 0.886957 Summary of Run 125 : /run/geometryModified @@ -9436,8 +9436,8 @@ Run 126 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020852s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.693468 + User=0.000000s Real=0.022425s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.909545 Summary of Run 126 : /run/geometryModified @@ -9506,8 +9506,8 @@ Run 127 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021868s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.715507 + User=0.000000s Real=0.033570s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.943272 Summary of Run 127 : /run/geometryModified @@ -9576,8 +9576,8 @@ Run 128 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018264s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.733911 + User=0.000000s Real=0.032207s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.975631 Summary of Run 128 : /run/geometryModified @@ -9646,8 +9646,8 @@ Run 129 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021540s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.755587 + User=0.010000s Real=0.022762s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.99863 Summary of Run 129 : /run/geometryModified @@ -9716,8 +9716,8 @@ Run 130 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023032s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.778755 + User=0.000000s Real=0.022522s Sys=0.000000s + User TOT = 0.2 Real TOT = 1.02395 Summary of Run 130 : /run/geometryModified @@ -9786,8 +9786,8 @@ Run 131 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020417s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.799309 + User=0.000000s Real=0.034392s Sys=0.010000s + User TOT = 0.2 Real TOT = 1.05873 Summary of Run 131 : /run/geometryModified @@ -9856,8 +9856,8 @@ Run 132 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021029s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.820589 + User=0.000000s Real=0.028575s Sys=0.000000s + User TOT = 0.2 Real TOT = 1.08747 Summary of Run 132 : /run/geometryModified @@ -9926,8 +9926,8 @@ Run 133 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021892s Sys=0.010000s - User TOT = 0.16 Real TOT = 0.842625 + User=0.000000s Real=0.017900s Sys=0.000000s + User TOT = 0.21 Real TOT = 1.10551 Summary of Run 133 : /run/geometryModified @@ -9996,8 +9996,8 @@ Run 134 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021074s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.863852 + User=0.000000s Real=0.030788s Sys=0.000000s + User TOT = 0.21 Real TOT = 1.13645 Summary of Run 134 : /run/geometryModified @@ -10066,8 +10066,8 @@ Run 135 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.026162s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.890186 + User=0.000000s Real=0.027288s Sys=0.000000s + User TOT = 0.21 Real TOT = 1.1639 Summary of Run 135 : /run/geometryModified @@ -10136,8 +10136,8 @@ Run 136 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021445s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.911776 + User=0.000000s Real=0.033377s Sys=0.000000s + User TOT = 0.21 Real TOT = 1.19922 Summary of Run 136 : /run/geometryModified @@ -10206,8 +10206,8 @@ Run 137 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021228s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.933153 + User=0.000000s Real=0.011501s Sys=0.000000s + User TOT = 0.21 Real TOT = 1.21287 Summary of Run 137 : /run/geometryModified @@ -10276,8 +10276,8 @@ Run 138 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.031608s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.964916 + User=0.000000s Real=0.015243s Sys=0.010000s + User TOT = 0.21 Real TOT = 1.22827 Summary of Run 138 : /run/geometryModified @@ -10346,8 +10346,8 @@ Run 139 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020492s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.985584 + User=0.000000s Real=0.027489s Sys=0.000000s + User TOT = 0.21 Real TOT = 1.25601 Summary of Run 139 : /run/geometryModified @@ -10416,8 +10416,8 @@ Run 140 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021002s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.00676 + User=0.000000s Real=0.015184s Sys=0.000000s + User TOT = 0.21 Real TOT = 1.27137 Summary of Run 140 : /run/geometryModified @@ -10486,8 +10486,8 @@ Run 141 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020442s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.02736 + User=0.010000s Real=0.032823s Sys=0.000000s + User TOT = 0.22 Real TOT = 1.30434 Summary of Run 141 : /run/geometryModified @@ -10556,8 +10556,8 @@ Run 142 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.028706s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.05623 + User=0.000000s Real=0.030439s Sys=0.000000s + User TOT = 0.22 Real TOT = 1.33494 Summary of Run 142 : /run/geometryModified @@ -10626,8 +10626,8 @@ Run 143 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.035376s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.09177 + User=0.000000s Real=0.032848s Sys=0.000000s + User TOT = 0.22 Real TOT = 1.36799 Summary of Run 143 : /run/geometryModified @@ -10696,8 +10696,8 @@ Run 144 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023099s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.11502 + User=0.000000s Real=0.033674s Sys=0.000000s + User TOT = 0.22 Real TOT = 1.40181 Summary of Run 144 : /run/geometryModified @@ -10766,8 +10766,8 @@ Run 145 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021040s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.13624 + User=0.010000s Real=0.028374s Sys=0.010000s + User TOT = 0.23 Real TOT = 1.43041 Summary of Run 145 : /run/geometryModified @@ -10836,8 +10836,8 @@ Run 146 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020555s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.15695 + User=0.000000s Real=0.021659s Sys=0.000000s + User TOT = 0.23 Real TOT = 1.45222 Summary of Run 146 : /run/geometryModified @@ -10906,8 +10906,8 @@ Run 147 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021494s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.17858 + User=0.000000s Real=0.028603s Sys=0.000000s + User TOT = 0.23 Real TOT = 1.48098 Summary of Run 147 : /run/geometryModified @@ -10976,8 +10976,8 @@ Run 148 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020978s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.19974 + User=0.000000s Real=0.034796s Sys=0.000000s + User TOT = 0.23 Real TOT = 1.51603 Summary of Run 148 : /run/geometryModified @@ -11046,8 +11046,8 @@ Run 149 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021038s Sys=0.010000s - User TOT = 0.2 Real TOT = 1.22093 + User=0.000000s Real=0.030205s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.54644 Summary of Run 149 : /run/geometryModified @@ -11116,8 +11116,8 @@ Run 150 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021348s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.24242 + User=0.000000s Real=0.023483s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.57008 Summary of Run 150 : /run/geometryModified @@ -11186,8 +11186,8 @@ Run 151 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020933s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.2635 + User=0.000000s Real=0.022117s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.59236 Summary of Run 151 : /run/geometryModified @@ -11256,8 +11256,8 @@ Run 152 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020535s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.2842 + User=0.000000s Real=0.021958s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.61452 Summary of Run 152 : /run/geometryModified @@ -11326,8 +11326,8 @@ Run 153 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021337s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.30582 + User=0.000000s Real=0.021050s Sys=0.010000s + User TOT = 0.24 Real TOT = 1.63584 Summary of Run 153 : /run/geometryModified @@ -11396,8 +11396,8 @@ Run 154 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021165s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.32715 + User=0.010000s Real=0.026762s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.66337 Summary of Run 154 : /run/geometryModified @@ -11466,8 +11466,8 @@ Run 155 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020258s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.34757 + User=0.000000s Real=0.031202s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.69589 Summary of Run 155 : /run/geometryModified @@ -11536,8 +11536,8 @@ Run 156 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023061s Sys=0.010000s - User TOT = 0.22 Real TOT = 1.37077 + User=0.000000s Real=0.021541s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.71821 Summary of Run 156 : /run/geometryModified @@ -11606,8 +11606,8 @@ Run 157 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021877s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.39279 + User=0.000000s Real=0.027948s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.74635 Summary of Run 157 : /run/geometryModified @@ -11676,8 +11676,8 @@ Run 158 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021299s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.41424 + User=0.000000s Real=0.024466s Sys=0.010000s + User TOT = 0.25 Real TOT = 1.77194 Summary of Run 158 : /run/geometryModified @@ -11746,8 +11746,8 @@ Run 159 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020703s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.43509 + User=0.000000s Real=0.039757s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.81197 Summary of Run 159 : /run/geometryModified @@ -11816,8 +11816,8 @@ Run 160 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022786s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.45801 + User=0.000000s Real=0.032236s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.84436 Summary of Run 160 : /run/geometryModified @@ -11886,8 +11886,8 @@ Run 161 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020580s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.47874 + User=0.000000s Real=0.029258s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.87432 Summary of Run 161 : /run/geometryModified @@ -11956,8 +11956,8 @@ Run 162 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021516s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.5004 + User=0.010000s Real=0.026001s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.90048 Summary of Run 162 : /run/geometryModified @@ -12026,8 +12026,8 @@ Run 163 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020891s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.52142 + User=0.000000s Real=0.026111s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.9268 Summary of Run 163 : /run/geometryModified @@ -12096,8 +12096,8 @@ Run 164 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021596s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.54316 + User=0.000000s Real=0.023117s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.95021 Summary of Run 164 : /run/geometryModified @@ -12166,8 +12166,8 @@ Run 165 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019889s Sys=0.010000s - User TOT = 0.23 Real TOT = 1.5632 + User=0.000000s Real=0.028969s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.97934 Summary of Run 165 : /run/geometryModified @@ -12236,8 +12236,8 @@ Run 166 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020779s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.58413 + User=0.010000s Real=0.029609s Sys=0.000000s + User TOT = 0.27 Real TOT = 2.00931 Summary of Run 166 : /run/geometryModified @@ -12306,8 +12306,8 @@ Run 167 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020662s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.60493 + User=0.000000s Real=0.021767s Sys=0.010000s + User TOT = 0.27 Real TOT = 2.03122 Summary of Run 167 : /run/geometryModified @@ -12376,8 +12376,8 @@ Run 168 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021059s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.62613 + User=0.000000s Real=0.023849s Sys=0.000000s + User TOT = 0.27 Real TOT = 2.05537 Summary of Run 168 : /run/geometryModified @@ -12446,8 +12446,8 @@ Run 169 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021073s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.64735 + User=0.000000s Real=0.020970s Sys=0.000000s + User TOT = 0.27 Real TOT = 2.07649 Summary of Run 169 : /run/geometryModified @@ -12516,8 +12516,8 @@ Run 170 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020819s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.66832 + User=0.000000s Real=0.026763s Sys=0.000000s + User TOT = 0.27 Real TOT = 2.10403 Summary of Run 170 : /run/geometryModified @@ -12586,8 +12586,8 @@ Run 171 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021975s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.69045 + User=0.000000s Real=0.026362s Sys=0.000000s + User TOT = 0.27 Real TOT = 2.13055 Summary of Run 171 : /run/geometryModified @@ -12656,8 +12656,8 @@ Run 172 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020183s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.71078 + User=0.000000s Real=0.027074s Sys=0.000000s + User TOT = 0.27 Real TOT = 2.15778 Summary of Run 172 : /run/geometryModified @@ -12726,8 +12726,8 @@ Run 173 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021731s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.73268 + User=0.010000s Real=0.023031s Sys=0.000000s + User TOT = 0.28 Real TOT = 2.18095 Summary of Run 173 : /run/geometryModified @@ -12796,8 +12796,8 @@ Run 174 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020649s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.75347 + User=0.000000s Real=0.030257s Sys=0.000000s + User TOT = 0.28 Real TOT = 2.21136 Summary of Run 174 : /run/geometryModified @@ -12866,8 +12866,8 @@ Run 175 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020685s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.77431 + User=0.000000s Real=0.027670s Sys=0.010000s + User TOT = 0.28 Real TOT = 2.23922 Summary of Run 175 : /run/geometryModified @@ -12936,8 +12936,8 @@ Run 176 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.015593s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.79006 + User=0.000000s Real=0.020998s Sys=0.000000s + User TOT = 0.28 Real TOT = 2.26037 Summary of Run 176 : /run/geometryModified @@ -13006,8 +13006,8 @@ Run 177 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020908s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.81114 + User=0.000000s Real=0.021573s Sys=0.000000s + User TOT = 0.28 Real TOT = 2.28233 Summary of Run 177 : /run/geometryModified @@ -13076,8 +13076,8 @@ Run 178 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020374s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.83166 + User=0.000000s Real=0.025613s Sys=0.000000s + User TOT = 0.28 Real TOT = 2.30818 Summary of Run 178 : /run/geometryModified @@ -13146,8 +13146,8 @@ Run 179 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022006s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.8538 + User=0.000000s Real=0.030939s Sys=0.000000s + User TOT = 0.28 Real TOT = 2.33926 Summary of Run 179 : /run/geometryModified @@ -13216,8 +13216,8 @@ Run 180 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020306s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.87424 + User=0.000000s Real=0.028070s Sys=0.000000s + User TOT = 0.28 Real TOT = 2.36749 Summary of Run 180 : /run/geometryModified @@ -13286,8 +13286,8 @@ Run 181 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021433s Sys=0.010000s - User TOT = 0.25 Real TOT = 1.89582 + User=0.000000s Real=0.017945s Sys=0.010000s + User TOT = 0.28 Real TOT = 2.38558 Summary of Run 181 : /run/geometryModified @@ -13356,8 +13356,8 @@ Run 182 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.019617s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.91557 + User=0.010000s Real=0.165730s Sys=0.130000s + User TOT = 0.29 Real TOT = 2.55147 Summary of Run 182 : /run/geometryModified @@ -13426,8 +13426,8 @@ Run 183 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.026418s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.94212 + User=0.000000s Real=0.007451s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.55906 Summary of Run 183 : /run/geometryModified @@ -13496,8 +13496,8 @@ Run 184 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.037457s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.97973 + User=0.000000s Real=0.006630s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.56591 Summary of Run 184 : /run/geometryModified @@ -13566,8 +13566,8 @@ Run 185 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004342s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.98421 + User=0.000000s Real=0.003615s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.5698 Summary of Run 185 : /run/geometryModified @@ -13636,8 +13636,8 @@ Run 186 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.012996s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.99734 + User=0.000000s Real=0.002779s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.57278 Summary of Run 186 : /run/geometryModified @@ -13706,8 +13706,8 @@ Run 187 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.019187s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.01668 + User=0.000000s Real=0.002801s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.57578 Summary of Run 187 : /run/geometryModified @@ -13776,8 +13776,8 @@ Run 188 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020972s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.03782 + User=0.000000s Real=0.003061s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.57904 Summary of Run 188 : /run/geometryModified @@ -13846,8 +13846,8 @@ Run 189 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021285s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.05926 + User=0.000000s Real=0.005382s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.58486 Summary of Run 189 : /run/geometryModified @@ -13916,8 +13916,8 @@ Run 190 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018588s Sys=0.010000s - User TOT = 0.27 Real TOT = 2.078 + User=0.000000s Real=0.004742s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.58983 Summary of Run 190 : /run/geometryModified @@ -13986,8 +13986,8 @@ Run 191 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022575s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.10072 + User=0.000000s Real=0.018313s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.60846 Summary of Run 191 : /run/geometryModified @@ -14056,8 +14056,8 @@ Run 192 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020903s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.12182 + User=0.000000s Real=0.024553s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.63323 Summary of Run 192 : /run/geometryModified @@ -14126,8 +14126,8 @@ Run 193 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019634s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.14163 + User=0.000000s Real=0.020695s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.65409 Summary of Run 193 : /run/geometryModified @@ -14196,8 +14196,8 @@ Run 194 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021054s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.16282 + User=0.000000s Real=0.028393s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.68264 Summary of Run 194 : /run/geometryModified @@ -14266,8 +14266,8 @@ Run 195 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018862s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.18182 + User=0.000000s Real=0.029216s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.712 Summary of Run 195 : /run/geometryModified @@ -14336,8 +14336,8 @@ Run 196 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.019401s Sys=0.000000s - User TOT = 0.29 Real TOT = 2.20136 + User=0.000000s Real=0.028754s Sys=0.000000s + User TOT = 0.29 Real TOT = 2.74096 Summary of Run 196 : /run/geometryModified @@ -14406,8 +14406,8 @@ Run 197 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021353s Sys=0.010000s - User TOT = 0.29 Real TOT = 2.22288 + User=0.010000s Real=0.030653s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.7718 Summary of Run 197 : /run/geometryModified @@ -14476,8 +14476,8 @@ Run 198 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020220s Sys=0.000000s - User TOT = 0.29 Real TOT = 2.24325 + User=0.000000s Real=0.027456s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.79942 Summary of Run 198 : /run/geometryModified @@ -14546,8 +14546,8 @@ Run 199 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020927s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.26432 + User=0.000000s Real=0.024246s Sys=0.010000s + User TOT = 0.3 Real TOT = 2.82383 Summary of Run 199 : /run/geometryModified @@ -14616,13 +14616,13 @@ Run 200 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021200s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.2857 + User=0.000000s Real=0.033875s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.85789 Summary of Run 200 : /score/dumpQuantityToFile boxMesh_1 eDep eDep_scorer.out Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.06 MB +Dynamic pools deleted: 12 / Total memory freed: 0.056 MB ============================================================ diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index 6636e2cd78..bf7db5bdcf 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.out +++ b/examples/advanced/gammaray_telescope/gammaraytel.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -222,7 +222,7 @@ THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4RadioactiveD --------------------------------------------------------------------------------- 2 LATERAL 1 TOP -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 /gun/sourceGen true /gun/particle proton /gun/energy 1 GeV @@ -681,7 +681,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -1648,11 +1648,11 @@ Using G4ParticleGun... Particle energy: 8.73632 LIN Particle: proton Event: 11 -Number of tracker hits in this event: 67 +Number of tracker hits in this event: 33 11 163.194 715 10 1 -37.0154 84.5878 95.55 11 130.374 1322 10 0 -37.0152 84.5881 94.15 11 133.543 715 9 1 -37.012 84.5958 65.55 - 11 613.687 1322 9 0 -37.0118 84.5963 64.15 + 11 442.917 1322 9 0 -37.0118 84.5963 64.15 11 111.428 715 8 1 -37.0029 84.609 35.55 11 237.852 1322 8 0 -37.0024 84.6082 34.15 11 132.595 715 7 1 -36.9897 84.5885 5.55 @@ -1680,4073 +1680,3248 @@ Number of tracker hits in this event: 67 11 93.4182 410 0 1 -97.95 62.0748 -204.619 11 172.108 409 0 1 -98.15 62.0999 -204.738 11 213.49 408 0 1 -98.3502 62.072 -204.74 - 11 103.782 1455 0 0 -10.8554 111.266 -206.25 - 11 125.297 1456 0 0 -10.6999 111.35 -206.061 - 11 52.6149 851 0 1 -9.71619 111.891 -204.85 - 11 145.851 852 0 1 -9.65 111.927 -204.768 - 11 58.0095 853 0 1 -9.45 112.035 -204.522 - 11 151.779 1521 1 0 18.0774 124.482 -176.25 - 11 163.029 1522 1 0 18.2288 124.55 -176.095 - 11 21.472 996 1 1 19.4084 125.103 -174.85 - 11 139.368 997 1 1 19.45 125.122 -174.806 - 11 103.765 998 1 1 19.65 125.216 -174.595 - 11 84.9997 1579 2 0 47.022 136.105 -146.25 - 11 210.692 1580 2 0 47.1362 136.15 -146.132 - 11 65.2376 1141 2 1 48.3883 136.653 -144.85 - 11 189.207 1142 2 1 48.45 136.678 -144.787 - 11 98.7056 1143 2 1 48.65 136.755 -144.585 - 11 72.0004 1634 3 0 73.6889 147.104 -116.25 - 11 283.227 1635 3 0 73.7999 147.15 -116.124 - 11 59.4673 1274 3 1 74.9768 147.628 -114.85 - 11 200.489 1275 3 1 75.05 147.657 -114.772 - 11 116.38 1276 3 1 75.25 147.739 -114.559 - 11 128.679 1691 4 0 99.8308 158.491 -86.25 - 11 357.462 1692 4 0 99.9661 158.55 -86.0938 - 11 72.6885 1404 4 1 101.043 159.019 -84.85 - 11 172.035 1405 4 1 101.15 159.066 -84.726 - 11 24.7606 1406 4 1 101.35 159.152 -84.4944 - 11 255.778 1751 5 0 127.288 170.416 -56.25 - 11 53.287 1752 5 0 127.598 170.55 -55.9129 - 11 123.521 1542 5 1 128.582 170.998 -54.85 - 11 156.532 1543 5 1 128.75 171.074 -54.6687 - 11 0.706387 1544 5 1 128.95 171.166 -54.451 - 11 420.093 1653 4 0 77.1721 150.859 -86.25 - 11 11.1414 737 3 0 -169.065 -32.5095 -116.25 - 11 27.5241 1491 2 1 118.473 -159.42 -144.589 - 11 101.457 249 11 0 70.6562 -130.24 124.102 - 11 88.8398 1321 9 0 -37.1867 84.45 63.7851 - 11 63.2346 1320 9 0 -37.3279 84.25 63.8142 -Number of digits in this event: 38 + 11 61.109 1321 9 0 -37.1035 84.4499 63.7501 + 11 61.5635 1323 9 0 -37.0541 84.65 63.9661 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 4.62894 LIN +Particle energy: 6.89719 LIN Particle: proton Event: 12 -Number of tracker hits in this event: 24 - 12 162.35 975 11 1 15.0772 -73.6311 125.55 - 12 105.33 532 11 0 15.0757 -73.6329 124.15 - 12 147.196 974 10 1 15.0475 -73.6768 95.55 - 12 139.653 531 10 0 15.0461 -73.6799 94.15 - 12 106.317 974 9 1 15.0134 -73.7362 65.55 - 12 193.734 531 9 0 15.0104 -73.7399 64.15 - 12 146.934 974 8 1 14.9489 -73.8213 35.55 - 12 96.5536 531 8 0 14.947 -73.8258 34.15 - 12 95.7165 974 7 1 14.9025 -73.914 5.55 - 12 127.175 530 7 0 14.8996 -73.9202 4.15 - 12 124.27 973 6 1 14.8466 -74.0479 -24.45 - 12 113.47 529 6 0 14.8457 -74.054 -25.85 - 12 138.409 973 5 1 14.8247 -74.1833 -54.45 - 12 109.775 529 5 0 14.8236 -74.1905 -55.85 - 12 101.349 973 4 1 14.8041 -74.3441 -84.45 - 12 103.591 528 4 0 14.8027 -74.353 -85.85 - 12 116.099 973 3 1 14.7734 -74.5391 -114.45 - 12 160.426 527 3 0 14.773 -74.546 -115.85 - 12 115.161 973 2 1 14.7665 -74.6791 -144.45 - 12 126.712 526 2 0 14.7691 -74.6825 -145.85 - 12 101.017 973 1 1 14.824 -74.7468 -174.45 - 12 93.2522 526 1 0 14.826 -74.7499 -175.85 - 12 103.458 974 0 1 14.8617 -74.8076 -204.45 - 12 120.741 526 0 0 14.8615 -74.8115 -205.85 -Number of digits in this event: 12 +Number of tracker hits in this event: 41 + 12 316.149 555 10 1 -69.0311 -75.5492 95.55 + 12 155.741 522 10 0 -69.0308 -75.5484 94.15 + 12 126.313 555 9 1 -69.0303 -75.5369 65.55 + 12 130.051 522 9 0 -69.0304 -75.5355 64.15 + 12 132.222 555 8 1 -69.0305 -75.5113 35.55 + 12 103.781 522 8 0 -69.0316 -75.5107 34.15 + 12 149.383 554 7 1 -69.0562 -75.4971 5.55 + 12 137.564 522 7 0 -69.0569 -75.4968 4.15 + 12 111.214 554 6 1 -69.0747 -75.4924 -24.45 + 12 264.737 522 6 0 -69.0757 -75.4933 -25.85 + 12 156.72 554 5 1 -69.0989 -75.5096 -54.45 + 12 119.254 522 5 0 -69.0992 -75.5119 -55.85 + 12 334.768 554 4 1 -69.1084 -75.5614 -84.45 + 12 190.949 522 4 0 -69.1086 -75.5637 -85.85 + 12 106.04 554 3 1 -69.1203 -75.6075 -114.45 + 12 127.283 522 3 0 -69.1198 -75.61 -115.85 + 12 103.54 554 2 1 -69.1114 -75.6628 -144.45 + 12 104.331 521 2 0 -69.1117 -75.666 -145.85 + 12 115.687 554 1 1 -69.1161 -75.7316 -174.45 + 12 166.685 521 1 0 -69.1165 -75.7341 -175.85 + 12 113.083 554 0 1 -69.1206 -75.7866 -204.45 + 12 108.473 521 0 0 -69.1202 -75.7888 -205.85 + 12 189.352 924 11 0 -138.507 4.9257 123.75 + 12 369.91 205 11 1 -139.016 4.70056 125.15 + 12 261.659 206 11 1 -138.95 4.25965 125.21 + 12 181.463 207 11 1 -138.75 3.91831 125.447 + 12 109.661 208 11 1 -138.55 4.10022 125.543 + 12 35.4928 570 4 0 -47.3437 -65.9158 -86.25 + 12 114.796 571 4 0 -47.3491 -65.85 -86.1692 + 12 4.44353 572 4 0 -47.4268 -65.6497 -85.8729 + 12 243.156 660 4 1 -47.887 -64.8472 -84.8499 + 12 112.243 659 4 1 -48.0512 -64.3742 -84.5492 + 12 99.2929 658 4 1 -48.2502 -64.4369 -84.4659 + 12 182.829 657 4 1 -48.45 -64.3313 -84.6019 + 12 376.55 656 4 1 -48.65 -64.1658 -84.7187 + 12 238.458 579 4 0 -48.9317 -64.1317 -85.8501 + 12 158.952 523 4 0 -69.0689 -75.45 -85.9773 + 12 78.3995 524 4 0 -69.089 -75.2496 -85.9951 + 12 65.7334 555 4 1 -69.05 -74.3948 -84.7826 + 12 289.983 533 4 0 -69.2943 -73.4054 -85.8505 + 12 26.8267 554 10 1 -69.05 -75.4879 95.2841 +Number of digits in this event: 27 Using G4ParticleGun... -Particle energy: 6.62295 LIN +Particle energy: 2.07515 LIN Particle: proton Event: 13 -Number of tracker hits in this event: 24 - 13 110.531 1004 11 1 20.8666 26.9084 125.55 - 13 106.475 1034 11 0 20.8669 26.909 124.15 - 13 117.1 1004 10 1 20.8714 26.9177 95.55 - 13 94.5133 1034 10 0 20.8725 26.9198 94.15 - 13 111.454 1004 9 1 20.8941 26.9737 65.55 - 13 125.633 1034 9 0 20.896 26.9763 64.15 - 13 136.135 1004 8 1 20.9381 27.0295 35.55 - 13 130.103 1034 8 0 20.9402 27.0321 34.15 - 13 138.825 1004 7 1 20.9856 27.0865 5.55 - 13 219.077 1035 7 0 20.9876 27.0893 4.15 - 13 166.391 1004 6 1 21.0306 27.1453 -24.45 - 13 106.525 1035 6 0 21.0342 27.1468 -25.85 - 13 124.467 1005 5 1 21.1048 27.1768 -54.45 - 13 155.485 1035 5 0 21.1086 27.1783 -55.85 - 13 128.085 1005 4 1 21.1885 27.2097 -84.45 - 13 127.211 1035 4 0 21.1931 27.2118 -85.85 - 13 117.37 1006 3 1 21.3036 27.2554 -114.45 - 13 107.263 1036 3 0 21.3087 27.2575 -115.85 - 13 96.0897 1006 2 1 21.4079 27.3008 -144.45 - 13 145.363 1036 2 0 21.4142 27.3025 -145.85 - 13 189.475 1007 1 1 21.5444 27.337 -174.45 - 13 131.833 1036 1 0 21.5495 27.3387 -175.85 - 13 119.96 1008 0 1 21.655 27.3749 -204.45 - 13 127.374 1036 0 0 21.6605 27.3768 -205.85 -Number of digits in this event: 16 +Number of tracker hits in this event: 18 + 13 109.299 1275 8 1 75.1208 -120.21 35.55 + 13 87.8714 299 8 0 75.1184 -120.209 34.15 + 13 106.855 1275 7 1 75.0607 -120.194 5.55 + 13 125.91 299 7 0 75.058 -120.191 4.15 + 13 126.314 1274 6 1 75.0046 -120.126 -24.45 + 13 150.96 300 6 0 75.0039 -120.125 -25.85 + 13 175.382 1274 5 1 74.9719 -120.105 -54.45 + 13 426.615 300 5 0 74.974 -120.102 -55.85 + 13 142.355 1274 4 1 75.0168 -120.036 -84.45 + 13 155.785 300 4 0 75.0216 -120.034 -85.85 + 13 143.509 1275 3 1 75.1275 -119.989 -114.45 + 13 99.1472 300 3 0 75.1284 -119.987 -115.85 + 13 101.505 1275 2 1 75.1497 -119.956 -144.45 + 13 115.43 300 2 0 75.1514 -119.955 -145.85 + 13 124.428 1275 1 1 75.1906 -119.931 -174.45 + 13 274.103 301 1 0 75.1862 -119.929 -175.85 + 13 152.393 1275 0 1 75.0924 -119.891 -204.45 + 13 124.312 301 0 0 75.0864 -119.889 -205.85 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 4.577 LIN +Particle energy: 8.73445 LIN Particle: proton Event: 14 -Number of tracker hits in this event: 25 - 14 103.614 990 10 1 18.0912 98.491 95.55 - 14 130.867 1391 10 0 18.0913 98.49 94.15 - 14 93.6206 990 9 1 18.0922 98.4698 65.55 - 14 123.035 1391 9 0 18.0933 98.4686 64.15 - 14 96.3578 990 8 1 18.1106 98.4471 35.55 - 14 99.4123 1391 8 0 18.1109 98.4469 34.15 - 14 131.845 990 7 1 18.1096 98.4518 5.55 - 14 116.113 1391 7 0 18.1112 98.4533 4.15 - 14 111.847 990 6 1 18.153 98.4829 -24.45 - 14 97.6528 1391 6 0 18.1587 98.4857 -25.85 - 14 107.044 991 5 1 18.2733 98.539 -54.45 - 14 114.277 1391 5 0 18.2799 98.5417 -55.85 - 14 213.003 991 4 1 18.4196 98.5924 -84.45 - 14 155.32 1392 4 0 18.4265 98.5942 -85.85 - 14 105.911 992 3 1 18.5688 98.6282 -114.45 - 14 140.498 1392 3 0 18.575 98.629 -115.85 - 14 119.823 993 2 1 18.6999 98.6452 -144.45 - 14 131.282 1392 2 0 18.7059 98.6459 -145.85 - 14 104.795 993 1 1 18.8281 98.6603 -174.45 - 14 136.556 1392 1 0 18.8345 98.6602 -175.85 - 14 184.827 994 0 1 18.9656 98.6646 -204.45 - 14 279.271 1392 0 0 18.9727 98.6638 -205.85 - 14 108.005 1330 0 0 4.05423 86.0943 -206.25 - 14 55.1433 1329 0 0 3.9372 86.05 -206.245 - 14 4.53327 1321 0 0 -9.85082 84.2673 -206.25 -Number of digits in this event: 11 +Number of tracker hits in this event: 50 + 14 129.792 380 7 1 -103.988 -107.558 5.55 + 14 116.915 362 7 0 -103.988 -107.558 4.15 + 14 107.619 380 6 1 -103.988 -107.546 -24.45 + 14 139.47 363 6 0 -103.987 -107.547 -25.85 + 14 86.1049 380 5 1 -103.966 -107.552 -54.45 + 14 126.26 362 5 0 -103.965 -107.554 -55.85 + 14 171.353 381 4 1 -103.946 -107.579 -84.45 + 14 154.702 362 4 0 -103.944 -107.58 -85.85 + 14 107.047 381 3 1 -103.906 -107.615 -114.45 + 14 105.345 362 3 0 -103.904 -107.617 -115.85 + 14 125.778 381 2 1 -103.867 -107.653 -144.45 + 14 113.323 362 2 0 -103.865 -107.654 -145.85 + 14 100.695 381 1 1 -103.819 -107.682 -174.45 + 14 110.128 362 1 0 -103.817 -107.683 -175.85 + 14 17347.8 381 0 1 -103.763 -107.688 -204.45 + 14 193.902 1393 1 1 98.75 27.0808 -174.747 + 14 5349.37 382 0 1 -103.75 -107.723 -204.718 + 14 208.086 355 0 0 -109.394 -108.95 -205.906 + 14 72.8727 356 0 0 -110.368 -108.95 -206.016 + 14 405.12 362 0 0 -103.689 -107.694 -205.85 + 14 112.87 360 0 0 -103.752 -108.002 -205.85 + 14 153.775 363 0 0 -103.751 -107.55 -206.099 + 14 15.5632 1414 1 1 102.989 -7.98639 -174.85 + 14 13.9569 814 3 0 155.537 -17.1799 -116.25 + 14 147.808 361 0 0 -103.66 -107.826 -205.85 + 14 32.8756 368 0 0 -105.173 -106.432 -205.85 + 14 341.819 369 0 0 -105.266 -106.35 -205.924 + 14 112.715 370 0 0 -105.489 -106.15 -206.103 + 14 29.0209 527 0 0 -138.633 -74.5063 -206.25 + 14 95.5934 528 0 0 -138.628 -74.4499 -206.184 + 14 17.4467 529 0 0 -138.624 -74.25 -205.894 + 14 119.856 207 0 1 -138.657 -73.6034 -204.85 + 14 299.803 581 1 0 -129.641 -63.7404 -176.25 + 14 79.6958 582 1 0 -129.558 -63.65 -176.015 + 14 67.3262 252 1 1 -129.704 -62.2377 -174.85 + 14 64.29 251 1 1 -129.75 -62.0808 -174.731 + 14 372.763 250 1 1 -129.95 -61.8949 -174.691 + 14 94.562 249 1 1 -130.15 -61.7435 -174.672 + 14 46.2652 248 1 1 -130.35 -61.5516 -174.752 + 14 292.365 590 1 0 -131.554 -62.0035 -175.85 + 14 68.4974 589 1 0 -131.654 -62.05 -175.874 + 14 118.148 591 1 0 -131.883 -61.85 -176.098 + 14 53.9796 284 1 1 -123.297 -62.9115 -174.85 + 14 10.9337 285 1 1 -123.15 -62.8964 -174.843 + 14 239.926 586 1 0 -119.918 -62.7601 -175.85 + 14 118.296 321 1 1 -115.939 -60.5943 -174.85 + 14 217.504 596 1 0 -115.695 -60.6794 -175.85 + 14 62.0754 633 4 1 -53.3956 -51.6977 -84.85 + 14 219.33 632 4 1 -53.4501 -51.7367 -84.6594 + 14 145.404 360 1 0 -99.8012 -108.018 -176.186 +Number of digits in this event: 25 Using G4ParticleGun... -Particle energy: 9.79917 LIN +Particle energy: 2.04525 LIN Particle: proton Event: 15 -Number of tracker hits in this event: 26 - 15 154.269 1029 8 1 25.9249 -142.408 35.55 - 15 138.426 188 8 0 25.9255 -142.408 34.15 - 15 103.741 1029 7 1 25.9388 -142.424 5.55 - 15 128.763 188 7 0 25.9396 -142.424 4.15 - 15 159.057 1029 6 1 25.9583 -142.425 -24.45 - 15 106.805 188 6 0 25.9595 -142.425 -25.85 - 15 121.02 1029 5 1 25.9828 -142.42 -54.45 - 15 120.887 188 5 0 25.9846 -142.419 -55.85 - 15 118.04 1029 4 1 26.0193 -142.406 -84.45 - 15 110.01 188 4 0 26.0201 -142.405 -85.85 - 15 98.3252 1029 3 1 26.0372 -142.385 -114.45 - 15 104.849 188 3 0 26.0371 -142.384 -115.85 - 15 133.617 1029 2 1 26.0338 -142.367 -144.45 - 15 145.197 188 2 0 26.0338 -142.366 -145.85 - 15 202.368 1029 1 1 26.0301 -142.338 -174.45 - 15 153.517 189 1 0 26.0296 -142.337 -175.85 - 15 100.383 1029 0 1 26.0203 -142.321 -204.45 - 15 109.348 189 0 0 26.0199 -142.32 -205.85 - 15 16.4162 1028 1 1 25.85 -142.536 -174.808 - 15 135.012 186 1 0 24.9946 -142.786 -175.85 - 15 6.98378 187 1 0 24.7178 -142.75 -176.234 - 15 55.9283 165 1 0 30.263 -147.068 -176.25 - 15 70.1802 164 1 0 30.2903 -147.15 -176.16 - 15 343.488 163 1 0 30.3282 -147.35 -175.996 - 15 154.622 1064 1 1 32.8521 -148.097 -174.85 - 15 373.02 1065 1 1 33.0501 -148.263 -174.677 -Number of digits in this event: 15 +Number of tracker hits in this event: 29 + 15 101.93 422 10 1 -95.7085 57.2724 95.55 + 15 226.708 1186 10 0 -95.7087 57.2745 94.15 + 15 95.0955 422 9 1 -95.7161 57.3062 65.55 + 15 112.721 1186 9 0 -95.7162 57.3121 64.15 + 15 112.467 422 8 1 -95.7052 57.4355 35.55 + 15 117.252 1186 8 0 -95.7027 57.444 34.15 + 15 104.625 422 7 1 -95.6452 57.6287 5.55 + 15 306.105 1187 7 0 -95.639 57.6385 4.15 + 15 216.426 423 6 1 -95.5206 57.829 -24.45 + 15 123.672 1188 6 0 -95.5128 57.8387 -25.85 + 15 121.814 424 5 1 -95.3493 58.0278 -54.45 + 15 112.58 1189 5 0 -95.3417 58.0369 -55.85 + 15 113.081 424 4 1 -95.1877 58.2272 -84.45 + 15 101.744 1190 4 0 -95.18 58.2384 -85.85 + 15 112.874 425 3 1 -95.0174 58.4524 -114.45 + 15 175.403 1192 3 0 -95.0114 58.4653 -115.85 + 15 116.408 426 2 1 -94.8885 58.7274 -144.45 + 15 107.84 1193 2 0 -94.8832 58.7393 -145.85 + 15 280.361 426 1 1 -94.7773 58.9818 -174.45 + 15 272.23 1194 1 0 -94.772 58.995 -175.85 + 15 152.848 427 0 1 -94.6554 59.2659 -204.45 + 15 120.498 1196 0 0 -94.6488 59.2766 -205.85 + 15 44.2806 427 1 1 -94.75 58.9806 -174.723 + 15 218.881 1333 1 0 -78.0266 86.7896 -176.249 + 15 207.895 1334 1 0 -77.9823 86.85 -176.175 + 15 33.8929 1335 1 0 -77.892 87.05 -175.926 + 15 51.9941 511 1 1 -77.6716 87.6779 -174.85 + 15 96.6054 512 1 1 -77.65 87.7024 -174.689 + 15 155.084 1186 7 0 -95.8118 57.45 4.10301 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 9.85117 LIN +Particle energy: 2.08162 LIN Particle: proton Event: 16 -Number of tracker hits in this event: 24 - 16 127.431 1510 7 1 122.344 -83.1954 5.55 - 16 100.695 484 7 0 122.344 -83.1962 4.15 - 16 101.265 1510 6 1 122.341 -83.2147 -24.45 - 16 118.181 484 6 0 122.341 -83.2147 -25.85 - 16 124.625 1510 5 1 122.343 -83.2132 -54.45 - 16 124.821 484 5 0 122.344 -83.2137 -55.85 - 16 96.5487 1511 4 1 122.352 -83.2217 -84.45 - 16 248.663 484 4 0 122.354 -83.2215 -85.85 - 16 98.2834 1511 3 1 122.374 -83.2151 -114.45 - 16 142.166 484 3 0 122.375 -83.2144 -115.85 - 16 114.511 1511 2 1 122.397 -83.199 -144.45 - 16 163.345 484 2 0 122.398 -83.1983 -145.85 - 16 101.076 1511 1 1 122.427 -83.1856 -174.45 - 16 112.53 484 1 0 122.428 -83.1847 -175.85 - 16 115.425 1511 0 1 122.453 -83.1692 -204.45 - 16 112.772 484 0 0 122.455 -83.1675 -205.85 - 16 29.0934 1659 2 1 151.996 -88.22 -144.644 - 16 58.4353 578 6 1 -64.2742 114.034 -24.5701 - 16 63.683 485 2 0 122.44 -83.05 -146.194 - 16 5.04392 486 2 0 122.552 -82.85 -146.249 - 16 10.8952 1053 2 0 118.549 30.8211 -146.25 - 16 100.495 1054 2 0 118.522 30.85 -146.228 - 16 64.1992 1055 2 0 118.325 31.05 -146.034 - 16 211.924 1489 2 1 118.044 30.5731 -144.85 +Number of tracker hits in this event: 18 + 16 117.623 213 8 1 -137.413 -27.5984 35.55 + 16 130.684 762 8 0 -137.414 -27.6006 34.15 + 16 145.106 213 7 1 -137.421 -27.6486 5.55 + 16 100.516 761 7 0 -137.42 -27.6504 4.15 + 16 111.465 213 6 1 -137.399 -27.699 -24.45 + 16 122.97 761 6 0 -137.399 -27.7009 -25.85 + 16 145.963 213 5 1 -137.401 -27.7402 -54.45 + 16 123.466 761 5 0 -137.397 -27.7468 -55.85 + 16 98.8829 214 4 1 -137.328 -27.8867 -84.45 + 16 110.643 760 4 0 -137.326 -27.897 -85.85 + 16 108.858 214 3 1 -137.297 -28.1091 -114.45 + 16 127.977 759 3 0 -137.299 -28.1162 -115.85 + 16 157.418 214 2 1 -137.325 -28.2649 -144.45 + 16 103.583 758 2 0 -137.324 -28.2728 -145.85 + 16 177.029 214 1 1 -137.304 -28.4384 -174.45 + 16 173.592 758 1 0 -137.305 -28.4435 -175.85 + 16 163.313 214 0 1 -137.331 -28.5599 -204.45 + 16 114.005 757 0 0 -137.331 -28.5678 -205.85 Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 6.76101 LIN +Particle energy: 9.86932 LIN Particle: proton Event: 17 -Number of tracker hits in this event: 20 - 17 158.686 1446 9 1 109.437 -48.1214 65.55 - 17 117.762 659 9 0 109.438 -48.1213 64.15 - 17 108.194 1446 8 1 109.454 -48.1235 35.55 - 17 147.742 659 8 0 109.455 -48.1249 34.15 - 17 114.696 1446 7 1 109.484 -48.1535 5.55 - 17 147.528 659 7 0 109.484 -48.1538 4.15 - 17 130.74 1446 6 1 109.492 -48.158 -24.45 - 17 118.792 659 6 0 109.492 -48.1585 -25.85 - 17 108.736 1446 5 1 109.507 -48.1613 -54.45 - 17 113.797 659 5 0 109.507 -48.1625 -55.85 - 17 113.257 1446 4 1 109.521 -48.1852 -84.45 - 17 118.811 659 4 0 109.522 -48.1858 -85.85 - 17 214.051 1446 3 1 109.534 -48.1994 -114.45 - 17 95.9542 659 3 0 109.536 -48.2011 -115.85 - 17 117.15 1447 2 1 109.565 -48.2416 -144.45 - 17 97.9273 659 2 0 109.566 -48.2436 -145.85 - 17 103.747 1447 1 1 109.575 -48.2848 -174.45 - 17 125.184 658 1 0 109.575 -48.2876 -175.85 - 17 131.278 1447 0 1 109.569 -48.3429 -204.45 - 17 128.04 658 0 0 109.57 -48.3461 -205.85 -Number of digits in this event: 9 +Number of tracker hits in this event: 19 + 17 97.7683 1536 8 1 127.361 64.1929 35.55 + 17 115.341 1220 8 0 127.361 64.1924 34.15 + 17 89.6439 1536 7 1 127.367 64.1824 5.55 + 17 326.092 1220 7 0 127.368 64.1814 4.15 + 17 102.459 1536 6 1 127.385 64.1611 -24.45 + 17 167.142 1220 6 0 127.386 64.1603 -25.85 + 17 204.42 1536 5 1 127.407 64.1409 -54.45 + 17 93.0554 1220 5 0 127.409 64.1402 -55.85 + 17 152.229 1536 4 1 127.439 64.1268 -84.45 + 17 117.894 1220 4 0 127.44 64.1266 -85.85 + 17 166.641 1536 3 1 127.465 64.1212 -114.45 + 17 259.206 1220 3 0 127.467 64.1211 -115.85 + 17 95.2541 1536 2 1 127.486 64.12 -144.45 + 17 130.693 1220 2 0 127.488 64.1204 -145.85 + 17 133.911 1536 1 1 127.51 64.1286 -174.45 + 17 168.532 1220 1 0 127.511 64.1293 -175.85 + 17 233.796 1536 0 1 127.523 64.1424 -204.45 + 17 120.489 1220 0 0 127.524 64.1431 -205.85 + 17 45.4741 1219 7 0 127.358 64.05 3.77554 +Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 8.55031 LIN +Particle energy: 7.54067 LIN Particle: proton Event: 18 -Number of tracker hits in this event: 58 - 18 117.891 986 11 1 17.4259 47.608 125.55 - 18 114.441 1137 11 0 17.4256 47.6064 124.15 - 18 139.652 986 10 1 17.418 47.5729 95.55 - 18 116.37 1137 10 0 17.4176 47.57 94.15 - 18 97.0825 986 9 1 17.4111 47.51 65.55 - 18 123.948 1137 9 0 17.41 47.5077 64.15 - 18 134.604 986 8 1 17.3847 47.462 35.55 - 18 106.344 1137 8 0 17.3832 47.4593 34.15 - 18 109.748 986 7 1 17.3544 47.4064 5.55 - 18 168.928 1136 7 0 17.3535 47.404 4.15 - 18 103.244 986 6 1 17.3329 47.3528 -24.45 - 18 115.141 1136 6 0 17.3318 47.3501 -25.85 - 18 137.493 986 5 1 17.3118 47.2976 -54.45 - 18 111.821 1136 5 0 17.3104 47.2953 -55.85 - 18 138.336 986 4 1 17.2739 47.2449 -84.45 - 18 123.824 1135 4 0 17.271 47.2413 -85.85 - 18 145.122 985 3 1 17.2111 47.1701 -114.45 - 18 106.833 1135 3 0 17.2078 47.166 -115.85 - 18 100.863 985 2 1 17.1388 47.0786 -144.45 - 18 127.391 1135 2 0 17.134 47.0745 -145.85 - 18 131.702 984 1 1 17.0335 46.991 -174.45 - 18 117.083 1134 1 0 17.0282 46.9867 -175.85 - 18 105.131 984 0 1 16.9194 46.8995 -204.45 - 18 139.386 1134 0 0 16.9144 46.8953 -205.85 - 18 46.7632 1477 1 1 115.65 97.9893 -174.45 - 18 77.132 1478 1 1 115.75 98.0217 -174.611 - 18 68.6429 1393 1 0 115.601 98.8381 -175.85 - 18 129.237 1394 1 0 115.553 98.95 -176.017 - 18 57.1226 1395 1 0 115.495 99.1507 -176.171 - 18 129.553 1072 0 0 -38.13 34.5176 -206.25 - 18 76.4363 1071 0 0 -38.4116 34.45 -206.012 - 18 20.0433 701 0 1 -39.7793 34.115 -204.85 - 18 188.768 700 0 1 -39.85 34.0977 -204.79 - 18 110.142 699 0 1 -40.05 34.0486 -204.621 - 18 2.02226 698 0 1 -40.25 33.9998 -204.453 - 18 69.9063 1026 1 0 -74.8899 25.2967 -176.25 - 18 112.896 1025 1 0 -75.0759 25.25 -176.099 - 18 9.87984 517 1 1 -76.6274 24.862 -174.85 - 18 109.577 516 1 1 -76.65 24.8564 -174.832 - 18 78.4607 515 1 1 -76.85 24.8063 -174.671 - 18 36.6939 514 1 1 -77.05 24.7556 -174.51 - 18 163.652 979 2 0 -113.155 15.9205 -146.25 - 18 176.057 978 2 0 -113.443 15.85 -146.025 - 18 0.557905 326 2 1 -114.948 15.4811 -144.85 - 18 70.6006 325 2 1 -114.95 15.4805 -144.848 - 18 75.7367 324 2 1 -115.15 15.4315 -144.692 - 18 38.861 323 2 1 -115.35 15.3815 -144.536 - 18 49.5684 932 3 0 -150.095 6.49338 -116.25 - 18 184.958 931 3 0 -150.264 6.45 -116.112 - 18 59.8565 141 3 1 -151.816 6.05092 -114.85 - 18 84.7445 140 3 1 -151.95 6.01649 -114.741 - 18 61.4031 139 3 1 -152.15 5.96494 -114.579 - 18 6.34546 1692 2 1 158.55 56.9664 -144.802 - 18 43.7784 538 1 1 -72.3769 25.8404 -174.45 - 18 376.499 537 1 1 -72.45 25.9945 -174.481 - 18 15.3264 536 1 1 -72.6502 26.1565 -174.61 - 18 73.6841 1615 7 0 35.2624 143.226 3.77626 - 18 129.76 1129 10 0 18.3869 46.0184 94.15 -Number of digits in this event: 23 +Number of tracker hits in this event: 20 + 18 114.394 1416 7 1 103.524 -103.72 5.55 + 18 201.386 382 7 0 103.524 -103.721 4.15 + 18 194.519 1416 6 1 103.526 -103.748 -24.45 + 18 99.8236 382 6 0 103.522 -103.747 -25.85 + 18 213.766 1416 5 1 103.439 -103.727 -54.45 + 18 113.161 382 5 0 103.436 -103.726 -55.85 + 18 148.526 1416 4 1 103.369 -103.698 -84.45 + 18 98.5679 382 4 0 103.366 -103.697 -85.85 + 18 104.342 1415 3 1 103.31 -103.674 -114.45 + 18 193.762 382 3 0 103.306 -103.673 -115.85 + 18 116.079 1415 2 1 103.219 -103.66 -144.45 + 18 98.5293 382 2 0 103.213 -103.661 -145.85 + 18 117.882 1414 1 1 103.094 -103.681 -174.45 + 18 125.345 382 1 0 103.089 -103.682 -175.85 + 18 101.267 1414 0 1 102.99 -103.711 -204.45 + 18 122.586 382 0 0 102.985 -103.711 -205.85 + 18 80.3731 381 3 0 103.186 -103.75 -116.016 + 18 150.148 1417 3 1 103.629 -103.917 -114.85 + 18 69.2871 1415 5 1 103.35 -103.705 -54.5826 + 18 246.598 381 7 0 103.44 -103.75 3.84233 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 5.76579 LIN +Particle energy: 7.27328 LIN Particle: proton Event: 19 Number of tracker hits in this event: 23 - 19 98.2063 1423 9 1 104.801 80.0389 65.55 - 19 100.653 1299 9 0 104.801 80.0384 64.15 - 19 158.504 1423 8 1 104.804 80.0267 35.55 - 19 127.483 1299 8 0 104.804 80.0263 34.15 - 19 125.71 1423 7 1 104.823 80.0192 5.55 - 19 116.778 1299 7 0 104.824 80.0198 4.15 - 19 101.818 1423 6 1 104.837 80.0393 -24.45 - 19 180.383 1299 6 0 104.838 80.0397 -25.85 - 19 117.396 1423 5 1 104.868 80.0449 -54.45 - 19 222.209 1299 5 0 104.871 80.0449 -55.85 - 19 106.662 1423 4 1 104.934 80.0466 -84.45 - 19 114.264 1299 4 0 104.936 80.047 -85.85 - 19 96.8713 1424 3 1 104.984 80.0528 -114.45 - 19 102.462 1300 3 0 104.987 80.0526 -115.85 - 19 109.251 1424 2 1 105.039 80.0507 -144.45 - 19 97.2309 1299 2 0 105.041 80.0488 -145.85 - 19 111.956 1424 1 1 105.09 80.0062 -174.45 - 19 201.787 1299 1 0 105.092 80.004 -175.85 - 19 101.48 1424 0 1 105.136 79.9535 -204.45 - 19 172.934 1299 0 0 105.138 79.9518 -205.85 - 19 356.774 1300 6 0 104.845 80.05 -26.0262 - 19 12.0784 1301 6 0 104.997 80.25 -26.0649 - 19 228.152 1298 6 0 105.602 79.85 -26.2191 -Number of digits in this event: 10 + 19 106.103 1060 10 1 32.159 99.0017 95.55 + 19 104.527 1394 10 0 32.1592 99.0015 94.15 + 19 205.052 1060 9 1 32.1625 98.9986 65.55 + 19 121.113 1394 9 0 32.1632 98.9977 64.15 + 19 108.996 1060 8 1 32.1806 98.9784 35.55 + 19 123.183 1394 8 0 32.1902 98.9779 34.15 + 19 124.251 1061 7 1 32.3874 98.9637 5.55 + 19 134.464 1394 7 0 32.3972 98.962 4.15 + 19 127.6 1062 6 1 32.5958 98.9264 -24.45 + 19 128.679 1393 6 0 32.606 98.9256 -25.85 + 19 92.0943 1063 5 1 32.8184 98.9105 -54.45 + 19 125.256 1393 5 0 32.8295 98.9089 -55.85 + 19 115.048 1065 4 1 33.0588 98.8768 -84.45 + 19 99.7198 1393 4 0 33.0694 98.8758 -85.85 + 19 101.414 1066 3 1 33.2852 98.8553 -114.45 + 19 161.97 1393 3 0 33.2964 98.8556 -115.85 + 19 121.53 1067 2 1 33.5272 98.8632 -144.45 + 19 147.899 1393 2 0 33.5384 98.8649 -145.85 + 19 120.783 1068 1 1 33.7666 98.901 -174.45 + 19 138.281 1393 1 0 33.7774 98.9033 -175.85 + 19 131.961 1069 0 1 33.9968 98.9485 -204.45 + 19 243.387 1394 0 0 34.0082 98.952 -205.85 + 19 486.755 1061 9 1 32.2506 98.9159 65.3332 +Number of digits in this event: 17 Using G4ParticleGun... -Particle energy: 9.00529 LIN +Particle energy: 1.47054 LIN Particle: proton Event: 20 -Number of tracker hits in this event: 225 - 20 105.85 739 11 1 -32.0722 73.8636 125.55 - 20 123.349 1269 11 0 -32.0718 73.8631 124.15 - 20 143.106 739 10 1 -32.0629 73.8528 95.55 - 20 111.958 1269 10 0 -32.0621 73.8533 94.15 - 20 118.635 740 9 1 -32.0477 73.8663 65.55 - 20 121.001 1269 9 0 -32.0477 73.8662 64.15 - 20 98.0595 740 8 1 -32.0484 73.863 35.55 - 20 96.2008 1269 8 0 -32.0488 73.8622 34.15 - 20 122.832 739 7 1 -32.0568 73.8456 5.55 - 20 115.085 1268 7 0 -32.0574 73.8435 4.15 - 20 97.8578 739 6 1 -32.0664 73.8037 -24.45 - 20 141.234 1268 6 0 -32.0675 73.8038 -25.85 - 20 136.157 739 5 1 -32.0888 73.8069 -54.45 - 20 112.973 1268 5 0 -32.09 73.8071 -55.85 - 20 229.165 739 4 1 -32.1186 73.8102 -84.45 - 20 94.4523 1268 4 0 -32.1199 73.8107 -85.85 - 20 92.9749 739 3 1 -32.1497 73.8188 -114.45 - 20 83.0771 1268 3 0 -32.1509 73.8199 -115.85 - 20 69.9078 648 4 1 -50.2787 100.508 -84.85 - 20 185.629 647 4 1 -50.45 100.717 -84.4664 - 20 69.7003 1242 2 0 -32.9092 68.65 -146.022 - 20 130.669 1175 2 0 -23.4713 55.0539 -146.25 - 20 148.076 1174 2 0 -23.4677 55.05 -146.214 - 20 67.1212 1577 11 0 -26.8459 135.55 123.986 - 20 57.9019 1774 11 0 26.163 174.976 123.75 - 20 62.2185 1775 11 0 26.1757 175.15 123.83 - 20 85.5721 1776 11 0 26.2308 175.35 123.818 - 20 264.566 1777 11 0 26.2645 175.55 123.873 - 20 224.658 1478 1 0 -14.2637 115.932 -175.866 - 20 6.7157 293 0 1 -121.363 159.959 -204.85 - 20 16.316 994 6 1 18.8657 38.1047 -24.4501 - 20 134.334 993 6 1 18.85 38.1054 -24.4751 - 20 24.6744 1539 4 0 -149.264 128.107 -86.092 - 20 496.523 1209 2 0 -56.5965 62.0465 -146.096 - 20 4378.35 1210 2 0 -56.6055 62.05 -146.102 - 20 510.576 732 2 1 -33.5236 74.036 -144.45 - 20 503.317 731 2 1 -33.65 74.0569 -144.466 - 20 575.834 730 2 1 -33.85 74.0901 -144.492 - 20 634.732 729 2 1 -34.05 74.1225 -144.517 - 20 642.491 728 2 1 -34.25 74.1549 -144.54 - 20 472.629 727 2 1 -34.45 74.1894 -144.565 - 20 691.397 726 2 1 -34.65 74.2234 -144.589 - 20 588.974 725 2 1 -34.85 74.2582 -144.614 - 20 576.872 724 2 1 -35.05 74.2925 -144.639 - 20 1801.95 723 2 1 -35.25 74.3254 -144.666 - 20 927.107 722 2 1 -35.45 74.3605 -144.694 - 20 531.391 721 2 1 -35.65 74.396 -144.721 - 20 498.605 720 2 1 -35.85 74.4317 -144.749 - 20 566.305 719 2 1 -36.05 74.4649 -144.775 - 20 583.585 718 2 1 -36.25 74.4983 -144.802 - 20 474.772 717 2 1 -36.45 74.5307 -144.829 - 20 1349.04 1279 2 0 -45.1645 75.9769 -145.85 - 20 3510.67 1280 2 0 -45.6042 76.05 -145.902 - 20 3354 1281 2 0 -46.7108 76.25 -146.045 - 20 1189.7 1282 2 0 -47.721 76.45 -146.197 - 20 0.0760746 1290 2 0 -36.2528 78.2498 -145.85 - 20 726.591 1291 2 0 -36.2529 78.25 -145.85 - 20 495.38 1292 2 0 -36.3411 78.45 -145.97 - 20 598.817 1293 2 0 -36.4294 78.65 -146.089 - 20 191.368 1294 2 0 -36.5156 78.85 -146.21 - 20 116.802 614 1 1 -57.2358 125.841 -174.45 - 20 1840.39 613 1 1 -57.25 125.879 -174.476 - 20 65.6416 612 1 1 -57.45 126.426 -174.838 - 20 691.074 1539 1 0 -58.0642 127.965 -175.85 - 20 811.572 1540 1 0 -58.1379 128.15 -175.971 - 20 675.113 1541 1 0 -58.2172 128.35 -176.103 - 20 48.9524 1542 1 0 -58.3 128.55 -176.238 - 20 2222.12 523 0 1 -75.2653 168.679 -204.45 - 20 96.0393 522 0 1 -75.45 169.108 -204.836 - 20 667.926 1750 0 0 -75.8977 170.207 -205.85 - 20 1051.52 1751 0 0 -75.9558 170.35 -205.982 - 20 522.184 1752 0 0 -76.0338 170.55 -206.163 - 20 442.877 740 2 1 -31.9311 73.847 -144.45 - 20 1947.93 741 2 1 -31.85 73.8499 -144.529 - 20 1323.06 742 2 1 -31.65 73.857 -144.724 - 20 379.221 1269 2 0 -30.4951 73.8976 -145.85 - 20 49.5633 894 1 1 -1.17496 74.9639 -174.45 - 20 96.8431 895 1 1 -1.05 74.969 -174.571 - 20 38.576 896 1 1 -0.85 74.977 -174.764 - 20 260.269 1274 1 0 0.273696 75.022 -175.85 - 20 82.0979 1049 0 1 29.8604 76.2133 -204.45 - 20 90.1812 1050 0 1 30.05 76.2201 -204.637 - 20 6.53293 1051 0 1 30.25 76.2272 -204.835 - 20 160.431 1281 0 0 31.2798 76.2628 -205.85 - 20 526.871 739 2 1 -32.2331 73.8031 -144.45 - 20 787.116 738 2 1 -32.25 73.7929 -144.518 - 20 301.615 1267 2 0 -32.5787 73.5937 -145.85 - 20 74.3198 702 1 1 -39.5952 69.353 -174.45 - 20 48.8735 701 1 1 -39.65 69.322 -174.672 - 20 112.078 1245 1 0 -39.9405 69.1585 -175.85 - 20 121.12 665 0 1 -46.9381 65.1798 -204.45 - 20 125.308 1224 0 0 -47.2885 64.986 -205.85 - 20 33.3117 651 2 1 -49.6557 54.6839 -144.578 - 20 22.2712 657 2 1 -48.5873 54.7014 -144.459 - 20 121.531 860 2 1 -7.85513 90.6929 -144.45 - 20 344.274 861 2 1 -7.85 90.7273 -144.709 - 20 33.1184 1232 2 0 -17.3151 66.4658 -146.25 - 20 66.85 690 1 1 -42.0245 61.9366 -174.45 - 20 185.432 689 1 1 -42.05 61.9061 -174.528 - 20 325.816 1206 1 0 -42.4825 61.3878 -175.85 - 20 25.6983 1205 1 0 -42.5975 61.25 -176.201 - 20 32.8574 641 0 1 -51.8218 50.2207 -204.45 - 20 158.586 640 0 1 -51.85 50.1872 -204.541 - 20 50.2987 1148 0 0 -52.2582 49.7019 -205.85 - 20 74.9777 1147 0 0 -52.3018 49.65 -205.99 - 20 25.9209 643 0 1 -51.4136 49.406 -204.45 - 20 130.731 642 0 1 -51.45 49.3649 -204.543 - 20 25.3747 1143 0 0 -52.0277 48.704 -205.85 - 20 144.993 1142 0 0 -52.0756 48.65 -205.957 - 20 53.6309 1404 1 0 -122.08 101.094 -176.25 - 20 68.926 1405 1 0 -122.085 101.15 -176.198 - 20 28.6095 999 0 0 -88.0323 20.05 -206.031 - 20 342.454 1270 2 0 -31.6415 74.2256 -145.85 - 20 152.687 1271 2 0 -31.6079 74.25 -145.953 - 20 33.7115 788 1 1 -22.2799 80.9537 -174.45 - 20 68.2548 789 1 1 -22.25 80.9752 -174.55 - 20 133.417 1306 1 0 -21.8562 81.2576 -175.85 - 20 154.349 834 0 1 -13.2368 87.4825 -204.45 - 20 37.3828 1338 0 0 -12.8088 87.8231 -205.85 - 20 167.214 1339 0 0 -12.7751 87.85 -205.96 - 20 1522.73 743 2 1 -31.45 77.0278 -144.69 - 20 563.696 744 2 1 -31.25 77.9284 -144.812 - 20 194.552 1332 2 0 -29.3592 86.5233 -145.85 - 20 337.964 1333 2 0 -29.3314 86.65 -145.865 - 20 307.851 1334 2 0 -29.2866 86.85 -145.89 - 20 326.023 1335 2 0 -29.241 87.05 -145.915 - 20 347.863 1336 2 0 -29.1937 87.25 -145.939 - 20 359.06 1337 2 0 -29.1468 87.45 -145.962 - 20 295.041 1338 2 0 -29.1008 87.65 -145.986 - 20 301.816 1339 2 0 -29.0537 87.85 -146.011 - 20 345.807 1340 2 0 -29.0061 88.05 -146.035 - 20 389.066 1341 2 0 -28.9592 88.25 -146.061 - 20 300.695 1342 2 0 -28.9137 88.45 -146.087 - 20 333.566 1343 2 0 -28.869 88.65 -146.113 - 20 309.269 1344 2 0 -28.825 88.85 -146.139 - 20 308.344 1345 2 0 -28.782 89.05 -146.166 - 20 323.82 1346 2 0 -28.739 89.25 -146.192 - 20 297.36 1347 2 0 -28.6954 89.45 -146.217 - 20 86.9864 1348 2 0 -28.6521 89.65 -146.243 - 20 74.7912 822 1 1 -15.5687 80.4926 -174.45 - 20 53.4878 823 1 1 -15.45 80.5399 -174.669 - 20 157.758 1303 1 0 -14.8083 80.7987 -175.85 - 20 119.175 1304 1 0 -14.6812 80.85 -176.084 - 20 81.6994 903 0 1 0.719145 87.0011 -204.45 - 20 40.4444 904 0 1 0.85 87.0524 -204.694 - 20 113.139 1336 0 0 1.4667 87.2962 -205.85 - 20 126.499 754 1 1 -29.1105 79.0157 -174.45 - 20 4.18764 1295 1 0 -28.9636 79.2474 -175.85 - 20 165.493 1296 1 0 -28.962 79.25 -175.865 - 20 143.117 770 0 1 -25.9275 83.976 -204.45 - 20 82.126 1320 0 0 -25.7592 84.2042 -205.85 - 20 42.8829 1321 0 0 -25.7252 84.25 -206.133 - 20 87.8569 737 2 1 -32.45 73.478 -144.83 - 20 303.262 1264 2 0 -32.9076 72.948 -145.85 - 20 191.81 1263 2 0 -32.9923 72.85 -146.039 - 20 301.375 656 1 1 -48.6746 57.0318 -174.45 - 20 43.4333 655 1 1 -48.85 56.7996 -174.772 - 20 202.833 1179 1 0 -49.4224 56.0185 -175.85 - 20 90.1609 1178 1 0 -49.5459 55.85 -176.083 - 20 174.19 575 0 1 -64.9311 34.444 -204.45 - 20 82.0057 574 0 1 -65.05 34.2645 -204.697 - 20 145.129 1066 0 0 -65.6114 33.4145 -205.85 - 20 86.299 1065 0 0 -65.7198 33.25 -206.073 - 20 384.559 657 1 1 -48.6499 56.6931 -174.552 - 20 1.13674 1245 2 0 -30.9638 69.0839 -145.85 - 20 23.3679 747 2 1 -30.5413 67.2422 -144.85 - 20 24.5425 699 1 1 -40.2267 78.3449 -174.45 - 20 82.4514 698 1 1 -40.25 78.3577 -174.538 - 20 120.023 1292 1 0 -40.5987 78.5485 -175.85 - 20 102.374 659 0 1 -48.1817 82.6892 -204.45 - 20 46.0482 658 0 1 -48.25 82.7255 -204.704 - 20 122.581 1314 0 0 -48.5587 82.8883 -205.85 - 20 628.385 1268 2 0 -31.533 73.7859 -145.85 - 20 18.1326 798 1 1 -20.2673 72.8252 -174.45 - 20 191.446 799 1 1 -20.25 72.8241 -174.493 - 20 240.437 1263 1 0 -19.7113 72.7904 -175.85 - 20 441.303 858 0 1 -8.42355 72.0922 -204.45 - 20 43.4429 1260 0 0 -7.85186 72.0512 -205.85 - 20 411.873 1259 0 0 -7.83476 72.05 -205.892 - 20 119.407 1258 0 0 -7.57518 71.8498 -206.032 - 20 7.05845 736 2 1 -32.8482 72.875 -144.45 - 20 210.49 735 2 1 -32.85 72.8728 -144.451 - 20 434.146 734 2 1 -33.05 72.6233 -144.51 - 20 100.232 733 2 1 -33.2504 72.3686 -144.567 - 20 0.429464 1227 2 0 -38.4414 65.4515 -145.85 - 20 78.2073 1226 2 0 -38.4426 65.4498 -145.85 - 20 133.792 1225 2 0 -38.591 65.25 -145.887 - 20 85.3069 1224 2 0 -38.7365 65.05 -145.922 - 20 52.8604 1223 2 0 -38.8814 64.85 -145.955 - 20 75.0966 1222 2 0 -39.0289 64.65 -145.989 - 20 75.2365 1221 2 0 -39.1755 64.45 -146.025 - 20 114.47 1220 2 0 -39.3242 64.25 -146.058 - 20 72.5077 1219 2 0 -39.4733 64.05 -146.091 - 20 86.4192 1218 2 0 -39.6256 63.85 -146.123 - 20 83.6973 1217 2 0 -39.7796 63.6497 -146.154 - 20 80.8121 1216 2 0 -39.9333 63.45 -146.185 - 20 63.3407 1215 2 0 -40.0868 63.25 -146.218 - 20 227.462 63 1 1 -167.386 -103.59 -174.45 - 20 17.7495 369 1 0 -167.556 -106.314 -175.85 - 20 50.188 368 1 0 -167.559 -106.35 -175.867 - 20 72.151 367 1 0 -167.577 -106.55 -175.947 - 20 59.3337 366 1 0 -167.593 -106.75 -176.035 - 20 68.568 365 1 0 -167.604 -106.95 -176.137 - 20 103.803 35 0 1 -173.02 -149.43 -204.45 - 20 26.6997 36 0 1 -172.95 -149.319 -204.77 - 20 93.6083 155 0 0 -172.259 -148.992 -205.85 - 20 122.398 156 0 0 -172.214 -148.95 -205.951 - 20 229.674 44 0 1 -171.322 -148.952 -204.85 - 20 81.2947 45 0 1 -171.15 -148.99 -204.831 - 20 29.4716 940 5 0 170.884 8.05 -56.0455 - 20 34.0668 150 0 0 -173.673 -149.956 -205.85 - 20 98.2951 29 0 1 -174.184 -149.828 -204.85 - 20 163.327 28 0 1 -174.351 -149.727 -204.827 - 20 57.9998 1244 2 0 -80.1103 68.9474 -146.25 - 20 131.691 1243 2 0 -80.0664 68.8498 -146.11 - 20 128.451 503 2 1 -79.3452 68.4557 -144.85 - 20 124.296 1345 1 0 -99.5348 89.1304 -175.85 - 20 26.0177 1344 1 0 -99.9786 89.05 -176.171 - 20 111.015 720 1 1 -35.9284 70.9081 -174.45 - 20 111.127 1253 1 0 -36.1064 70.7744 -175.85 - 20 122.378 701 0 1 -39.7254 68.0422 -204.45 - 20 101.449 1239 0 0 -39.8953 67.9068 -205.85 - 20 70.6725 1245 0 0 -38.1744 69.1184 -205.85 - 20 102.4 711 0 1 -37.6985 70.0624 -204.85 - 20 245.604 740 10 1 -32.0498 73.9428 95.264 -Number of digits in this event: 121 -Using G4ParticleGun... -Particle energy: 6.79573 LIN -Particle: proton -Event: 21 -Number of tracker hits in this event: 22 - 21 123.808 545 10 1 -70.8565 80.1318 95.55 - 21 152.07 1300 10 0 -70.8577 80.1307 94.15 - 21 86.7188 545 9 1 -70.8752 80.112 65.55 - 21 155.479 1300 9 0 -70.8761 80.1112 64.15 - 21 119.05 545 8 1 -70.8896 80.0962 35.55 - 21 108.743 1300 8 0 -70.8884 80.0948 34.15 - 21 118.392 545 7 1 -70.8619 80.0658 5.55 - 21 261.169 1300 7 0 -70.8608 80.0649 4.15 - 21 148.451 546 6 1 -70.8405 80.0395 -24.45 - 21 107.525 1299 6 0 -70.8393 80.0397 -25.85 - 21 146.199 546 5 1 -70.8165 80.0402 -54.45 - 21 103.267 1299 5 0 -70.8154 80.0401 -55.85 - 21 111.528 546 4 1 -70.7958 80.0391 -84.45 - 21 124.809 1299 4 0 -70.7946 80.04 -85.85 - 21 97.2716 546 3 1 -70.7665 80.0619 -114.45 - 21 158.089 1300 3 0 -70.7646 80.0624 -115.85 - 21 122.048 546 2 1 -70.7223 80.0697 -144.45 - 21 131.786 1300 2 0 -70.7208 80.07 -145.85 - 21 142.21 546 1 1 -70.689 80.0791 -174.45 - 21 112.806 1300 1 0 -70.6869 80.08 -175.85 - 21 126.968 547 0 1 -70.6421 80.0956 -204.45 - 21 127.567 1300 0 0 -70.6398 80.0969 -205.85 -Number of digits in this event: 16 -Using G4ParticleGun... -Particle energy: 4.70272 LIN -Particle: proton -Event: 22 -Number of tracker hits in this event: 48 - 22 131.636 1081 11 1 36.4035 -40.2004 125.55 - 22 134.047 699 11 0 36.4029 -40.2008 124.15 - 22 116.003 1081 10 1 36.3904 -40.2112 95.55 - 22 138.728 699 10 0 36.3911 -40.2107 94.15 - 22 98.9168 1081 9 1 36.403 -40.2023 65.55 - 22 102.094 699 9 0 36.4022 -40.1996 64.15 - 22 109.624 1081 8 1 36.3894 -40.1448 35.55 - 22 97.6552 699 8 0 36.3907 -40.1414 34.15 - 22 126.721 1081 7 1 36.4185 -40.0694 5.55 - 22 94.3828 699 7 0 36.421 -40.0662 4.15 - 22 112.988 1082 6 1 36.4749 -40.0116 -24.45 - 22 130.223 700 6 0 36.4773 -40.0093 -25.85 - 22 154.308 1082 5 1 36.5246 -39.9669 -54.45 - 22 207.716 700 5 0 36.5259 -39.9652 -55.85 - 22 118.977 1082 4 1 36.553 -39.931 -84.45 - 22 162.458 700 4 0 36.554 -39.9301 -85.85 - 22 92.758 1082 3 1 36.5747 -39.9126 -114.45 - 22 96.6468 700 3 0 36.574 -39.9105 -115.85 - 22 92.8463 1082 2 1 36.5569 -39.8675 -144.45 - 22 115.388 700 2 0 36.5565 -39.8662 -145.85 - 22 120.132 1082 1 1 36.5447 -39.8431 -174.45 - 22 175.841 701 1 0 36.545 -39.8421 -175.85 - 22 123.492 1082 0 1 36.545 -39.8232 -204.45 - 22 127.408 701 0 0 36.5452 -39.8206 -205.85 - 22 104.725 1081 5 1 36.45 -40.0786 -54.5448 - 22 7.74648 1080 5 1 36.2499 -40.2002 -54.8237 - 22 57.4484 697 5 0 35.3667 -40.5928 -55.85 - 22 83.6365 696 5 0 35.2458 -40.65 -56.0119 - 22 160.072 974 4 1 14.9853 -52.78 -84.45 - 22 116.989 636 4 0 15.1483 -52.6748 -85.85 - 22 36.4968 1009 3 1 21.9416 -50.8567 -114.45 - 22 47.6793 1008 3 1 21.85 -50.808 -114.496 - 22 65.4405 1007 3 1 21.65 -50.7565 -114.652 - 22 61.4173 1006 3 1 21.4497 -50.748 -114.756 - 22 314.791 646 3 0 19.3848 -50.7517 -115.85 - 22 12.0186 680 2 1 -44.0159 -68.1933 -144.45 - 22 71.9104 679 2 1 -44.0507 -68.2001 -144.466 - 22 154.729 678 2 1 -44.25 -68.2542 -144.532 - 22 56.5788 677 2 1 -44.45 -68.3195 -144.547 - 22 56.096 676 2 1 -44.6503 -68.3804 -144.514 - 22 96.2286 675 2 1 -44.8501 -68.4322 -144.456 - 22 102.952 674 2 1 -45.05 -68.2684 -144.554 - 22 114.968 673 2 1 -45.25 -68.1206 -144.655 - 22 33.6295 672 2 1 -45.45 -67.9348 -144.809 - 22 82.7619 564 2 0 -46.4636 -67.1751 -145.85 - 22 110.997 565 2 0 -46.5873 -67.05 -146.02 - 22 88.5359 566 2 0 -46.6047 -66.85 -146.111 - 22 4.54738 567 2 0 -46.6871 -66.65 -146.245 -Number of digits in this event: 17 -Using G4ParticleGun... -Particle energy: 3.01073 LIN -Particle: proton -Event: 23 -Number of tracker hits in this event: 25 - 23 139.781 1021 11 1 24.262 21.0444 125.55 - 23 114.502 1004 11 0 24.2618 21.0442 124.15 - 23 133.137 1021 10 1 24.2584 21.0388 95.55 - 23 188.685 1004 10 0 24.2579 21.037 94.15 - 23 103.455 1020 9 1 24.2495 21.0018 65.55 - 23 6.63187 1021 9 1 24.25 21.0012 65.1813 - 23 168.24 1004 9 0 24.2513 20.9996 64.15 - 23 103.128 1021 8 1 24.2908 20.9622 35.55 - 23 111.448 1004 8 0 24.2934 20.9585 34.15 - 23 104.953 1021 7 1 24.3452 20.8784 5.55 - 23 103.222 1004 7 0 24.3481 20.8746 4.15 - 23 101.895 1021 6 1 24.4127 20.8102 -24.45 - 23 107.081 1003 6 0 24.4152 20.8081 -25.85 - 23 130.604 1022 5 1 24.4663 20.7661 -54.45 - 23 122.423 1003 5 0 24.4643 20.7641 -55.85 - 23 171.345 1021 4 1 24.4246 20.7277 -84.45 - 23 112.981 1003 4 0 24.4232 20.7263 -85.85 - 23 108.82 1021 3 1 24.3907 20.7039 -114.45 - 23 152.728 1003 3 0 24.3843 20.6964 -115.85 - 23 121.275 1020 2 1 24.249 20.5415 -144.45 - 23 114.609 1002 2 0 24.2383 20.531 -145.85 - 23 102.334 1019 1 1 24.0254 20.3148 -174.45 - 23 128.226 1001 1 0 24.0155 20.3041 -175.85 - 23 92.3982 1018 0 1 23.8043 20.0881 -204.45 - 23 133.028 1000 0 0 23.7913 20.0742 -205.85 -Number of digits in this event: 12 -Using G4ParticleGun... -Particle energy: 3.89152 LIN -Particle: proton -Event: 24 -Number of tracker hits in this event: 25 - 24 148.16 297 7 1 -120.741 86.5228 5.55 - 24 137.185 1332 7 0 -120.742 86.5222 4.15 - 24 110.481 296 6 1 -120.757 86.5113 -24.45 - 24 197.703 1332 6 0 -120.757 86.5125 -25.85 - 24 119.614 297 5 1 -120.749 86.5292 -54.45 - 24 106.87 1332 5 0 -120.748 86.5308 -55.85 - 24 152.454 297 4 1 -120.747 86.561 -84.45 - 24 122.108 1332 4 0 -120.747 86.5635 -85.85 - 24 89.1925 297 3 1 -120.733 86.6197 -114.45 - 24 130.172 1332 3 0 -120.731 86.6225 -115.85 - 24 112.713 297 2 1 -120.701 86.6772 -144.45 - 24 309.891 1333 2 0 -120.698 86.6789 -145.85 - 24 108.348 297 1 1 -120.642 86.7129 -174.45 - 24 120.869 1333 1 0 -120.64 86.7146 -175.85 - 24 107.092 297 0 1 -120.601 86.7481 -204.45 - 24 365.858 1333 0 0 -120.599 86.7502 -205.85 - 24 91.2514 298 0 1 -120.55 86.7289 -204.588 - 24 39.2208 299 0 1 -120.35 86.644 -204.756 - 24 34.1 1334 0 0 -118.39 86.85 -206.22 - 24 131.212 1333 6 0 -120.775 86.6514 -26.1106 - 24 289.996 1334 6 0 -120.769 86.85 -26.0829 - 24 165.067 1311 8 0 -133.557 82.4199 33.7501 - 24 250.781 233 8 1 -133.542 82.8662 35.15 - 24 69.024 232 8 1 -133.55 83.3287 35.5412 - 24 250.472 231 8 1 -133.75 83.2464 35.5009 -Number of digits in this event: 17 -Using G4ParticleGun... -Particle energy: 7.79169 LIN -Particle: proton -Event: 25 -Number of tracker hits in this event: 26 - 25 160.597 912 11 1 2.50903 33.3478 125.55 - 25 136.346 1066 11 0 2.50896 33.3482 124.15 - 25 112.06 912 10 1 2.50615 33.3529 95.55 - 25 144.874 1066 10 0 2.50578 33.353 94.15 - 25 194.548 912 9 1 2.49726 33.3567 65.55 - 25 120.292 1066 9 0 2.498 33.3571 64.15 - 25 151.988 912 8 1 2.51 33.3645 35.55 - 25 99.5376 1066 8 0 2.51032 33.365 34.15 - 25 142.435 912 7 1 2.51842 33.3763 5.55 - 25 105.965 1066 7 0 2.51871 33.3768 4.15 - 25 128.428 912 6 1 2.52406 33.3848 -24.45 - 25 110.931 1066 6 0 2.52451 33.3845 -25.85 - 25 93.5814 912 5 1 2.52851 33.3748 -54.45 - 25 121.494 1066 5 0 2.52956 33.3741 -55.85 - 25 91.9683 912 4 1 2.55067 33.3626 -84.45 - 25 189.707 1066 4 0 2.5513 33.3625 -85.85 - 25 131.368 912 3 1 2.56338 33.362 -114.45 - 25 120.133 1066 3 0 2.56467 33.3618 -115.85 - 25 149.849 912 2 1 2.59631 33.3603 -144.45 - 25 103.629 1066 2 0 2.59814 33.3598 -145.85 - 25 101.114 912 1 1 2.63082 33.3469 -174.45 - 25 120.787 1066 1 0 2.63233 33.3453 -175.85 - 25 136.911 913 0 1 2.66205 33.3141 -204.45 - 25 104.605 1066 0 0 2.66176 33.3132 -205.85 - 25 124.653 912 0 1 2.65 33.3139 -204.704 - 25 105.376 911 0 1 2.45 33.4117 -204.803 -Number of digits in this event: 18 -Using G4ParticleGun... -Particle energy: 3.49209 LIN -Particle: proton -Event: 26 -Number of tracker hits in this event: 33 - 26 138.213 1215 11 1 63.1783 33.1237 125.55 - 26 99.1254 1065 11 0 63.1789 33.1214 124.15 - 26 120.86 1215 10 1 63.1891 33.075 95.55 - 26 105.746 1065 10 0 63.1882 33.0713 94.15 - 26 112.98 1215 9 1 63.1706 32.9971 65.55 - 26 148.727 1064 9 0 63.1708 32.9957 64.15 - 26 88.1753 1215 8 1 63.1732 32.9723 35.55 - 26 116.094 1064 8 0 63.177 32.9714 34.15 - 26 253.971 1216 7 1 63.2521 32.9447 5.55 - 26 115.199 1064 7 0 63.2548 32.9431 4.15 - 26 103.071 1216 6 1 63.3057 32.9066 -24.45 - 26 95.347 1064 6 0 63.3084 32.9035 -25.85 - 26 159.996 1216 5 1 63.3666 32.847 -54.45 - 26 144.742 1063 5 0 63.3702 32.8428 -55.85 - 26 124.288 1217 4 1 63.4502 32.7643 -84.45 - 26 100.993 1063 4 0 63.4513 32.7609 -85.85 - 26 190.611 1217 3 1 63.4716 32.6916 -114.45 - 26 305.688 1063 3 0 63.4728 32.6895 -115.85 - 26 96.5232 1217 2 1 63.488 32.6432 -144.45 - 26 123.316 1062 2 0 63.4898 32.6401 -145.85 - 26 376.155 1217 1 1 63.5262 32.5846 -174.45 - 26 206.25 1062 1 0 63.5266 32.582 -175.85 - 26 143.84 1217 0 1 63.5378 32.5305 -204.45 - 26 133.436 1062 0 0 63.5386 32.5273 -205.85 - 26 161.679 1749 9 1 169.961 97.6363 65.15 - 26 234.022 1750 9 1 170.15 97.5364 65.2711 - 26 27.85 1408 2 0 148.066 101.75 -145.888 - 26 29.8603 1689 3 0 163.687 157.95 -115.906 - 26 142.762 1713 3 1 162.828 158.089 -114.85 - 26 251.667 1061 1 0 62.8142 32.45 -176.037 - 26 46.7454 1066 9 0 62.1005 33.3883 64.15 - 26 132.656 1067 9 0 62.0193 33.45 64.1005 - 26 22.5607 1068 9 0 61.8492 33.6501 63.8009 -Number of digits in this event: 22 -Using G4ParticleGun... -Particle energy: 7.42415 LIN -Particle: proton -Event: 27 -Number of tracker hits in this event: 43 - 27 108.987 1053 11 1 30.7805 -57.521 125.55 - 27 118.131 612 11 0 30.781 -57.5205 124.15 - 27 105.356 1053 10 1 30.7902 -57.5093 95.55 - 27 106.663 612 10 0 30.7908 -57.5082 94.15 - 27 96.1157 1053 9 1 30.8009 -57.4889 65.55 - 27 125.724 612 9 0 30.8016 -57.4881 64.15 - 27 110.24 1053 8 1 30.8152 -57.4693 35.55 - 27 124.857 612 8 0 30.8166 -57.4691 34.15 - 27 280.719 1053 7 1 30.8417 -57.4673 5.55 - 27 270.144 612 7 0 30.8433 -57.4678 4.15 - 27 117.763 1054 6 1 30.8791 -57.4693 -24.45 - 27 109.986 612 6 0 30.8822 -57.4698 -25.85 - 27 101.144 1054 5 1 30.9495 -57.4763 -54.45 - 27 139.505 612 5 0 30.9528 -57.4758 -55.85 - 27 107.085 1054 4 1 31.0238 -57.4654 -84.45 - 27 160.542 612 4 0 31.0286 -57.4655 -85.85 - 27 226.439 1055 3 1 31.1233 -57.463 -114.45 - 27 118.061 612 3 0 31.1293 -57.4632 -115.85 - 27 107.958 1056 2 1 31.2552 -57.4662 -144.45 - 27 133.847 612 2 0 31.2616 -57.4668 -145.85 - 27 177.5 1056 1 1 31.3889 -57.4786 -174.45 - 27 108.799 612 1 0 31.3939 -57.4786 -175.85 - 27 104.208 1057 0 1 31.4774 -57.4811 -204.45 - 27 171.008 612 0 0 31.4825 -57.4819 -205.85 - 27 193.714 1039 6 1 28.0317 -61.1145 -24.4501 - 27 112.298 596 6 0 27.7703 -60.724 -25.8506 - 27 46.8514 597 6 0 27.7183 -60.65 -26.0952 - 27 68.5151 999 5 1 19.9912 -50.0417 -54.45 - 27 95.2165 998 5 1 19.8498 -49.9571 -54.6486 - 27 98.0577 653 5 0 18.9496 -49.3621 -55.85 - 27 75.1161 654 5 0 18.8081 -49.25 -56.0695 - 27 150.66 901 4 1 0.434439 -35.1531 -84.45 - 27 49.3304 730 4 0 0.392749 -33.9611 -85.8502 - 27 100.919 731 4 0 0.38775 -33.85 -85.9836 - 27 8.50464 732 4 0 0.377998 -33.65 -86.2281 - 27 26.4859 1543 4 0 2.4902 128.853 -86.25 - 27 76.4514 1544 4 0 2.4983 128.95 -86.2331 - 27 61.6869 1545 4 0 2.53361 129.15 -86.1916 - 27 43.9572 1546 4 0 2.59057 129.35 -86.162 - 27 60.0562 1547 4 0 2.65486 129.55 -86.164 - 27 72.463 1548 4 0 2.74256 129.75 -86.1798 - 27 71.1535 1549 4 0 2.83364 129.95 -86.2013 - 27 48.9447 1550 4 0 2.98119 130.15 -86.2334 -Number of digits in this event: 14 -Using G4ParticleGun... -Particle energy: 3.25569 LIN -Particle: proton -Event: 28 Number of tracker hits in this event: 21 - 28 100.24 331 10 0 -21.8349 -113.94 94.15 - 28 129.028 791 9 1 -21.844 -113.942 65.55 - 28 114.535 331 9 0 -21.8467 -113.943 64.15 - 28 117.385 790 8 1 -21.8965 -113.97 35.55 - 28 101.153 330 8 0 -21.8986 -113.97 34.15 - 28 118.953 790 7 1 -21.9377 -113.983 5.55 - 28 180.099 330 7 0 -21.943 -113.985 4.15 - 28 106.937 789 6 1 -22.0654 -114.027 -24.45 - 28 272.206 330 6 0 -22.0705 -114.031 -25.85 - 28 99.3711 789 5 1 -22.1695 -114.114 -54.45 - 28 106.893 330 5 0 -22.1723 -114.117 -55.85 - 28 124.557 789 4 1 -22.2359 -114.178 -84.45 - 28 177.292 329 4 0 -22.2414 -114.181 -85.85 - 28 111.814 788 3 1 -22.3634 -114.251 -114.45 - 28 102.024 329 3 0 -22.3679 -114.253 -115.85 - 28 116.72 787 2 1 -22.4611 -114.297 -144.45 - 28 217.481 329 2 0 -22.4657 -114.301 -145.85 - 28 174.29 787 1 1 -22.565 -114.372 -174.45 - 28 182.782 328 1 0 -22.5693 -114.378 -175.85 - 28 116.403 786 0 1 -22.6646 -114.497 -204.45 - 28 139.821 328 0 0 -22.6694 -114.503 -205.85 -Number of digits in this event: 10 -Using G4ParticleGun... -Particle energy: 2.40654 LIN -Particle: proton -Event: 29 -Number of tracker hits in this event: 24 - 29 133.276 1231 10 1 66.3324 56.8998 95.55 - 29 136.532 1184 10 0 66.3321 56.9008 94.15 - 29 127.648 1231 9 1 66.3157 56.9226 65.55 - 29 122.23 1184 9 0 66.3155 56.9214 64.15 - 29 109.471 1231 8 1 66.3051 56.9073 35.55 - 29 137.12 1184 8 0 66.3023 56.9098 34.15 - 29 151.952 1230 7 1 66.2255 56.9607 5.55 - 29 95.798 1184 7 0 66.2189 56.9631 4.15 - 29 102.58 1230 6 1 66.0926 57.0107 -24.45 - 29 186.789 1184 6 0 66.086 57.0136 -25.85 - 29 122.002 1229 5 1 65.9375 57.0778 -54.45 - 29 127.891 1185 5 0 65.9282 57.0844 -55.85 - 29 93.7514 1228 4 1 65.7356 57.2266 -84.45 - 29 106.211 1185 4 0 65.7303 57.2332 -85.85 - 29 120.471 1227 3 1 65.628 57.376 -114.45 - 29 169.587 1186 3 0 65.6232 57.3826 -115.85 - 29 98.987 1227 2 1 65.5263 57.5102 -144.45 - 29 105.253 1187 2 0 65.5234 57.5162 -145.85 - 29 102.711 1227 1 1 65.4689 57.6418 -174.45 - 29 106.998 1187 1 0 65.4676 57.6464 -175.85 - 29 153.838 1226 0 1 65.4387 57.7384 -204.45 - 29 115.065 1188 0 0 65.4376 57.7428 -205.85 - 29 279.803 1227 0 1 65.45 57.755 -204.715 - 29 198.229 1231 7 1 66.25 56.9561 5.19628 + 20 129.824 912 9 1 2.64487 -124.295 65.55 + 20 141.494 279 9 0 2.64226 -124.297 64.15 + 20 153.456 912 8 1 2.57945 -124.334 35.55 + 20 95.2594 279 8 0 2.57611 -124.337 34.15 + 20 110.032 912 7 1 2.51756 -124.416 5.55 + 20 325.606 278 7 0 2.51181 -124.411 4.15 + 20 139.395 911 6 1 2.41628 -124.307 -24.45 + 20 113.776 279 6 0 2.41225 -124.304 -25.85 + 20 111.93 911 5 1 2.33757 -124.242 -54.45 + 20 136.903 279 5 0 2.33322 -124.242 -55.85 + 20 144.733 910 4 1 2.23807 -124.261 -84.45 + 20 314.737 279 4 0 2.23332 -124.264 -85.85 + 20 143.556 910 3 1 2.13809 -124.322 -114.45 + 20 106.084 279 3 0 2.13223 -124.322 -115.85 + 20 112.39 909 2 1 2.02521 -124.33 -144.45 + 20 122.374 279 2 0 2.01787 -124.33 -145.85 + 20 141.868 909 1 1 1.86673 -124.341 -174.45 + 20 129.037 279 1 0 1.85942 -124.34 -175.85 + 20 292.859 908 0 1 1.69662 -124.329 -204.45 + 20 98.0283 279 0 0 1.68584 -124.328 -205.85 + 20 42.786 280 4 0 2.29729 -124.15 -86.1954 Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 1.6882 LIN +Particle energy: 7.89425 LIN Particle: proton -Event: 30 -Number of tracker hits in this event: 21 - 30 119.243 944 9 1 9.04513 119.616 65.55 - 30 144.989 1497 9 0 9.04532 119.615 64.15 - 30 119.393 945 8 1 9.05183 119.601 35.55 - 30 123.918 1497 8 0 9.04962 119.6 34.15 - 30 142.817 944 7 1 9.00934 119.559 5.55 - 30 104.8 1497 7 0 9.00872 119.554 4.15 - 30 136.927 944 6 1 8.98449 119.454 -24.45 - 30 152.104 1496 6 0 8.97995 119.447 -25.85 - 30 108.741 944 5 1 8.87834 119.318 -54.45 - 30 130.046 1495 5 0 8.87373 119.314 -55.85 - 30 193.602 943 4 1 8.77637 119.234 -84.45 - 30 115.125 1495 4 0 8.77007 119.232 -85.85 - 30 118.696 942 3 1 8.64128 119.193 -114.45 - 30 150.444 1495 3 0 8.63727 119.188 -115.85 - 30 179.829 942 2 1 8.57198 119.09 -144.45 - 30 146.492 1494 2 0 8.56773 119.081 -145.85 - 30 280.077 942 1 1 8.47966 118.897 -174.45 - 30 115.672 1493 1 0 8.47238 118.889 -175.85 - 30 100.233 941 0 1 8.32406 118.703 -204.45 - 30 97.3063 1492 0 0 8.3216 118.695 -205.85 - 30 91.9691 943 1 1 8.65008 118.667 -174.634 -Number of digits in this event: 12 +Event: 21 +Number of tracker hits in this event: 36 + 21 147.816 742 11 1 -31.6419 12.8711 125.55 + 21 110.487 964 11 0 -31.6419 12.8717 124.15 + 21 112.402 742 10 1 -31.6455 12.8836 95.55 + 21 123.142 964 10 0 -31.6471 12.8842 94.15 + 21 109.963 741 9 1 -31.6833 12.8963 65.55 + 21 153.59 964 9 0 -31.6864 12.8966 64.15 + 21 161.034 741 8 1 -31.7522 12.9035 35.55 + 21 114.3 964 8 0 -31.7566 12.9043 34.15 + 21 116.284 741 7 1 -31.848 12.9228 5.55 + 21 93.5743 964 7 0 -31.8523 12.924 4.15 + 21 126.22 740 6 1 -31.9407 12.9489 -24.45 + 21 131.442 964 6 0 -31.9456 12.9509 -25.85 + 21 108.852 740 5 1 -32.0439 12.9953 -54.45 + 21 144.199 964 5 0 -32.0486 12.9987 -55.85 + 21 132.616 739 4 1 -32.1466 13.0651 -84.45 + 21 103.064 965 4 0 -32.1502 13.0663 -85.85 + 21 120.313 739 3 1 -32.2264 13.0926 -114.45 + 21 92.3837 965 3 0 -32.23 13.0939 -115.85 + 21 173.649 738 2 1 -32.3032 13.1198 -144.45 + 21 149.586 965 2 0 -32.3057 13.1208 -145.85 + 21 97.521 738 1 1 -32.3606 13.1414 -174.45 + 21 166.813 965 1 0 -32.3638 13.143 -175.85 + 21 152.043 738 0 1 -32.4235 13.1738 -204.45 + 21 104.483 965 0 0 -32.4264 13.1752 -205.85 + 21 30.1479 957 8 0 -107.997 11.4777 33.75 + 21 210.221 359 8 1 -108.182 11.1795 35.15 + 21 117.566 360 8 1 -108.15 11.0869 35.5177 + 21 155.186 635 3 0 52.3293 -52.9142 -116.25 + 21 101.242 1389 3 0 -71.6821 97.9935 -116.25 + 21 29.2751 1388 3 0 -71.8138 97.95 -115.929 + 21 243.486 541 3 1 -71.767 97.227 -114.85 + 21 103.017 540 3 1 -71.8504 96.8689 -114.516 + 21 4.1219 14 0 1 -177.173 166.092 -204.85 + 21 37.1054 858 13 1 -8.36838 116.665 185.15 + 21 200.176 859 13 1 -8.25 116.611 185.497 + 21 147.401 1125 2 1 45.2277 27.039 -144.85 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 4.91462 LIN +Particle energy: 3.53988 LIN Particle: proton -Event: 31 -Number of tracker hits in this event: 31 - 31 120.644 969 7 1 14.032 146.259 5.55 - 31 142.539 1630 7 0 14.0317 146.258 4.15 - 31 111.781 969 6 1 14.0244 146.246 -24.45 - 31 109.821 1630 6 0 14.0247 146.246 -25.85 - 31 150.578 969 5 1 14.0311 146.244 -54.45 - 31 101.607 1630 5 0 14.0318 146.244 -55.85 - 31 110.588 969 4 1 14.0485 146.251 -84.45 - 31 107.338 1630 4 0 14.0496 146.251 -85.85 - 31 204.954 970 3 1 14.0747 146.275 -114.45 - 31 159.945 1630 3 0 14.0765 146.277 -115.85 - 31 116.692 970 2 1 14.1088 146.306 -144.45 - 31 87.2384 1630 2 0 14.1109 146.308 -145.85 - 31 116.564 970 1 1 14.1498 146.348 -174.45 - 31 24.0549 1630 1 0 14.1508 146.35 -175.85 - 31 79.8215 1631 1 0 14.1509 146.35 -175.94 - 31 223.098 970 0 1 14.1569 146.379 -204.45 - 31 131.469 1631 0 0 14.1584 146.382 -205.85 - 31 67.1908 970 4 1 14.0718 146.249 -84.45 - 31 107.335 971 4 1 14.25 146.293 -84.5888 - 31 130.84 972 4 1 14.45 146.353 -84.5957 - 31 84.9695 973 4 1 14.6501 146.413 -84.5418 - 31 89.4487 974 4 1 14.8502 146.589 -84.6137 - 31 74.2044 975 4 1 15.05 146.739 -84.738 - 31 59.9447 976 4 1 15.2503 146.841 -84.7814 - 31 3.06359 1647 4 0 16.0932 149.737 -85.85 - 31 72.4774 1648 4 0 16.096 149.75 -85.8549 - 31 8.6606 1649 4 0 16.0515 149.95 -85.861 - 31 52.369 981 4 1 16.393 150.211 -84.8498 - 31 259.773 982 4 1 16.45 150.273 -84.7264 - 31 3.07204 1652 4 0 17.0956 150.748 -85.85 - 31 174.626 1653 4 0 17.099 150.75 -85.8555 +Event: 22 +Number of tracker hits in this event: 27 + 22 134.021 1129 11 1 46.0197 -47.3516 125.55 + 22 112.103 663 11 0 46.02 -47.3519 124.15 + 22 95.0856 1129 10 1 46.0337 -47.3587 95.55 + 22 94.5295 663 10 0 46.0352 -47.3592 94.15 + 22 163.069 1130 9 1 46.0679 -47.3715 65.55 + 22 132.5 663 9 0 46.0678 -47.3719 64.15 + 22 134.376 1130 8 1 46.0607 -47.3822 35.55 + 22 110.342 663 8 0 46.0631 -47.3846 34.15 + 22 129.968 1130 7 1 46.1075 -47.4386 5.55 + 22 124.088 663 7 0 46.1104 -47.4406 4.15 + 22 155.335 1130 6 1 46.1757 -47.484 -24.45 + 22 117.026 662 6 0 46.1777 -47.486 -25.85 + 22 329.32 1130 5 1 46.2156 -47.524 -54.45 + 22 138.472 662 5 0 46.2179 -47.5267 -55.85 + 22 161.749 1131 4 1 46.266 -47.5816 -84.45 + 22 154.084 662 4 0 46.2696 -47.5858 -85.85 + 22 270.379 1131 3 1 46.3445 -47.6675 -114.45 + 22 114.708 661 3 0 46.3505 -47.6728 -115.85 + 22 112.408 1132 2 1 46.4741 -47.7787 -144.45 + 22 130.388 661 2 0 46.4807 -47.7866 -145.85 + 22 191.763 1132 1 1 46.6163 -47.9441 -174.45 + 22 105.554 660 1 0 46.6215 -47.951 -175.85 + 22 94.9866 1133 0 1 46.729 -48.1013 -204.45 + 22 145.851 659 0 0 46.7348 -48.1082 -205.85 + 22 241.046 827 2 0 93.2627 -14.599 -146.25 + 22 233.36 828 2 0 93.1847 -14.4497 -145.885 + 22 167.101 663 5 0 45.8015 -47.4185 -55.85 +Number of digits in this event: 19 +Using G4ParticleGun... +Particle energy: 4.72019 LIN +Particle: proton +Event: 23 +Number of tracker hits in this event: 20 + 23 121.78 345 9 1 -111.125 43.8637 65.55 + 23 111.024 1119 9 0 -111.125 43.8658 64.15 + 23 96.355 345 8 1 -111.137 43.916 35.55 + 23 173.451 1119 8 0 -111.137 43.9174 34.15 + 23 383.912 345 7 1 -111.13 43.9518 5.55 + 23 131.431 1119 7 0 -111.13 43.9531 4.15 + 23 113.296 345 6 1 -111.127 43.981 -24.45 + 23 97.2007 1119 6 0 -111.126 43.9833 -25.85 + 23 122.652 345 5 1 -111.096 44.025 -54.45 + 23 101.939 1119 5 0 -111.094 44.028 -55.85 + 23 111.585 345 4 1 -111.054 44.0935 -84.45 + 23 129.859 1120 4 0 -111.053 44.0961 -85.85 + 23 116.719 345 3 1 -111.02 44.1509 -114.45 + 23 172.493 1120 3 0 -111.017 44.1517 -115.85 + 23 134.937 345 2 1 -110.959 44.1647 -144.45 + 23 205.978 1120 2 0 -110.958 44.1641 -145.85 + 23 138.549 346 1 1 -110.918 44.1517 -174.45 + 23 112.171 1120 1 0 -110.918 44.1519 -175.85 + 23 121.012 346 0 1 -110.923 44.159 -204.45 + 23 131.575 1120 0 0 -110.923 44.1609 -205.85 Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 9.03614 LIN +Particle energy: 5.62724 LIN Particle: proton -Event: 32 -Number of tracker hits in this event: 63 - 32 270.881 1205 8 1 61.1084 -123.628 35.55 - 32 234.52 282 8 0 61.1087 -123.628 34.15 - 32 110.871 1205 7 1 61.1146 -123.628 5.55 - 32 114.478 282 7 0 61.1153 -123.629 4.15 - 32 105.873 1205 6 1 61.1257 -123.651 -24.45 - 32 94.5038 282 6 0 61.1267 -123.652 -25.85 - 32 109.107 1205 5 1 61.1485 -123.669 -54.45 - 32 224.085 282 5 0 61.1491 -123.669 -55.85 - 32 95.2839 1205 4 1 61.1596 -123.667 -84.45 - 32 123.994 282 4 0 61.1606 -123.667 -85.85 - 32 121.426 1205 3 1 61.1827 -123.664 -114.45 - 32 98.1971 282 3 0 61.1837 -123.663 -115.85 - 32 120.274 1205 2 1 61.2054 -123.66 -144.45 - 32 94.0331 282 2 0 61.2067 -123.659 -145.85 - 32 102.821 1205 1 1 61.2321 -123.654 -174.45 - 32 158.854 282 1 0 61.2355 -123.654 -175.85 - 32 88.5475 1206 0 1 61.3067 -123.655 -204.45 - 32 139.227 282 0 0 61.3101 -123.654 -205.85 - 32 1780.9 896 4 0 -66.1273 -0.795383 -86.1141 - 32 64.8423 225 0 0 6.46855 -135.083 -206.241 - 32 187.687 233 0 0 18.3298 -133.481 -206.25 - 32 59.8054 985 0 1 17.1709 -133.725 -204.85 - 32 110.555 984 0 1 17.05 -133.75 -204.704 - 32 1.30397 983 0 1 16.85 -133.793 -204.46 - 32 33.4134 196 1 0 -6.04629 -140.929 -176.25 - 32 168.281 195 1 0 -6.11225 -140.95 -176.169 - 32 41.8308 864 1 1 -7.17709 -141.272 -174.85 - 32 101.783 863 1 1 -7.25 -141.294 -174.76 - 32 26.0701 862 1 1 -7.45 -141.355 -174.513 - 32 165.165 158 2 0 -30.7447 -148.408 -146.25 - 32 144.409 740 2 1 -31.9014 -148.756 -144.85 - 32 138.933 739 2 1 -32.05 -148.8 -144.67 - 32 35.9893 118 3 0 -55.6252 -156.53 -116.25 - 32 212.548 117 3 0 -55.6869 -156.55 -116.176 - 32 30.0376 616 3 1 -56.7932 -156.91 -114.85 - 32 108.371 615 3 1 -56.85 -156.928 -114.782 - 32 51.8628 614 3 1 -57.05 -156.994 -114.544 - 32 99.559 77 4 0 -80.5786 -164.69 -86.25 - 32 110.022 76 4 0 -80.7624 -164.75 -86.029 - 32 59.4639 491 4 1 -81.7372 -165.076 -84.85 - 32 181.493 490 4 1 -81.85 -165.114 -84.7132 - 32 173.626 49 5 0 -94.4086 -170.23 -56.25 - 32 154.677 425 5 1 -95.0229 -170.489 -54.85 - 32 44.5517 424 5 1 -95.15 -170.543 -54.5599 - 32 178.869 18 6 0 -106.356 -176.401 -26.25 - 32 56.0185 366 6 1 -106.917 -176.691 -24.85 - 32 270.379 365 6 1 -106.95 -176.708 -24.767 - 32 121.308 385 5 0 42.0176 -103.087 -56.25 - 32 235.275 384 5 0 42.0153 -103.15 -56.0121 - 32 24.2245 1206 8 1 61.25 -123.627 35.2318 - 32 169.86 283 8 0 62.2596 -123.434 34.15 - 32 83.4024 281 8 0 62.9483 -123.75 33.9498 - 32 54.0149 280 8 0 63.1289 -123.951 34.0721 - 32 54.5447 279 8 0 63.1492 -124.15 34.1035 - 32 57.0879 278 8 0 63.1347 -124.351 34.0617 - 32 48.7905 277 8 0 63.17 -124.55 34.0237 - 32 76.2196 276 8 0 63.2019 -124.75 33.9871 - 32 147.487 275 8 0 63.1612 -124.95 33.8957 - 32 117.249 274 8 0 63.1797 -125.15 33.9599 - 32 117.899 273 8 0 63.2062 -125.35 34.0995 - 32 133.163 272 8 0 63.2631 -125.55 34.1218 - 32 64.5107 1221 8 1 64.2672 -125.312 35.15 - 32 133.986 1220 8 1 64.25 -125.335 35.1809 -Number of digits in this event: 29 -Using G4ParticleGun... -Particle energy: 5.50307 LIN -Particle: proton -Event: 33 -Number of tracker hits in this event: 27 - 33 174.087 972 11 1 14.5056 80.0103 125.55 - 33 121.982 1299 11 0 14.5058 80.0093 124.15 - 33 267.048 972 10 1 14.5149 79.9916 95.55 - 33 162.427 1299 10 0 14.5157 79.9913 94.15 - 33 118.76 972 9 1 14.4758 79.9769 65.55 - 33 105.145 1299 9 0 14.4748 79.9753 64.15 - 33 108.231 971 8 1 14.4485 79.943 35.55 - 33 134.532 1299 8 0 14.4479 79.9417 34.15 - 33 148.362 971 7 1 14.4389 79.9173 5.55 - 33 128.507 1299 7 0 14.4367 79.9166 4.15 - 33 95.0478 971 6 1 14.3874 79.9015 -24.45 - 33 140.514 1299 6 0 14.3847 79.9008 -25.85 - 33 106.946 971 5 1 14.3335 79.886 -54.45 - 33 188.397 1299 5 0 14.3306 79.8856 -55.85 - 33 116.636 971 4 1 14.2652 79.8749 -84.45 - 33 104.793 1299 4 0 14.261 79.8756 -85.85 - 33 101.778 970 3 1 14.1796 79.8939 -114.45 - 33 201.302 1299 3 0 14.176 79.8959 -115.85 - 33 116.5 970 2 1 14.101 79.9413 -144.45 - 33 116.696 1299 2 0 14.0956 79.9459 -145.85 - 33 172.05 969 1 1 13.9892 80.042 -174.45 - 33 115.859 1299 1 0 13.9838 80.0482 -175.85 - 33 0.53931 1300 1 0 13.9823 80.05 -176.247 - 33 104.755 969 0 1 13.8737 80.1695 -204.45 - 33 120.842 1300 0 0 13.869 80.1752 -205.85 - 33 91.495 1300 10 0 14.5597 80.05 94.0724 - 33 219.82 1301 10 0 14.56 80.25 94.0017 +Event: 24 +Number of tracker hits in this event: 26 + 24 458.534 1202 11 1 60.6074 -13.987 125.55 + 24 88.3258 830 11 0 60.6064 -13.9877 124.15 + 24 164.771 1202 10 1 60.5856 -13.9988 95.55 + 24 120.822 830 10 0 60.5836 -13.9982 94.15 + 24 96.9212 1202 9 1 60.5411 -13.9897 65.55 + 24 92.193 830 9 0 60.5407 -13.991 64.15 + 24 101.362 1202 8 1 60.5317 -14.015 35.55 + 24 124.99 830 8 0 60.5322 -14.017 34.15 + 24 125.357 1202 7 1 60.5443 -14.0604 5.55 + 24 209.428 829 7 0 60.5444 -14.0618 4.15 + 24 111.202 1202 6 1 60.5453 -14.0888 -24.45 + 24 113.934 829 6 0 60.5442 -14.0896 -25.85 + 24 112.365 1202 5 1 60.519 -14.1064 -54.45 + 24 128.598 829 5 0 60.5174 -14.1084 -55.85 + 24 107.486 1202 4 1 60.4865 -14.147 -84.45 + 24 159.162 829 4 0 60.4852 -14.1495 -85.85 + 24 497.889 1202 3 1 60.456 -14.2054 -114.45 + 24 109.317 829 3 0 60.4537 -14.2097 -115.85 + 24 99.5302 1201 2 1 60.4074 -14.3035 -144.45 + 24 194.819 828 2 0 60.4047 -14.3088 -145.85 + 24 116.22 1201 1 1 60.3505 -14.4227 -174.45 + 24 94.6058 828 1 0 60.3473 -14.4287 -175.85 + 24 130.998 1201 0 1 60.2787 -14.5512 -204.45 + 24 93.4498 827 0 0 60.2739 -14.556 -205.85 + 24 178.037 1203 3 1 60.65 -13.7272 -114.73 + 24 169.068 1203 10 1 60.65 -13.9746 95.5081 Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 6.1884 LIN +Particle energy: 6.74956 LIN Particle: proton -Event: 34 +Event: 25 +Number of tracker hits in this event: 24 + 25 146.205 330 10 1 -114.064 -14.3942 95.55 + 25 96.8059 828 10 0 -114.063 -14.394 94.15 + 25 130.357 330 9 1 -114.051 -14.3901 65.55 + 25 221.213 828 9 0 -114.05 -14.3905 64.15 + 25 105.725 330 8 1 -114.02 -14.3984 35.55 + 25 127.692 828 8 0 -114.018 -14.399 34.15 + 25 222.76 330 7 1 -113.974 -14.4063 5.55 + 25 135.917 828 7 0 -113.971 -14.4079 4.15 + 25 97.065 331 6 1 -113.92 -14.4364 -24.45 + 25 101.549 828 6 0 -113.917 -14.437 -25.85 + 25 149.821 331 5 1 -113.844 -14.447 -54.45 + 25 120.298 828 5 0 -113.841 -14.4489 -55.85 + 25 113.395 331 4 1 -113.777 -14.4841 -84.45 + 25 103.601 827 4 0 -113.774 -14.4854 -85.85 + 25 111.752 332 3 1 -113.716 -14.5137 -114.45 + 25 97.864 827 3 0 -113.714 -14.5141 -115.85 + 25 114.749 332 2 1 -113.675 -14.5224 -144.45 + 25 350.41 827 2 0 -113.673 -14.5231 -145.85 + 25 101.268 332 1 1 -113.622 -14.5393 -174.45 + 25 151.149 827 1 0 -113.621 -14.5411 -175.85 + 25 226.733 332 0 1 -113.593 -14.5802 -204.45 + 25 109.096 827 0 0 -113.593 -14.5813 -205.85 + 25 70.1162 828 2 0 -113.688 -14.45 -145.942 + 25 24.0189 331 7 1 -113.95 -14.4155 5.47566 +Number of digits in this event: 14 +Using G4ParticleGun... +Particle energy: 4.82801 LIN +Particle: proton +Event: 26 Number of tracker hits in this event: 26 - 34 127.759 455 10 1 -88.9471 -68.3711 95.55 - 34 127.892 558 10 0 -88.9477 -68.3699 94.15 - 34 149.356 455 9 1 -88.9586 -68.3459 65.55 - 34 125.125 558 9 0 -88.9568 -68.3443 64.15 - 34 117.019 455 8 1 -88.9201 -68.309 35.55 - 34 174.996 558 8 0 -88.9183 -68.3086 34.15 - 34 95.1632 455 7 1 -88.8831 -68.2987 5.55 - 34 132.375 558 7 0 -88.8812 -68.298 4.15 - 34 180.319 456 6 1 -88.8414 -68.2823 -24.45 - 34 107.628 558 6 0 -88.8402 -68.2826 -25.85 - 34 201.707 456 5 1 -88.8187 -68.2872 -54.45 - 34 135.048 558 5 0 -88.8187 -68.2869 -55.85 - 34 115.487 456 4 1 -88.8192 -68.282 -84.45 - 34 158.746 558 4 0 -88.8207 -68.2814 -85.85 - 34 117.868 455 3 1 -88.8532 -68.2683 -114.45 - 34 114.247 558 3 0 -88.8545 -68.2674 -115.85 - 34 105.302 455 2 1 -88.8801 -68.2511 -144.45 - 34 111.448 559 2 0 -88.8809 -68.2494 -145.85 - 34 87.6674 455 1 1 -88.9005 -68.2103 -174.45 - 34 151.404 559 1 0 -88.9015 -68.2093 -175.85 - 34 273.081 455 0 1 -88.9169 -68.1894 -204.45 - 34 101.935 559 0 0 -88.9174 -68.1885 -205.85 - 34 121.943 557 0 0 -90.1761 -68.469 -205.85 - 34 1.11951 558 0 0 -90.1903 -68.45 -205.894 - 34 157.822 557 8 0 -89.0152 -68.4501 34.0908 - 34 109.427 449 8 1 -90.15 -66.1111 35.1754 + 26 147.797 821 10 1 -15.7936 97.9445 95.55 + 26 104.726 1388 10 0 -15.7935 97.9438 94.15 + 26 91.0221 821 9 1 -15.7986 97.9302 65.55 + 26 96.8934 1388 9 0 -15.799 97.9282 64.15 + 26 139.919 821 8 1 -15.813 97.8916 35.55 + 26 177.326 1388 8 0 -15.8132 97.8886 34.15 + 26 173.224 821 7 1 -15.8267 97.8237 5.55 + 26 112.609 1388 7 0 -15.8273 97.8198 4.15 + 26 95.5998 821 6 1 -15.8309 97.7416 -24.45 + 26 92.8457 1387 6 0 -15.8326 97.7383 -25.85 + 26 113.838 820 5 1 -15.8646 97.6647 -54.45 + 26 100.047 1387 5 0 -15.8704 97.6625 -55.85 + 26 102.942 820 4 1 -15.9908 97.6159 -84.45 + 26 118.103 1387 4 0 -15.9972 97.6125 -85.85 + 26 123.615 819 3 1 -16.1284 97.5392 -114.45 + 26 150.409 1386 3 0 -16.1348 97.5363 -115.85 + 26 102.8 818 2 1 -16.26 97.4684 -144.45 + 26 96.013 1386 2 0 -16.2647 97.466 -145.85 + 26 142.165 818 1 1 -16.3662 97.415 -174.45 + 26 106.726 1386 1 0 -16.3705 97.4123 -175.85 + 26 113.94 817 0 1 -16.4571 97.3519 -204.45 + 26 131.134 1386 0 0 -16.4613 97.3506 -205.85 + 26 164.444 1387 3 0 -16.1392 97.55 -116.174 + 26 83.3427 822 10 1 -15.65 98.0027 95.4686 + 26 69.8315 823 10 1 -15.45 98.0202 95.2757 + 26 165.782 1387 10 0 -14.2771 97.7226 94.15 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 8.75836 LIN +Particle: proton +Event: 27 +Number of tracker hits in this event: 31 + 27 187.407 635 9 1 -52.8737 -113.357 65.55 + 27 120.784 333 9 0 -52.873 -113.356 64.15 + 27 124.36 635 8 1 -52.8618 -113.346 35.55 + 27 153.098 334 8 0 -52.8617 -113.346 34.15 + 27 132.866 635 7 1 -52.8611 -113.332 5.55 + 27 104.358 334 7 0 -52.8615 -113.332 4.15 + 27 109.948 635 6 1 -52.8699 -113.339 -24.45 + 27 124.423 334 6 0 -52.8706 -113.339 -25.85 + 27 156.701 635 5 1 -52.8869 -113.343 -54.45 + 27 156.17 334 5 0 -52.8868 -113.342 -55.85 + 27 131.769 635 4 1 -52.8834 -113.336 -84.45 + 27 102.457 334 4 0 -52.8833 -113.336 -85.85 + 27 98.579 635 3 1 -52.8783 -113.347 -114.45 + 27 107.237 334 3 0 -52.8777 -113.348 -115.85 + 27 203.838 635 2 1 -52.866 -113.362 -144.45 + 27 122.242 333 2 0 -52.8646 -113.362 -145.85 + 27 107.543 636 1 1 -52.8356 -113.38 -174.45 + 27 104.181 333 1 0 -52.8348 -113.381 -175.85 + 27 90.612 636 0 1 -52.8159 -113.397 -204.45 + 27 120.576 333 0 0 -52.8144 -113.399 -205.85 + 27 84.5607 636 2 1 -52.85 -113.305 -144.504 + 27 194.349 333 3 0 -52.8923 -113.35 -116.069 + 27 470.14 636 4 1 -52.7916 -113.317 -84.4502 + 27 59.4843 637 4 1 -52.65 -113.342 -84.5852 + 27 173.129 638 4 1 -52.45 -113.335 -84.6474 + 27 81.0586 326 4 0 -52.5539 -114.788 -85.85 + 27 46.6181 327 4 0 -52.5386 -114.75 -86.1031 + 27 33.9349 545 4 0 -22.3029 -70.9011 -86.25 + 27 87.5342 546 4 0 -22.2954 -70.85 -86.2236 + 27 145.313 299 4 0 -45.4036 -120.186 -86.25 + 27 35.6939 300 4 0 -45.4216 -120.15 -86.1325 Number of digits in this event: 17 Using G4ParticleGun... -Particle energy: 9.13391 LIN +Particle energy: 3.32761 LIN Particle: proton -Event: 35 -Number of tracker hits in this event: 27 - 35 125.966 1133 10 1 46.7431 -85.1734 95.55 - 35 120.605 474 10 0 46.743 -85.1727 94.15 - 35 124.105 1133 9 1 46.7463 -85.1611 65.55 - 35 172.946 474 9 0 46.7471 -85.1607 64.15 - 35 127.649 1133 8 1 46.7643 -85.1532 35.55 - 35 184.28 474 8 0 46.7647 -85.1524 34.15 - 35 99.2619 1133 7 1 46.7712 -85.1402 5.55 - 35 135.662 474 7 0 46.7718 -85.1395 4.15 - 35 202.261 1133 6 1 46.7869 -85.1234 -24.45 - 35 90.2753 474 6 0 46.7869 -85.1228 -25.85 - 35 242.641 1133 5 1 46.7846 -85.1114 -54.45 - 35 130.445 474 5 0 46.7849 -85.1108 -55.85 - 35 142.824 1133 4 1 46.7863 -85.0962 -84.45 - 35 122.848 474 4 0 46.7867 -85.0962 -85.85 - 35 148.881 1133 3 1 46.7979 -85.0969 -114.45 - 35 154.432 474 3 0 46.7987 -85.0971 -115.85 - 35 104.72 1133 2 1 46.8151 -85.1021 -144.45 - 35 108.603 474 2 0 46.8158 -85.1024 -145.85 - 35 162.005 1133 1 1 46.8343 -85.1081 -174.45 - 35 133.934 474 1 0 46.8352 -85.1074 -175.85 - 35 136.228 1134 0 1 46.8524 -85.0927 -204.45 - 35 114.249 474 0 0 46.853 -85.0925 -205.85 - 35 202.248 484 4 1 -83.2196 -4.52147 -84.4501 - 35 532.148 483 4 1 -83.25 -4.65876 -84.6209 - 35 73.1361 862 4 0 -83.6081 -7.48382 -85.85 - 35 173.107 861 4 0 -83.6477 -7.65 -85.9233 - 35 36.2485 1127 4 0 -67.587 45.5358 -86.2499 -Number of digits in this event: 23 -Using G4ParticleGun... -Particle energy: 4.24459 LIN -Particle: proton -Event: 36 -Number of tracker hits in this event: 22 - 36 106.07 1208 9 1 61.8237 -103.084 65.55 - 36 262.731 385 9 0 61.8239 -103.084 64.15 - 36 110.641 1208 8 1 61.8324 -103.07 35.55 - 36 227.764 385 8 0 61.833 -103.069 34.15 - 36 104.163 1208 7 1 61.8486 -103.03 5.55 - 36 308.093 385 7 0 61.8471 -103.028 4.15 - 36 118.096 1208 6 1 61.8137 -102.979 -24.45 - 36 109.397 385 6 0 61.8129 -102.976 -25.85 - 36 141.403 1208 5 1 61.8045 -102.908 -54.45 - 36 105.605 386 5 0 61.8043 -102.902 -55.85 - 36 123.016 1208 4 1 61.7968 -102.788 -84.45 - 36 109.64 386 4 0 61.7966 -102.782 -85.85 - 36 152.769 1208 3 1 61.7914 -102.656 -114.45 - 36 100.263 387 3 0 61.7915 -102.648 -115.85 - 36 98.5654 1208 2 1 61.8007 -102.489 -144.45 - 36 108.559 388 2 0 61.8015 -102.481 -145.85 - 36 101.416 1208 1 1 61.8243 -102.31 -174.45 - 36 128.389 389 1 0 61.8272 -102.303 -175.85 - 36 176.922 1209 0 1 61.8874 -102.152 -204.45 - 36 104.664 390 0 0 61.8921 -102.143 -205.85 - 36 76.432 386 8 0 61.6252 -102.95 33.8406 - 36 182.442 557 8 0 59.1404 -68.5314 33.75 -Number of digits in this event: 10 -Using G4ParticleGun... -Particle energy: 5.92596 LIN -Particle: proton -Event: 37 -Number of tracker hits in this event: 28 - 37 183.403 541 10 1 -71.8036 81.0764 95.55 - 37 119.966 1305 10 0 -71.8031 81.0754 94.15 - 37 125.035 541 9 1 -71.7967 81.0628 65.55 - 37 118.784 1305 9 0 -71.7972 81.0624 64.15 - 37 131.064 541 8 1 -71.8064 81.0546 35.55 - 37 149.014 1305 8 0 -71.807 81.0538 34.15 - 37 84.9845 541 7 1 -71.8222 81.0465 5.55 - 37 207.364 1304 7 0 -71.8233 81.0463 4.15 - 37 218.283 540 6 1 -71.8502 81.033 -24.45 - 37 141.854 1304 6 0 -71.8514 81.0319 -25.85 - 37 139.552 540 5 1 -71.8776 81.0074 -54.45 - 37 113.468 1304 5 0 -71.8783 81.0061 -55.85 - 37 126.55 540 4 1 -71.8948 80.9835 -84.45 - 37 132.257 1304 4 0 -71.8953 80.9828 -85.85 - 37 112.972 540 3 1 -71.9075 80.9718 -114.45 - 37 163.001 1304 3 0 -71.9098 80.9715 -115.85 - 37 115.651 540 2 1 -71.9601 80.9688 -144.45 - 37 81.3561 1304 2 0 -71.9626 80.9692 -145.85 - 37 132.738 540 1 1 -72.0172 80.9697 -174.45 - 37 97.358 1304 1 0 -72.0204 80.97 -175.85 - 37 123.6 539 0 1 -72.0807 80.9756 -204.45 - 37 104.062 1304 0 0 -72.0849 80.975 -205.85 - 37 25.0853 1304 8 0 -71.8053 81.0499 33.7992 - 37 182.293 1154 8 0 -59.0154 50.9968 33.7507 - 37 6.61201 1153 8 0 -58.9272 50.85 34.1287 - 37 21.5759 607 8 1 -58.4787 50.5282 35.15 - 37 274.512 608 8 1 -58.45 50.5126 35.1949 - 37 90.0161 1155 8 0 -58.5156 51.05 33.9707 -Number of digits in this event: 16 -Using G4ParticleGun... -Particle energy: 1.79485 LIN -Particle: proton -Event: 38 +Event: 28 Number of tracker hits in this event: 25 - 38 106.264 518 10 1 -76.4428 59.2992 95.55 - 38 113.478 1196 10 0 -76.4463 59.2994 94.15 - 38 129.473 517 9 1 -76.516 59.3009 65.55 - 38 135.759 1196 9 0 -76.5195 59.3008 64.15 - 38 219.016 517 8 1 -76.6019 59.2957 35.55 - 38 108.887 1196 8 0 -76.6054 59.2966 34.15 - 38 224.777 516 7 1 -76.6839 59.3182 5.55 - 38 173.523 1196 7 0 -76.686 59.3157 4.15 - 38 118.122 516 6 1 -76.7314 59.2687 -24.45 - 38 463.839 1196 6 0 -76.7327 59.2666 -25.85 - 38 112.637 516 5 1 -76.7695 59.2242 -54.45 - 38 105.39 1195 5 0 -76.7705 59.2215 -55.85 - 38 120.201 516 4 1 -76.781 59.1751 -84.45 - 38 96.1984 1195 4 0 -76.7819 59.1716 -85.85 - 38 113.548 516 3 1 -76.806 59.1276 -114.45 - 38 274.025 1195 3 0 -76.8087 59.1234 -115.85 - 38 99.5019 515 2 1 -76.8622 59.0364 -144.45 - 38 111.838 1194 2 0 -76.8637 59.0335 -145.85 - 38 139.643 515 1 1 -76.9001 58.974 -174.45 - 38 159.283 1194 1 0 -76.9066 58.97 -175.85 - 38 127.257 515 0 1 -77.0404 58.8901 -204.45 - 38 107.645 1194 0 0 -77.0477 58.8858 -205.85 - 38 90.3592 1202 8 0 -75.4902 60.53 34.15 - 38 42.3686 1319 8 0 -45.285 83.85 34.1057 - 38 146.525 517 10 1 -76.45 59.3073 95.3743 -Number of digits in this event: 13 -Using G4ParticleGun... -Particle energy: 5.08104 LIN -Particle: proton -Event: 39 -Number of tracker hits in this event: 27 - 39 100.14 1114 11 1 42.9204 -53.5832 125.55 - 39 105.262 632 11 0 42.9187 -53.584 124.15 - 39 109.538 1114 10 1 42.8831 -53.6057 95.55 - 39 123.869 632 10 0 42.8813 -53.607 94.15 - 39 94.6281 1113 9 1 42.8487 -53.6403 65.55 - 39 89.87 632 9 0 42.8474 -53.6418 64.15 - 39 143.04 1113 8 1 42.8194 -53.6702 35.55 - 39 123.003 631 8 0 42.8184 -53.6697 34.15 - 39 104.768 1113 7 1 42.8037 -53.6666 5.55 - 39 182.1 631 7 0 42.8026 -53.6661 4.15 - 39 302.989 1113 6 1 42.781 -53.6556 -24.45 - 39 88.3711 631 6 0 42.7788 -53.6554 -25.85 - 39 89.5121 1113 5 1 42.7317 -53.6502 -54.45 - 39 183.975 631 5 0 42.7294 -53.6517 -55.85 - 39 134.2 1113 4 1 42.6824 -53.6787 -84.45 - 39 118.982 631 4 0 42.6752 -53.6823 -85.85 - 39 129.354 1112 3 1 42.5258 -53.754 -114.45 - 39 108.985 631 3 0 42.5174 -53.7566 -115.85 - 39 159.405 1111 2 1 42.3466 -53.8006 -144.45 - 39 111.111 631 2 0 42.3399 -53.8026 -145.85 - 39 86.503 1110 1 1 42.2043 -53.8437 -174.45 - 39 121.659 631 1 0 42.1987 -53.8459 -175.85 - 39 99.2157 1110 0 1 42.0828 -53.8984 -204.45 - 39 344.45 630 0 0 42.0762 -53.9004 -205.85 - 39 122.509 632 8 0 42.7993 -53.65 34.0672 - 39 104.254 633 8 0 42.6862 -53.45 33.8785 - 39 185.62 634 8 0 42.6192 -53.2499 33.9043 + 28 96.2269 1293 11 1 78.825 10.3299 125.55 + 28 120.157 951 11 0 78.8273 10.3298 124.15 + 28 139.023 1294 10 1 78.8788 10.3272 95.55 + 28 107.735 951 10 0 78.8815 10.3272 94.15 + 28 121.119 1294 9 1 78.934 10.3289 65.55 + 28 125.757 951 9 0 78.9367 10.3295 64.15 + 28 106.684 1294 8 1 78.9837 10.3435 35.55 + 28 101.534 951 8 0 78.9864 10.3445 34.15 + 28 118.803 1294 7 1 79.0391 10.3725 5.55 + 28 120.311 951 7 0 79.043 10.3721 4.15 + 28 110.641 1295 6 1 79.118 10.3593 -24.45 + 28 136.229 951 6 0 79.1227 10.3592 -25.85 + 28 137.256 1295 5 1 79.2223 10.3677 -54.45 + 28 182.85 951 5 0 79.2288 10.3678 -55.85 + 28 121.943 1296 4 1 79.3783 10.3794 -84.45 + 28 140.687 951 4 0 79.3873 10.3808 -85.85 + 28 83.9136 1297 3 1 79.5792 10.4119 -114.45 + 28 97.0127 951 3 0 79.589 10.414 -115.85 + 28 107.14 1298 2 1 79.7915 10.4538 -144.45 + 28 114.068 952 2 0 79.8008 10.4548 -145.85 + 28 119.238 1299 1 1 79.995 10.4673 -174.45 + 28 150.914 952 1 0 80.0043 10.4694 -175.85 + 28 177.96 1300 0 1 80.1955 10.5117 -204.45 + 28 129.36 952 0 0 80.2072 10.5137 -205.85 + 28 74.2041 1293 10 1 78.85 10.2793 95.414 Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 3.67596 LIN +Particle energy: 2.04737 LIN +Particle: proton +Event: 29 +Number of tracker hits in this event: 21 + 29 143.734 286 9 1 -122.804 -23.4043 65.55 + 29 175.743 783 9 0 -122.807 -23.4018 64.15 + 29 558.659 286 8 1 -122.835 -23.3547 35.55 + 29 122.548 783 8 0 -122.836 -23.3543 34.15 + 29 97.9564 286 7 1 -122.852 -23.3388 5.55 + 29 116.016 783 7 0 -122.854 -23.3377 4.15 + 29 89.2132 286 6 1 -122.92 -23.3222 -24.45 + 29 179.088 783 6 0 -122.921 -23.3206 -25.85 + 29 108.384 286 5 1 -122.94 -23.286 -54.45 + 29 132.001 783 5 0 -122.94 -23.2851 -55.85 + 29 91.8586 286 4 1 -122.948 -23.2701 -84.45 + 29 296.924 783 4 0 -122.948 -23.2696 -85.85 + 29 107.125 286 3 1 -122.949 -23.2566 -114.45 + 29 120.219 783 3 0 -122.95 -23.2575 -115.85 + 29 119.051 285 2 1 -122.964 -23.2834 -144.45 + 29 94.317 783 2 0 -122.964 -23.2862 -145.85 + 29 153.49 285 1 1 -122.983 -23.3532 -174.45 + 29 138.943 783 1 0 -122.982 -23.3566 -175.85 + 29 119.486 285 0 1 -122.958 -23.4248 -204.45 + 29 121.972 783 0 0 -122.956 -23.4312 -205.85 + 29 40.7846 784 4 0 -123.041 -23.25 -85.914 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 2.56732 LIN +Particle: proton +Event: 30 +Number of tracker hits in this event: 36 + 30 114.663 984 11 1 16.8966 -76.7098 125.55 + 30 177.312 516 11 0 16.8968 -76.7077 124.15 + 30 166.505 984 10 1 16.9019 -76.6585 95.55 + 30 124.714 516 10 0 16.9023 -76.6543 94.15 + 30 108.201 984 9 1 16.9148 -76.5756 65.55 + 30 98.7005 517 9 0 16.916 -76.5688 64.15 + 30 108.368 984 8 1 16.9485 -76.4336 35.55 + 30 101.323 518 8 0 16.9501 -76.4286 34.15 + 30 130.915 984 7 1 16.978 -76.3207 5.55 + 30 106.542 518 7 0 16.9795 -76.3163 4.15 + 30 219.155 984 6 1 17.0283 -76.2173 -24.45 + 30 423.05 519 6 0 17.033 -76.2146 -25.85 + 30 125.297 985 5 1 17.1384 -76.1605 -54.45 + 30 138.334 519 5 0 17.1423 -76.1549 -55.85 + 30 128.178 985 4 1 17.2208 -76.0443 -84.45 + 30 131.593 520 4 0 17.2251 -76.0364 -85.85 + 30 110.488 986 3 1 17.3146 -75.8669 -114.45 + 30 108.991 520 3 0 17.3198 -75.8576 -115.85 + 30 113.854 986 2 1 17.422 -75.677 -144.45 + 30 265.903 521 2 0 17.4269 -75.6701 -145.85 + 30 125.888 987 1 1 17.5313 -75.5372 -174.45 + 30 285.324 522 1 0 17.5358 -75.5303 -175.85 + 30 168.568 987 0 1 17.6371 -75.387 -204.45 + 30 86.0167 523 0 0 17.641 -75.3794 -205.85 + 30 128.646 521 1 0 17.4069 -75.6502 -176.005 + 30 124.516 281 1 0 -30.6715 -123.84 -176.25 + 30 279.598 280 1 0 -31.0044 -123.95 -176.134 + 30 70.7351 279 1 0 -31.3534 -124.15 -176.081 + 30 194.062 738 1 1 -32.3278 -120.02 -174.85 + 30 192.222 519 4 0 17.2264 -76.05 -86.0881 + 30 73.8851 983 6 1 16.85 -75.8834 -24.5865 + 30 55.2518 982 6 1 16.65 -75.9358 -24.6679 + 30 44.5234 981 6 1 16.45 -75.9549 -24.7541 + 30 220.166 517 6 0 15.439 -76.5667 -25.85 + 30 11.3954 516 6 0 15.1879 -76.65 -25.9385 + 30 87.4465 518 6 0 14.9098 -76.45 -25.9266 +Number of digits in this event: 21 +Using G4ParticleGun... +Particle energy: 6.69656 LIN +Particle: proton +Event: 31 +Number of tracker hits in this event: 34 + 31 99.719 643 11 1 -51.332 46.3048 125.55 + 31 118.822 1131 11 0 -51.3309 46.3047 124.15 + 31 149.652 643 10 1 -51.3019 46.3023 95.55 + 31 111.561 1131 10 0 -51.3012 46.301 94.15 + 31 121.98 643 9 1 -51.289 46.2756 65.55 + 31 93.0804 1131 9 0 -51.2873 46.2742 64.15 + 31 96.421 643 8 1 -51.2569 46.2499 35.55 + 31 116.993 1130 8 0 -51.2564 46.25 34.15 + 31 108.406 644 7 1 -51.2472 46.2478 5.55 + 31 92.928 1130 7 0 -51.2449 46.2476 4.15 + 31 125.603 644 6 1 -51.193 46.2422 -24.45 + 31 88.8852 1130 6 0 -51.19 46.2414 -25.85 + 31 112.479 644 5 1 -51.1277 46.2278 -54.45 + 31 161.13 1130 5 0 -51.1261 46.2273 -55.85 + 31 192.83 644 4 1 -51.0982 46.2193 -84.45 + 31 103.45 1130 4 0 -51.1078 46.2254 -85.85 + 31 117.031 643 3 1 -51.3127 46.3563 -114.45 + 31 99.3231 1131 3 0 -51.323 46.3621 -115.85 + 31 86.6694 642 2 1 -51.533 46.4841 -144.45 + 31 135.211 1132 2 0 -51.5442 46.4889 -145.85 + 31 111.608 641 1 1 -51.7696 46.5882 -174.45 + 31 93.3274 1132 1 0 -51.7815 46.5928 -175.85 + 31 320.183 640 0 1 -52.0249 46.6863 -204.45 + 31 174.148 1133 0 0 -52.0367 46.691 -205.85 + 31 3.74245 1312 14 0 -41.1206 82.6438 213.75 + 31 3.64802 641 0 1 -51.8383 46.8446 -204.45 + 31 70.1631 639 0 1 -52.05 47.0403 -204.604 + 31 68.0588 638 0 1 -52.25 47.1261 -204.68 + 31 52.8335 637 0 1 -52.45 47.1741 -204.74 + 31 18.9584 636 0 1 -52.65 47.1947 -204.814 + 31 276.086 1136 0 0 -54.5965 47.2582 -205.85 + 31 123.589 643 7 1 -51.2502 46.2475 5.2922 + 31 85.2266 1128 7 0 -52.1427 45.6539 4.15 + 31 18.0736 1127 7 0 -52.1458 45.65 4.14374 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 2.06508 LIN +Particle: proton +Event: 32 +Number of tracker hits in this event: 26 + 32 213.888 411 9 1 -97.7767 92.6708 65.55 + 32 125.275 1362 9 0 -97.776 92.6731 64.15 + 32 110.307 411 8 1 -97.7558 92.7257 35.55 + 32 141.268 1362 8 0 -97.7563 92.7277 34.15 + 32 261.387 411 7 1 -97.7792 92.7574 5.55 + 32 232.156 1363 7 0 -97.7801 92.7547 4.15 + 32 97.7403 411 6 1 -97.8039 92.6987 -24.45 + 32 159.467 1362 6 0 -97.8094 92.6934 -25.85 + 32 100.436 411 5 1 -97.9235 92.5728 -54.45 + 32 111.743 1362 5 0 -97.9291 92.5706 -55.85 + 32 277.706 410 4 1 -98.0435 92.506 -84.45 + 32 149.804 1361 4 0 -98.0489 92.5095 -85.85 + 32 136.146 409 3 1 -98.1745 92.5605 -114.45 + 32 161.214 1362 3 0 -98.179 92.5597 -115.85 + 32 222.529 409 2 1 -98.2823 92.5443 -144.45 + 32 134.879 1361 2 0 -98.285 92.5436 -145.85 + 32 126.925 408 1 1 -98.3507 92.5244 -174.45 + 32 119.249 1361 1 0 -98.3537 92.5214 -175.85 + 32 107.99 408 0 1 -98.4235 92.4597 -204.45 + 32 110.002 1361 0 0 -98.4273 92.4552 -205.85 + 32 101.467 411 4 1 -97.95 92.4694 -84.7021 + 32 62.4001 412 7 1 -97.75 92.7861 5.40718 + 32 266.409 1362 7 0 -97.2674 92.6195 4.14995 + 32 32.9737 1361 7 0 -97.1419 92.55 3.9843 + 32 53.943 1410 7 0 -96.8071 102.2 3.75006 + 32 61.1413 1409 7 0 -96.8108 102.15 3.78759 +Number of digits in this event: 15 +Using G4ParticleGun... +Particle energy: 5.73115 LIN +Particle: proton +Event: 33 +Number of tracker hits in this event: 55 + 33 114.227 928 11 1 5.81331 -51.2885 125.55 + 33 105.205 643 11 0 5.81422 -51.2896 124.15 + 33 259.76 928 10 1 5.83147 -51.3042 95.55 + 33 322.687 643 10 0 5.83056 -51.3051 94.15 + 33 113.251 928 9 1 5.81112 -51.3223 65.55 + 33 131.59 643 9 0 5.81077 -51.323 64.15 + 33 107.411 928 8 1 5.80614 -51.342 35.55 + 33 130.789 643 8 0 5.80643 -51.3433 34.15 + 33 132.963 928 7 1 5.81375 -51.3665 5.55 + 33 109.432 643 7 0 5.81511 -51.3655 4.15 + 33 132.437 928 6 1 5.8434 -51.3499 -24.45 + 33 112.014 643 6 0 5.84486 -51.3496 -25.85 + 33 139.358 929 5 1 5.87608 -51.3431 -54.45 + 33 142.641 643 5 0 5.87774 -51.3449 -55.85 + 33 99.3474 929 4 1 5.91161 -51.3849 -84.45 + 33 97.916 643 4 0 5.91274 -51.3871 -85.85 + 33 171.544 929 3 1 5.937 -51.4334 -114.45 + 33 90.261 643 3 0 5.93766 -51.4351 -115.85 + 33 103.304 929 2 1 5.95245 -51.4731 -144.45 + 33 99.267 642 2 0 5.95419 -51.4755 -145.85 + 33 209.042 929 1 1 5.98977 -51.5257 -174.45 + 33 110.533 642 1 0 5.99163 -51.5284 -175.85 + 33 130.074 929 0 1 6.02957 -51.5833 -204.45 + 33 89.5688 642 0 0 6.03251 -51.5867 -205.85 + 33 0.673409 1524 2 1 124.95 -79.1129 -144.745 + 33 111.711 106 0 0 -8.13924 -158.845 -206.25 + 33 123.031 105 0 0 -8.18159 -158.95 -206.061 + 33 269.095 857 0 1 -8.47596 -159.634 -204.85 + 33 75.1992 9 1 0 -16.9406 -178.261 -176.25 + 33 186.445 8 1 0 -16.9811 -178.35 -176.113 + 33 167.865 813 1 1 -17.3696 -179.209 -174.85 + 33 99.9918 812 1 1 -17.45 -179.388 -174.588 + 33 271.16 670 4 0 -14.7004 -45.9677 -86.2499 + 33 136.073 826 4 1 -14.7027 -45.8613 -84.85 + 33 139.013 729 5 0 -15.6778 -34.2129 -56.25 + 33 8.08848 730 5 0 -15.6669 -34.05 -55.8791 + 33 206.151 822 5 1 -15.6169 -33.5487 -54.8497 + 33 19.4903 758 6 0 -22.7708 -28.2653 -26.25 + 33 137.005 759 6 0 -22.783 -28.2499 -26.1859 + 33 254.784 784 6 1 -23.1597 -27.7486 -24.85 + 33 12.8984 783 6 1 -23.25 -27.727 -24.5149 + 33 21.4316 785 6 1 -23.05 -27.7003 -24.8236 + 33 10.985 754 6 0 -21.0178 -29.2251 -25.85 + 33 118.521 753 6 0 -20.9871 -29.25 -25.8617 + 33 126.526 752 6 0 -20.6511 -29.45 -25.9246 + 33 81.2775 751 6 0 -20.3693 -29.65 -25.9085 + 33 153.502 750 6 0 -20.2301 -29.8502 -26.0284 + 33 62.431 616 6 0 60.4612 -56.7312 -26.2499 + 33 24.7381 563 6 0 101.61 -67.4125 -26.25 + 33 431.474 562 6 0 101.62 -67.45 -26.1761 + 33 229.243 361 14 1 -107.819 -34.6876 215.15 + 33 110.274 360 14 1 -107.95 -34.5492 215.247 + 33 131.675 362 14 1 -107.75 -34.1856 215.271 + 33 148.785 929 10 1 5.85 -51.3327 95.1868 + 33 120.005 929 11 1 5.85026 -51.3124 125.184 +Number of digits in this event: 32 +Using G4ParticleGun... +Particle energy: 9.85432 LIN +Particle: proton +Event: 34 +Number of tracker hits in this event: 24 + 34 94.9708 1201 11 1 60.3698 -36.0561 125.55 + 34 137.473 719 11 0 60.3699 -36.0564 124.15 + 34 91.3519 1201 10 1 60.3703 -36.0611 95.55 + 34 118.308 719 10 0 60.3701 -36.0609 94.15 + 34 110.863 1201 9 1 60.365 -36.0558 65.55 + 34 100.672 719 9 0 60.3649 -36.0549 64.15 + 34 154.54 1201 8 1 60.363 -36.0372 35.55 + 34 134.47 720 8 0 60.3633 -36.0367 34.15 + 34 115.262 1201 7 1 60.373 -36.0273 5.55 + 34 130.633 720 7 0 60.3741 -36.0268 4.15 + 34 99.7013 1201 6 1 60.3954 -36.0137 -24.45 + 34 168.096 720 6 0 60.3971 -36.0138 -25.85 + 34 120.173 1201 5 1 60.4324 -36.0177 -54.45 + 34 239.42 720 5 0 60.4335 -36.0188 -55.85 + 34 114.225 1202 4 1 60.4533 -36.0402 -84.45 + 34 124.572 720 4 0 60.4548 -36.0404 -85.85 + 34 119.037 1202 3 1 60.485 -36.0457 -114.45 + 34 102.844 720 3 0 60.4863 -36.0466 -115.85 + 34 333.053 1202 2 1 60.5137 -36.0646 -144.45 + 34 109.867 719 2 0 60.5149 -36.0658 -145.85 + 34 143.825 1202 1 1 60.537 -36.0958 -174.45 + 34 103.68 719 1 0 60.5383 -36.0954 -175.85 + 34 111.464 1202 0 1 60.5661 -36.0833 -204.45 + 34 114.594 719 0 0 60.5676 -36.0823 -205.85 +Number of digits in this event: 11 +Using G4ParticleGun... +Particle energy: 4.48832 LIN +Particle: proton +Event: 35 +Number of tracker hits in this event: 25 + 35 171.577 626 9 1 -54.6992 -114.808 65.55 + 35 106.737 326 9 0 -54.7 -114.807 64.15 + 35 115.567 626 8 1 -54.72 -114.777 35.55 + 35 99.1241 326 8 0 -54.7194 -114.776 34.15 + 35 117.755 626 7 1 -54.7019 -114.76 5.55 + 35 128.886 326 7 0 -54.7014 -114.76 4.15 + 35 188.329 626 6 1 -54.6969 -114.766 -24.45 + 35 214.682 326 6 0 -54.6969 -114.767 -25.85 + 35 227.563 626 5 1 -54.6998 -114.789 -54.45 + 35 167.449 326 5 0 -54.6987 -114.789 -55.85 + 35 110.975 626 4 1 -54.6699 -114.792 -84.45 + 35 126.942 326 4 0 -54.6655 -114.794 -85.85 + 35 118.219 627 3 1 -54.5761 -114.831 -114.45 + 35 117.868 326 3 0 -54.5721 -114.833 -115.85 + 35 98.268 627 2 1 -54.4878 -114.88 -144.45 + 35 93.803 326 2 0 -54.4833 -114.881 -145.85 + 35 127.947 628 1 1 -54.3864 -114.913 -174.45 + 35 142.583 326 1 0 -54.3799 -114.913 -175.85 + 35 93.7685 629 0 1 -54.2454 -114.922 -204.45 + 35 94.2456 326 0 0 -54.2403 -114.924 -205.85 + 35 52.2533 1107 8 1 41.5254 -110.102 35.55 + 35 82.8689 1106 8 1 41.4496 -110.18 35.4477 + 35 104.466 1105 8 1 41.25 -110.189 35.3053 + 35 253.14 1104 8 1 41.05 -110.208 35.4284 + 35 158.667 613 5 1 -57.2947 -114.806 -54.8498 +Number of digits in this event: 14 +Using G4ParticleGun... +Particle energy: 7.2996 LIN +Particle: proton +Event: 36 +Number of tracker hits in this event: 27 + 36 344.945 1219 10 1 63.9915 -93.6883 95.55 + 36 163.258 432 10 0 63.9926 -93.6884 94.15 + 36 91.2133 1219 9 1 64.0143 -93.6892 65.55 + 36 121.305 432 9 0 64.0157 -93.6904 64.15 + 36 116.057 1219 8 1 64.0438 -93.7208 35.55 + 36 203.297 432 8 0 64.0454 -93.7228 34.15 + 36 220.534 1220 7 1 64.0722 -93.7676 5.55 + 36 129.722 431 7 0 64.0746 -93.7698 4.15 + 36 124.954 1220 6 1 64.1255 -93.8088 -24.45 + 36 251.276 431 6 0 64.1285 -93.8114 -25.85 + 36 153.441 1220 5 1 64.1833 -93.8611 -54.45 + 36 249.366 431 5 0 64.1866 -93.8648 -55.85 + 36 160.383 1221 4 1 64.2542 -93.9403 -84.45 + 36 102.202 431 4 0 64.2568 -93.9441 -85.85 + 36 98.4998 1221 3 1 64.3084 -94.0218 -114.45 + 36 155.455 430 3 0 64.3108 -94.0251 -115.85 + 36 209.877 1221 2 1 64.3608 -94.0965 -144.45 + 36 185.951 430 2 0 64.3626 -94.099 -145.85 + 36 104.542 1221 1 1 64.4032 -94.1452 -174.45 + 36 176.091 430 1 0 64.4053 -94.1464 -175.85 + 36 120.381 1221 0 1 64.4475 -94.1672 -204.45 + 36 285.192 429 0 0 64.449 -94.1681 -205.85 + 36 2.77316 1220 10 1 64.05 -93.6529 95.159 + 36 125.843 431 10 0 64.527 -93.75 94.0543 + 36 107.258 430 10 0 64.8325 -93.95 93.8923 + 36 366.03 429 10 0 64.9079 -94.15 94.0349 + 36 75.6445 428 10 0 64.8232 -94.35 94.0538 +Number of digits in this event: 20 +Using G4ParticleGun... +Particle energy: 8.14025 LIN +Particle: proton +Event: 37 +Number of tracker hits in this event: 23 + 37 205.22 489 9 1 -82.2197 94.1814 65.55 + 37 120.688 1370 9 0 -82.2197 94.1813 64.15 + 37 85.7304 489 8 1 -82.2187 94.179 35.55 + 37 108.59 1370 8 0 -82.2181 94.1785 34.15 + 37 92.2817 489 7 1 -82.2056 94.1717 5.55 + 37 167.066 1370 7 0 -82.2051 94.1719 4.15 + 37 157.972 489 6 1 -82.1965 94.1777 -24.45 + 37 114.105 1370 6 0 -82.196 94.1776 -25.85 + 37 113.129 489 5 1 -82.1841 94.1737 -54.45 + 37 109.757 1370 5 0 -82.1835 94.1725 -55.85 + 37 97.82 489 4 1 -82.1705 94.1481 -84.45 + 37 169.526 1369 4 0 -82.1705 94.1475 -85.85 + 37 117.969 489 3 1 -82.1681 94.1363 -114.45 + 37 120.775 1369 3 0 -82.1684 94.1351 -115.85 + 37 110.747 489 2 1 -82.175 94.1097 -144.45 + 37 387.344 1369 2 0 -82.1754 94.109 -145.85 + 37 143.859 489 1 1 -82.187 94.0958 -174.45 + 37 128.619 1369 1 0 -82.187 94.0943 -175.85 + 37 150.119 489 0 1 -82.1867 94.0659 -204.45 + 37 91.9002 1369 0 0 -82.1865 94.0643 -205.85 + 37 80.6453 488 9 1 -82.2504 94.1955 65.4553 + 37 88.6254 487 9 1 -82.45 94.2915 65.4481 + 37 260.993 486 9 1 -82.6501 94.4438 65.4565 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 1.08212 LIN +Particle: proton +Event: 38 +Number of tracker hits in this event: 22 + 38 118.785 343 9 1 -111.497 75.2369 65.55 + 38 138.371 1275 9 0 -111.506 75.2416 64.15 + 38 125.702 342 8 1 -111.717 75.3415 35.55 + 38 121.984 1276 8 0 -111.734 75.3529 34.15 + 38 157.323 340 7 1 -112.097 75.5796 5.55 + 38 165.812 1277 7 0 -112.116 75.586 4.15 + 38 119.04 338 6 1 -112.5 75.7147 -24.45 + 38 119.319 1278 6 0 -112.517 75.7217 -25.85 + 38 161.459 336 5 1 -112.824 75.8765 -54.45 + 38 146.205 1279 5 0 -112.838 75.8934 -55.85 + 38 112.963 335 4 1 -113.14 76.2598 -84.45 + 38 128.897 1281 4 0 -113.161 76.2801 -85.85 + 38 120.256 332 3 1 -113.588 76.7059 -114.45 + 38 209.199 1283 3 0 -113.609 76.7241 -115.85 + 38 227.251 330 2 1 -114.028 77.0718 -144.45 + 38 213.475 1285 2 0 -114.046 77.0909 -145.85 + 38 208.971 328 1 1 -114.423 77.4833 -174.45 + 38 160.634 1287 1 0 -114.445 77.5055 -175.85 + 38 196.612 326 0 1 -114.894 77.9459 -204.45 + 38 208.423 1289 0 0 -114.917 77.9747 -205.85 + 38 23.1068 1287 2 0 -114.925 77.532 -145.85 + 38 73.8178 331 2 1 -113.883 77.0562 -144.85 +Number of digits in this event: 17 +Using G4ParticleGun... +Particle energy: 4.8708 LIN +Particle: proton +Event: 39 +Number of tracker hits in this event: 31 + 39 289.165 1043 9 1 28.7801 129.227 65.55 + 39 86.8552 1545 9 0 28.7811 129.227 64.15 + 39 130.126 1043 8 1 28.8001 129.221 35.55 + 39 234.951 1545 8 0 28.8019 129.22 34.15 + 39 108.81 1043 7 1 28.838 129.197 5.55 + 39 102.067 1545 7 0 28.8394 129.198 4.15 + 39 233.277 1044 6 1 28.8654 129.217 -24.45 + 39 123.08 1545 6 0 28.8671 129.219 -25.85 + 39 100.442 1044 5 1 28.897 129.269 -54.45 + 39 102.431 1545 5 0 28.8991 129.272 -55.85 + 39 87.8025 1044 4 1 28.9406 129.315 -84.45 + 39 130.487 1545 4 0 28.9407 129.316 -85.85 + 39 110.54 1044 3 1 28.951 129.346 -114.45 + 39 107.486 1545 3 0 28.9516 129.347 -115.85 + 39 113.786 1044 2 1 28.9657 129.364 -144.45 + 39 228.064 1546 2 0 28.9666 129.365 -145.85 + 39 141.856 1044 1 1 28.9855 129.379 -174.45 + 39 118.222 1546 1 0 28.9872 129.379 -175.85 + 39 94.1629 1044 0 1 29.0142 129.388 -204.45 + 39 111.177 1546 0 0 29.0141 129.39 -205.85 + 39 36.802 1545 2 0 29.0193 129.35 -146.011 + 39 173.95 1043 6 1 28.85 129.225 -24.475 + 39 46.4435 1042 6 1 28.65 129.305 -24.6905 + 39 83.2545 1547 6 0 28.2162 129.662 -25.85 + 39 72.7735 1548 6 0 28.11 129.75 -26.0035 + 39 60.9066 1549 6 0 28.0036 129.95 -26.0557 + 39 76.443 1550 6 0 27.9646 130.15 -26.0963 + 39 66.4055 1551 6 0 27.8516 130.35 -26.1381 + 39 109.777 1552 6 0 27.8336 130.551 -26.0533 + 39 83.0748 1553 6 0 28.018 130.75 -25.9355 + 39 253.6 1045 6 1 29.05 131.761 -24.811 +Number of digits in this event: 11 +Using G4ParticleGun... +Particle energy: 2.52819 LIN Particle: proton Event: 40 Number of tracker hits in this event: 22 - 40 111.311 913 10 1 2.75031 -100.617 95.55 - 40 104.186 397 10 0 2.74983 -100.619 94.15 - 40 134.47 913 9 1 2.73649 -100.652 65.55 - 40 182.275 397 9 0 2.73495 -100.654 64.15 - 40 102.569 913 8 1 2.69299 -100.691 35.55 - 40 125.447 397 8 0 2.69055 -100.691 34.15 - 40 135.754 912 7 1 2.63937 -100.701 5.55 - 40 91.476 397 7 0 2.63589 -100.704 4.15 - 40 99.9808 912 6 1 2.55948 -100.77 -24.45 - 40 167.206 396 6 0 2.55437 -100.773 -25.85 - 40 107.305 912 5 1 2.45146 -100.829 -54.45 - 40 102.568 396 5 0 2.4475 -100.831 -55.85 - 40 121.997 911 4 1 2.3671 -100.85 -84.45 - 40 147.03 396 4 0 2.36133 -100.852 -85.85 - 40 98.8432 910 3 1 2.24566 -100.891 -114.45 - 40 343.37 396 3 0 2.24046 -100.895 -115.85 - 40 131.305 910 2 1 2.12409 -100.969 -144.45 - 40 122.168 395 2 0 2.11891 -100.974 -145.85 - 40 85.6763 909 1 1 2.01902 -101.079 -174.45 - 40 126.556 395 1 0 2.01227 -101.086 -175.85 - 40 213.228 909 0 1 1.87713 -101.219 -204.45 - 40 184.293 394 0 0 1.86913 -101.226 -205.85 -Number of digits in this event: 14 -Using G4ParticleGun... -Particle energy: 2.42039 LIN -Particle: proton -Event: 41 -Number of tracker hits in this event: 35 - 41 180.453 456 10 1 -88.6762 34.3431 95.55 - 41 121.062 1071 10 0 -88.6773 34.3413 94.15 - 41 117.635 456 9 1 -88.7003 34.3021 65.55 - 41 154.632 1071 9 0 -88.7003 34.3035 64.15 - 41 166.157 456 8 1 -88.6987 34.3271 35.55 - 41 235.207 1071 8 0 -88.6948 34.3268 34.15 - 41 155.82 457 7 1 -88.6194 34.3232 5.55 - 41 97.7036 1071 7 0 -88.6156 34.3239 4.15 - 41 142.227 457 6 1 -88.5307 34.3244 -24.45 - 41 113.348 1071 6 0 -88.524 34.3258 -25.85 - 41 118.08 458 5 1 -88.3831 34.3561 -54.45 - 41 122.585 1071 5 0 -88.3768 34.3585 -55.85 - 41 796.926 459 4 1 -88.2481 34.4094 -84.45 - 41 90.8243 1071 4 0 -88.2442 34.4135 -85.85 - 41 183.086 459 3 1 -88.1599 34.4997 -114.45 - 41 118.264 1072 3 0 -88.1536 34.5036 -115.85 - 41 106.816 460 2 1 -88.0093 34.5883 -144.45 - 41 104.875 1072 2 0 -87.9991 34.5927 -145.85 - 41 151.894 461 1 1 -87.7922 34.676 -174.45 - 41 110.278 1073 1 0 -87.784 34.6776 -175.85 - 41 114.133 462 0 1 -87.6095 34.7122 -204.45 - 41 110.782 1073 0 0 -87.6032 34.7139 -205.85 - 41 9.11673 253 2 0 -123.528 -129.35 -146.071 - 41 96.2726 1072 1 0 -87.5825 34.4988 -175.85 - 41 884.78 458 4 1 -88.2595 34.4237 -84.45 - 41 40.2293 457 4 1 -88.45 35.1694 -84.8002 - 41 165.862 460 4 1 -88.05 36.1261 -84.7928 - 41 20.6936 1088 4 0 -86.974 37.8014 -85.85 - 41 219.42 1089 4 0 -86.9302 37.85 -85.8776 - 41 84.0512 1090 4 0 -86.8184 38.05 -86.0131 - 41 45.2585 1091 4 0 -86.8577 38.25 -85.9712 - 41 12.5484 461 4 1 -87.8102 39.7036 -84.85 - 41 148.896 1093 4 0 -87.8529 38.7819 -85.8501 - 41 120.608 1092 4 0 -87.8094 38.6499 -85.9162 - 41 322.819 457 8 1 -88.65 34.344 35.5047 -Number of digits in this event: 20 -Using G4ParticleGun... -Particle energy: 3.10104 LIN -Particle: proton -Event: 42 -Number of tracker hits in this event: 29 - 42 128.787 509 10 1 -78.1535 55.4545 95.55 - 42 111.292 1177 10 0 -78.1529 55.4539 94.15 - 42 113.217 509 9 1 -78.1424 55.445 65.55 - 42 87.5713 1176 9 0 -78.1408 55.4461 64.15 - 42 132.115 509 8 1 -78.1109 55.4658 35.55 - 42 107.835 1177 8 0 -78.109 55.4679 34.15 - 42 111.627 509 7 1 -78.0696 55.5054 5.55 - 42 96.6152 1177 7 0 -78.0681 55.5063 4.15 - 42 109.249 510 6 1 -78.0404 55.5267 -24.45 - 42 104.748 1177 6 0 -78.0377 55.5276 -25.85 - 42 204.069 510 5 1 -77.9823 55.5431 -54.45 - 42 104.064 1177 5 0 -77.9781 55.5452 -55.85 - 42 358.8 510 4 1 -77.894 55.5864 -84.45 - 42 225.8 1177 4 0 -77.8871 55.5882 -85.85 - 42 110.981 511 3 1 -77.7341 55.6225 -114.45 - 42 99.4279 1177 3 0 -77.7271 55.6231 -115.85 - 42 115.956 512 2 1 -77.5804 55.6341 -144.45 - 42 170.979 1177 2 0 -77.5737 55.6346 -145.85 - 42 128.543 513 1 1 -77.4372 55.6419 -174.45 - 42 100.237 1177 1 0 -77.4305 55.6417 -175.85 - 42 120.168 513 0 1 -77.2917 55.6411 -204.45 - 42 137.793 1177 0 0 -77.2851 55.6402 -205.85 - 42 253.069 509 5 1 -78.05 55.719 -54.7233 - 42 103.91 508 5 1 -78.2501 55.7148 -54.645 - 42 206.634 507 5 1 -78.45 55.6414 -54.6969 - 42 208.064 1210 6 0 -76.5706 62.0683 -26.25 - 42 79.0716 1209 6 0 -76.5896 62.05 -26.056 - 42 26.5732 521 6 1 -75.6843 61.1786 -24.85 - 42 61.1904 1206 6 0 -75.463 61.3765 -25.85 -Number of digits in this event: 13 -Using G4ParticleGun... -Particle energy: 3.50441 LIN -Particle: proton -Event: 43 -Number of tracker hits in this event: 25 - 43 102.479 976 11 1 15.4029 -15.5095 125.55 - 43 156.463 822 11 0 15.4045 -15.5066 124.15 - 43 100.337 977 10 1 15.4686 -15.4554 95.55 - 43 99.9298 823 10 0 15.4721 -15.4482 94.15 - 43 106.423 977 9 1 15.5437 -15.3015 65.55 - 43 98.705 823 9 0 15.5466 -15.2917 64.15 - 43 296.384 977 8 1 15.6102 -15.101 35.55 - 43 131.985 824 8 0 15.6139 -15.0913 34.15 - 43 111.055 978 7 1 15.6936 -14.8901 5.55 - 43 139.098 825 7 0 15.6983 -14.8796 4.15 - 43 117.043 978 6 1 15.7968 -14.6557 -24.45 - 43 154.178 827 6 0 15.8032 -14.643 -25.85 - 43 132.481 979 5 1 15.9339 -14.3941 -54.45 - 43 124.96 828 5 0 15.9377 -14.3837 -55.85 - 43 98.6541 979 4 1 16.0151 -14.167 -84.45 - 43 99.6622 829 4 0 16.0184 -14.159 -85.85 - 43 91.5124 980 3 1 16.0897 -13.9946 -114.45 - 43 111.45 830 3 0 16.0921 -13.9838 -115.85 - 43 114.642 980 2 1 16.1431 -13.7622 -144.45 - 43 105.918 831 2 0 16.1439 -13.7515 -145.85 - 43 231.841 980 1 1 16.1534 -13.5346 -174.45 - 43 366.364 832 1 0 16.153 -13.5249 -175.85 - 43 137.403 980 0 1 16.1473 -13.3226 -204.45 - 43 112.085 833 0 0 16.1454 -13.3137 -205.85 - 43 28.9798 978 8 1 15.65 -15.0692 35.436 + 40 101.659 180 8 1 -144.076 13.8848 35.55 + 40 110.011 969 8 0 -144.078 13.8835 34.15 + 40 100.381 180 7 1 -144.125 13.8574 5.55 + 40 105.209 969 7 0 -144.126 13.8559 4.15 + 40 111.584 180 6 1 -144.147 13.8208 -24.45 + 40 173.064 968 6 0 -144.147 13.8202 -25.85 + 40 103.78 179 5 1 -144.154 13.8066 -54.45 + 40 98.6659 968 5 0 -144.157 13.8066 -55.85 + 40 143.175 179 4 1 -144.216 13.7965 -84.45 + 40 97.5787 968 4 0 -144.218 13.797 -85.85 + 40 113.6 179 3 1 -144.265 13.8017 -114.45 + 40 106.135 968 3 0 -144.261 13.7997 -115.85 + 40 112.062 179 2 1 -144.176 13.7509 -144.45 + 40 120.483 968 2 0 -144.173 13.7499 -145.85 + 40 156.932 180 1 1 -144.105 13.7309 -174.45 + 40 191.41 968 1 0 -144.102 13.7316 -175.85 + 40 100.169 180 0 1 -144.033 13.7552 -204.45 + 40 144.905 968 0 0 -144.032 13.7578 -205.85 + 40 40.0803 918 1 0 96.1517 3.7406 -175.997 + 40 58.8182 534 4 0 51.1033 -73.1542 -86.2125 + 40 24.1355 1196 6 1 59.2753 -135.005 -24.805 + 40 527.45 1079 10 1 35.8929 -94.95 95.3406 Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 4.01433 LIN +Particle energy: 7.36764 LIN Particle: proton -Event: 44 -Number of tracker hits in this event: 22 - 44 125.614 1280 8 1 76.1585 115.601 35.55 - 44 112.593 1477 8 0 76.1591 115.601 34.15 - 44 143.934 1280 7 1 76.1749 115.592 5.55 - 44 142.718 1477 7 0 76.1763 115.591 4.15 - 44 162.449 1280 6 1 76.2027 115.574 -24.45 - 44 123.663 1477 6 0 76.204 115.573 -25.85 - 44 150.421 1280 5 1 76.2306 115.54 -54.45 - 44 105.595 1476 5 0 76.2312 115.538 -55.85 - 44 152.062 1280 4 1 76.2498 115.501 -84.45 - 44 2.60774 1281 4 1 76.25 115.5 -84.838 - 44 101.773 1476 4 0 76.2503 115.5 -85.85 - 44 115.903 1281 3 1 76.2568 115.485 -114.45 - 44 136.698 1476 3 0 76.258 115.482 -115.85 - 44 84.3683 1281 2 1 76.2792 115.414 -144.45 - 44 117.441 1476 2 0 76.2808 115.411 -145.85 - 44 295.487 1281 1 1 76.3102 115.349 -174.45 - 44 201.387 1475 1 0 76.3116 115.344 -175.85 - 44 146.345 1281 0 1 76.3361 115.246 -204.45 - 44 106.956 1475 0 0 76.3367 115.24 -205.85 - 44 7.32815 1479 1 0 76.1303 116.139 -175.85 - 44 105.45 1480 1 0 76.1269 116.15 -175.869 - 44 4.89662 1481 1 0 76.057 116.35 -176.233 -Number of digits in this event: 12 +Event: 41 +Number of tracker hits in this event: 83 + 41 109.836 947 9 1 9.46491 122.738 65.55 + 41 110.923 1512 9 0 9.46468 122.738 64.15 + 41 102.691 947 8 1 9.45957 122.761 35.55 + 41 131.404 1513 8 0 9.4596 122.763 34.15 + 41 96.7955 947 7 1 9.45736 122.793 5.55 + 41 93.1369 1513 7 0 9.45712 122.794 4.15 + 41 166.474 946 6 1 9.44858 122.809 -24.45 + 41 284.943 1513 6 0 9.44815 122.809 -25.85 + 41 113.004 946 5 1 9.43748 122.815 -54.45 + 41 112.086 1513 5 0 9.43693 122.815 -55.85 + 41 102.167 946 4 1 9.42863 122.825 -84.45 + 41 120.051 1513 4 0 9.42847 122.825 -85.85 + 41 149.929 946 3 1 9.42646 122.825 -114.45 + 41 106.437 1513 3 0 9.42594 122.825 -115.85 + 41 121.801 946 2 1 9.41653 122.827 -144.45 + 41 127.098 1513 2 0 9.41534 122.829 -145.85 + 41 141.959 946 1 1 9.38988 122.862 -174.45 + 41 279.635 1513 1 0 9.38972 122.863 -175.85 + 41 173.409 946 0 1 9.38382 122.89 -204.45 + 41 131.967 1513 0 0 9.38365 122.891 -205.85 + 41 68.266 914 0 1 2.8844 171.559 -204.45 + 41 77.3731 915 0 1 3.05 171.465 -204.53 + 41 90.2149 916 0 1 3.2503 171.339 -204.526 + 41 55.5956 917 0 1 3.45 171.316 -204.56 + 41 310.707 156 3 1 -148.896 -14.5986 -114.689 + 41 39.9019 1066 13 1 33.2784 -124.661 185.27 + 41 713.237 1439 0 0 61.3493 108.076 -206.25 + 41 667.768 1438 0 0 61.7828 107.95 -206.063 + 41 282.113 1222 0 1 64.5149 107.141 -204.85 + 41 313.084 1223 0 1 64.65 107.101 -204.79 + 41 307.55 1224 0 1 64.85 107.042 -204.701 + 41 236.219 1225 0 1 65.05 106.982 -204.611 + 41 173.397 1226 0 1 65.25 106.922 -204.522 + 41 653.766 1332 1 0 125.251 86.6241 -176.25 + 41 437.046 1331 1 0 125.765 86.45 -176.008 + 41 273.656 1540 1 1 128.218 85.6013 -174.85 + 41 288.93 1541 1 1 128.35 85.5554 -174.788 + 41 229.036 1542 1 1 128.55 85.4856 -174.693 + 41 283.876 1543 1 1 128.75 85.4152 -174.597 + 41 153.763 1544 1 1 128.95 85.3446 -174.502 + 41 91.0271 774 1 1 -25.2246 -134.077 -174.809 + 41 196.102 1114 10 1 42.954 -147.752 95.55 + 41 119.175 1113 10 1 42.85 -148.267 95.3004 + 41 38.1807 150 10 0 43.0249 -150.032 94.15 + 41 183.446 149 10 0 43.0424 -150.15 94.0739 + 41 75.3468 148 10 0 43.047 -150.35 93.9522 + 41 31.6799 147 10 0 42.9671 -150.55 93.8161 + 41 1.03108 586 7 0 92.8435 -62.7033 3.75 + 41 327.284 1784 0 0 23.0966 177.077 -206.25 + 41 941.95 1785 0 0 23.1175 177.15 -206.216 + 41 953.268 1786 0 0 23.1725 177.35 -206.125 + 41 954.285 1787 0 0 23.2273 177.55 -206.036 + 41 948.323 1788 0 0 23.2856 177.75 -205.951 + 41 195.72 1789 0 0 23.3455 177.95 -205.866 + 41 254.748 1521 0 0 -14.5714 124.494 -206.25 + 41 42.8297 820 0 1 -15.9936 124.591 -204.85 + 41 128.678 819 0 1 -16.05 124.595 -204.795 + 41 173.762 818 0 1 -16.25 124.608 -204.597 + 41 239.724 1525 1 0 -46.3426 125.237 -176.25 + 41 24.0686 661 1 1 -47.8241 125.265 -174.85 + 41 123.711 660 1 1 -47.85 125.266 -174.826 + 41 138.754 659 1 1 -48.05 125.269 -174.636 + 41 386.9 1529 2 0 -81.6225 126.033 -146.25 + 41 101.859 483 2 1 -83.2516 126.077 -144.85 + 41 96.387 482 2 1 -83.45 126.083 -144.678 + 41 39.249 481 2 1 -83.65 126.089 -144.507 + 41 319.487 1525 3 0 -118.39 125.284 -116.25 + 41 12.8597 300 3 1 -120.12 125.245 -114.85 + 41 124.872 299 3 1 -120.15 125.245 -114.825 + 41 117.331 298 3 1 -120.35 125.241 -114.663 + 41 35.6586 297 3 1 -120.55 125.236 -114.501 + 41 379.029 1527 4 0 -154.828 125.709 -86.25 + 41 28.7126 118 4 1 -156.486 125.733 -84.85 + 41 109.063 117 4 1 -156.55 125.734 -84.7951 + 41 120.072 116 4 1 -156.75 125.736 -84.6245 + 41 2.8769 115 4 1 -156.95 125.738 -84.4556 + 41 139.494 1514 0 0 9.32525 123.079 -205.85 + 41 0.275912 1515 0 0 9.31551 123.15 -206.249 + 41 4.782 1790 6 0 -6.02394 178.325 -26.25 + 41 58.044 1791 6 0 -6.02514 178.35 -26.2382 + 41 64.9671 1792 6 0 -6.07865 178.55 -26.1329 + 41 78.8568 1793 6 0 -5.99124 178.75 -26.0857 + 41 61.9598 1794 6 0 -5.76115 178.95 -26.1156 +Number of digits in this event: 50 Using G4ParticleGun... -Particle energy: 3.41188 LIN +Particle energy: 8.86959 LIN Particle: proton -Event: 45 +Event: 42 Number of tracker hits in this event: 27 - 45 145.971 1431 10 1 106.451 -4.1179 95.55 - 45 129.33 879 10 0 106.45 -4.11703 94.15 - 45 310.488 1431 9 1 106.436 -4.08753 65.55 - 45 97.935 879 9 0 106.435 -4.0866 64.15 - 45 181.307 1431 8 1 106.407 -4.06523 35.55 - 45 96.6906 879 8 0 106.404 -4.06228 34.15 - 45 131.274 1431 7 1 106.351 -3.98976 5.55 - 45 129.812 880 7 0 106.351 -3.987 4.15 - 45 113.272 1431 6 1 106.365 -3.92552 -24.45 - 45 166.964 880 6 0 106.369 -3.92028 -25.85 - 45 247.376 1431 5 1 106.456 -3.81251 -54.45 - 45 155.195 881 5 0 106.461 -3.80658 -55.85 - 45 149.384 1432 4 1 106.557 -3.68668 -84.45 - 45 111.234 881 4 0 106.563 -3.68153 -85.85 - 45 196.076 1432 3 1 106.675 -3.57219 -114.45 - 45 115.121 882 3 0 106.679 -3.56756 -115.85 - 45 87.7344 1432 2 1 106.745 -3.47115 -144.45 - 45 82.7696 882 2 0 106.749 -3.46647 -145.85 - 45 123.485 1433 1 1 106.83 -3.37075 -174.45 - 45 117.253 883 1 0 106.833 -3.36489 -175.85 - 45 106.579 1433 0 1 106.897 -3.25415 -204.45 - 45 223.692 884 0 0 106.901 -3.24481 -205.85 - 45 59.483 1445 1 1 109.35 -74.0492 -174.529 - 45 87.7565 606 1 0 83.6498 -58.8355 -176.137 - 45 43.5307 885 0 0 106.859 -3.04929 -206.209 - 45 287.206 844 5 0 109.051 -11.065 -56.25 - 45 94.2172 1432 5 1 106.55 -3.93633 -54.5815 -Number of digits in this event: 17 -Using G4ParticleGun... -Particle energy: 6.34794 LIN -Particle: proton -Event: 46 -Number of tracker hits in this event: 25 - 46 93.7229 959 11 1 11.9698 -69.4022 125.55 - 46 175.172 553 11 0 11.9688 -69.4019 124.15 - 46 88.897 959 10 1 11.951 -69.395 95.55 - 46 110.319 553 10 0 11.9508 -69.3941 94.15 - 46 100.425 959 9 1 11.9473 -69.3759 65.55 - 46 111.24 553 9 0 11.9478 -69.3737 64.15 - 46 120.449 959 8 1 11.9551 -69.3263 35.55 - 46 189.148 553 8 0 11.9541 -69.3231 34.15 - 46 154.886 959 7 1 11.9299 -69.2603 5.55 - 46 109.946 553 7 0 11.9281 -69.2573 4.15 - 46 129.793 959 6 1 11.8865 -69.1977 -24.45 - 46 127.718 554 6 0 11.8842 -69.1939 -25.85 - 46 144.755 958 5 1 11.8372 -69.1167 -54.45 - 46 108.917 554 5 0 11.8337 -69.1132 -55.85 - 46 126.856 958 4 1 11.7644 -69.0445 -84.45 - 46 101.706 555 4 0 11.7593 -69.0401 -85.85 - 46 121.576 958 3 1 11.6548 -68.9503 -114.45 - 46 138.675 555 3 0 11.6497 -68.9452 -115.85 - 46 132.018 957 2 1 11.5456 -68.8425 -144.45 - 46 117.524 556 2 0 11.539 -68.8375 -145.85 - 46 104.991 956 1 1 11.4056 -68.735 -174.45 - 46 238.301 556 1 0 11.3987 -68.7311 -175.85 - 46 118.709 956 0 1 11.2611 -68.6482 -204.45 - 46 141.912 557 0 0 11.2556 -68.6439 -205.85 - 46 199.023 554 7 0 12.5928 -69.1556 4.15 -Number of digits in this event: 15 -Using G4ParticleGun... -Particle energy: 2.12903 LIN -Particle: proton -Event: 47 -Number of tracker hits in this event: 120 - 47 236.882 902 11 1 0.621211 -39.4386 125.55 - 47 115.398 703 11 0 0.62558 -39.4398 124.15 - 47 134.996 903 10 1 0.705192 -39.4646 95.55 - 47 119.646 702 10 0 0.705579 -39.4679 94.15 - 47 122.113 903 9 1 0.713394 -39.5488 65.55 - 47 149.532 702 9 0 0.71443 -39.5511 64.15 - 47 552.267 903 8 1 0.816843 -39.5908 35.55 - 47 545.984 904 8 1 0.85 -39.5873 35.4662 - 47 771.973 702 8 0 1.36782 -39.5342 34.15 - 47 591.263 962 7 1 12.511 -38.4516 5.55 - 47 71.697 963 7 1 12.65 -38.4541 5.17407 - 47 591.797 707 7 0 13.0309 -38.4623 4.15 - 47 367.37 1018 6 1 23.771 -38.5325 -24.45 - 47 310.033 1019 6 1 23.85 -38.538 -24.6652 - 47 824.987 707 6 0 24.2875 -38.5747 -25.85 - 47 246.324 1074 5 1 35.0078 -39.4117 -54.45 - 47 646.824 1075 5 1 35.05 -39.4128 -54.5539 - 47 799.785 703 5 0 35.5802 -39.4273 -55.85 - 47 487.533 1135 4 1 47.1449 -39.6877 -84.45 - 47 360.444 1136 4 1 47.25 -39.6951 -84.6952 - 47 776.279 701 4 0 47.7374 -39.7245 -85.85 - 47 274.649 1199 3 1 59.9825 -40.5763 -114.45 - 47 466.967 1200 3 1 60.05 -40.5843 -114.607 - 47 292.637 697 3 0 60.5756 -40.6429 -115.85 - 47 504.854 696 3 0 60.6411 -40.65 -116.006 - 47 665.41 1262 2 1 72.518 -41.9626 -144.45 - 47 230.626 1263 2 1 72.65 -41.9967 -144.751 - 47 896.467 689 2 0 73.1325 -42.1161 -145.85 - 47 380.822 1328 1 1 85.7818 -45.3561 -174.45 - 47 668.382 1329 1 1 85.85 -45.3791 -174.601 - 47 1197.75 672 1 0 86.4127 -45.5731 -175.85 - 47 233.556 1395 0 1 99.3139 -50.083 -204.45 - 47 853.993 1396 0 1 99.35 -50.0859 -204.534 - 47 1059.29 649 0 0 99.9171 -50.1225 -205.85 - 47 121.195 315 2 1 -116.95 -24.1431 -144.76 - 47 249.071 575 4 1 -64.9059 -35.6278 -84.45 - 47 103.61 314 2 1 -117.15 -24.239 -144.493 - 47 130.824 905 8 1 1.05 -39.5152 35.4992 - 47 149.125 906 8 1 1.25 -39.4533 35.3273 - 47 58.8135 907 8 1 1.45045 -39.3897 35.1521 - 47 194.711 705 8 0 2.57785 -39.0363 34.15 - 47 12.8576 1070 7 1 34.212 -29.0695 5.54945 - 47 127.305 1071 7 1 34.25 -29.0629 5.51506 - 47 78.31 1072 7 1 34.45 -29.028 5.33 - 47 166.728 756 7 0 35.6576 -28.7759 4.14977 - 47 64.9636 1218 6 1 63.7225 -23.2553 -24.45 - 47 80.5503 1219 6 1 63.85 -23.2449 -24.6023 - 47 6.74231 1220 6 1 64.05 -23.2309 -24.8414 - 47 240.036 784 6 0 64.8893 -23.1856 -25.8502 - 47 58.0159 1346 5 1 89.3612 -22.1654 -54.4504 - 47 105.115 1347 5 1 89.45 -22.1807 -54.6074 - 47 120.744 788 5 0 90.1505 -22.2931 -55.8614 - 47 22.9995 1418 4 1 103.929 -23.7077 -84.45 - 47 222.24 1419 4 1 103.95 -23.7082 -84.4791 - 47 32.5506 1420 4 1 104.15 -23.7152 -84.7568 - 47 167.262 781 4 0 104.956 -23.7782 -85.85 - 47 48.2864 1528 3 1 125.834 -25.0183 -114.45 - 47 104.685 1529 3 1 125.95 -24.9987 -114.571 - 47 30.86 1530 3 1 126.15 -24.9627 -114.777 - 47 165.575 776 3 0 127.16 -24.7672 -115.85 - 47 19.4616 1667 2 1 153.696 -20.1914 -144.45 - 47 84.1044 1668 2 1 153.75 -20.1937 -144.509 - 47 65.672 1669 2 1 153.95 -20.2048 -144.73 - 47 179.695 798 2 0 154.978 -20.2535 -145.85 - 47 9.65052 1781 0 1 176.545 -39.547 -204.45 - 47 104.541 1782 0 1 176.55 -39.5444 -204.473 - 47 111.609 702 0 0 176.71 -39.5722 -205.85 - 47 120.805 708 8 0 3.14016 -38.3889 34.15 - 47 63.4146 709 8 0 3.47328 -38.2499 33.8932 - 47 9.67784 1086 7 1 37.263 -24.6334 5.55 - 47 113.132 1085 7 1 37.25 -24.6581 5.54491 - 47 168.342 1083 7 1 36.737 -25.434 5.54987 - 47 93.7883 768 7 0 37.2054 -26.2864 4.15 - 47 220.05 767 7 0 37.3916 -26.45 3.90784 - 47 62.077 766 7 0 37.7607 -26.65 3.85292 - 47 11.5494 172 7 0 24.7001 -145.714 3.75 - 47 29.1137 171 7 0 24.6909 -145.75 3.75807 - 47 122.616 946 6 1 9.45 -71.4456 -24.5974 - 47 84.8577 945 6 1 9.24999 -71.7112 -24.6729 - 47 53.9585 716 8 0 0.634479 -36.7706 34.15 - 47 84.4654 717 8 0 0.629693 -36.65 34.0821 - 47 86.2546 718 8 0 0.622794 -36.45 33.9702 - 47 80.7182 719 8 0 0.615306 -36.25 33.859 - 47 350.48 898 7 1 -0.35484 14.3396 5.55 - 47 3.8452 984 7 0 -0.326878 17.0395 4.15 - 47 94.8069 985 7 0 -0.326752 17.05 4.14452 - 47 81.9505 986 7 0 -0.324188 17.25 4.0406 - 47 83.8227 987 7 0 -0.322545 17.45 3.93647 - 47 55.9274 988 7 0 -0.32127 17.65 3.83112 - 47 353.446 901 6 1 0.361402 70.4041 -24.45 - 47 70.7159 1264 6 0 0.0674431 72.8586 -25.85 - 47 339.526 872 5 1 -5.56772 123.356 -54.45 - 47 49.8402 1528 5 0 -5.72204 125.834 -55.85 - 47 101.563 1529 5 0 -5.72919 125.95 -55.9155 - 47 114.395 1530 5 0 -5.74115 126.15 -56.0281 - 47 116.633 1531 5 0 -5.75758 126.35 -56.1448 - 47 402.234 849 4 1 -10.0709 174.932 -84.45 - 47 4.57113 1786 4 0 -10.1588 177.539 -85.85 - 47 85.447 1787 4 0 -10.1592 177.55 -85.856 - 47 109.625 1788 4 0 -10.1658 177.75 -85.9619 - 47 92.0544 1789 4 0 -10.172 177.95 -86.0669 - 47 68.07 1790 4 0 -10.1778 178.15 -86.1718 - 47 71.1573 902 9 1 0.640381 -39.4652 65.5498 - 47 103.557 901 9 1 0.449849 -39.3197 65.4208 - 47 65.848 900 9 1 0.25 -39.1684 65.2815 - 47 35.5556 710 9 0 -1.15944 -37.9445 64.15 - 47 105.491 711 9 0 -1.26451 -37.85 64.0632 - 47 55.5 712 9 0 -1.49266 -37.65 63.879 - 47 164.008 837 9 0 -43.6293 -12.5025 63.75 - 47 32.1101 672 9 1 -45.5781 -12.6803 65.15 - 47 57.249 671 9 1 -45.65 -12.6869 65.1945 - 47 56.1079 670 9 1 -45.85 -12.707 65.327 - 47 29.445 669 9 1 -46.0501 -12.7148 65.4552 - 47 60.9883 655 10 0 -23.8926 -48.8678 93.75 - 47 125.37 654 10 0 -23.8058 -49.05 93.9027 - 47 174.106 783 10 1 -23.3872 -49.9887 95.15 - 47 104.165 587 11 0 -40.4167 -62.5593 123.75 - 47 154.635 586 11 0 -40.5348 -62.65 123.936 - 47 0.837067 694 11 1 -41.2464 -63.2571 125.15 - 47 170.693 693 11 1 -41.25 -63.2603 125.156 -Number of digits in this event: 60 -Using G4ParticleGun... -Particle energy: 9.98368 LIN -Particle: proton -Event: 48 -Number of tracker hits in this event: 24 - 48 238.974 451 9 0 -101.387 -89.7502 64.15 - 48 117.174 393 8 1 -101.385 -89.7441 35.55 - 48 129.033 451 8 0 -101.384 -89.7433 34.15 - 48 140.837 393 7 1 -101.378 -89.7271 5.55 - 48 119.815 451 7 0 -101.377 -89.7257 4.15 - 48 135.196 393 6 1 -101.363 -89.6941 -24.45 - 48 109.121 451 6 0 -101.363 -89.6917 -25.85 - 48 148.724 394 5 1 -101.35 -89.6432 -54.45 - 48 105.935 452 5 0 -101.35 -89.6412 -55.85 - 48 94.7864 394 4 1 -101.346 -89.5975 -84.45 - 48 105.579 452 4 0 -101.346 -89.5954 -85.85 - 48 111.76 394 3 1 -101.327 -89.5513 -114.45 - 48 110.355 452 3 0 -101.327 -89.5493 -115.85 - 48 92.4031 394 2 1 -101.321 -89.5056 -144.45 - 48 136.401 452 2 0 -101.321 -89.5028 -145.85 - 48 125.288 394 1 1 -101.308 -89.4459 -174.45 - 48 112.421 453 1 0 -101.308 -89.443 -175.85 - 48 109.544 394 0 1 -101.313 -89.3825 -204.45 - 48 90.7163 453 0 0 -101.313 -89.3803 -205.85 - 48 4.82896 758 6 0 -94.8943 -28.4222 -26.25 - 48 41.7791 583 5 0 -70.3474 -63.3161 -56.25 - 48 109.424 584 5 0 -70.327 -63.2494 -56.1414 - 48 149.46 546 5 1 -70.6874 -63.1993 -54.85 - 48 44.9047 450 9 0 -101.452 -89.85 63.8386 -Number of digits in this event: 12 -Using G4ParticleGun... -Particle energy: 7.92683 LIN -Particle: proton -Event: 49 -Number of tracker hits in this event: 53 - 49 115.473 1259 10 1 71.8638 -47.7842 95.55 - 49 230.463 661 10 0 71.8591 -47.7801 94.15 - 49 109.792 1258 9 1 71.7627 -47.6978 65.55 - 49 142.703 661 9 0 71.7583 -47.6934 64.15 - 49 111.92 1258 8 1 71.6721 -47.6021 35.55 - 49 124.274 662 8 0 71.6678 -47.5973 34.15 - 49 108.366 1257 7 1 71.5795 -47.497 5.55 - 49 148.671 662 7 0 71.574 -47.4929 4.15 - 49 115.185 1257 6 1 71.4593 -47.4033 -24.45 - 49 162.499 663 6 0 71.4546 -47.4018 -25.85 - 49 105.59 1256 5 1 71.3701 -47.3872 -54.45 - 49 83.7539 663 5 0 71.3676 -47.3897 -55.85 - 49 105.279 1256 4 1 71.3163 -47.4415 -84.45 - 49 123.668 663 4 0 71.3134 -47.4441 -85.85 - 49 115.094 1256 3 1 71.2515 -47.4961 -114.45 - 49 89.9816 662 3 0 71.2499 -47.498 -115.85 - 49 111.433 1255 2 1 71.2197 -47.539 -144.45 - 49 118.076 662 2 0 71.2181 -47.5422 -145.85 - 49 91.8575 1255 1 1 71.1815 -47.6085 -174.45 - 49 103.29 662 1 0 71.1785 -47.6119 -175.85 - 49 105.139 1255 0 1 71.1174 -47.6813 -204.45 - 49 136.514 661 0 0 71.1136 -47.6833 -205.85 - 49 112.994 1398 3 0 95.6967 99.889 -116.214 - 49 231.022 828 1 0 -53.8854 -14.45 -176.196 - 49 140.505 721 14 0 -26.3675 -35.6697 213.75 - 49 281.087 768 14 1 -26.266 -35.8941 215.15 - 49 16.0863 769 14 1 -26.25 -35.9354 215.468 - 49 84.5091 739 14 0 -25.3855 -32.0816 213.75 - 49 120.643 740 14 0 -25.3713 -32.05 213.92 - 49 138.078 773 14 1 -25.4055 -31.7544 215.15 - 49 101.485 631 1 0 34.9592 -53.7383 -176.25 - 49 64.2487 1070 1 1 34.112 -53.9722 -174.85 - 49 360.69 1069 1 1 34.05 -53.992 -174.75 - 49 126.151 1068 1 1 33.7791 -54.1509 -174.45 - 49 179.76 1067 1 1 33.65 -54.3631 -174.611 - 49 7.28153 1066 1 1 33.45 -54.827 -174.843 - 49 37.7455 608 1 0 32.002 -58.3035 -175.85 - 49 52.6969 607 1 0 31.9408 -58.45 -175.904 - 49 74.5903 606 1 0 31.8717 -58.65 -176.012 - 49 40.7557 605 1 0 31.7964 -58.85 -176.159 - 49 64.4621 625 1 0 1.21649 -55.0257 -176.25 - 49 95.4673 626 1 0 1.11542 -54.8498 -176.076 - 49 146.882 627 1 0 1.06943 -54.65 -175.88 - 49 70.7332 902 1 1 0.562941 -53.5252 -174.85 - 49 86.9655 901 1 1 0.45 -53.336 -174.684 - 49 74.5595 549 0 0 24.8282 -70.1774 -206.25 - 49 9.23817 668 4 0 70.1343 -46.2697 -85.85 - 49 123.276 669 4 0 70.118 -46.2498 -85.8643 - 49 71.8008 670 4 0 69.9928 -46.0499 -86.1743 - 49 98.1353 671 4 0 70.0355 -45.8499 -86.0737 - 49 38.5309 672 4 0 70.0033 -45.65 -85.8887 - 49 202.175 1259 4 1 72.0197 -45.129 -84.85 - 49 31.8824 1260 4 1 72.05 -45.0163 -84.8052 + 42 101.002 1354 10 1 91.1055 -60.6537 95.55 + 42 160.021 596 10 0 91.1048 -60.6537 94.15 + 42 141.504 1354 9 1 91.0887 -60.6554 65.55 + 42 113.305 596 9 0 91.0879 -60.6565 64.15 + 42 135.184 1354 8 1 91.0691 -60.6802 35.55 + 42 122.883 596 8 0 91.0687 -60.6803 34.15 + 42 120.409 1354 7 1 91.0631 -60.6841 5.55 + 42 106.488 596 7 0 91.0622 -60.6843 4.15 + 42 208.405 1354 6 1 91.0406 -60.6885 -24.45 + 42 120.824 596 6 0 91.0386 -60.6888 -25.85 + 42 171.871 1354 5 1 90.9961 -60.6914 -54.45 + 42 98.9609 596 5 0 90.9937 -60.6914 -55.85 + 42 123.636 1353 4 1 90.9425 -60.6926 -84.45 + 42 112.686 596 4 0 90.9403 -60.6927 -85.85 + 42 128.89 1353 3 1 90.8958 -60.6954 -114.45 + 42 124.198 596 3 0 90.894 -60.6968 -115.85 + 42 95.3226 1353 2 1 90.8539 -60.7262 -144.45 + 42 143.031 596 2 0 90.8514 -60.7275 -145.85 + 42 152.681 1353 1 1 90.7976 -60.7533 -174.45 + 42 122.293 596 1 0 90.7956 -60.755 -175.85 + 42 216.271 1353 0 1 90.7577 -60.7836 -204.45 + 42 146.671 596 0 0 90.7556 -60.7843 -205.85 + 42 39.2884 1352 0 1 90.75 -60.7421 -204.482 + 42 129.021 599 0 0 91.269 -60.2458 -205.85 + 42 349.276 531 0 0 98.7061 -73.7925 -206.25 + 42 106.242 1353 6 1 90.95 -60.7241 -24.4848 + 42 289.197 1352 6 1 90.7499 -60.8715 -24.5367 Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 1.10926 LIN +Particle energy: 1.78169 LIN Particle: proton -Event: 50 -Number of tracker hits in this event: 41 - 50 4137.93 1085 8 1 37.1669 138.112 35.55 - 50 2168.88 1086 8 1 37.25 138.079 35.4081 - 50 40.6472 1581 8 0 37.4426 136.376 34.15 - 50 503.412 1580 8 0 37.4466 136.35 34.1291 - 50 546.589 1579 8 0 37.4763 136.15 33.9715 - 50 157.828 1578 8 0 37.5061 135.95 33.8142 - 50 1242.79 1114 7 1 42.9663 100.053 5.55 - 50 12.7893 1115 7 1 43.05 99.5364 5.15661 - 50 118.041 1390 7 0 43.2741 98.2103 4.15 - 50 458.903 1389 7 0 43.2842 98.15 4.10422 - 50 523.719 1388 7 0 43.319 97.95 3.95294 - 50 156.781 1387 7 0 43.3529 97.75 3.8014 - 50 465.491 1148 6 1 49.8131 59.9016 -24.45 - 50 980.678 1149 6 1 49.85 59.7241 -24.5736 - 50 84.4908 1189 6 0 50.2314 57.8956 -25.85 - 50 532.194 1188 6 0 50.2409 57.85 -25.8818 - 50 481.885 1187 6 0 50.2828 57.65 -26.0209 - 50 307.98 1186 6 0 50.3243 57.45 -26.1579 - 50 1771.36 1192 5 1 58.4692 15.2668 -54.45 - 50 50.0776 964 5 0 59.0084 12.881 -55.85 - 50 471.891 963 5 0 59.0154 12.85 -55.8681 - 50 564.787 962 5 0 59.0596 12.65 -55.9847 - 50 600.568 961 5 0 59.1059 12.45 -56.1012 - 50 142.332 960 5 0 59.1513 12.25 -56.219 - 50 1735.18 1251 4 1 70.3199 -35.7751 -84.45 - 50 299.112 1252 4 1 70.45 -36.3447 -84.784 - 50 134.085 709 4 0 70.8316 -38.2012 -85.85 - 50 630.359 708 4 0 70.8416 -38.25 -85.878 - 50 591.26 707 4 0 70.882 -38.45 -85.9934 - 50 699.035 706 4 0 70.9209 -38.65 -86.1097 - 50 145.909 705 4 0 70.9613 -38.85 -86.2246 - 50 667.213 1305 3 1 81.1916 -87.7694 -114.45 - 50 2366.2 1306 3 1 81.25 -87.9201 -114.53 - 50 266.511 1307 3 1 81.45 -88.4464 -114.821 - 50 264.549 449 3 0 82.1729 -90.2962 -115.85 - 50 928.881 448 3 0 82.1939 -90.35 -115.88 - 50 986.748 447 3 0 82.2708 -90.55 -115.994 - 50 1088.17 446 3 0 82.3486 -90.75 -116.113 - 50 98.4488 445 3 0 82.429 -90.95 -116.238 - 50 5148.02 1397 2 1 99.7378 -136.35 -144.45 - 50 574.133 1398 2 1 99.75 -136.55 -144.618 -Number of digits in this event: 35 -Using G4ParticleGun... -Particle energy: 2.27866 LIN -Particle: proton -Event: 51 -Number of tracker hits in this event: 29 - 51 163.422 1204 11 1 60.9211 28.1729 125.55 - 51 130.169 1040 11 0 60.9202 28.1719 124.15 - 51 159.048 1204 10 1 60.9111 28.1473 95.55 - 51 103.285 1040 10 0 60.9118 28.1453 94.15 - 51 108.137 1204 9 1 60.9409 28.109 65.55 - 51 124.681 1040 9 0 60.9428 28.1089 64.15 - 51 110.697 1204 8 1 60.9765 28.1282 35.55 - 51 107.456 1040 8 0 60.9758 28.1288 34.15 - 51 103.094 1204 7 1 60.9643 28.1408 5.55 - 51 222.948 1040 7 0 60.9638 28.1435 4.15 - 51 106.886 1204 6 1 60.9541 28.208 -24.45 - 51 115.195 1040 6 0 60.9565 28.2125 -25.85 - 51 108.637 1204 5 1 61.0141 28.3037 -54.45 - 51 132.315 1041 5 0 61.0129 28.3097 -55.85 - 51 86.3718 1204 4 1 60.995 28.4367 -84.45 - 51 121.72 1041 4 0 60.9962 28.4458 -85.85 - 51 114.093 1204 3 1 61.0264 28.6248 -114.45 - 51 117.228 1042 3 0 61.0326 28.6335 -115.85 - 51 160.067 1205 2 1 61.1614 28.8159 -144.45 - 51 192.089 1043 2 0 61.1668 28.8261 -145.85 - 51 102.366 1206 1 1 61.2819 29.0372 -174.45 - 51 114.83 1044 1 0 61.2887 29.0452 -175.85 - 51 505.072 1206 0 1 61.4198 29.2055 -204.45 - 51 110.354 1045 0 0 61.4277 29.2144 -205.85 - 51 22.2649 1016 0 1 23.2872 -32.2901 -204.659 - 51 90.8849 1474 10 1 115.147 78.138 95.5047 - 51 112.685 1206 2 1 61.25 28.9489 -144.562 - 51 184.912 1049 2 0 61.7146 29.8906 -145.85 - 51 4.49281 1050 2 0 61.8231 30.05 -146.231 -Number of digits in this event: 13 -Using G4ParticleGun... -Particle energy: 3.74686 LIN -Particle: proton -Event: 52 -Number of tracker hits in this event: 21 - 52 118.285 645 10 1 -50.8919 90.9451 95.55 - 52 100.111 1353 10 0 -50.8901 90.9389 94.15 - 52 98.099 645 9 1 -50.8533 90.8057 65.55 - 52 106.538 1353 9 0 -50.8514 90.7987 64.15 - 52 210.499 646 8 1 -50.8092 90.653 35.55 - 52 193.607 1352 8 0 -50.8065 90.6464 34.15 - 52 100.586 646 7 1 -50.7387 90.5184 5.55 - 52 103.937 1351 7 0 -50.7363 90.5113 4.15 - 52 107.783 646 6 1 -50.6871 90.3594 -24.45 - 52 104.629 1351 6 0 -50.6856 90.3524 -25.85 - 52 181.354 646 5 1 -50.6666 90.2145 -54.45 - 52 151.722 1350 5 0 -50.6649 90.2101 -55.85 - 52 103.958 647 3 1 -50.5789 90.0408 -114.45 - 52 111.701 1349 3 0 -50.5765 90.0367 -115.85 - 52 97.2817 647 2 1 -50.5232 89.9544 -144.45 - 52 91.3697 1349 2 0 -50.5215 89.9508 -145.85 - 52 111.456 647 1 1 -50.4902 89.8775 -174.45 - 52 112.3 1349 1 0 -50.4898 89.8738 -175.85 - 52 110.387 647 0 1 -50.4773 89.8022 -204.45 - 52 311.05 1348 0 0 -50.4789 89.7975 -205.85 - 52 126.741 1349 0 0 -50.385 89.85 -206.198 -Number of digits in this event: 7 -Using G4ParticleGun... -Particle energy: 9.26493 LIN -Particle: proton -Event: 53 -Number of tracker hits in this event: 25 - 53 115.057 1510 9 1 122.205 53.9446 65.55 - 53 144.701 1169 9 0 122.206 53.9447 64.15 - 53 111.871 1510 8 1 122.224 53.9488 35.55 - 53 146.786 1169 8 0 122.224 53.9487 34.15 - 53 98.2122 1510 7 1 122.23 53.9479 5.55 - 53 118.262 1169 7 0 122.23 53.9469 4.15 - 53 111.324 1510 6 1 122.223 53.9261 -24.45 - 53 123.958 1169 6 0 122.223 53.925 -25.85 - 53 119.584 1510 5 1 122.222 53.9018 -54.45 - 53 99.3819 1169 5 0 122.222 53.9011 -55.85 - 53 96.7748 1510 4 1 122.234 53.8836 -84.45 - 53 113.998 1169 4 0 122.236 53.8831 -85.85 - 53 107.372 1510 3 1 122.274 53.8743 -114.45 - 53 111.029 1169 3 0 122.276 53.8735 -115.85 - 53 113.056 1510 2 1 122.312 53.8595 -144.45 - 53 149.627 1169 2 0 122.314 53.8584 -145.85 - 53 124.581 1510 1 1 122.343 53.8362 -174.45 - 53 106.995 1168 1 0 122.344 53.835 -175.85 - 53 146.504 1511 0 1 122.367 53.8094 -204.45 - 53 150.942 1168 0 0 122.368 53.8085 -205.85 - 53 173.485 1511 1 1 122.366 53.808 -174.45 - 53 127.073 1167 1 0 122.33 53.6405 -175.85 - 53 0.0149731 1509 0 1 122.15 49.8154 -204.45 - 53 132.906 1510 0 1 122.15 49.8154 -204.45 - 53 133.7 1146 0 0 122.892 49.4251 -205.85 +Event: 43 +Number of tracker hits in this event: 16 + 43 114.369 1052 7 1 30.5277 -144.782 5.55 + 43 110.531 176 7 0 30.5303 -144.782 4.15 + 43 127.741 1052 6 1 30.5805 -144.782 -24.45 + 43 127.014 176 6 0 30.5881 -144.783 -25.85 + 43 137.402 1053 5 1 30.7266 -144.797 -54.45 + 43 141.497 176 5 0 30.7338 -144.798 -55.85 + 43 131.666 1054 4 1 30.8886 -144.825 -84.45 + 43 121.043 176 4 0 30.8974 -144.827 -85.85 + 43 107.136 1055 3 1 31.0869 -144.865 -114.45 + 43 139.382 176 3 0 31.0967 -144.866 -115.85 + 43 137.306 1056 2 1 31.2962 -144.907 -144.45 + 43 153.821 176 2 0 31.3074 -144.908 -145.85 + 43 198.758 1057 1 1 31.5434 -144.952 -174.45 + 43 163.991 175 1 0 31.5519 -144.953 -175.85 + 43 108.375 1058 0 1 31.7149 -144.996 -204.45 + 43 119.018 175 0 0 31.7227 -144.996 -205.85 Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 4.27926 LIN +Particle energy: 6.2476 LIN Particle: proton -Event: 54 -Number of tracker hits in this event: 21 - 54 183.086 421 9 1 -95.8458 -81.8002 65.55 - 54 128.211 491 9 0 -95.8464 -81.8001 64.15 - 54 125.017 421 8 1 -95.8599 -81.7987 35.55 - 54 136.16 491 8 0 -95.8612 -81.7984 34.15 - 54 126.789 421 7 1 -95.89 -81.7961 5.55 - 54 376.87 491 7 0 -95.8917 -81.7951 4.15 - 54 230.552 421 6 1 -95.9271 -81.7733 -24.45 - 54 132.281 491 6 0 -95.9277 -81.7718 -25.85 - 54 112.19 421 5 1 -95.9385 -81.7395 -54.45 - 54 132.152 491 5 0 -95.9393 -81.7368 -55.85 - 54 198.895 420 4 1 -95.9519 -81.6844 -84.45 - 54 106.99 491 4 0 -95.9514 -81.6813 -85.85 - 54 114.755 421 3 1 -95.9364 -81.6257 -114.45 - 54 116.298 492 3 0 -95.936 -81.6229 -115.85 - 54 111.048 421 2 1 -95.9376 -81.5629 -144.45 - 54 148.172 492 2 0 -95.9392 -81.5608 -145.85 - 54 114.513 420 1 1 -95.9764 -81.5163 -174.45 - 54 124.585 492 1 0 -95.9787 -81.5143 -175.85 - 54 97.1697 420 0 1 -96.0253 -81.4693 -204.45 - 54 119.347 492 0 0 -96.0279 -81.4658 -205.85 - 54 14.4626 494 6 0 -95.3989 -81.2146 -25.85 +Event: 44 +Number of tracker hits in this event: 34 + 44 95.0998 1402 9 1 100.673 71.3194 65.55 + 44 110.014 1256 9 0 100.674 71.3187 64.15 + 44 113.875 1402 8 1 100.686 71.3078 35.55 + 44 141.636 1256 8 0 100.686 71.3075 34.15 + 44 129.429 1402 7 1 100.686 71.2983 5.55 + 44 142.045 1256 7 0 100.684 71.2978 4.15 + 44 96.2064 1402 6 1 100.652 71.2945 -24.45 + 44 129.334 1256 6 0 100.649 71.2952 -25.85 + 44 103.648 1402 5 1 100.597 71.3112 -54.45 + 44 88.6019 1256 5 0 100.596 71.3117 -55.85 + 44 191.839 1402 4 1 100.576 71.3219 -84.45 + 44 105.8 1256 4 0 100.575 71.3219 -85.85 + 44 125.232 1402 3 1 100.556 71.3217 -114.45 + 44 117.285 1256 3 0 100.555 71.3227 -115.85 + 44 105.569 1401 2 1 100.528 71.3439 -144.45 + 44 105.07 1256 2 0 100.527 71.3452 -145.85 + 44 125.536 1401 1 1 100.506 71.3702 -174.45 + 44 108.355 1256 1 0 100.505 71.3726 -175.85 + 44 94.5895 1401 0 1 100.492 71.4184 -204.45 + 44 112.35 1256 0 0 100.49 71.4221 -205.85 + 44 295.756 501 4 1 -79.7062 154.631 -84.85 + 44 0.0584673 502 4 1 -79.65 154.485 -84.5016 + 44 219.365 1435 0 0 34.1128 107.184 -206.006 + 44 212.041 62 1 0 25.0247 -167.55 -176.033 + 44 264.895 61 1 0 24.9396 -167.75 -175.903 + 44 4.4641 1042 1 1 28.4681 -168.728 -174.85 + 44 45.8864 1134 7 1 46.8921 -30.2511 5.15 + 44 161.857 1133 7 1 46.85 -30.2641 5.44657 + 44 100.158 553 11 0 33.3664 -69.4298 123.802 + 44 201.84 1252 4 0 102.185 70.5953 -85.85 + 44 84.6752 1251 4 0 102.524 70.45 -86.1938 + 44 26.5696 1193 4 0 135.495 58.8347 -86.25 + 44 24.3469 1194 4 0 135.488 58.85 -86.2156 + 44 87.2702 1172 4 0 134.787 54.5742 -86.25 +Number of digits in this event: 16 +Using G4ParticleGun... +Particle energy: 4.16481 LIN +Particle: proton +Event: 45 +Number of tracker hits in this event: 24 + 45 240.949 1236 7 1 67.3433 132.034 5.55 + 45 139.573 1559 7 0 67.3436 132.032 4.15 + 45 104.216 1236 6 1 67.3495 132.005 -24.45 + 45 89.5385 1559 6 0 67.3503 132.003 -25.85 + 45 176.415 1236 5 1 67.3696 131.982 -54.45 + 45 99.783 1559 5 0 67.37 131.982 -55.85 + 45 100.87 1236 4 1 67.3785 131.968 -84.45 + 45 112.547 1559 4 0 67.3803 131.969 -85.85 + 45 110.293 1236 3 1 67.4193 131.999 -114.45 + 45 157.827 1559 3 0 67.4193 132.001 -115.85 + 45 166.078 1236 2 1 67.4274 132.029 -144.45 + 45 109.734 1559 2 0 67.4284 132.032 -145.85 + 45 97.4815 1236 1 1 67.441 132.091 -174.45 + 45 206.956 1559 1 0 67.4416 132.094 -175.85 + 45 125.436 1236 0 1 67.4487 132.157 -204.45 + 45 117.781 1560 0 0 67.4488 132.16 -205.85 + 45 148.844 1560 1 0 67.3866 132.15 -176.128 + 45 13.8603 1544 7 0 65.9077 128.995 4.15 + 45 80.5229 1543 7 0 65.8917 128.95 4.12038 + 45 125.837 1542 7 0 65.7779 128.75 4.0333 + 45 107.316 1541 7 0 65.5112 128.55 3.99451 + 45 232.987 1540 7 0 65.4055 128.349 4.06707 + 45 36.8979 1539 7 0 65.271 128.15 4.08848 + 45 101.109 1222 7 1 64.6047 128.55 5.15 +Number of digits in this event: 11 +Using G4ParticleGun... +Particle energy: 2.7974 LIN +Particle: proton +Event: 46 +Number of tracker hits in this event: 19 + 46 114.061 1441 8 1 108.471 85.877 35.55 + 46 114.981 1329 8 0 108.474 85.8757 34.15 + 46 229.528 1441 7 1 108.524 85.8488 5.55 + 46 99.6972 1328 7 0 108.525 85.8491 4.15 + 46 128.393 1442 6 1 108.556 85.8532 -24.45 + 46 135.208 1329 6 0 108.554 85.8556 -25.85 + 46 185.345 1441 5 1 108.534 85.8944 -54.45 + 46 398.778 1329 5 0 108.531 85.8953 -55.85 + 46 126.344 1441 4 1 108.486 85.91 -84.45 + 46 129.276 1329 4 0 108.485 85.9081 -85.85 + 46 160.016 1441 3 1 108.467 85.8706 -114.45 + 46 277.057 1329 3 0 108.465 85.8693 -115.85 + 46 123.3 1441 2 1 108.415 85.8432 -144.45 + 46 99.9241 1328 2 0 108.409 85.8409 -145.85 + 46 334.9 1440 1 1 108.294 85.7948 -174.45 + 46 146.443 1328 1 0 108.289 85.7913 -175.85 + 46 107.089 1440 0 1 108.166 85.7135 -204.45 + 46 96.8939 1328 0 0 108.16 85.7102 -205.85 + 46 6.44083 1328 5 0 108.387 85.85 -56.0453 Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 4.08795 LIN +Particle energy: 3.82954 LIN Particle: proton -Event: 55 -Number of tracker hits in this event: 40 - 55 128.005 517 9 1 -76.5948 -107.808 65.55 - 55 121.634 361 9 0 -76.5956 -107.809 64.15 - 55 323.222 517 8 1 -76.6137 -107.838 35.55 - 55 111.769 361 8 0 -76.615 -107.838 34.15 - 55 134.794 517 7 1 -76.6424 -107.841 5.55 - 55 94.5637 361 7 0 -76.6445 -107.84 4.15 - 55 91.2672 516 6 1 -76.6932 -107.833 -24.45 - 55 153.078 361 6 0 -76.695 -107.832 -25.85 - 55 125.505 516 5 1 -76.7354 -107.812 -54.45 - 55 105.528 361 5 0 -76.7375 -107.811 -55.85 - 55 91.3623 516 4 1 -76.778 -107.8 -84.45 - 55 107.746 361 4 0 -76.7797 -107.798 -85.85 - 55 108.386 516 3 1 -76.819 -107.764 -114.45 - 55 119.615 361 3 0 -76.8209 -107.763 -115.85 - 55 195.424 515 2 1 -76.8537 -107.733 -144.45 - 55 172.009 362 2 0 -76.8571 -107.732 -145.85 - 55 113.021 515 1 1 -76.9293 -107.702 -174.45 - 55 129.834 362 1 0 -76.9337 -107.699 -175.85 - 55 120.629 515 0 1 -77.0249 -107.66 -204.45 - 55 117.337 362 0 0 -77.0302 -107.658 -205.85 - 55 33.0401 516 2 1 -76.729 -107.67 -144.45 - 55 146.969 517 2 1 -76.65 -107.64 -144.517 - 55 80.1676 518 2 1 -76.45 -107.596 -144.655 - 55 8.50717 519 2 1 -76.2497 -107.547 -144.822 - 55 498.785 364 2 0 -74.8876 -107.243 -145.85 - 55 93.8609 365 2 0 -74.3637 -107.15 -146.129 - 55 48.3645 624 2 0 18.473 -55.0988 -146.25 - 55 118.544 625 2 0 18.5999 -55.05 -146.158 - 55 117.509 626 2 0 18.9323 -54.85 -146.023 - 55 59.0766 1005 2 1 21.1056 -53.6033 -144.85 - 55 93.0447 1006 2 1 21.2503 -53.4908 -144.742 - 55 107.77 1007 2 1 21.4501 -53.2904 -144.583 - 55 9.6095 1008 2 1 21.65 -53.1206 -144.471 - 55 82.2416 680 3 0 52.4048 -43.9455 -116.25 - 55 147.759 681 3 0 52.6025 -43.85 -116.061 - 55 8.21212 682 3 0 52.7611 -43.6499 -115.873 - 55 168.569 1166 3 1 53.3044 -42.9461 -114.85 - 55 48.0938 1167 3 1 53.4502 -42.4815 -114.545 - 55 183.853 518 8 1 -76.45 -107.541 35.2954 - 55 119.802 519 8 1 -76.25 -107.728 35.4514 -Number of digits in this event: 16 +Event: 47 +Number of tracker hits in this event: 22 + 47 95.7179 409 10 1 -98.342 -51.7598 95.55 + 47 108.132 641 10 0 -98.3419 -51.7576 94.15 + 47 137.299 409 9 1 -98.3455 -51.7141 65.55 + 47 155.592 641 9 0 -98.3453 -51.7124 64.15 + 47 93.7167 409 8 1 -98.3393 -51.6835 35.55 + 47 120.378 641 8 0 -98.3406 -51.682 34.15 + 47 110.614 408 7 1 -98.3758 -51.6514 5.55 + 47 107.127 642 7 0 -98.3764 -51.6496 4.15 + 47 127.802 408 6 1 -98.386 -51.6159 -24.45 + 47 117.548 642 6 0 -98.3864 -51.613 -25.85 + 47 153.621 408 5 1 -98.3942 -51.5577 -54.45 + 47 136.37 642 5 0 -98.3939 -51.5597 -55.85 + 47 107.201 408 4 1 -98.3778 -51.6017 -84.45 + 47 98.7412 642 4 0 -98.377 -51.6035 -85.85 + 47 108.448 408 3 1 -98.3586 -51.6389 -114.45 + 47 204.304 642 3 0 -98.3585 -51.64 -115.85 + 47 131.808 409 2 1 -98.3443 -51.6515 -144.45 + 47 121.925 641 2 0 -98.3425 -51.6525 -145.85 + 47 118.769 409 1 1 -98.3011 -51.6684 -174.45 + 47 120.859 641 1 0 -98.2996 -51.669 -175.85 + 47 289.89 409 0 1 -98.2698 -51.6792 -204.45 + 47 116.999 641 0 0 -98.2675 -51.6785 -205.85 +Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 5.8965 LIN +Particle energy: 4.93624 LIN Particle: proton -Event: 56 -Number of tracker hits in this event: 55 - 56 142.099 1195 11 1 59.1425 2.82726 125.55 - 56 129.042 913 11 0 59.1435 2.82865 124.15 - 56 88.3031 1195 10 1 59.1636 2.85678 95.55 - 56 139.012 914 10 0 59.1658 2.85793 94.15 - 56 105.622 1195 9 1 59.2109 2.88392 65.55 - 56 125.398 914 9 0 59.2145 2.88633 64.15 - 56 102.856 1196 8 1 59.2877 2.93586 35.55 - 56 97.5272 914 8 0 59.2918 2.93766 34.15 - 56 146.843 1196 7 1 59.3703 2.97453 5.55 - 56 112.249 914 7 0 59.3733 2.97498 4.15 - 56 136.776 1196 6 1 59.431 2.98271 -24.45 - 56 112.489 914 6 0 59.4335 2.98286 -25.85 - 56 106.026 1197 5 1 59.4794 2.98809 -54.45 - 56 89.8959 914 5 0 59.4823 2.98859 -55.85 - 56 88.0132 1197 4 1 59.5493 2.99955 -84.45 - 56 138.675 914 4 0 59.5529 3.00091 -85.85 - 56 112.508 1197 3 1 59.6337 3.03026 -114.45 - 56 87.0588 914 3 0 59.638 3.03306 -115.85 - 56 119.46 1198 2 1 59.7224 3.08563 -144.45 - 56 125.499 915 2 0 59.7253 3.08847 -145.85 - 56 118.794 1198 1 1 59.7836 3.15255 -174.45 - 56 253.03 915 1 0 59.787 3.1558 -175.85 - 56 118.127 1199 0 1 59.8578 3.22356 -204.45 - 56 131.15 915 0 0 59.8623 3.22713 -205.85 - 56 112.544 1198 0 1 59.8468 3.19606 -204.45 - 56 70.5692 1197 0 1 59.65 3.03165 -204.702 - 56 1.73687 909 0 0 58.5488 1.85606 -205.85 - 56 91.3951 908 0 0 58.5433 1.84995 -205.856 - 56 65.2784 907 0 0 58.4036 1.65 -205.987 - 56 83.2858 906 0 0 58.2766 1.45 -206.086 - 56 28.4093 905 0 0 58.17 1.25 -206.199 - 56 35.0104 753 0 0 60.1189 -29.387 -206.25 - 56 150.801 752 0 0 60.1408 -29.45 -206.161 - 56 66.3018 751 0 0 60.2523 -29.6503 -206.088 - 56 50.1737 750 0 0 60.3589 -29.85 -206.051 - 56 60.4591 749 0 0 60.4107 -30.05 -206.006 - 56 89.9988 748 0 0 60.4145 -30.25 -205.989 - 56 66.2758 747 0 0 60.4509 -30.45 -205.943 - 56 56.5374 1204 0 1 60.931 -31.4511 -204.85 - 56 368.501 1205 0 1 61.05 -31.5476 -204.722 - 56 92.0522 1206 0 1 61.25 -32.4112 -204.62 - 56 204.601 1207 0 1 61.45 -32.3747 -204.649 - 56 7.47979 1129 3 1 45.8781 -15.7337 -114.45 - 56 68.8277 1128 3 1 45.85 -15.7396 -114.463 - 56 105.747 1127 3 1 45.65 -15.6439 -114.596 - 56 11.0489 1126 3 1 45.45 -15.6496 -114.809 - 56 227.45 824 3 0 45.3184 -15.2014 -115.85 - 56 7.97386 1068 3 0 152.715 33.7377 -116.25 - 56 97.0839 913 7 0 58.1129 2.84673 4.14997 - 56 16.6881 1195 8 1 59.2499 2.93599 35.5325 - 56 59.6818 913 9 0 59.2103 2.85 63.8746 - 56 168.509 649 9 0 19.7644 -50.0704 63.75 - 56 14.0013 994 9 1 18.8799 -50.2163 65.15 - 56 215.791 993 9 1 18.85 -50.2211 65.1944 - 56 290.757 992 9 1 18.65 -50.3285 65.4491 -Number of digits in this event: 20 -Using G4ParticleGun... -Particle energy: 8.87351 LIN -Particle: proton -Event: 57 -Number of tracker hits in this event: 23 - 57 103.158 1118 10 1 43.7173 -77.3481 95.55 - 57 102.289 513 10 0 43.7177 -77.3479 94.15 - 57 98.3623 1118 9 1 43.7285 -77.3437 65.55 - 57 138.309 513 9 0 43.7289 -77.3441 64.15 - 57 167.258 1117 8 1 43.6168 -77.3262 35.55 - 57 111.339 513 8 0 43.611 -77.3251 34.15 - 57 190.349 1117 7 1 43.4959 -77.3021 5.55 - 57 120.696 513 7 0 43.4905 -77.3015 4.15 - 57 109.962 1116 6 1 43.3782 -77.2868 -24.45 - 57 119.609 513 6 0 43.3723 -77.2858 -25.85 - 57 101.404 1116 5 1 43.2512 -77.2649 -54.45 - 57 32.7428 1115 5 1 43.25 -77.2646 -54.7085 - 57 97.3555 513 5 0 43.2449 -77.2631 -55.85 - 57 144.403 1115 4 1 43.1153 -77.2277 -84.45 - 57 94.1083 514 4 0 43.1084 -77.2254 -85.85 - 57 102.932 1114 3 1 42.9678 -77.1757 -114.45 - 57 97.3179 514 3 0 42.9596 -77.1735 -115.85 - 57 120.544 1113 2 1 42.7949 -77.1283 -144.45 - 57 112.888 514 2 0 42.7861 -77.1258 -145.85 - 57 138.196 1112 1 1 42.6067 -77.0739 -174.45 - 57 259.078 514 1 0 42.5986 -77.072 -175.85 - 57 143.188 1111 0 1 42.4313 -77.0332 -204.45 - 57 113.103 515 0 0 42.4238 -77.031 -205.85 +Event: 48 +Number of tracker hits in this event: 22 + 48 108.254 452 10 1 -89.5369 29.4681 95.55 + 48 112.873 1047 10 0 -89.5375 29.4683 94.15 + 48 112.508 452 9 1 -89.5543 29.47 65.55 + 48 99.5646 1047 9 0 -89.5553 29.4716 64.15 + 48 170.11 452 8 1 -89.5819 29.512 35.55 + 48 112.187 1047 8 0 -89.5823 29.5134 34.15 + 48 104.733 452 7 1 -89.5853 29.5435 5.55 + 48 121.971 1047 7 0 -89.5852 29.5443 4.15 + 48 130.07 452 6 1 -89.5793 29.5584 -24.45 + 48 120.684 1047 6 0 -89.5787 29.5587 -25.85 + 48 110.413 452 5 1 -89.5628 29.5586 -54.45 + 48 126.109 1047 5 0 -89.5622 29.5577 -55.85 + 48 181.806 452 4 1 -89.5492 29.5376 -84.45 + 48 109.596 1047 4 0 -89.5486 29.5364 -85.85 + 48 96.992 452 3 1 -89.5305 29.5151 -114.45 + 48 116.828 1047 3 0 -89.5309 29.5125 -115.85 + 48 104.973 452 2 1 -89.5455 29.4509 -144.45 + 48 132.895 1046 2 0 -89.545 29.4476 -145.85 + 48 193.582 452 1 1 -89.5313 29.3809 -174.45 + 48 125.418 1046 1 0 -89.5318 29.3797 -175.85 + 48 108.495 452 0 1 -89.5394 29.355 -204.45 + 48 112.056 1046 0 0 -89.5383 29.3528 -205.85 Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 5.05051 LIN +Particle energy: 5.90911 LIN Particle: proton -Event: 58 -Number of tracker hits in this event: 29 - 58 93.5133 773 11 1 -25.3959 -2.05678 125.55 - 58 115.551 889 11 0 -25.395 -2.0569 124.15 - 58 184.074 773 10 1 -25.3766 -2.05383 95.55 - 58 152.955 889 10 0 -25.377 -2.05348 94.15 - 58 101.722 773 9 1 -25.3845 -2.04245 65.55 - 58 119.33 890 9 0 -25.3837 -2.04168 64.15 - 58 164.718 773 8 1 -25.371 -2.02504 35.55 - 58 114.409 890 8 0 -25.3694 -2.02341 34.15 - 58 100.701 773 7 1 -25.336 -1.99219 5.55 - 58 145.259 890 7 0 -25.335 -1.991 4.15 - 58 131.276 773 6 1 -25.3167 -1.96752 -24.45 - 58 95.2901 890 6 0 -25.3169 -1.96569 -25.85 - 58 94.7751 773 5 1 -25.3368 -1.92701 -54.45 - 58 157.781 890 5 0 -25.3381 -1.92464 -55.85 - 58 127.388 773 4 1 -25.367 -1.88059 -84.45 - 58 108.124 890 4 0 -25.3677 -1.87737 -85.85 - 58 104.055 773 3 1 -25.3843 -1.8102 -114.45 - 58 104.696 891 3 0 -25.3851 -1.80657 -115.85 - 58 100.956 773 2 1 -25.4021 -1.73504 -144.45 - 58 151.387 891 2 0 -25.4035 -1.73165 -145.85 - 58 172.222 773 1 1 -25.4322 -1.65955 -174.45 - 58 175.719 891 1 0 -25.4334 -1.65589 -175.85 - 58 110.765 772 0 1 -25.46 -1.58443 -204.45 - 58 157.195 892 0 0 -25.4606 -1.58086 -205.85 - 58 125.653 930 8 0 -34.8481 6.16684 33.7506 - 58 186.758 725 8 1 -34.9123 5.24255 35.15 - 58 76.4523 724 8 1 -35.0505 5.0673 35.4852 - 58 222.05 723 8 1 -35.2501 5.14979 35.5435 - 58 155.913 722 8 1 -35.45 5.2351 35.4695 -Number of digits in this event: 16 -Using G4ParticleGun... -Particle energy: 8.01523 LIN -Particle: proton -Event: 59 +Event: 49 Number of tracker hits in this event: 24 - 59 195.376 956 11 1 11.2744 -24.0004 125.55 - 59 137.195 780 11 0 11.273 -23.9998 124.15 - 59 246.201 955 10 1 11.2478 -23.9865 95.55 - 59 109.028 780 10 0 11.2472 -23.986 94.15 - 59 123.244 955 9 1 11.2356 -23.9776 65.55 - 59 127.095 780 9 0 11.2361 -23.977 64.15 - 59 147.26 955 8 1 11.2459 -23.9641 35.55 - 59 104.324 780 8 0 11.2461 -23.9635 34.15 - 59 145.068 956 7 1 11.2524 -23.9497 5.55 - 59 176.936 780 7 0 11.2531 -23.9489 4.15 - 59 87.1301 956 6 1 11.2677 -23.9297 -24.45 - 59 124.892 780 6 0 11.2683 -23.9293 -25.85 - 59 110.433 956 5 1 11.2805 -23.9232 -54.45 - 59 100.944 780 5 0 11.2821 -23.9249 -55.85 - 59 127.56 956 4 1 11.3167 -23.9602 -84.45 - 59 88.5765 780 4 0 11.318 -23.9619 -85.85 - 59 164.804 956 3 1 11.3421 -23.9983 -114.45 - 59 109.544 780 3 0 11.3435 -23.999 -115.85 - 59 139.268 956 2 1 11.3714 -24.0162 -144.45 - 59 170.625 780 2 0 11.3724 -24.0169 -145.85 - 59 88.0445 956 1 1 11.3933 -24.0268 -174.45 - 59 114.74 780 1 0 11.3945 -24.026 -175.85 - 59 96.6384 956 0 1 11.4218 -24.0081 -204.45 - 59 98.7195 780 0 0 11.4238 -24.0066 -205.85 + 49 117.701 274 9 1 -125.305 -41.5763 65.55 + 49 121.774 692 9 0 -125.306 -41.5759 64.15 + 49 96.8507 274 8 1 -125.32 -41.5645 35.55 + 49 132.602 692 8 0 -125.321 -41.5642 34.15 + 49 129.523 274 7 1 -125.337 -41.5591 5.55 + 49 96.601 692 7 0 -125.339 -41.5584 4.15 + 49 117.318 273 6 1 -125.362 -41.5433 -24.45 + 49 126.393 692 6 0 -125.364 -41.5414 -25.85 + 49 95.2253 273 5 1 -125.395 -41.5015 -54.45 + 49 160.248 692 5 0 -125.398 -41.4985 -55.85 + 49 100.754 273 4 1 -125.471 -41.4382 -84.45 + 49 148.66 693 4 0 -125.473 -41.435 -85.85 + 49 148.973 273 3 1 -125.523 -41.3684 -114.45 + 49 95.5072 693 3 0 -125.527 -41.3652 -115.85 + 49 167.063 272 2 1 -125.606 -41.2966 -144.45 + 49 181.65 693 2 0 -125.611 -41.2933 -145.85 + 49 108.93 272 1 1 -125.714 -41.2277 -174.45 + 49 111.497 694 1 0 -125.72 -41.2255 -175.85 + 49 101.383 271 0 1 -125.846 -41.1808 -204.45 + 49 239.488 694 0 0 -125.852 -41.1787 -205.85 + 49 61.471 695 0 0 -125.815 -41.05 -206.131 + 49 346.65 661 0 0 -135.128 -47.8145 -206.25 + 49 64.307 660 0 0 -135.155 -47.85 -206.199 + 49 141.759 692 4 0 -125.492 -41.45 -86.1805 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 8.20081 LIN +Particle: proton +Event: 50 +Number of tracker hits in this event: 22 + 50 148.043 1483 8 1 116.92 -85.7181 35.55 + 50 127.469 471 8 0 116.92 -85.7176 34.15 + 50 135.316 1483 7 1 116.916 -85.7081 5.55 + 50 166.236 471 7 0 116.916 -85.7071 4.15 + 50 129.808 1483 6 1 116.916 -85.6897 -24.45 + 50 112.996 471 6 0 116.915 -85.6888 -25.85 + 50 110.059 1483 5 1 116.892 -85.6722 -54.45 + 50 123.634 471 5 0 116.891 -85.6709 -55.85 + 50 98.8649 1483 4 1 116.868 -85.6488 -84.45 + 50 218.978 472 4 0 116.867 -85.6477 -85.85 + 50 125.008 1483 3 1 116.853 -85.6233 -114.45 + 50 102.411 472 3 0 116.853 -85.6221 -115.85 + 50 141.326 1483 2 1 116.856 -85.5974 -144.45 + 50 115.829 472 2 0 116.855 -85.596 -145.85 + 50 113.271 1483 1 1 116.84 -85.5671 -174.45 + 50 108.628 472 1 0 116.839 -85.5654 -175.85 + 50 127.97 1483 0 1 116.826 -85.5254 -204.45 + 50 119.279 472 0 0 116.824 -85.5232 -205.85 + 50 151.743 503 4 0 137.165 -79.371 -86.25 + 50 98.932 1586 4 1 137.384 -79.1017 -84.85 + 50 49.1224 1585 4 1 137.35 -79.0375 -84.589 + 50 232.715 1484 8 1 116.95 -85.7689 35.348 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 6.4011 LIN +Particle: proton +Event: 51 +Number of tracker hits in this event: 34 + 51 139.022 953 11 1 10.7406 45.1131 125.55 + 51 96.5594 1125 11 0 10.7401 45.113 124.15 + 51 98.6496 953 10 1 10.7272 45.1073 95.55 + 51 128.425 1125 10 0 10.725 45.1052 94.15 + 51 132.481 953 9 1 10.6794 45.0649 65.55 + 51 115.138 1125 9 0 10.6779 45.0625 64.15 + 51 128.766 952 8 1 10.6454 45.0125 35.55 + 51 91.5534 1124 8 0 10.6433 45.0099 34.15 + 51 167.366 952 7 1 10.5995 44.9525 5.55 + 51 121.248 1124 7 0 10.5967 44.9499 4.15 + 51 106.701 952 6 1 10.5447 44.893 -24.45 + 51 234.56 1124 6 0 10.5432 44.8909 -25.85 + 51 147.334 952 5 1 10.5146 44.8437 -54.45 + 51 127.695 1123 5 0 10.5128 44.8414 -55.85 + 51 100.615 952 4 1 10.4771 44.7914 -84.45 + 51 113.079 1123 4 0 10.4755 44.7888 -85.85 + 51 106.422 951 3 1 10.446 44.7383 -114.45 + 51 128.713 1123 3 0 10.4441 44.7365 -115.85 + 51 302.664 951 2 1 10.4016 44.7002 -144.45 + 51 130.182 1123 2 0 10.3988 44.698 -145.85 + 51 161.332 951 1 1 10.3394 44.6487 -174.45 + 51 126.443 1122 1 0 10.3362 44.6469 -175.85 + 51 112.458 951 0 1 10.2709 44.6112 -204.45 + 51 96.0204 1122 0 0 10.2683 44.609 -205.85 + 51 76.785 952 1 1 10.4502 44.6558 -174.474 + 51 61.1183 953 1 1 10.65 44.7259 -174.563 + 51 65.1821 954 1 1 10.85 44.8251 -174.582 + 51 166.61 955 1 1 11.0501 44.9013 -174.608 + 51 77.2395 952 2 1 10.6421 44.6817 -144.45 + 51 133.78 1122 2 0 9.69839 44.5423 -145.85 + 51 129.231 1121 2 0 9.63825 44.45 -146.132 + 51 234.89 1282 2 0 104.514 76.5638 -146.25 + 51 137.898 1124 5 0 10.489 44.85 -55.9668 + 51 121.325 953 5 1 10.65 44.6821 -54.7888 +Number of digits in this event: 21 +Using G4ParticleGun... +Particle energy: 9.81908 LIN +Particle: proton +Event: 52 +Number of tracker hits in this event: 24 + 52 127.688 590 10 1 -61.9055 95.9802 95.55 + 52 106.22 1379 10 0 -61.9052 95.9811 94.15 + 52 112.056 590 9 1 -61.8998 95.999 65.55 + 52 208.017 1379 9 0 -61.8999 95.9996 64.15 + 52 120.761 590 8 1 -61.9017 96.0121 35.55 + 52 172.577 1379 8 0 -61.9021 96.0127 34.15 + 52 124.414 590 7 1 -61.9086 96.0258 5.55 + 52 136.934 1379 7 0 -61.9091 96.0262 4.15 + 52 155.607 590 6 1 -61.9178 96.0366 -24.45 + 52 126.167 1379 6 0 -61.918 96.0376 -25.85 + 52 148.839 590 5 1 -61.9253 96.0618 -54.45 + 52 108.417 1379 5 0 -61.9261 96.0626 -55.85 + 52 88.6352 590 4 1 -61.9402 96.0811 -84.45 + 52 155.518 1379 4 0 -61.9402 96.0828 -85.85 + 52 108.737 590 3 1 -61.9411 96.119 -114.45 + 52 97.4372 1379 3 0 -61.9413 96.1204 -115.85 + 52 179.913 590 2 1 -61.9466 96.1509 -144.45 + 52 150.102 1380 2 0 -61.9471 96.1521 -145.85 + 52 142.731 590 1 1 -61.9548 96.175 -174.45 + 52 110.542 1380 1 0 -61.9554 96.1764 -175.85 + 52 122.244 590 0 1 -61.969 96.2068 -204.45 + 52 122.124 1380 0 0 -61.97 96.2085 -205.85 + 52 39.6783 1380 9 0 -61.9023 96.15 63.8172 + 52 352.358 1470 9 0 -17.4035 114.284 63.75 +Number of digits in this event: 17 +Using G4ParticleGun... +Particle energy: 4.36217 LIN +Particle: proton +Event: 53 +Number of tracker hits in this event: 24 + 53 135.243 1022 11 1 24.472 -30.6243 125.55 + 53 115.933 747 11 0 24.4745 -30.6233 124.15 + 53 145.673 1022 10 1 24.514 -30.6041 95.55 + 53 206.56 747 10 0 24.5145 -30.6029 94.15 + 53 144.641 1022 9 1 24.5303 -30.5759 65.55 + 53 184.605 747 9 0 24.5307 -30.5761 64.15 + 53 126.355 1022 8 1 24.5346 -30.5812 35.55 + 53 112.836 747 8 0 24.5329 -30.5816 34.15 + 53 252.345 1022 7 1 24.5027 -30.5858 5.55 + 53 126.14 747 7 0 24.5001 -30.5873 4.15 + 53 102.708 1022 6 1 24.4534 -30.6186 -24.45 + 53 108.036 747 6 0 24.4528 -30.6193 -25.85 + 53 116.033 1021 5 1 24.4345 -30.6479 -54.45 + 53 152.988 747 5 0 24.4332 -30.6495 -55.85 + 53 195.072 1021 4 1 24.3986 -30.6804 -84.45 + 53 108.708 746 4 0 24.3954 -30.6813 -85.85 + 53 99.025 1021 3 1 24.331 -30.6923 -114.45 + 53 119.865 746 3 0 24.3286 -30.6923 -115.85 + 53 123.301 1021 2 1 24.2879 -30.6921 -144.45 + 53 102.601 746 2 0 24.2863 -30.6911 -145.85 + 53 91.96 1021 1 1 24.2526 -30.6702 -174.45 + 53 100.39 746 1 0 24.2481 -30.6715 -175.85 + 53 99.4221 1020 0 1 24.167 -30.6953 -204.45 + 53 117.955 746 0 0 24.1637 -30.6957 -205.85 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 1.73987 LIN +Particle: proton +Event: 54 +Number of tracker hits in this event: 36 + 54 125.215 624 11 0 62.0164 -55.0678 124.15 + 54 149.593 1209 10 1 62.0075 -55.0622 95.55 + 54 158.124 624 10 0 62.0086 -55.0619 94.15 + 54 108.835 1209 9 1 62.0244 -55.0615 65.55 + 54 175.635 624 9 0 62.0273 -55.0643 64.15 + 54 123.155 1210 8 1 62.0792 -55.1217 35.55 + 54 111.915 624 8 0 62.0797 -55.1287 34.15 + 54 140.947 1210 7 1 62.0785 -55.2631 5.55 + 54 139.846 623 7 0 62.0753 -55.2697 4.15 + 54 96.6226 1209 6 1 62.0092 -55.3978 -24.45 + 54 109.869 623 6 0 62.0086 -55.4052 -25.85 + 54 120.466 1209 5 1 62.0121 -55.5551 -54.45 + 54 112.4 622 5 0 62.0133 -55.5625 -55.85 + 54 131.354 1210 4 1 62.0559 -55.7166 -84.45 + 54 124.642 621 4 0 62.0569 -55.7222 -85.85 + 54 118.181 1210 3 1 62.0765 -55.8284 -114.45 + 54 101.762 621 3 0 62.0795 -55.8342 -115.85 + 54 111.261 1210 2 1 62.1548 -55.9577 -144.45 + 54 104.098 620 2 0 62.1571 -55.9645 -145.85 + 54 117.35 1210 1 1 62.2119 -56.1036 -174.45 + 54 151.275 619 1 0 62.2124 -56.1149 -175.85 + 54 129.562 1210 0 1 62.1971 -56.343 -204.45 + 54 119.699 618 0 0 62.1972 -56.3574 -205.85 + 54 111.076 1209 4 1 62.05 -55.6979 -84.582 + 54 24.1754 1208 4 1 61.85 -55.4366 -84.8203 + 54 31.0505 637 4 0 60.8963 -52.5356 -85.8501 + 54 68.9035 638 4 0 60.8705 -52.45 -85.8698 + 54 76.2359 639 4 0 60.8028 -52.25 -85.9078 + 54 78.6523 640 4 0 60.7182 -52.05 -85.8966 + 54 90.5392 641 4 0 60.7179 -51.85 -85.9818 + 54 77.3844 642 4 0 60.7774 -51.6499 -86.0846 + 54 61.5314 643 4 0 60.749 -51.45 -86.1929 + 54 23.9771 797 4 0 71.2701 -20.6206 -86.2499 + 54 91.8261 796 4 0 71.2682 -20.65 -86.1723 + 54 132.413 795 4 0 71.1818 -20.85 -86.0177 + 54 215.431 1260 4 1 72.0765 -20.7728 -84.85 Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 2.04676 LIN +Particle energy: 7.16256 LIN +Particle: proton +Event: 55 +Number of tracker hits in this event: 36 + 55 127.064 605 10 1 -59.0171 -66.4676 95.55 + 55 93.9169 567 10 0 -59.0169 -66.4694 94.15 + 55 108.362 605 9 1 -59.012 -66.5116 65.55 + 55 96.7227 567 9 0 -59.0114 -66.5136 64.15 + 55 105.343 605 8 1 -58.9958 -66.5585 35.55 + 55 105.666 567 8 0 -58.9948 -66.5605 34.15 + 55 100.333 605 7 1 -58.9757 -66.5992 5.55 + 55 213.417 567 7 0 -58.9753 -66.601 4.15 + 55 97.5256 605 6 1 -58.9706 -66.634 -24.45 + 55 105.443 567 6 0 -58.9711 -66.6352 -25.85 + 55 104.226 605 5 1 -58.9832 -66.659 -54.45 + 55 92.3849 566 5 0 -58.9839 -66.66 -55.85 + 55 130.456 605 4 1 -58.9989 -66.6779 -84.45 + 55 101.37 566 4 0 -58.9995 -66.6797 -85.85 + 55 142.921 605 3 1 -59.0094 -66.7156 -114.45 + 55 113.721 566 3 0 -59.0107 -66.7174 -115.85 + 55 227.619 605 2 1 -59.0379 -66.7533 -144.45 + 55 88.7142 566 2 0 -59.0402 -66.7537 -145.85 + 55 111.558 604 1 1 -59.0838 -66.7697 -174.45 + 55 114.277 566 1 0 -59.0858 -66.7704 -175.85 + 55 132.056 604 0 1 -59.1246 -66.786 -204.45 + 55 111.723 566 0 0 -59.1275 -66.7866 -205.85 + 55 138.987 604 2 1 -59.05 -66.7984 -144.659 + 55 96.3606 565 2 0 -59.1208 -66.998 -145.85 + 55 27.8352 564 2 0 -59.1431 -67.0501 -146.154 + 55 46.3694 593 1 1 -61.2781 -72.1967 -174.45 + 55 81.1471 594 1 1 -61.25 -72.2507 -174.597 + 55 62.2461 536 1 0 -60.9114 -72.7692 -175.85 + 55 115.966 535 1 0 -60.8613 -72.85 -176.031 + 55 198.787 528 1 0 -26.2813 -74.416 -176.25 + 55 168.783 776 1 1 -24.8123 -74.0751 -174.85 + 55 180.195 777 1 1 -24.65 -74.0257 -174.697 + 55 134.842 778 1 1 -24.4499 -73.9852 -174.551 + 55 236.377 779 1 1 -24.25 -73.9146 -174.487 + 55 137.435 527 1 0 -24.7576 -74.5808 -175.851 + 55 148.77 565 4 0 -58.6725 -66.9335 -85.85 +Number of digits in this event: 15 +Using G4ParticleGun... +Particle energy: 4.33117 LIN +Particle: proton +Event: 56 +Number of tracker hits in this event: 62 + 56 115.797 285 9 1 -123.062 53.369 65.55 + 56 105.65 1166 9 0 -123.063 53.3694 64.15 + 56 165.743 285 8 1 -123.074 53.3743 35.55 + 56 137.232 1166 8 0 -123.075 53.3748 34.15 + 56 137.758 285 7 1 -123.099 53.3854 5.55 + 56 256.578 1166 7 0 -123.095 53.3874 4.15 + 56 139.446 285 6 1 -123.015 53.4227 -24.45 + 56 146.206 1166 6 0 -123.012 53.4241 -25.85 + 56 126.687 286 5 1 -122.949 53.4587 -54.45 + 56 139.73 1167 5 0 -122.944 53.459 -55.85 + 56 87.192 286 4 1 -122.843 53.4665 -84.45 + 56 114.909 1167 4 0 -122.837 53.4664 -85.85 + 56 114.456 287 3 1 -122.718 53.4711 -114.45 + 56 247.902 1167 3 0 -122.712 53.4707 -115.85 + 56 114.788 287 2 1 -122.595 53.4624 -144.45 + 56 97.2002 1167 2 0 -122.589 53.4597 -145.85 + 56 234.885 288 1 1 -122.454 53.4079 -174.45 + 56 184.458 1166 1 0 -122.446 53.4067 -175.85 + 56 121.437 289 0 1 -122.292 53.3822 -204.45 + 56 117.768 1166 0 0 -122.283 53.3804 -205.85 + 56 73.9463 1331 0 0 -138.418 86.3677 -206.25 + 56 15.601 1332 0 0 -138.551 86.45 -206.225 + 56 151.349 288 3 1 -122.505 53.024 -114.85 + 56 164.492 281 6 1 -123.914 56.6754 -24.45 + 56 38.4376 1184 6 0 -123.591 57.0129 -25.8503 + 56 63.364 1185 6 0 -123.555 57.05 -26.0097 + 56 115.577 325 5 1 -115.125 63.9557 -54.45 + 56 105.482 1219 5 0 -115.015 63.9823 -55.85 + 56 111.788 333 4 1 -113.422 62.9783 -84.45 + 56 32.3474 1215 4 0 -113.195 63.227 -85.85 + 56 72.5528 1216 4 0 -113.174 63.25 -85.9828 + 56 62.2619 362 3 1 -107.666 65.9421 -114.45 + 56 61.4622 363 3 1 -107.55 65.926 -114.652 + 56 136.992 1229 3 0 -106.887 65.8951 -115.85 + 56 215.911 457 2 1 -88.4801 65.4813 -144.45 + 56 146.277 458 2 1 -88.45 65.528 -144.633 + 56 36.6311 1228 2 0 -88.2252 65.8122 -145.85 + 56 76.5897 1229 2 0 -88.1884 65.85 -146.001 + 56 83.5113 511 1 1 -77.6612 77.7869 -174.45 + 56 49.1956 510 1 1 -77.85 77.7064 -174.729 + 56 30.9089 1285 1 0 -78.5732 77.0953 -175.85 + 56 96.3221 1284 1 0 -78.6186 77.05 -175.917 + 56 56.6637 1283 1 0 -78.7134 76.85 -176.133 + 56 133.308 456 0 1 -88.6762 51.5373 -204.45 + 56 109.503 455 0 1 -88.85 51.5065 -204.534 + 56 66.1631 454 0 1 -89.05 51.352 -204.692 + 56 70.5288 1150 0 0 -90.2787 50.1945 -205.85 + 56 64.6414 1149 0 0 -90.4325 50.05 -205.933 + 56 45.7868 1148 0 0 -90.5637 49.85 -205.968 + 56 236.466 1147 0 0 -90.6712 49.65 -206.03 + 56 74.0405 1146 0 0 -90.7295 49.4499 -206.053 + 56 102.9 1145 0 0 -90.7317 49.25 -206.041 + 56 59.2378 1144 0 0 -90.7224 49.05 -206.035 + 56 140.213 1143 0 0 -90.8133 48.85 -206.047 + 56 68.1132 1142 0 0 -90.9822 48.6499 -206.012 + 56 39.7094 448 0 1 -90.4307 47.6558 -204.85 + 56 63.1866 449 0 1 -90.35 47.5495 -204.768 + 56 66.938 450 0 1 -90.05 47.4872 -204.674 + 56 141.838 451 0 1 -89.8499 47.6036 -204.685 + 56 70.6541 1023 0 0 -103.604 24.8038 -206.25 + 56 211.089 1022 0 0 -103.737 24.65 -206.066 + 56 355.734 1021 0 0 -103.887 24.45 -205.871 +Number of digits in this event: 24 +Using G4ParticleGun... +Particle energy: 1.06051 LIN +Particle: proton +Event: 57 +Number of tracker hits in this event: 20 + 57 117.586 611 9 1 -57.6943 121.555 65.55 + 57 127.27 1507 9 0 -57.6947 121.556 64.15 + 57 141.281 611 8 1 -57.716 121.557 35.55 + 57 209.801 1507 8 0 -57.7181 121.553 34.15 + 57 137.63 611 7 1 -57.7567 121.448 5.55 + 57 139.859 1506 7 0 -57.7511 121.446 4.15 + 57 243.884 612 6 1 -57.6438 121.417 -24.45 + 57 127.845 1506 6 0 -57.6335 121.419 -25.85 + 57 129.793 613 5 1 -57.437 121.455 -54.45 + 57 126.246 1506 5 0 -57.4295 121.461 -55.85 + 57 150.712 613 4 1 -57.2835 121.626 -84.45 + 57 172.358 1507 4 0 -57.27 121.627 -85.85 + 57 156.067 615 3 1 -57.0031 121.643 -114.45 + 57 145.772 1507 3 0 -56.9901 121.648 -115.85 + 57 139.561 616 2 1 -56.7354 121.737 -144.45 + 57 112.61 1507 2 0 -56.7224 121.746 -145.85 + 57 100.892 617 1 1 -56.4537 121.949 -174.45 + 57 113.77 1509 1 0 -56.4417 121.954 -175.85 + 57 125.446 619 0 1 -56.1733 121.996 -204.45 + 57 123.442 1509 0 0 -56.1585 122 -205.85 +Number of digits in this event: 17 +Using G4ParticleGun... +Particle energy: 3.43897 LIN +Particle: proton +Event: 58 +Number of tracker hits in this event: 35 + 58 215.201 681 10 1 -43.6831 80.3106 95.55 + 58 101.863 1301 10 0 -43.6823 80.3106 94.15 + 58 197.376 681 9 1 -43.6656 80.3004 65.55 + 58 164.825 1301 9 0 -43.6646 80.3011 64.15 + 58 171.565 682 8 1 -43.6401 80.3083 35.55 + 58 212.062 1301 8 0 -43.6402 80.3094 34.15 + 58 111.16 682 7 1 -43.6408 80.34 5.55 + 58 127.602 1301 7 0 -43.64 80.3426 4.15 + 58 134.721 682 6 1 -43.632 80.3963 -24.45 + 58 135.439 1301 6 0 -43.6306 80.4016 -25.85 + 58 105.548 682 5 1 -43.6033 80.5189 -54.45 + 58 137.297 1302 5 0 -43.6039 80.5228 -55.85 + 58 113.983 682 4 1 -43.6167 80.6088 -84.45 + 58 111.007 1302 4 0 -43.6163 80.6138 -85.85 + 58 162.847 682 3 1 -43.6107 80.7104 -114.45 + 58 125.451 1303 3 0 -43.6108 80.7154 -115.85 + 58 121.299 682 2 1 -43.6151 80.8149 -144.45 + 58 107.362 1303 2 0 -43.6155 80.8175 -145.85 + 58 101.796 682 1 1 -43.6314 80.8676 -174.45 + 58 143.325 1304 1 0 -43.6252 80.8661 -175.85 + 58 143.605 682 0 1 -43.4945 80.8377 -204.45 + 58 137.463 1303 0 0 -43.4864 80.8385 -205.85 + 58 163.874 574 13 1 -65.05 -17.5292 185.326 + 58 68.7458 1004 3 0 -170.362 20.9093 -116.188 + 58 77.758 1022 0 1 24.45 14.8937 -204.717 + 58 6.65608 1099 0 1 39.85 32.6808 -204.499 + 58 50.29 692 5 1 -41.5313 65.1358 -54.5124 + 58 39.5704 848 2 1 -10.3184 2.51376 -144.45 + 58 92.7648 847 2 1 -10.45 2.57675 -144.505 + 58 61.7645 846 2 1 -10.6506 2.72524 -144.571 + 58 72.3653 845 2 1 -10.85 2.78007 -144.515 + 58 130.736 844 2 1 -11.05 2.67397 -144.477 + 58 134.388 843 2 1 -11.25 2.29579 -144.518 + 58 177.856 842 2 1 -11.45 2.11579 -144.572 + 58 165.804 911 2 0 -12.2367 2.32532 -145.85 +Number of digits in this event: 24 +Using G4ParticleGun... +Particle energy: 7.59154 LIN +Particle: proton +Event: 59 +Number of tracker hits in this event: 22 + 59 95.655 371 10 1 -105.867 -39.9161 95.55 + 59 121.905 700 10 0 -105.868 -39.9154 94.15 + 59 105.379 371 9 1 -105.884 -39.9025 65.55 + 59 103.485 700 9 0 -105.885 -39.9021 64.15 + 59 117.61 371 8 1 -105.898 -39.8915 35.55 + 59 107.25 700 8 0 -105.897 -39.8918 34.15 + 59 181.365 371 7 1 -105.891 -39.8979 5.55 + 59 108.359 700 7 0 -105.891 -39.8981 4.15 + 59 120.217 371 6 1 -105.884 -39.9009 -24.45 + 59 150.653 700 6 0 -105.884 -39.9012 -25.85 + 59 118.537 371 5 1 -105.884 -39.9179 -54.45 + 59 128.737 700 5 0 -105.884 -39.9196 -55.85 + 59 118.622 371 4 1 -105.894 -39.9511 -84.45 + 59 179.796 700 4 0 -105.893 -39.9532 -85.85 + 59 114.687 371 3 1 -105.89 -39.9963 -114.45 + 59 148.751 700 3 0 -105.889 -39.9984 -115.85 + 59 124.827 371 2 1 -105.874 -40.0418 -144.45 + 59 122.347 700 2 0 -105.873 -40.0442 -145.85 + 59 147.862 371 1 1 -105.851 -40.0909 -174.45 + 59 206.4 699 1 0 -105.852 -40.0925 -175.85 + 59 107.031 371 0 1 -105.854 -40.1245 -204.45 + 59 116.153 699 0 0 -105.853 -40.1262 -205.85 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 1.67588 LIN Particle: proton Event: 60 -Number of tracker hits in this event: 28 - 60 117.09 662 11 1 -47.4874 57.8507 125.55 - 60 109.674 1189 11 0 -47.487 57.8523 124.15 - 60 116.975 662 10 1 -47.4748 57.8906 95.55 - 60 316.097 1189 10 0 -47.4769 57.8904 94.15 - 60 99.7212 662 9 1 -47.511 57.8946 65.55 - 60 173.223 1189 9 0 -47.5121 57.8935 64.15 - 60 116.772 662 8 1 -47.551 57.8612 35.55 - 60 131.148 1189 8 0 -47.5571 57.8581 34.15 - 60 124.469 661 7 1 -47.6791 57.8037 5.55 - 60 138.782 1188 7 0 -47.684 57.8002 4.15 - 60 108.148 661 6 1 -47.7779 57.7336 -24.45 - 60 146.993 1188 6 0 -47.7812 57.7309 -25.85 - 60 113.016 661 5 1 -47.8464 57.6763 -54.45 - 60 131.869 1188 5 0 -47.8481 57.6762 -55.85 - 60 119.039 660 4 1 -47.8864 57.6883 -84.45 - 60 105.257 1188 4 0 -47.885 57.6884 -85.85 - 60 140.434 660 3 1 -47.8648 57.6871 -114.45 - 60 131.871 1188 3 0 -47.8624 57.6863 -115.85 - 60 141.121 661 2 1 -47.8268 57.6735 -144.45 - 60 168.753 1188 2 0 -47.8229 57.671 -145.85 - 60 113.944 661 1 1 -47.7462 57.6321 -174.45 - 60 131.285 1187 1 0 -47.7456 57.631 -175.85 - 60 145.524 661 0 1 -47.7289 57.611 -204.45 - 60 239.99 1187 0 0 -47.7278 57.6101 -205.85 - 60 1.44605 1382 0 0 -158.988 96.6572 -206.25 - 60 7.58912 437 0 1 -92.6009 -88.4752 -204.85 - 60 147.578 1298 10 0 -50.3625 79.7862 93.7505 - 60 190.677 1299 10 0 -50.105 79.85 93.7805 -Number of digits in this event: 19 +Number of tracker hits in this event: 35 + 60 143.141 1102 11 1 40.5163 59.0656 125.55 + 60 150.098 1195 11 0 40.5163 59.061 124.15 + 60 148.168 1102 10 1 40.5185 58.9613 95.55 + 60 98.3845 1194 10 0 40.5173 58.9556 94.15 + 60 112.116 1102 9 1 40.4913 58.8401 65.55 + 60 179.818 1193 9 0 40.4886 58.8405 64.15 + 60 118.07 1101 8 1 40.4381 58.8403 35.55 + 60 48.5092 1193 8 0 40.4512 58.8489 34.15 + 60 62.8102 1194 8 0 40.4532 58.85 33.9506 + 60 195.872 1103 7 1 40.7186 59.0015 5.55 + 60 105.354 1194 7 0 40.7296 59.0117 4.15 + 60 255.788 1104 6 1 40.9509 59.2232 -24.45 + 60 225.259 1195 6 0 40.9613 59.2336 -25.85 + 60 121.874 1105 5 1 41.1845 59.4321 -54.45 + 60 21.4079 1196 5 0 41.1991 59.4489 -55.85 + 60 91.0481 1197 5 0 41.2 59.45 -55.9412 + 60 104.71 1107 4 1 41.4967 59.8035 -84.45 + 60 102.379 1198 4 0 41.5099 59.8199 -85.85 + 60 104.865 1108 3 1 41.7691 60.1532 -114.45 + 60 115.242 1200 3 0 41.7837 60.1709 -115.85 + 60 114.948 1110 2 1 42.0803 60.5379 -144.45 + 60 134.368 1202 2 0 42.0925 60.5567 -145.85 + 60 153.837 1111 1 1 42.326 60.9325 -174.45 + 60 195.37 1204 1 0 42.339 60.9515 -175.85 + 60 130.241 1112 0 1 42.6131 61.3332 -204.45 + 60 94.2184 1206 0 0 42.6241 61.3519 -205.85 + 60 101.476 1045 5 1 29.1465 60.6939 -54.4501 + 60 12.7417 1202 5 0 29.0051 60.4649 -55.85 + 60 166.673 1201 5 0 29.0004 60.45 -55.9069 + 60 45.439 1209 5 0 63.7576 61.9305 -56.25 + 60 143.078 1208 5 0 63.8368 61.85 -56.1271 + 60 114.571 1207 5 0 64.0084 61.6498 -55.9787 + 60 75.524 1221 5 1 64.2551 61.5186 -54.8496 + 60 59.898 1220 5 1 64.25 61.4872 -54.7226 + 60 307.624 1103 6 1 40.85 59.1771 -24.53 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 4.27211 LIN +Particle energy: 7.94141 LIN Particle: proton Event: 61 -Number of tracker hits in this event: 20 - 61 149.607 391 9 1 -101.909 -88.0944 65.55 - 61 114.195 459 9 0 -101.91 -88.0956 64.15 - 61 107.192 391 8 1 -101.927 -88.1181 35.55 - 61 96.678 459 8 0 -101.93 -88.118 34.15 - 61 122.746 390 7 1 -101.988 -88.1147 5.55 - 61 111.194 459 7 0 -101.99 -88.1146 4.15 - 61 100.409 390 6 1 -102.039 -88.1149 -24.45 - 61 131.095 459 6 0 -102.042 -88.1137 -25.85 - 61 102.495 390 5 1 -102.088 -88.0937 -54.45 - 61 225.266 459 5 0 -102.092 -88.0933 -55.85 - 61 122.305 389 4 1 -102.18 -88.0899 -84.45 - 61 111.307 459 4 0 -102.186 -88.0888 -85.85 - 61 101.214 389 3 1 -102.318 -88.064 -114.45 - 61 176.515 459 3 0 -102.325 -88.0638 -115.85 - 61 103.661 388 2 1 -102.472 -88.0626 -144.45 - 61 110.963 459 2 0 -102.48 -88.0619 -145.85 - 61 225.391 387 1 1 -102.648 -88.0514 -174.45 - 61 115.872 459 1 0 -102.657 -88.0511 -175.85 - 61 110.791 386 0 1 -102.83 -88.0458 -204.45 - 61 131.215 460 0 0 -102.839 -88.0448 -205.85 -Number of digits in this event: 9 +Number of tracker hits in this event: 25 + 61 145.623 595 11 1 -60.9533 25.4608 125.55 + 61 119.223 1027 11 0 -60.9534 25.4621 124.15 + 61 189.026 595 10 1 -60.9539 25.4904 95.55 + 61 146.569 1027 10 0 -60.9552 25.4922 94.15 + 61 130.635 595 9 1 -60.9803 25.526 65.55 + 61 125.905 1027 9 0 -60.9812 25.5266 64.15 + 61 118.885 595 8 1 -60.9988 25.5383 35.55 + 61 106.092 1027 8 0 -60.9987 25.5392 34.15 + 61 118.448 595 7 1 -61.0011 25.5548 5.55 + 61 101.365 1027 7 0 -61.0003 25.5551 4.15 + 61 234.955 595 6 1 -60.9797 25.558 -24.45 + 61 90.262 1027 6 0 -60.9787 25.5578 -25.85 + 61 147.616 595 5 1 -60.9542 25.555 -54.45 + 61 123.638 1027 5 0 -60.9535 25.5536 -55.85 + 61 113.388 595 4 1 -60.9394 25.5256 -84.45 + 61 109.614 1027 4 0 -60.9389 25.524 -85.85 + 61 135.587 595 3 1 -60.9296 25.4898 -114.45 + 61 116.784 1027 3 0 -60.9294 25.4885 -115.85 + 61 106.264 595 2 1 -60.9236 25.4605 -144.45 + 61 149.345 1027 2 0 -60.9246 25.4591 -145.85 + 61 124.896 595 1 1 -60.9418 25.4297 -174.45 + 61 111.334 1026 1 0 -60.9425 25.4281 -175.85 + 61 124.342 595 0 1 -60.9553 25.3987 -204.45 + 61 100.841 1026 0 0 -60.9569 25.3971 -205.85 + 61 103.021 594 10 1 -61.05 25.4896 95.46 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 1.61624 LIN +Particle energy: 3.92356 LIN Particle: proton Event: 62 Number of tracker hits in this event: 27 - 62 103.689 781 11 1 -23.6702 -14.1737 125.55 - 62 100.818 829 11 0 -23.6686 -14.1727 124.15 - 62 107.777 782 10 1 -23.6361 -14.1553 95.55 - 62 115.364 829 10 0 -23.6359 -14.1521 94.15 - 62 118.341 782 9 1 -23.6484 -14.1002 65.55 - 62 116.282 829 9 0 -23.6532 -14.1002 64.15 - 62 117.875 781 8 1 -23.7448 -14.0995 35.55 - 62 111.319 829 8 0 -23.7479 -14.1075 34.15 - 62 254.426 781 7 1 -23.8113 -14.2706 5.55 - 62 215.506 828 7 0 -23.8155 -14.2832 4.15 - 62 156.256 780 6 1 -23.9029 -14.5268 -24.45 - 62 99.6921 827 6 0 -23.9128 -14.5392 -25.85 - 62 102.34 779 5 1 -24.1106 -14.7882 -54.45 - 62 106.576 826 5 0 -24.1281 -14.8056 -55.85 - 62 137.042 777 4 1 -24.4833 -15.1691 -84.45 - 62 112.114 824 4 0 -24.4997 -15.1888 -85.85 - 62 112.457 776 3 1 -24.8299 -15.6022 -114.45 - 62 202.327 822 3 0 -24.8475 -15.6257 -115.85 - 62 111.235 774 2 1 -25.1948 -16.1147 -144.45 - 62 213.745 819 2 0 -25.21 -16.1389 -145.85 - 62 282.715 772 1 1 -25.5118 -16.6291 -174.45 - 62 141.977 816 1 0 -25.5297 -16.6551 -175.85 - 62 122.564 770 0 1 -25.8921 -17.1884 -204.45 - 62 143.501 814 0 0 -25.907 -17.2159 -205.85 - 62 10.8417 326 0 1 -114.793 -167.857 -204.701 - 62 174.379 813 0 0 -25.9872 -17.25 -206.078 - 62 96.4224 773 1 1 -25.45 -16.6249 -174.634 + 62 145.799 1133 11 1 46.6965 6.95246 125.55 + 62 155.453 934 11 0 46.6991 6.954 124.15 + 62 104.297 1133 10 1 46.7566 6.99641 95.55 + 62 102.429 934 10 0 46.7594 6.99786 94.15 + 62 148.235 1133 9 1 46.81 7.01861 65.55 + 62 145.452 934 9 0 46.8126 7.01815 64.15 + 62 101.357 1134 8 1 46.8598 7.00459 35.55 + 62 137.903 934 8 0 46.865 7.00194 34.15 + 62 103.507 1134 7 1 46.9751 6.94205 5.55 + 62 89.5579 934 7 0 46.981 6.93832 4.15 + 62 123.319 1135 6 1 47.1009 6.85795 -24.45 + 62 105.752 934 6 0 47.107 6.85573 -25.85 + 62 116.358 1135 5 1 47.2288 6.81337 -54.45 + 62 120.73 933 5 0 47.2358 6.81281 -55.85 + 62 112.178 1136 4 1 47.3806 6.79712 -84.45 + 62 104.276 933 4 0 47.3862 6.79266 -85.85 + 62 297.355 1137 3 1 47.5044 6.70204 -114.45 + 62 138.051 933 3 0 47.5091 6.69906 -115.85 + 62 351.192 1137 2 1 47.6031 6.64083 -144.45 + 62 108.705 932 2 0 47.6071 6.6383 -145.85 + 62 110.847 1138 1 1 47.6928 6.60405 -174.45 + 62 99.9758 932 1 0 47.6973 6.60159 -175.85 + 62 196.586 1138 0 1 47.7886 6.55047 -204.45 + 62 125.779 932 0 0 47.7907 6.54911 -205.85 + 62 37.088 934 5 0 47.2174 6.85 -55.8802 + 62 337.526 1130 5 1 46.0964 8.23727 -54.85 + 62 1.49785 1129 5 1 46.05 8.36211 -54.7711 Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 2.47469 LIN +Particle energy: 4.7641 LIN Particle: proton Event: 63 -Number of tracker hits in this event: 27 - 63 146.988 1307 10 1 81.639 77.3208 95.55 - 63 182.316 1286 10 0 81.6374 77.3206 94.15 - 63 106.312 1307 9 1 81.6128 77.3025 65.55 - 63 126.62 1286 9 0 81.6119 77.2995 64.15 - 63 108.792 1307 8 1 81.5829 77.2391 35.55 - 63 85.0472 1285 8 0 81.5801 77.2353 34.15 - 63 138.952 1307 7 1 81.5241 77.1497 5.55 - 63 99.0594 1285 7 0 81.5195 77.1464 4.15 - 63 114.356 1306 6 1 81.4344 77.077 -24.45 - 63 129.115 1285 6 0 81.4279 77.0725 -25.85 - 63 110.777 1306 5 1 81.294 76.9557 -54.45 - 63 128.509 1284 5 0 81.2889 76.9541 -55.85 - 63 135.763 1305 4 1 81.1838 76.9234 -84.45 - 63 144.846 1284 4 0 81.1772 76.9214 -85.85 - 63 111.657 1304 3 1 81.0363 76.8793 -114.45 - 63 101.493 1284 3 0 81.0277 76.877 -115.85 - 63 165.506 1304 2 1 80.8538 76.8363 -144.45 - 63 97.3341 1283 2 0 80.8414 76.8345 -145.85 - 63 187.069 1302 1 1 80.5787 76.7842 -174.45 - 63 200.254 1283 1 0 80.5681 76.7809 -175.85 - 63 114.01 1301 0 1 80.3584 76.7127 -204.45 - 63 185.486 1283 0 0 80.3499 76.7096 -205.85 - 63 137.989 1392 0 1 98.6252 90.4585 -204.85 - 63 22.6949 285 7 0 23.4305 -122.95 3.91457 - 63 122.75 1013 7 1 22.769 -123.981 5.15 - 63 271.769 1012 7 1 22.65 -124.01 5.31916 - 63 37.3831 1011 7 1 22.45 -123.989 5.30482 -Number of digits in this event: 18 +Number of tracker hits in this event: 36 + 63 167.272 427 10 1 -94.6796 29.8952 95.55 + 63 83.1889 1049 10 0 -94.68 29.8964 94.15 + 63 174.391 427 9 1 -94.6847 29.9237 65.55 + 63 126.964 1049 9 0 -94.6847 29.923 64.15 + 63 105.002 427 8 1 -94.6889 29.9092 35.55 + 63 118.406 1049 8 0 -94.6893 29.9097 34.15 + 63 131.669 427 7 1 -94.6933 29.9118 5.55 + 63 302.716 1049 7 0 -94.6931 29.9119 4.15 + 63 344.731 427 6 1 -94.6865 29.9155 -24.45 + 63 118.084 1049 6 0 -94.688 29.9153 -25.85 + 63 108.5 427 5 1 -94.7194 29.915 -54.45 + 63 156.389 1049 5 0 -94.7213 29.9163 -55.85 + 63 115.303 426 4 1 -94.7611 29.9439 -84.45 + 63 113.063 1049 4 0 -94.7635 29.9434 -85.85 + 63 115.34 426 3 1 -94.812 29.9337 -114.45 + 63 190.349 1049 3 0 -94.816 29.9338 -115.85 + 63 89.0453 426 2 1 -94.9019 29.9344 -144.45 + 63 169.461 1049 2 0 -94.9058 29.9344 -145.85 + 63 156.825 425 1 1 -94.9916 29.9273 -174.45 + 63 279.563 1049 1 0 -94.9955 29.9271 -175.85 + 63 113.539 425 0 1 -95.0738 29.9228 -204.45 + 63 154.344 1049 0 0 -95.0784 29.9234 -205.85 + 63 3.02006 282 1 1 -123.553 -174.361 -174.85 + 63 41.159 1663 4 0 -92.1857 152.77 -86.25 + 63 272.928 1664 4 0 -92.0914 152.95 -85.9705 + 63 263.489 1013 1 0 -161.473 22.7872 -176.25 + 63 92.4728 1014 1 0 -161.652 22.85 -175.914 + 63 4.31997 1534 0 0 -70.3284 126.995 -206.25 + 63 62.7641 1535 0 0 -70.0749 127.15 -205.963 + 63 227.891 549 0 1 -70.1404 126.997 -204.85 + 63 368.42 428 6 1 -94.55 30.3695 -24.6103 + 63 92.1788 426 7 1 -94.7502 29.9617 5.41934 + 63 60.9701 1054 7 0 -96.1323 30.928 4.14947 + 63 466.269 1055 7 0 -96.2183 31.05 4.06984 + 63 150.649 1056 7 0 -96.0859 31.25 4.02417 + 63 135.23 423 7 1 -95.4905 31.3906 5.15 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 3.85874 LIN +Particle energy: 5.26208 LIN Particle: proton Event: 64 -Number of tracker hits in this event: 25 - 64 184.882 578 10 1 -64.3378 -60.0466 95.55 - 64 125.564 600 10 0 -64.3381 -60.0466 94.15 - 64 104.083 578 9 1 -64.3388 -60.0477 65.55 - 64 94.6822 600 9 0 -64.3387 -60.0464 64.15 - 64 273.605 578 8 1 -64.3385 -60.0226 35.55 - 64 109.351 600 8 0 -64.3389 -60.0216 34.15 - 64 118.203 578 7 1 -64.3436 -59.9979 5.55 - 64 96.2346 600 7 0 -64.344 -59.9961 4.15 - 64 148.901 578 6 1 -64.3605 -59.9518 -24.45 - 64 96.8837 600 6 0 -64.359 -59.9529 -25.85 - 64 130.268 578 5 1 -64.3338 -59.9788 -54.45 - 64 141.209 600 5 0 -64.333 -59.9808 -55.85 - 64 112.861 578 4 1 -64.317 -60.0203 -84.45 - 64 138.002 600 4 0 -64.3144 -60.0208 -85.85 - 64 99.3414 578 3 1 -64.2545 -60.0378 -114.45 - 64 96.3009 600 3 0 -64.2493 -60.0393 -115.85 - 64 112.946 579 2 1 -64.1425 -60.059 -144.45 - 64 113.582 599 2 0 -64.1372 -60.0579 -145.85 - 64 118.957 580 1 1 -64.029 -60.0296 -174.45 - 64 137.096 600 1 0 -64.0242 -60.0276 -175.85 - 64 181.579 580 0 1 -63.9283 -59.9833 -204.45 - 64 104.127 600 0 0 -63.9251 -59.981 -205.85 - 64 183.217 577 8 1 -64.4503 -59.8983 35.3074 - 64 81.0891 647 8 0 -58.4854 -50.65 34.0674 - 64 243.632 577 10 1 -64.45 -60.0905 95.5158 -Number of digits in this event: 12 +Number of tracker hits in this event: 20 + 64 225.181 596 9 1 -60.7839 -101.163 65.55 + 64 118.436 394 9 0 -60.7839 -101.163 64.15 + 64 114.125 596 8 1 -60.7902 -101.154 35.55 + 64 105.895 394 8 0 -60.7907 -101.154 34.15 + 64 85.3517 596 7 1 -60.7998 -101.141 5.55 + 64 158.195 395 7 0 -60.8001 -101.141 4.15 + 64 134.332 596 6 1 -60.8004 -101.13 -24.45 + 64 104.563 395 6 0 -60.801 -101.129 -25.85 + 64 95.791 596 5 1 -60.8041 -101.118 -54.45 + 64 182.797 395 5 0 -60.8042 -101.117 -55.85 + 64 129.337 596 4 1 -60.8025 -101.088 -84.45 + 64 139.627 395 4 0 -60.8018 -101.086 -85.85 + 64 112.414 596 3 1 -60.7873 -101.046 -114.45 + 64 157.897 395 3 0 -60.7863 -101.044 -115.85 + 64 115.673 596 2 1 -60.7649 -101.015 -144.45 + 64 106.009 395 2 0 -60.7656 -101.013 -145.85 + 64 141.094 596 1 1 -60.7775 -100.971 -174.45 + 64 110.578 395 1 0 -60.7778 -100.968 -175.85 + 64 82.165 596 0 1 -60.7865 -100.913 -204.45 + 64 134.492 396 0 0 -60.7869 -100.909 -205.85 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 9.06053 LIN +Particle energy: 7.73856 LIN Particle: proton Event: 65 -Number of tracker hits in this event: 18 - 65 199.785 1404 8 1 101.002 97.7622 35.55 - 65 315.399 1388 8 0 101.001 97.7623 34.15 - 65 119.643 1404 7 1 100.998 97.7606 5.55 - 65 115.575 1388 7 0 100.998 97.761 4.15 - 65 111.606 1404 6 1 100.997 97.7678 -24.45 - 65 97.1744 1388 6 0 100.998 97.7673 -25.85 - 65 85.025 1404 5 1 100.998 97.7582 -54.45 - 65 110.076 1388 5 0 100.997 97.7578 -55.85 - 65 165.969 1404 4 1 100.982 97.7507 -84.45 - 65 264.881 1387 4 0 100.981 97.7489 -85.85 - 65 87.4841 1404 3 1 100.957 97.7111 -114.45 - 65 95.5105 1387 3 0 100.956 97.7093 -115.85 - 65 118.385 1403 2 1 100.931 97.6727 -144.45 - 65 156.773 1387 2 0 100.929 97.6709 -145.85 - 65 122.971 1403 1 1 100.892 97.6347 -174.45 - 65 110.418 1387 1 0 100.89 97.6334 -175.85 - 65 304.02 1403 0 1 100.86 97.6066 -204.45 - 65 90.6649 1387 0 0 100.859 97.606 -205.85 -Number of digits in this event: 8 +Number of tracker hits in this event: 20 + 65 113.621 343 9 1 -111.512 71.2352 65.55 + 65 122.373 1255 9 0 -111.512 71.2362 64.15 + 65 153.484 343 8 1 -111.512 71.2577 35.55 + 65 166.388 1256 8 0 -111.511 71.2597 34.15 + 65 147.477 343 7 1 -111.509 71.3017 5.55 + 65 161.986 1256 7 0 -111.509 71.3035 4.15 + 65 99.4072 343 6 1 -111.499 71.3393 -24.45 + 65 131.103 1256 6 0 -111.499 71.3405 -25.85 + 65 93.5292 343 5 1 -111.492 71.3646 -54.45 + 65 103.707 1256 5 0 -111.492 71.3654 -55.85 + 65 152.771 343 4 1 -111.485 71.3829 -84.45 + 65 102.071 1256 4 0 -111.485 71.3845 -85.85 + 65 101.409 343 3 1 -111.486 71.4172 -114.45 + 65 137.688 1256 3 0 -111.485 71.4184 -115.85 + 65 125.221 343 2 1 -111.478 71.4419 -144.45 + 65 126.991 1256 2 0 -111.478 71.4431 -145.85 + 65 113.396 343 1 1 -111.475 71.4662 -174.45 + 65 134.943 1257 1 0 -111.476 71.4697 -175.85 + 65 110.803 343 0 1 -111.484 71.5382 -204.45 + 65 131.472 1257 0 0 -111.485 71.5414 -205.85 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 7.79295 LIN +Particle energy: 9.22307 LIN Particle: proton Event: 66 -Number of tracker hits in this event: 25 - 66 84.517 1307 11 0 -16.4807 81.4639 124.15 - 66 127.998 817 10 1 -16.4817 81.4648 95.55 - 66 94.7745 1307 10 0 -16.4817 81.4645 94.15 - 66 101.215 817 9 1 -16.4792 81.4606 65.55 - 66 126.402 1307 9 0 -16.4797 81.4609 64.15 - 66 105.412 817 8 1 -16.4897 81.4689 35.55 - 66 150.416 1307 8 0 -16.49 81.47 34.15 - 66 205.387 817 7 1 -16.4988 81.491 5.55 - 66 140.681 1307 7 0 -16.4998 81.4921 4.15 - 66 108.886 817 6 1 -16.5228 81.5147 -24.45 - 66 113.381 1307 6 0 -16.5231 81.516 -25.85 - 66 135.506 817 5 1 -16.5289 81.5448 -54.45 - 66 113.805 1307 5 0 -16.5288 81.5469 -55.85 - 66 107.609 817 4 1 -16.5274 81.5897 -84.45 - 66 187.046 1307 4 0 -16.527 81.5919 -85.85 - 66 115.132 817 3 1 -16.5213 81.6366 -114.45 - 66 129.778 1307 3 0 -16.5204 81.6389 -115.85 - 66 117.421 817 2 1 -16.502 81.6906 -144.45 - 66 115.667 1308 2 0 -16.5022 81.693 -145.85 - 66 105.536 817 1 1 -16.5066 81.7432 -174.45 - 66 135.219 1308 1 0 -16.5064 81.746 -175.85 - 66 140.281 817 0 1 -16.4999 81.805 -204.45 - 66 99.6737 1308 0 0 -16.4998 81.8086 -205.85 - 66 38.0289 1282 1 0 -2.99363 76.5065 -176.25 - 66 255.881 1281 1 0 -2.93257 76.45 -176.202 -Number of digits in this event: 12 +Number of tracker hits in this event: 149 + 66 133.484 1192 11 1 58.6011 56.2881 125.55 + 66 131.035 1181 11 0 58.6016 56.2889 124.15 + 66 121.486 1192 10 1 58.6138 56.3023 95.55 + 66 88.1895 1181 10 0 58.6148 56.3034 94.15 + 66 127.068 1192 9 1 58.637 56.3258 65.55 + 66 119.512 1181 9 0 58.6399 56.3284 64.15 + 66 101.572 1193 8 1 58.7007 56.3785 35.55 + 66 108.82 1181 8 0 58.7031 56.3815 34.15 + 66 194.595 1193 7 1 58.7557 56.4439 5.55 + 66 104.014 1181 7 0 58.7587 56.4469 4.15 + 66 218.801 1193 6 1 58.8228 56.5077 -24.45 + 66 136.28 1182 6 0 58.8261 56.5106 -25.85 + 66 121.906 1194 5 1 58.8876 56.584 -54.45 + 66 123.143 1182 5 0 58.8883 56.5868 -55.85 + 66 144.889 1266 4 0 99.8771 73.3132 -86.2441 + 66 656.067 918 3 0 111.377 3.84857 -116.054 + 66 515.214 1194 4 1 58.9582 56.5416 -84.45 + 66 42.9988 1195 4 1 59.05 56.3733 -84.7447 + 66 40.3308 1178 4 0 59.3949 55.7418 -85.85 + 66 89.9313 1177 4 0 59.4451 55.65 -86.0107 + 66 137.531 1241 3 1 68.3562 39.3726 -114.45 + 66 27.8391 1242 3 1 68.45 39.1989 -114.763 + 66 91.9513 1092 3 0 68.7745 38.5979 -115.85 + 66 40.8315 1091 3 0 68.8544 38.45 -116.118 + 66 268.123 1286 2 1 77.3275 22.791 -144.45 + 66 96.8808 1009 2 0 77.7437 22.0108 -145.85 + 66 70.117 1008 2 0 77.8293 21.85 -146.139 + 66 87.5394 1330 1 1 86.2155 6.05297 -174.45 + 66 86.4346 1331 1 1 86.25 5.98065 -174.574 + 66 106.982 925 1 0 86.6042 5.23369 -175.85 + 66 44.5916 924 1 0 86.6912 5.05 -176.164 + 66 30.5566 1371 0 1 94.5322 -11.4072 -204.45 + 66 98.6267 1372 0 1 94.55 -11.4453 -204.516 + 66 23.6442 839 0 0 94.9134 -12.2216 -205.85 + 66 233.759 838 0 0 94.9267 -12.25 -205.899 + 66 3.08413 837 0 0 95.0204 -12.45 -206.242 + 66 254.586 1293 2 1 78.7374 22.2326 -144.85 + 66 44.0749 1188 4 1 57.6604 56.5633 -84.45 + 66 668.664 1187 4 1 57.65 56.5638 -84.4506 + 66 555.295 1186 4 1 57.45 56.5726 -84.4619 + 66 679.782 1185 4 1 57.25 56.5801 -84.4735 + 66 629.512 1184 4 1 57.05 56.5827 -84.4842 + 66 726.534 1183 4 1 56.85 56.587 -84.4924 + 66 646.407 1182 4 1 56.65 56.5919 -84.5012 + 66 716.62 1181 4 1 56.45 56.5995 -84.5091 + 66 738.273 1180 4 1 56.25 56.6096 -84.5164 + 66 878.026 1179 4 1 56.05 56.6218 -84.5226 + 66 827.628 1178 4 1 55.85 56.6347 -84.5293 + 66 857.973 1177 4 1 55.65 56.6476 -84.5359 + 66 897.503 1176 4 1 55.45 56.6612 -84.5409 + 66 832.72 1175 4 1 55.25 56.675 -84.5468 + 66 949.894 1174 4 1 55.05 56.6897 -84.5507 + 66 969.782 1173 4 1 54.85 56.7026 -84.5526 + 66 1047.71 1172 4 1 54.65 56.7161 -84.5563 + 66 1181.57 1171 4 1 54.45 56.7265 -84.5632 + 66 1225.88 1170 4 1 54.25 56.7345 -84.5683 + 66 1087.74 1169 4 1 54.05 56.7444 -84.5761 + 66 1291.81 1168 4 1 53.85 56.7544 -84.5727 + 66 1351.02 1167 4 1 53.65 56.7628 -84.5628 + 66 1580.45 1166 4 1 53.45 56.7716 -84.5476 + 66 1705.47 1165 4 1 53.25 56.7828 -84.5358 + 66 2124.53 1164 4 1 53.05 56.7895 -84.5167 + 66 2795.07 1163 4 1 52.85 56.7799 -84.4877 + 66 3324.85 1162 4 1 52.65 56.757 -84.46 + 66 99.7742 1163 2 1 52.6689 61.5564 -144.45 + 66 138.647 1162 2 1 52.65 61.5713 -144.63 + 66 220.861 1208 2 0 52.521 61.6713 -145.85 + 66 394.079 1147 1 1 49.596 64.057 -174.45 + 66 256.816 1220 1 0 49.4487 64.1516 -175.85 + 66 334.446 1132 0 1 46.4649 66.0774 -204.45 + 66 85.5969 1131 0 1 46.45 66.0871 -204.588 + 66 114.263 1230 0 0 46.3125 66.1701 -205.85 + 66 8.85479 1250 2 0 41.25 70.2309 -146.25 + 66 274.484 1251 2 0 41.2405 70.25 -146.22 + 66 107.135 1252 2 0 41.147 70.45 -146.231 + 66 89.483 1177 2 0 56.373 55.5364 -146.25 + 66 83.9717 1176 2 0 56.3677 55.4499 -146.091 + 66 15.3355 1175 2 0 56.3238 55.25 -145.903 + 66 115.121 1178 2 1 55.7586 54.3038 -144.85 + 66 320.396 1177 2 1 55.65 54.052 -144.604 + 66 82.8045 1176 2 1 55.45 53.3787 -144.75 + 66 7.46003 1159 2 0 53.96 51.8673 -145.85 + 66 203.412 1158 2 0 53.943 51.85 -145.865 + 66 120.376 1233 0 0 46.5116 66.6815 -205.85 + 66 527.209 1218 1 0 49.5549 63.7285 -175.85 + 66 99.1742 1219 1 0 54.7311 63.85 -176.145 + 66 144.212 1193 4 1 58.85 56.7646 -84.5806 + 66 584.628 1186 4 0 58.6436 57.2692 -85.85 + 66 0.902085 1170 3 1 54.0508 68.6165 -114.45 + 66 473.664 1169 3 1 54.05 68.6184 -114.455 + 66 94.9454 1245 3 0 53.8367 69.1614 -115.85 + 66 40.9701 1246 3 0 53.802 69.25 -116.078 + 66 143.468 1147 2 1 49.5171 80.2546 -144.45 + 66 32.6041 1303 2 0 49.3219 80.8071 -145.85 + 66 131.027 1304 2 0 49.3067 80.85 -145.959 + 66 99.3743 1126 1 1 45.3834 92.2047 -174.45 + 66 140.55 1363 1 0 45.1907 92.7859 -175.85 + 66 1.75008 1364 1 0 45.1364 92.95 -176.245 + 66 150.236 1105 0 1 41.2171 104.702 -204.45 + 66 66.9273 1425 0 0 41.0169 105.263 -205.85 + 66 56.7349 1426 0 0 40.986 105.35 -206.065 + 66 255.17 1185 4 0 59.0545 57.1465 -85.85 + 66 336.307 1210 3 1 62.0672 66.7538 -114.45 + 66 189.269 1235 3 0 62.1267 67.2092 -115.85 + 66 167.817 1236 3 0 62.1321 67.25 -115.976 + 66 278.735 1216 2 1 63.3324 76.5368 -144.45 + 66 222.315 1284 2 0 63.3674 76.9623 -145.85 + 66 73.2558 1285 2 0 63.374 77.05 -146.135 + 66 158.681 1225 1 1 65.1546 90.0416 -174.45 + 66 11.7326 1353 1 0 65.2615 90.9366 -175.85 + 66 231.364 1354 1 0 65.2633 90.95 -175.871 + 66 46.3443 1355 1 0 65.2888 91.15 -176.186 + 66 242.055 1237 0 1 67.4547 108.674 -204.45 + 66 194.494 1447 0 0 67.6777 109.568 -205.85 + 66 63.4086 1448 0 0 67.7232 109.75 -206.138 + 66 158.532 595 4 1 -61.0095 53.8648 -84.4505 + 66 39.9671 1162 4 0 -61.0036 52.5453 -85.85 + 66 80.6277 1161 4 0 -61.0156 52.4495 -85.9629 + 66 3.75577 1160 4 0 -60.9982 52.25 -86.2374 + 66 265.822 595 3 1 -60.9844 34.7113 -114.45 + 66 5.06102 1081 3 0 -60.908 36.438 -115.85 + 66 258.756 1082 3 0 -60.9081 36.45 -115.86 + 66 190.311 591 3 1 -61.7006 37.4051 -114.85 + 66 40.6102 594 3 1 -61.05 34.6971 -114.508 + 66 23.5816 1494 1 0 40.9837 118.967 -176.25 + 66 125.277 1493 1 0 40.9619 118.95 -176.149 + 66 56.5053 1102 1 1 40.5191 118.575 -174.85 + 66 122.434 1101 1 1 40.45 118.51 -174.682 + 66 11.9963 912 10 1 2.65 -112.411 95.2112 + 66 97.9623 1144 2 1 49.042 76.7712 -144.45 + 66 118.917 1286 2 0 48.8059 77.25 -145.894 + 66 130.014 1120 1 1 44.1703 86.7021 -174.45 + 66 93.6477 1335 1 0 43.9294 87.1638 -175.85 + 66 321.008 1336 1 0 43.8835 87.25 -176.113 + 66 89.3736 1094 0 1 38.9047 96.5174 -204.45 + 66 44.7483 1093 0 1 38.85 96.6235 -204.779 + 66 109.2 1384 0 0 38.6728 96.968 -205.85 + 66 127.471 1183 4 0 58.8581 56.7431 -85.85 + 66 104.365 1190 3 1 58.0675 58.5602 -114.45 + 66 6.94313 1192 3 0 58.0296 58.6483 -115.85 + 66 141.548 1193 3 0 58.0289 58.65 -115.877 + 66 40.5288 1186 2 1 57.255 60.4471 -144.45 + 66 66.0122 1185 2 1 57.25 60.4588 -144.634 + 66 175.659 1202 2 0 57.2165 60.5357 -145.85 + 66 111.675 1181 1 1 56.4277 62.344 -174.45 + 66 61.317 1211 1 0 56.39 62.4331 -175.85 + 66 47.2407 1212 1 0 56.3829 62.45 -176.116 + 66 140.978 1177 0 1 55.6177 64.2552 -204.45 + 66 99.7007 1221 0 0 55.5792 64.3434 -205.85 +Number of digits in this event: 85 Using G4ParticleGun... -Particle energy: 1.39614 LIN +Particle energy: 9.97703 LIN Particle: proton Event: 67 -Number of tracker hits in this event: 28 - 67 126.334 643 11 1 -51.2828 -44.5453 125.55 - 67 143.687 677 11 0 -51.2834 -44.5441 124.15 - 67 108.949 643 10 1 -51.3159 -44.5141 95.55 - 67 120.457 677 10 0 -51.3182 -44.5121 94.15 - 67 122.578 643 9 1 -51.372 -44.4676 65.55 - 67 122.684 677 9 0 -51.3762 -44.467 64.15 - 67 62.579 643 8 1 -51.4488 -44.4481 35.55 - 67 31.2957 642 8 1 -51.45 -44.4479 35.2902 - 67 128.077 678 8 0 -51.455 -44.4474 34.15 - 67 150.616 642 7 1 -51.5762 -44.4381 5.55 - 67 174.124 678 7 0 -51.5786 -44.4322 4.15 - 67 126.589 642 6 1 -51.6218 -44.305 -24.45 - 67 104.316 678 6 0 -51.6224 -44.2946 -25.85 - 67 113.539 641 5 1 -51.6511 -44.0776 -54.45 - 67 181.601 679 5 0 -51.6535 -44.0688 -55.85 - 67 252.522 641 4 1 -51.7126 -43.8942 -84.45 - 67 318.71 680 4 0 -51.7184 -43.8889 -85.85 - 67 132.461 641 3 1 -51.8371 -43.7705 -114.45 - 67 112.773 681 3 0 -51.8395 -43.7667 -115.85 - 67 139.575 640 2 1 -51.8908 -43.6835 -144.45 - 67 118.037 681 2 0 -51.8971 -43.6856 -145.85 - 67 123.063 640 1 1 -52.0298 -43.7354 -174.45 - 67 107.414 681 1 0 -52.0371 -43.7357 -175.85 - 67 131.749 639 0 1 -52.1746 -43.7405 -204.45 - 67 167.064 681 0 0 -52.1734 -43.7413 -205.85 - 67 192.73 679 4 0 -51.4522 -44.05 -86.0607 - 67 89.3087 644 11 1 -51.25 -44.544 125.263 - 67 229.612 645 11 1 -51.0494 -44.5656 125.281 -Number of digits in this event: 20 +Number of tracker hits in this event: 25 + 67 120.863 839 11 1 -12.1321 -61.1861 125.55 + 67 134.139 594 11 0 -12.131 -61.1861 124.15 + 67 110.744 839 10 1 -12.1081 -61.1866 95.55 + 67 122.433 594 10 0 -12.1077 -61.187 94.15 + 67 124.07 839 9 1 -12.1014 -61.1947 65.55 + 67 85.8643 594 9 0 -12.101 -61.1957 64.15 + 67 129.824 839 8 1 -12.0944 -61.2198 35.55 + 67 129.295 594 8 0 -12.0952 -61.2205 34.15 + 67 179.162 839 7 1 -12.1098 -61.2355 5.55 + 67 136.646 594 7 0 -12.1106 -61.2362 4.15 + 67 119.528 839 6 1 -12.1266 -61.2515 -24.45 + 67 112.413 593 6 0 -12.1276 -61.2528 -25.85 + 67 263.89 839 5 1 -12.1467 -61.2797 -54.45 + 67 136.852 593 5 0 -12.1482 -61.2814 -55.85 + 67 132.523 839 4 1 -12.1779 -61.3149 -84.45 + 67 213.279 593 4 0 -12.1792 -61.3157 -85.85 + 67 104.587 839 3 1 -12.205 -61.3334 -114.45 + 67 103.381 593 3 0 -12.2055 -61.3337 -115.85 + 67 105.699 839 2 1 -12.2184 -61.3354 -144.45 + 67 124.64 593 2 0 -12.2193 -61.335 -145.85 + 67 103.275 839 1 1 -12.2395 -61.3274 -174.45 + 67 110.538 593 1 0 -12.2408 -61.3279 -175.85 + 67 123.299 838 0 1 -12.2688 -61.3373 -204.45 + 67 271.532 593 0 0 -12.2704 -61.3366 -205.85 + 67 33.8087 838 5 1 -12.2503 -61.2024 -54.5014 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 3.4999 LIN +Particle energy: 5.3304 LIN Particle: proton Event: 68 -Number of tracker hits in this event: 80 - 68 94.7043 1189 10 1 57.8948 85.0193 95.55 - 68 109.916 1324 10 0 57.8965 85.0213 94.15 - 68 185.576 1189 9 1 57.9228 85.0466 65.55 - 68 135.477 1324 9 0 57.9256 85.0468 64.15 - 68 116.23 1189 8 1 57.9834 85.0513 35.55 - 68 172.557 1325 8 0 57.9881 85.0504 34.15 - 68 107.872 1190 7 1 58.0907 85.0243 5.55 - 68 246.399 1324 7 0 58.095 85.024 4.15 - 68 118.526 1190 6 1 58.1764 85.0186 -24.45 - 68 98.4015 1324 6 0 58.1803 85.016 -25.85 - 68 109.719 1191 5 1 58.265 84.9482 -54.45 - 68 87.4352 1324 5 0 58.2699 84.947 -55.85 - 68 93.6754 1191 4 1 58.3746 84.9247 -84.45 - 68 273.21 1324 4 0 58.3782 84.9258 -85.85 - 68 141.141 1192 3 1 58.4543 84.9471 -114.45 - 68 103.488 1324 3 0 58.4571 84.9453 -115.85 - 68 127.824 1192 2 1 58.5032 84.9053 -144.45 - 68 92.3693 1324 2 0 58.5039 84.9056 -145.85 - 68 106.676 1192 1 1 58.5107 84.9102 -174.45 - 68 114.403 1324 1 0 58.5102 84.9096 -175.85 - 68 128.214 1192 0 1 58.498 84.9012 -204.45 - 68 109.803 1324 0 0 58.4978 84.9022 -205.85 - 68 41.1683 1301 1 1 80.3625 154.764 -174.81 - 68 144.273 1138 0 0 22.7218 47.7313 -206.168 - 68 40.7559 896 2 0 62.1273 -0.652325 -146.25 - 68 244.343 1513 6 0 169.106 122.836 -26.2497 - 68 40.7691 1230 0 0 91.5389 66.1758 -206.25 - 68 90.8515 1231 0 0 91.58 66.25 -206.182 - 68 45.4632 1232 0 0 91.6367 66.4504 -205.958 - 68 221.393 1358 0 1 91.9018 67.242 -204.85 - 68 87.2304 1359 0 1 91.9501 67.8403 -204.62 - 68 41.4458 1246 0 0 92.3227 69.3366 -205.85 - 68 82.3112 1247 0 0 92.3221 69.45 -205.927 - 68 69.3719 1248 0 0 92.2029 69.6502 -206.106 - 68 55.519 1217 0 0 64.1689 63.6025 -206.25 - 68 75.138 1216 0 0 64.2519 63.45 -206.188 - 68 325.822 1215 0 0 64.3514 63.25 -206.165 - 68 155.591 1214 0 0 64.2523 63.0499 -206.15 - 68 132.485 1327 0 0 52.7535 85.4903 -206.25 - 68 9.6919 1313 0 1 82.6578 76.8019 -204.45 - 68 2.0984 1289 0 0 86.3141 77.85 -205.886 - 68 150.996 961 4 0 -18.2554 12.4433 -86.25 - 68 28.45 707 0 1 -38.5134 -68.1688 -204.45 - 68 145.252 708 0 1 -38.4499 -68.1742 -204.545 - 68 165.381 556 0 0 -37.6926 -68.7991 -205.85 - 68 11.4706 1204 0 1 60.9246 79.5511 -204.696 - 68 144.081 1380 0 0 58.2916 96.196 -206.25 - 68 37.8101 1381 0 0 58.2512 96.35 -205.901 - 68 372.912 1190 0 1 58.1255 96.8124 -204.85 - 68 59.547 1442 1 0 53.942 108.703 -176.25 - 68 164.083 1443 1 0 53.9254 108.75 -176.137 - 68 200.588 1168 1 1 53.7471 109.282 -174.85 - 68 67.8556 1504 2 0 49.4445 121.101 -146.25 - 68 225.97 1505 2 0 49.4267 121.15 -146.132 - 68 239.978 1145 2 1 49.2361 121.683 -144.85 - 68 407.878 1575 3 0 45.6792 135.323 -116.25 - 68 197.813 1576 3 0 45.6723 135.35 -116.194 - 68 320.202 1127 3 1 45.4903 135.992 -114.85 - 68 152.009 1126 3 1 45.45 136.134 -114.549 - 68 59.9 1649 4 0 42.0816 150.092 -86.25 - 68 186.975 1650 4 0 42.0677 150.15 -86.1331 - 68 187.369 1109 4 1 41.9151 150.768 -84.85 - 68 270.222 1716 5 0 41.0595 163.406 -56.25 - 68 40.9336 1717 5 0 41.0497 163.55 -55.9257 - 68 209.052 1104 5 1 41.0165 164.023 -54.85 - 68 74.8733 1189 0 1 58.0351 97.0545 -204.45 - 68 387.922 1188 0 1 57.85 97.2027 -204.53 - 68 277.129 1187 0 1 57.65 97.4992 -204.58 - 68 4.76056 1416 2 0 63.9043 103.541 -146.25 - 68 167.048 1417 2 0 63.9064 103.55 -146.234 - 68 5.94056 1197 2 1 59.4729 103.631 -144.85 - 68 57.0986 1196 2 1 59.45 103.633 -144.843 - 68 104.912 1195 2 1 59.25 103.652 -144.764 - 68 45.895 1415 2 0 58.5501 103.167 -145.85 - 68 160.688 1414 2 0 58.5373 103.15 -145.879 - 68 257.645 1404 2 0 12.0991 101.124 -146.25 - 68 127.236 1143 2 0 116.882 48.7496 -146.25 - 68 13.231 1323 4 0 58.3961 84.85 -86.0927 - 68 100.789 1324 8 0 57.9888 85.0499 33.7906 - 68 90.5127 1439 8 0 6.57514 108.14 33.75 -Number of digits in this event: 41 +Number of tracker hits in this event: 31 + 68 109.177 782 11 1 -23.6139 3.48581 125.55 + 68 127.775 917 11 0 -23.6139 3.48648 124.15 + 68 119.372 782 10 1 -23.6118 3.50375 95.55 + 68 84.1627 917 10 0 -23.6113 3.5059 94.15 + 68 129.231 782 9 1 -23.5953 3.55002 65.55 + 68 124.861 917 9 0 -23.5935 3.55273 64.15 + 68 120.884 782 8 1 -23.555 3.61059 35.55 + 68 171.694 917 8 0 -23.5537 3.61332 34.15 + 68 133.616 782 7 1 -23.5246 3.67233 5.55 + 68 115.822 918 7 0 -23.523 3.67467 4.15 + 68 104.477 782 6 1 -23.4873 3.72024 -24.45 + 68 166.739 918 6 0 -23.4847 3.72305 -25.85 + 68 112.38 783 5 1 -23.3976 3.78698 -54.45 + 68 175.232 918 5 0 -23.3939 3.78873 -55.85 + 68 102.469 783 4 1 -23.3208 3.81791 -84.45 + 68 130.517 918 4 0 -23.3177 3.81848 -85.85 + 68 119.272 783 3 1 -23.2527 3.82796 -114.45 + 68 161.496 918 3 0 -23.25 3.82828 -115.85 + 68 98.9996 784 2 1 -23.1886 3.83398 -144.45 + 68 93.2077 918 2 0 -23.1845 3.83456 -145.85 + 68 90.1923 784 1 1 -23.0947 3.84348 -174.45 + 68 160.092 918 1 0 -23.0904 3.84468 -175.85 + 68 204.133 785 0 1 -23.0028 3.87238 -204.45 + 68 114.517 919 0 0 -22.9981 3.87269 -205.85 + 68 111.82 786 0 1 -22.8499 3.75488 -204.665 + 68 64.2209 787 0 1 -22.6495 3.49353 -204.797 + 68 6.99925 899 0 0 -20.2431 -0.174761 -205.85 + 68 19.1191 815 0 1 -17.0271 -4.58767 -204.85 + 68 26.4596 855 0 0 -7.92855 -8.92932 -205.85 + 68 119.996 870 0 1 -5.9631 -10.0923 -204.85 + 68 315.161 847 0 0 -4.29248 -10.4953 -205.85 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 8.21463 LIN +Particle energy: 4.77343 LIN Particle: proton Event: 69 -Number of tracker hits in this event: 25 - 69 114.573 993 10 1 18.8476 -83.1545 95.55 - 69 126.896 484 10 0 18.8471 -83.154 94.15 - 69 169.65 993 9 1 18.8365 -83.1429 65.55 - 69 109.962 484 9 0 18.8366 -83.1429 64.15 - 69 108.07 993 8 1 18.8422 -83.1466 35.55 - 69 228.768 484 8 0 18.8424 -83.1464 34.15 - 69 122.605 993 7 1 18.8454 -83.1381 5.55 - 69 139.225 484 7 0 18.8461 -83.1369 4.15 - 69 145.689 994 6 1 18.8593 -83.1112 -24.45 - 69 163.722 484 6 0 18.8589 -83.1096 -25.85 - 69 111.338 993 5 1 18.8478 -83.0756 -54.45 - 69 124.1 484 5 0 18.8469 -83.0749 -55.85 - 69 173.158 993 4 1 18.8345 -83.0621 -84.45 - 69 106.641 484 4 0 18.8336 -83.0619 -85.85 - 69 115.622 993 3 1 18.8128 -83.058 -114.45 - 69 98.4941 484 3 0 18.8124 -83.0575 -115.85 - 69 108.314 993 2 1 18.8013 -83.0459 -144.45 - 69 99.6646 485 2 0 18.7998 -83.0452 -145.85 - 69 103.182 993 1 1 18.7673 -83.0292 -174.45 - 69 100.529 485 1 0 18.7647 -83.0287 -175.85 - 69 101.728 993 0 1 18.7076 -83.0252 -204.45 - 69 117.512 485 0 0 18.7052 -83.0242 -205.85 - 69 75.8794 993 6 1 18.85 -83.1365 -24.5738 - 69 212.014 485 7 0 18.8751 -83.0498 3.98928 - 69 116.051 486 7 0 19.3837 -82.85 4.02129 -Number of digits in this event: 11 +Number of tracker hits in this event: 26 + 69 98.0887 827 10 1 -14.6037 -105.784 95.55 + 69 100.711 371 10 0 -14.6037 -105.783 94.15 + 69 100.19 827 9 1 -14.6015 -105.765 65.55 + 69 98.6941 371 9 0 -14.6003 -105.763 64.15 + 69 294.737 827 8 1 -14.5763 -105.734 35.55 + 69 114.951 372 8 0 -14.5736 -105.732 34.15 + 69 121.504 827 7 1 -14.5189 -105.698 5.55 + 69 113.21 372 7 0 -14.5166 -105.697 4.15 + 69 118.246 827 6 1 -14.4766 -105.691 -24.45 + 69 117.8 372 6 0 -14.4734 -105.689 -25.85 + 69 169.846 828 5 1 -14.4018 -105.653 -54.45 + 69 125.959 372 5 0 -14.3984 -105.652 -55.85 + 69 145.195 828 4 1 -14.3241 -105.626 -84.45 + 69 107.159 372 4 0 -14.3234 -105.63 -85.85 + 69 209.974 828 3 1 -14.3128 -105.717 -114.45 + 69 137.471 372 3 0 -14.3139 -105.721 -115.85 + 69 114.824 828 2 1 -14.332 -105.802 -144.45 + 69 123.815 371 2 0 -14.3339 -105.808 -145.85 + 69 132.267 828 1 1 -14.3688 -105.924 -174.45 + 69 108.103 371 1 0 -14.3696 -105.93 -175.85 + 69 107.228 828 0 1 -14.3864 -106.041 -204.45 + 69 93.8687 370 0 0 -14.3847 -106.047 -205.85 + 69 21.3154 827 3 1 -14.45 -105.73 -114.637 + 69 359.465 374 3 0 -14.7693 -105.323 -115.85 + 69 244.275 373 3 0 -14.6442 -105.35 -116.152 + 69 325.801 826 8 1 -14.6502 -105.484 35.3565 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 1.19722 LIN +Particle energy: 3.72545 LIN Particle: proton Event: 70 -Number of tracker hits in this event: 22 - 70 134.636 1288 9 1 77.6664 96.2441 65.55 - 70 141.46 1380 9 0 77.6699 96.2412 64.15 - 70 108.976 1288 8 1 77.7436 96.1892 35.55 - 70 128.678 1380 8 0 77.7403 96.1815 34.15 - 70 90.1643 1288 7 1 77.6504 96.0106 5.55 - 70 360.671 1287 7 1 77.65 96.0102 5.48349 - 70 113.696 1379 7 0 77.641 96.0026 4.15 - 70 116.129 1286 6 1 77.4346 95.8495 -24.45 - 70 252.876 1378 6 0 77.4153 95.8461 -25.85 - 70 129.543 1284 5 1 77.0121 95.7801 -54.45 - 70 122.276 1378 5 0 76.9936 95.7796 -55.85 - 70 122.626 1282 4 1 76.6241 95.7565 -84.45 - 70 132.811 1378 4 0 76.6107 95.7569 -85.85 - 70 125.321 1281 3 1 76.3323 95.7581 -114.45 - 70 119.709 1378 3 0 76.3172 95.7585 -115.85 - 70 254.376 1279 2 1 76.0057 95.7635 -144.45 - 70 120.062 1378 2 0 75.9887 95.7645 -145.85 - 70 148.529 1277 1 1 75.6476 95.7925 -174.45 - 70 220.706 1378 1 0 75.6287 95.7972 -175.85 - 70 116.745 1275 0 1 75.2337 95.9046 -204.45 - 70 441.603 1378 0 0 75.2082 95.9071 -205.85 - 70 9.11635 1379 0 0 75.1886 95.9501 -205.981 -Number of digits in this event: 16 -Using G4ParticleGun... -Particle energy: 8.33771 LIN -Particle: proton -Event: 71 -Number of tracker hits in this event: 27 - 71 239.526 1630 7 1 146.197 -1.87586 5.55 - 71 96.4228 890 7 0 146.197 -1.87669 4.15 - 71 123.369 1630 6 1 146.209 -1.89342 -24.45 - 71 117.918 890 6 0 146.211 -1.8935 -25.85 - 71 100.436 1630 5 1 146.251 -1.89565 -54.45 - 71 115.904 890 5 0 146.253 -1.89512 -55.85 - 71 134.409 1630 4 1 146.302 -1.8817 -84.45 - 71 155.801 890 4 0 146.305 -1.882 -85.85 - 71 118.481 1631 3 1 146.362 -1.88263 -114.45 - 71 110.803 890 3 0 146.365 -1.88305 -115.85 - 71 108.876 1631 2 1 146.435 -1.89513 -144.45 - 71 102.732 890 2 0 146.438 -1.89632 -145.85 - 71 101.666 1631 1 1 146.504 -1.92437 -174.45 - 71 84.789 890 1 0 146.506 -1.92616 -175.85 - 71 141.173 1632 0 1 146.557 -1.96408 -204.45 - 71 272.769 890 0 0 146.558 -1.96163 -205.85 - 71 46.9189 878 4 0 130.619 -4.25785 -86.25 - 71 81.0512 879 4 0 130.59 -4.25 -86.1038 - 71 314.24 1552 4 1 130.636 -3.7053 -84.8499 - 71 33.9539 1551 4 1 130.55 -4.61489 -84.8182 - 71 53.6302 865 4 0 128.592 -6.94136 -85.85 - 71 124.184 864 4 0 128.46 -7.05 -85.894 - 71 54.9677 863 4 0 128.279 -7.25027 -86.0931 - 71 5.45607 525 4 0 118.604 -75.034 -86.2498 - 71 326.407 524 4 0 118.605 -75.05 -86.241 - 71 161.989 891 4 0 146.277 -1.84991 -86.0069 - 71 136.561 1629 7 1 146.15 -1.88644 5.31136 -Number of digits in this event: 13 -Using G4ParticleGun... -Particle energy: 2.21701 LIN -Particle: proton -Event: 72 -Number of tracker hits in this event: 18 - 72 5.67149 1182 8 1 56.5924 134.386 35.1821 - 72 106.021 1571 8 0 56.5924 134.386 34.15 - 72 338.376 1182 7 1 56.5864 134.397 5.55 - 72 127.959 1571 7 0 56.5865 134.397 4.15 - 72 106.001 1182 6 1 56.5774 134.398 -24.45 - 72 98.1911 1571 6 0 56.5793 134.4 -25.85 - 72 224.95 1182 5 1 56.6213 134.441 -54.45 - 72 101.364 1571 5 0 56.6234 134.443 -55.85 - 72 168.506 1183 4 1 56.6607 134.466 -84.45 - 72 104.886 1571 4 0 56.6598 134.468 -85.85 - 72 130.977 1182 3 1 56.6398 134.514 -114.45 - 72 99.8379 1571 3 0 56.638 134.517 -115.85 - 72 102.575 1182 2 1 56.6016 134.579 -144.45 - 72 124.037 1572 2 0 56.5988 134.579 -145.85 - 72 112.542 1182 1 1 56.5453 134.554 -174.45 - 72 162.92 1572 1 0 56.5446 134.553 -175.85 - 72 155.065 1182 0 1 56.538 134.525 -204.45 - 72 108.066 1571 0 0 56.5376 134.522 -205.85 -Number of digits in this event: 9 -Using G4ParticleGun... -Particle energy: 7.80849 LIN -Particle: proton -Event: 73 -Number of tracker hits in this event: 23 - 73 105.363 1259 10 1 72.0045 -74.5935 95.55 - 73 218.179 527 10 0 72.0051 -74.5937 94.15 - 73 96.2466 1259 9 1 72.0195 -74.5983 65.55 - 73 98.6158 527 9 0 72.0195 -74.5984 64.15 - 73 119.455 1259 8 1 72.0172 -74.6043 35.55 - 73 300.495 527 8 0 72.0172 -74.6042 34.15 - 73 108.616 1259 7 1 72.0154 -74.6052 5.55 - 73 116.867 527 7 0 72.0154 -74.6053 4.15 - 73 135.392 1259 6 1 72.0223 -74.611 -24.45 - 73 131.574 527 6 0 72.0213 -74.612 -25.85 - 73 137.238 1259 5 1 72.0033 -74.6332 -54.45 - 73 109.066 527 5 0 72.0029 -74.6343 -55.85 - 73 108.548 1259 4 1 71.9923 -74.6549 -84.45 - 73 90.1981 526 4 0 71.9907 -74.6554 -85.85 - 73 119.383 1259 3 1 71.9592 -74.6631 -114.45 - 73 162.266 526 3 0 71.9575 -74.6638 -115.85 - 73 105.451 1259 2 1 71.9263 -74.6772 -144.45 - 73 130.241 526 2 0 71.9253 -74.6786 -145.85 - 73 119.635 1259 1 1 71.9056 -74.7102 -174.45 - 73 97.1553 526 1 0 71.9045 -74.7122 -175.85 - 73 111.655 1259 0 1 71.8806 -74.7556 -204.45 - 73 115.181 526 0 0 71.8793 -74.7581 -205.85 - 73 120.484 526 8 0 72.3914 -74.65 33.9791 -Number of digits in this event: 9 -Using G4ParticleGun... -Particle energy: 7.12848 LIN -Particle: proton -Event: 74 -Number of tracker hits in this event: 26 - 74 152.67 984 11 1 16.8627 -71.452 125.55 - 74 106.782 542 11 0 16.8619 -71.4529 124.15 - 74 111.506 983 10 1 16.8454 -71.4744 95.55 - 74 134.28 542 10 0 16.8445 -71.4754 94.15 - 74 144.596 983 9 1 16.8256 -71.4934 65.55 - 74 111.083 542 9 0 16.8254 -71.4934 64.15 - 74 96.434 983 8 1 16.8212 -71.4922 35.55 - 74 91.3004 542 8 0 16.8217 -71.4926 34.15 - 74 120.988 983 7 1 16.836 -71.5179 5.55 - 74 116.078 542 7 0 16.8359 -71.5191 4.15 - 74 124.235 983 6 1 16.8292 -71.544 -24.45 - 74 98.6898 542 6 0 16.8291 -71.546 -25.85 - 74 144.874 983 5 1 16.827 -71.5864 -54.45 - 74 140.499 542 5 0 16.8261 -71.588 -55.85 - 74 101.058 983 4 1 16.8113 -71.6187 -84.45 - 74 119.61 542 4 0 16.8103 -71.6207 -85.85 - 74 117.303 983 3 1 16.7897 -71.6625 -114.45 - 74 126.131 541 3 0 16.7869 -71.6669 -115.85 - 74 107.635 983 2 1 16.7333 -71.7529 -144.45 - 74 143.625 541 2 0 16.7299 -71.757 -145.85 - 74 120.318 983 1 1 16.6628 -71.8367 -174.45 - 74 118.612 541 1 0 16.6598 -71.8401 -175.85 - 74 147.997 982 0 1 16.5981 -71.9128 -204.45 - 74 389.965 540 0 0 16.5944 -71.9164 -205.85 - 74 132.815 541 0 0 16.4994 -71.85 -206.108 - 74 118.201 983 11 1 16.85 -71.4442 125.276 -Number of digits in this event: 14 -Using G4ParticleGun... -Particle energy: 6.96748 LIN -Particle: proton -Event: 75 -Number of tracker hits in this event: 22 - 75 129.503 950 10 1 10.2183 -98.5333 95.55 - 75 105.988 408 10 0 10.2193 -98.5323 94.15 - 75 190.249 950 9 1 10.2391 -98.511 65.55 - 75 117.037 408 9 0 10.2407 -98.5096 64.15 - 75 110.125 951 8 1 10.278 -98.4891 35.55 - 75 100.193 408 8 0 10.2791 -98.4881 34.15 - 75 123.315 951 7 1 10.3029 -98.4682 5.55 - 75 92.5776 408 7 0 10.3047 -98.4668 4.15 - 75 152.217 951 6 1 10.3413 -98.4376 -24.45 - 75 99.9325 408 6 0 10.3419 -98.4363 -25.85 - 75 135.107 951 5 1 10.3534 -98.4083 -54.45 - 75 102.464 408 5 0 10.3535 -98.4071 -55.85 - 75 101.938 951 4 1 10.3578 -98.3827 -84.45 - 75 111.936 408 4 0 10.3586 -98.3815 -85.85 - 75 146.408 951 3 1 10.4018 -98.4458 -114.45 - 75 194.768 408 3 0 10.4047 -98.4482 -115.85 - 75 149.224 952 2 1 10.4628 -98.5018 -144.45 - 75 110.646 408 2 0 10.467 -98.5058 -145.85 - 75 104.265 952 1 1 10.5537 -98.5867 -174.45 - 75 108.209 407 1 0 10.5582 -98.5897 -175.85 - 75 100.217 952 0 1 10.6427 -98.6526 -204.45 - 75 116.897 407 0 0 10.646 -98.6562 -205.85 -Number of digits in this event: 9 -Using G4ParticleGun... -Particle energy: 8.18942 LIN -Particle: proton -Event: 76 -Number of tracker hits in this event: 39 - 76 107.02 597 11 1 -60.4758 -39.7971 125.55 - 76 102.588 701 11 0 -60.4762 -39.798 124.15 - 76 163.314 597 10 1 -60.4881 -39.817 95.55 - 76 128.668 701 10 0 -60.4881 -39.8181 94.15 - 76 118.212 597 9 1 -60.4846 -39.8367 65.55 - 76 98.687 701 9 0 -60.484 -39.8378 64.15 - 76 104.065 597 8 1 -60.4702 -39.861 35.55 - 76 140.329 700 8 0 -60.4698 -39.8628 34.15 - 76 120.606 597 7 1 -60.4627 -39.9046 5.55 - 76 132.676 700 7 0 -60.4619 -39.9073 4.15 - 76 119.172 598 6 1 -60.4479 -39.9623 -24.45 - 76 169.24 700 6 0 -60.4457 -39.9652 -25.85 - 76 207.868 598 5 1 -60.4012 -40.0299 -54.45 - 76 101.596 700 5 0 -60.3981 -40.032 -55.85 - 76 275.334 598 4 1 -60.3343 -40.081 -84.45 - 76 112.459 699 4 0 -60.331 -40.0836 -85.85 - 76 135.045 598 3 1 -60.2609 -40.1378 -114.45 - 76 119.284 699 3 0 -60.2573 -40.1406 -115.85 - 76 98.949 599 2 1 -60.1797 -40.1977 -144.45 - 76 108.81 699 2 0 -60.1768 -40.2011 -145.85 - 76 90.3215 599 1 1 -60.1251 -40.2688 -174.45 - 76 102.985 698 1 0 -60.1219 -40.273 -175.85 - 76 100.648 599 0 1 -60.0601 -40.3569 -204.45 - 76 130.061 698 0 0 -60.0564 -40.3613 -205.85 - 76 169.1 979 5 0 -107.428 15.9125 -56.25 - 76 66.3034 554 5 1 -69.1945 -84.7938 -54.85 - 76 64.1413 124 1 0 -157.786 -155.193 -176.25 - 76 19.0426 62 6 1 -167.723 50.4421 -24.85 - 76 149.491 61 6 1 -167.75 50.6724 -24.6864 - 76 149.486 123 1 0 -157.884 -155.35 -176.065 - 76 11.6108 94 1 1 -161.308 -157.124 -174.85 - 76 134.873 93 1 1 -161.35 -157.145 -174.837 - 76 88.5742 92 1 1 -161.55 -157.229 -174.804 - 76 62.7836 91 1 1 -161.75 -157.351 -174.816 - 76 96.3399 90 1 1 -161.95 -157.475 -174.79 - 76 67.2143 89 1 1 -162.15 -157.558 -174.772 - 76 71.6001 88 1 1 -162.35 -157.597 -174.684 - 76 52.8429 87 1 1 -162.55 -157.712 -174.599 - 76 2.73936 117 1 0 -161.093 -156.593 -175.85 -Number of digits in this event: 18 -Using G4ParticleGun... -Particle energy: 3.72368 LIN -Particle: proton -Event: 77 -Number of tracker hits in this event: 24 - 77 129.865 651 11 1 -49.8332 -57.6206 125.55 - 77 109.797 612 11 0 -49.8338 -57.6218 124.15 - 77 112.246 651 10 1 -49.8365 -57.6582 95.55 - 77 112.943 611 10 0 -49.8359 -57.6566 94.15 - 77 127.365 651 9 1 -49.8179 -57.6233 65.55 - 77 106.587 612 9 0 -49.8146 -57.6198 64.15 - 77 151.945 651 8 1 -49.7492 -57.5531 35.55 - 77 94.4602 612 8 0 -49.7454 -57.5485 34.15 - 77 176.426 651 7 1 -49.6756 -57.4561 5.55 - 77 101.147 612 7 0 -49.6722 -57.4561 4.15 - 77 118.259 652 6 1 -49.6016 -57.4598 -24.45 - 77 99.8726 612 6 0 -49.5963 -57.4618 -25.85 - 77 113.52 652 5 1 -49.4803 -57.5027 -54.45 - 77 120.292 612 5 0 -49.4766 -57.5046 -55.85 - 77 140.254 653 4 1 -49.4011 -57.5449 -84.45 - 77 112.192 612 4 0 -49.3995 -57.5466 -85.85 - 77 131.667 653 3 1 -49.3662 -57.5846 -114.45 - 77 149.784 612 3 0 -49.3656 -57.5882 -115.85 - 77 115.16 653 2 1 -49.3563 -57.6591 -144.45 - 77 78.5675 611 2 0 -49.3575 -57.6603 -145.85 - 77 108.201 653 1 1 -49.3928 -57.6769 -174.45 - 77 118.58 611 1 0 -49.3943 -57.676 -175.85 - 77 177.35 653 0 1 -49.4216 -57.6492 -204.45 - 77 91.0554 612 0 0 -49.4221 -57.6492 -205.85 -Number of digits in this event: 11 -Using G4ParticleGun... -Particle energy: 6.97717 LIN -Particle: proton -Event: 78 -Number of tracker hits in this event: 32 - 78 126.076 733 11 1 -33.3924 -66.7947 125.55 - 78 111.199 566 11 0 -33.3924 -66.7946 124.15 - 78 92.9865 733 10 1 -33.3942 -66.7922 95.55 - 78 100.184 566 10 0 -33.3944 -66.7926 94.15 - 78 101.037 733 9 1 -33.3962 -66.7962 65.55 - 78 105.788 566 9 0 -33.3919 -66.795 64.15 - 78 106.166 733 8 1 -33.3041 -66.7721 35.55 - 78 221.866 566 8 0 -33.3008 -66.7722 34.15 - 78 92.0412 734 7 1 -33.2328 -66.7724 5.55 - 78 94.9814 566 7 0 -33.2297 -66.7719 4.15 - 78 100.453 734 6 1 -33.1705 -66.7621 -24.45 - 78 96.0873 566 6 0 -33.1679 -66.7628 -25.85 - 78 104.024 734 5 1 -33.1141 -66.7788 -54.45 - 78 101.025 566 5 0 -33.1106 -66.7793 -55.85 - 78 117.9 735 4 1 -33.033 -66.7875 -84.45 - 78 113.207 566 4 0 -33.0287 -66.7875 -85.85 - 78 176.109 735 3 1 -32.9398 -66.7901 -114.45 - 78 204.828 566 3 0 -32.9348 -66.7893 -115.85 - 78 99.2197 736 2 1 -32.8342 -66.7701 -144.45 - 78 111.357 566 2 0 -32.8291 -66.768 -145.85 - 78 129.138 736 1 1 -32.7263 -66.7279 -174.45 - 78 115.431 566 1 0 -32.7203 -66.726 -175.85 - 78 163.545 737 0 1 -32.5991 -66.6839 -204.45 - 78 135.743 566 0 0 -32.5928 -66.6814 -205.85 - 78 82.2195 511 0 0 -4.26963 -77.7865 -206.25 - 78 91.0274 510 0 0 -4.06081 -77.85 -206.108 - 78 44.0383 884 0 1 -3.11849 -78.6036 -204.85 - 78 225.023 885 0 1 -3.04991 -78.7036 -204.725 - 78 20.3516 886 0 1 -2.85 -78.7447 -204.803 - 78 38.345 502 0 0 -1.8928 -79.5898 -205.85 - 78 168.495 501 0 0 -1.84739 -79.65 -205.902 - 78 355.67 493 0 0 -64.7004 -81.4034 -206.25 -Number of digits in this event: 11 -Using G4ParticleGun... -Particle energy: 3.03519 LIN -Particle: proton -Event: 79 -Number of tracker hits in this event: 27 - 79 126.492 1130 11 1 46.0852 62.1839 125.55 - 79 105.29 1210 11 0 46.0844 62.1849 124.15 - 79 126.175 1130 10 1 46.0708 62.1975 95.55 - 79 184.502 1210 10 0 46.0708 62.1986 94.15 - 79 154.611 1130 9 1 46.0706 62.2255 65.55 - 79 95.9147 1210 9 0 46.0717 62.2279 64.15 - 79 127.874 1130 8 1 46.0984 62.2635 35.55 - 79 96.7047 1211 8 0 46.101 62.2631 34.15 - 79 109.958 1130 7 1 46.1573 62.2488 5.55 - 79 127.774 1210 7 0 46.1581 62.2483 4.15 - 79 142.3 1130 6 1 46.1912 62.2387 -24.45 - 79 147.276 1210 6 0 46.1933 62.2383 -25.85 - 79 123.53 1130 5 1 46.2429 62.2247 -54.45 - 79 131.304 1210 5 0 46.2461 62.225 -55.85 - 79 213.313 1131 4 1 46.3105 62.2314 -84.45 - 79 189.544 1210 4 0 46.3143 62.232 -85.85 - 79 130.384 1131 3 1 46.3982 62.2374 -114.45 - 79 112.743 1210 3 0 46.4028 62.2369 -115.85 - 79 100.354 1132 2 1 46.4935 62.2261 -144.45 - 79 144.528 1210 2 0 46.4966 62.226 -145.85 - 79 128.76 1132 1 1 46.5625 62.2232 -174.45 - 79 156.941 1210 1 0 46.5656 62.2235 -175.85 - 79 196.878 1132 0 1 46.6329 62.2211 -204.45 - 79 110.046 1210 0 0 46.6368 62.2196 -205.85 - 79 127.662 1132 3 1 46.45 62.2438 -114.698 - 79 30.3088 1131 5 1 46.2502 62.2261 -54.8226 - 79 141.537 1207 5 0 46.4114 61.6237 -55.8502 -Number of digits in this event: 20 -Using G4ParticleGun... -Particle energy: 4.96259 LIN -Particle: proton -Event: 80 -Number of tracker hits in this event: 305 - 80 104.028 1152 11 1 50.5407 -48.343 125.55 - 80 137.44 658 11 0 50.5479 -48.3484 124.15 - 80 119.729 1153 10 1 50.6935 -48.4611 95.55 - 80 103.21 657 10 0 50.6995 -48.4681 94.15 - 80 16102.2 1153 9 1 50.8167 -48.6075 65.55 - 80 15606.3 1154 9 1 50.85 -48.5927 65.4718 - 80 2294 1155 9 1 51.05 -48.501 65.3971 - 80 1566.87 1156 9 1 51.25 -48.4083 65.3218 - 80 1371.41 1157 9 1 51.45 -48.3164 65.2471 - 80 1053.8 1158 9 1 51.65 -48.2249 65.1726 - 80 22099.9 665 9 0 54.4098 -46.9544 64.15 - 80 1174.38 666 9 0 54.6367 -46.85 64.0659 - 80 1094.17 667 9 0 55.0744 -46.65 63.903 - 80 515.834 1556 8 1 131.39 -12.5904 35.55 - 80 626.617 1557 8 1 131.55 -12.5286 35.4895 - 80 512.494 1558 8 1 131.75 -12.4536 35.4151 - 80 662.966 1559 8 1 131.95 -12.3796 35.342 - 80 506.272 1560 8 1 132.15 -12.3061 35.2694 - 80 390.074 1561 8 1 132.35 -12.232 35.1976 - 80 696.567 844 8 0 135.297 -11.1379 34.15 - 80 1599.48 845 8 0 135.533 -11.05 34.0659 - 80 1038.58 846 8 0 136.076 -10.85 33.8725 - 80 91.4596 654 9 0 50.3032 -49.241 64.15 - 80 1490.13 653 9 0 50.2958 -49.25 64.1308 - 80 2052.96 1094 8 1 39.0375 -62.8055 35.55 - 80 1666.13 581 8 0 38.5456 -63.6519 34.15 - 80 365.243 580 8 0 38.4304 -63.85 33.8189 - 80 1285.07 1045 7 1 29.1143 -81.203 5.55 - 80 2486.64 1044 7 1 29.05 -81.3035 5.41106 - 80 1236.6 489 7 0 28.458 -82.1746 4.15 - 80 3834.84 488 7 0 28.4058 -82.25 4.04063 - 80 482.786 487 7 0 28.2973 -82.45 3.77554 - 80 10664 664 9 0 51.5041 -47.216 64.15 - 80 9998.59 1152 9 1 50.65 -48.7596 65.507 - 80 3782.28 1151 9 1 50.45 -48.9514 65.5274 - 80 6.51167 649 9 0 52.7755 -50.2481 64.15 - 80 961.316 648 9 0 52.7778 -50.25 64.1484 - 80 883.326 647 9 0 53.0163 -50.45 63.9862 - 80 369.313 646 9 0 53.2536 -50.65 63.8289 - 80 857.825 1371 8 1 94.3631 -86.2864 35.55 - 80 1004.14 1372 8 1 94.55 -86.4543 35.4027 - 80 716.338 1373 8 1 94.75 -86.6321 35.2452 - 80 294.696 461 8 0 96.1355 -87.8087 34.15 - 80 1304.3 460 8 0 96.1844 -87.85 34.1114 - 80 1183.05 459 8 0 96.4242 -88.05 33.9262 - 80 1849.15 1563 7 1 132.761 -118.04 5.55 - 80 1914.98 1564 7 1 132.95 -118.263 5.35424 - 80 532.577 302 7 0 134.128 -119.689 4.15 - 80 1940.23 301 7 0 134.178 -119.75 4.09834 - 80 2369.4 300 7 0 134.353 -119.95 3.9306 - 80 222.72 299 7 0 134.537 -120.15 3.76518 - 80 146.828 659 9 0 50.5546 -48.134 64.15 - 80 161.667 660 9 0 50.5081 -48.05 63.9132 - 80 71.4695 1124 8 1 44.8949 -38.0159 35.55 - 80 42.3867 1123 8 1 44.85 -37.9341 35.3144 - 80 152.826 712 8 0 44.6308 -37.5257 34.15 - 80 86.8583 713 8 0 44.5902 -37.45 33.9343 - 80 147.632 1095 7 1 39.1829 -27.4662 5.55 - 80 130.622 765 7 0 38.9199 -26.9629 4.15 - 80 26.8743 766 7 0 38.8608 -26.85 3.83598 - 80 119.235 1067 6 1 33.5447 -16.5482 -24.45 - 80 105.715 820 6 0 33.2773 -16.0213 -25.85 - 80 128.62 1038 5 1 27.7738 -5.21666 -54.45 - 80 6.88377 876 5 0 27.5097 -4.66157 -55.85 - 80 126.541 877 5 0 27.5042 -4.65 -55.8792 - 80 100.258 1010 4 1 22.1085 6.62143 -84.45 - 80 17.0807 1009 4 1 22.05 6.75008 -84.7769 - 80 311.064 935 4 0 21.8583 7.17171 -85.85 - 80 73.5389 936 4 0 21.8227 7.25 -86.0493 - 80 133.094 983 3 1 16.7191 18.4406 -114.45 - 80 6.27908 982 3 1 16.65 18.5874 -114.832 - 80 81.9341 994 3 0 16.465 18.9797 -115.85 - 80 68.9258 995 3 0 16.4319 19.05 -116.032 - 80 222.647 956 2 1 11.3295 29.9931 -144.45 - 80 118.345 1052 2 0 11.0867 30.5019 -145.85 - 80 76.2826 930 1 1 6.09279 40.9424 -174.45 - 80 46.5839 929 1 1 6.05 41.0367 -174.702 - 80 276.495 1107 1 0 5.85775 41.4737 -175.85 - 80 30.7224 905 0 1 1.06656 52.427 -204.45 - 80 109.662 904 0 1 1.05 52.4679 -204.559 - 80 67.6427 1164 0 0 0.852216 52.9543 -205.85 - 80 58.1688 1165 0 0 0.813267 53.05 -206.104 - 80 13.1702 986 3 0 26.759 17.2635 -116.25 - 80 211.945 985 3 0 26.7686 17.25 -116.212 - 80 9.6684 984 3 0 26.7955 17.05 -115.865 - 80 207.009 1032 3 1 26.5549 16.3539 -114.85 - 80 111.152 655 9 0 50.7777 -48.9663 64.15 - 80 213.137 1149 8 1 49.9268 -56.6243 35.55 - 80 69.3655 615 8 0 49.8869 -57.002 34.15 - 80 62.6361 614 8 0 49.8817 -57.05 33.9723 - 80 164.121 1145 7 1 49.0766 -64.7265 5.55 - 80 136.835 574 7 0 49.0401 -65.1138 4.15 - 80 260.071 1141 6 1 48.2822 -73.0467 -24.45 - 80 3.80547 533 6 0 48.2377 -73.4458 -25.85 - 80 120.816 532 6 0 48.2372 -73.45 -25.8648 - 80 137.498 1136 5 1 47.3271 -81.6065 -54.45 - 80 41.5729 490 5 0 47.2759 -82.0123 -55.85 - 80 166.767 489 5 0 47.2712 -82.05 -55.98 - 80 136.79 1130 4 1 46.2391 -90.325 -84.45 - 80 51.5771 447 4 0 46.1982 -90.7322 -85.85 - 80 186.049 446 4 0 46.1964 -90.75 -85.9113 - 80 167.404 1126 3 1 45.3524 -99.0496 -114.45 - 80 144.486 403 3 0 45.3113 -99.457 -115.85 - 80 24.232 402 3 0 45.3019 -99.55 -116.17 - 80 134.513 1122 2 1 44.4646 -107.795 -144.45 - 80 193.777 359 2 0 44.4235 -108.197 -145.85 - 80 276.287 1117 1 1 43.6201 -116.426 -174.45 - 80 231.206 316 1 0 43.5804 -116.831 -175.85 - 80 131.731 1113 0 1 42.7542 -125.106 -204.45 - 80 52.9382 273 0 0 42.7037 -125.516 -205.85 - 80 92.4462 272 0 0 42.6994 -125.55 -205.967 - 80 21.5068 302 1 0 42.8397 -119.695 -175.85 - 80 185.208 301 1 0 42.8232 -119.75 -175.861 - 80 143.491 300 1 0 42.4671 -119.95 -175.865 - 80 57.5088 1105 1 1 41.2004 -120.394 -174.85 - 80 116.182 299 1 0 40.3602 -120.15 -175.935 - 80 19.4348 1018 3 1 23.85 -178.194 -114.808 - 80 827.96 669 10 0 52.9485 -46.1153 93.75 - 80 619.882 1165 10 1 53.062 -45.9868 95.15 - 80 818.806 685 11 0 56.2112 -42.9442 123.75 - 80 776.787 1181 11 1 56.358 -42.7956 125.15 - 80 692.867 694 12 0 58.6093 -41.0909 153.75 - 80 823.768 1193 12 1 58.7151 -41.0051 155.15 - 80 891.235 697 13 0 61.2305 -40.5563 183.75 - 80 804.12 1206 13 1 61.3489 -40.5437 185.15 - 80 917.253 694 14 0 63.1439 -41.126 213.75 - 80 346.274 1215 14 1 63.2379 -41.1638 215.15 - 80 592.558 1216 14 1 63.25 -41.169 215.325 - 80 744.597 1159 9 1 51.85 -48.7442 65.5339 - 80 272.18 1150 9 1 50.25 -47.8698 65.3592 - 80 234.664 1149 9 1 50.05 -47.609 65.3141 - 80 281.856 1148 9 1 49.85 -47.3497 65.2682 - 80 256.227 1147 9 1 49.65 -47.0902 65.2219 - 80 129.931 1146 9 1 49.45 -46.8296 65.1742 - 80 99.2107 694 9 0 45.1183 -41.1648 64.15 - 80 195.345 695 9 0 45.0305 -41.05 64.1292 - 80 201.63 696 9 0 44.8774 -40.85 64.0933 - 80 369.496 697 9 0 44.724 -40.65 64.0572 - 80 225.75 698 9 0 44.5703 -40.45 64.0214 - 80 189.324 699 9 0 44.4161 -40.25 63.9853 - 80 182.144 700 9 0 44.2621 -40.05 63.949 - 80 179.21 701 9 0 44.1077 -39.85 63.9132 - 80 194.713 702 9 0 43.9524 -39.65 63.8777 - 80 221.64 703 9 0 43.7967 -39.45 63.8427 - 80 274.994 704 9 0 43.6417 -39.25 63.808 - 80 128.101 705 9 0 43.4847 -39.05 63.7728 - 80 115.732 496 8 1 -80.7593 119.549 35.55 - 80 251.025 495 8 1 -80.85 119.675 35.5236 - 80 335.917 494 8 1 -81.05 119.953 35.4652 - 80 272.566 493 8 1 -81.25 120.231 35.407 - 80 413.764 492 8 1 -81.45 120.512 35.3495 - 80 448.425 491 8 1 -81.65 120.792 35.2917 - 80 282.814 490 8 1 -81.85 121.071 35.2333 - 80 91.5605 489 8 1 -82.05 121.349 35.1743 - 80 34.329 1529 8 0 -85.4848 126.11 34.15 - 80 170.137 1530 8 0 -85.5134 126.15 34.1415 - 80 217.75 1531 8 0 -85.6575 126.35 34.0986 - 80 225.391 1532 8 0 -85.8017 126.55 34.0559 - 80 237.216 1533 8 0 -85.946 126.75 34.0128 - 80 192.442 1534 8 0 -86.0906 126.95 33.9688 - 80 206.19 1535 8 0 -86.236 127.15 33.9243 - 80 192.186 1536 8 0 -86.3822 127.35 33.8804 - 80 194.559 1537 8 0 -86.5281 127.55 33.836 - 80 257.574 1538 8 0 -86.6733 127.75 33.7915 - 80 126.463 1128 8 1 45.7304 -37.4729 35.55 - 80 77.2699 715 8 0 45.4915 -36.9464 34.15 - 80 50.806 716 8 0 45.4477 -36.85 33.8937 - 80 122.855 1102 7 1 40.5259 -26.2652 5.55 - 80 84.2381 771 7 0 40.2864 -25.7538 4.15 - 80 33.2141 772 7 0 40.2377 -25.65 3.86578 - 80 284.577 1076 6 1 35.3861 -15.3194 -24.45 - 80 362.764 826 6 0 35.1531 -14.8121 -25.85 - 80 133.09 1051 5 1 30.3441 -4.42395 -54.45 - 80 44.1089 880 5 0 30.1102 -3.91366 -55.85 - 80 74.1331 881 5 0 30.081 -3.85 -56.0245 - 80 138.524 1026 4 1 25.321 6.53615 -84.45 - 80 115.807 1000 3 1 20.2273 17.6058 -114.45 - 80 122.681 990 3 0 19.9875 18.1183 -115.85 - 80 12.2577 991 3 0 19.9256 18.25 -116.21 - 80 31.9368 975 2 1 15.0687 28.6045 -144.45 - 80 103.518 974 2 1 15.05 28.6444 -144.559 - 80 169.364 1045 2 0 14.8276 29.1194 -145.85 - 80 8.7077 1046 2 0 14.7665 29.25 -146.205 - 80 93.4741 949 1 1 9.9038 39.6671 -174.45 - 80 19.2867 948 1 1 9.85 39.785 -174.768 - 80 38.6167 1100 1 0 9.6676 40.186 -175.85 - 80 58.8342 1101 1 0 9.63846 40.25 -176.023 - 80 131.365 923 0 1 4.84751 50.7841 -204.45 - 80 193.145 1156 0 0 4.60149 51.2971 -205.85 - 80 171.834 975 1 1 15.05 -81.1347 -174.827 - 80 17.0818 513 1 0 13.0419 -77.45 -175.967 - 80 150.987 976 1 1 15.25 -82.0125 -174.657 - 80 336.544 827 6 0 35.1222 -14.65 -26.1678 - 80 155.171 652 9 0 51.3927 -49.45 64.05 - 80 191.264 1214 8 1 62.9282 -66.2787 35.55 - 80 36.8508 1215 8 1 63.05 -66.5066 35.2046 - 80 39.8744 564 8 0 63.4144 -67.196 34.15 - 80 157.695 563 8 0 63.443 -67.25 34.0673 - 80 4.55217 562 8 0 63.5487 -67.45 33.7582 - 80 237.484 1267 7 1 73.4842 -85.3666 5.55 - 80 171.324 468 7 0 73.8324 -86.261 4.15 - 80 165.319 467 7 0 73.9052 -86.45 3.85444 - 80 180.319 1304 6 1 80.9631 -104.995 -24.45 - 80 94.595 1305 6 1 81.05 -105.174 -24.7094 - 80 13.0938 371 6 0 81.4327 -105.934 -25.85 - 80 278.904 370 6 0 81.441 -105.95 -25.8745 - 80 71.8276 369 6 0 81.5414 -106.15 -26.1744 - 80 271.956 1354 5 1 91.0097 -124.571 -54.45 - 80 34.2416 274 5 0 91.4387 -125.321 -55.85 - 80 219.412 273 5 0 91.4551 -125.35 -55.9045 - 80 261.468 1400 4 1 100.197 -139.944 -84.45 - 80 246.194 197 4 0 100.648 -140.588 -85.85 - 80 27.2731 196 4 0 100.761 -140.75 -86.2002 - 80 34.9805 1448 3 1 109.921 -153.967 -114.45 - 80 345.908 1449 3 1 109.95 -154.001 -114.523 - 80 171.858 127 3 0 110.464 -154.623 -115.85 - 80 62.8957 126 3 0 110.569 -154.75 -116.122 - 80 167.335 1505 2 1 121.276 -167.042 -144.45 - 80 86.1357 1506 2 1 121.35 -167.15 -144.702 - 80 139.737 62 2 0 121.691 -167.637 -145.85 - 80 75.4146 61 2 0 121.771 -167.75 -146.116 - 80 221.371 1550 1 1 130.286 -180.024 -174.45 - 80 19.5912 1521 5 1 124.537 -26.1269 -54.45 - 80 258.185 1522 5 1 124.55 -26.1202 -54.4704 - 80 61.0384 1523 5 1 124.75 -25.9993 -54.7725 - 80 605.028 772 5 0 125.453 -25.5596 -55.85 - 80 62.5745 773 5 0 125.576 -25.45 -56.0727 - 80 72.4576 1599 4 1 140.015 -8.54275 -84.45 - 80 121.133 1600 4 1 140.15 -8.31609 -84.6582 - 80 79.9779 866 4 0 141.011 -6.80786 -85.8502 - 80 100.374 867 4 0 141.106 -6.65 -85.9791 - 80 40.9976 868 4 0 141.23 -6.44949 -86.153 - 80 23.7503 1706 3 1 161.365 26.5322 -114.45 - 80 134.619 1705 3 1 161.35 26.6059 -114.532 - 80 67.6319 1038 3 0 160.927 27.7137 -115.85 - 80 119.859 1039 3 0 160.87 27.8502 -116.015 - 80 0.349462 1040 3 0 160.791 28.0501 -116.25 - 80 17.3048 1651 2 1 150.371 52.7414 -144.45 - 80 140.197 1650 2 1 150.35 52.7882 -144.505 - 80 87.9672 1169 2 0 149.919 53.9147 -145.85 - 80 89.722 1170 2 0 149.869 54.05 -146.011 - 80 0.400921 1171 2 0 149.814 54.25 -146.249 - 80 168.112 1617 1 1 143.706 78.0194 -174.45 - 80 55.866 1618 1 1 143.75 78.5011 -174.732 - 80 44.6251 1302 1 0 144.188 80.4829 -175.85 - 80 60.7879 1303 1 0 144.22 80.65 -175.945 - 80 61.0025 1304 1 0 144.253 80.85 -176.053 - 80 72.1791 1305 1 0 144.295 81.05 -176.144 - 80 31.8716 1306 1 0 144.356 81.25 -176.22 - 80 191.447 1281 1 0 151.737 76.2896 -176.25 - 80 170.318 771 5 0 125.497 -25.6794 -55.85 - 80 149.788 1621 4 1 144.388 -16.0138 -84.45 - 80 16.773 1622 4 1 144.55 -15.8744 -84.813 - 80 0.910263 822 4 0 145.007 -15.4522 -85.8503 - 80 116.72 823 4 0 145.009 -15.45 -85.8557 - 80 503.227 1682 3 1 156.627 -4.48258 -114.45 - 80 37.6075 1683 3 1 156.75 -4.41286 -114.764 - 80 249.808 879 3 0 157.167 -4.15791 -115.851 - 80 13.4666 1733 2 1 166.933 2.03616 -144.45 - 80 125.864 1734 2 1 166.95 2.03044 -144.509 - 80 106.697 909 2 0 167.331 1.92259 -145.85 - 80 10.2002 1774 1 1 175.134 -0.399796 -174.45 - 80 224.735 1775 1 1 175.15 -0.406377 -174.499 - 80 176.511 897 1 0 175.602 -0.590504 -175.85 - 80 1.18514 888 3 0 157.269 -2.25329 -115.85 - 80 157.612 889 3 0 157.27 -2.25 -115.854 - 80 55.3588 890 3 0 157.426 -2.04996 -116.106 - 80 32.9576 1781 2 1 176.433 11.9746 -144.45 - 80 67.1745 1780 2 1 176.35 11.9751 -144.526 - 80 80.3206 1779 2 1 176.15 11.9638 -144.635 - 80 87.6098 1778 2 1 175.95 11.937 -144.736 - 80 158.713 1777 2 1 175.75 11.825 -144.832 - 80 102.604 1776 2 1 175.55 11.5389 -144.772 - 80 26.0042 954 2 0 174.947 10.8851 -145.85 - 80 66.1445 953 2 0 174.906 10.85 -145.945 - 80 82.5297 952 2 0 174.884 10.65 -146.031 - 80 70.1518 951 2 0 174.918 10.45 -146.014 - 80 77.3484 950 2 0 174.905 10.25 -146.114 - 80 159.275 949 2 0 174.932 10.05 -146.217 - 80 408.694 1775 2 1 175.207 10.5848 -144.85 - 80 89.2181 770 5 0 123.957 -25.926 -55.85 - 80 22.4431 657 9 0 51.1167 -48.6485 64.15 - 80 97.1468 656 9 0 51.1281 -48.65 64.0994 - 80 183.807 1187 8 1 57.5329 -49.5289 35.55 - 80 98.8337 652 8 0 57.8381 -49.5693 34.15 - 80 119.462 1220 7 1 64.0727 -50.3422 5.55 - 80 112.026 648 7 0 64.3668 -50.3987 4.15 - 80 130.789 1252 6 1 70.476 -51.607 -24.45 - 80 115.788 641 6 0 70.6873 -51.6562 -25.85 - 80 144.008 1275 5 1 75.0894 -52.7405 -54.45 - 80 110.182 636 5 0 75.3217 -52.8061 -55.85 - 80 176.725 1300 4 1 80.074 -54.2198 -84.45 - 80 108.266 628 4 0 80.3159 -54.3221 -85.85 - 80 80.1975 1326 3 1 85.3977 -56.4056 -114.45 - 80 41.4415 1327 3 1 85.45 -56.4228 -114.75 - 80 117.783 617 3 0 85.6469 -56.4867 -115.85 - 80 128.086 1352 2 1 90.6819 -58.2017 -144.45 - 80 2.92365 1353 2 1 90.75 -58.2279 -144.838 - 80 122.326 608 2 0 90.9256 -58.2952 -145.85 - 80 69.7763 1378 1 1 95.9154 -60.0731 -174.45 - 80 55.2537 1379 1 1 95.95 -60.0893 -174.674 - 80 164.369 599 1 0 96.1374 -60.1837 -175.85 - 80 96.3461 1402 0 1 100.706 -62.4875 -204.45 - 80 36.5669 1403 0 1 100.75 -62.5081 -204.719 - 80 99.887 587 0 0 100.935 -62.5919 -205.85 -Number of digits in this event: 179 -Using G4ParticleGun... -Particle energy: 1.88542 LIN -Particle: proton -Event: 81 -Number of tracker hits in this event: 30 - 81 109.1 860 10 1 -7.94575 -98.4924 95.55 - 81 124.78 408 10 0 -7.9471 -98.4923 94.15 - 81 171.052 860 9 1 -7.9931 -98.4452 65.55 - 81 301.37 408 9 0 -7.99468 -98.4404 64.15 - 81 106.733 860 8 1 -8.04369 -98.3477 35.55 - 81 110.84 409 8 0 -8.04607 -98.3418 34.15 - 81 117.033 859 7 1 -8.10227 -98.2098 5.55 - 81 124.628 409 7 0 -8.10425 -98.2041 4.15 - 81 193.73 859 6 1 -8.14714 -98.0798 -24.45 - 81 162.048 410 6 0 -8.15058 -98.0757 -25.85 - 81 127.745 856 5 1 -8.74841 -97.7696 -54.45 - 81 97.5648 411 5 0 -8.78013 -97.7559 -55.85 - 81 147.288 853 4 1 -9.42601 -97.5015 -84.45 - 81 122.419 413 4 0 -9.4559 -97.4842 -85.85 - 81 120.314 849 3 1 -10.0717 -97.1347 -114.45 - 81 106.192 415 3 0 -10.105 -97.117 -115.85 - 81 152.987 846 2 1 -10.7826 -96.753 -144.45 - 81 107.422 417 2 0 -10.817 -96.7346 -145.85 - 81 165.669 842 1 1 -11.5232 -96.358 -174.45 - 81 114.747 419 1 0 -11.5577 -96.3365 -175.85 - 81 120.91 838 0 1 -12.2628 -95.8927 -204.45 - 81 128.407 421 0 0 -12.2987 -95.8685 -205.85 - 81 15.7373 147 0 0 -1.05723 -150.599 -206.131 - 81 106.194 1543 3 1 128.943 -90.7351 -114.85 - 81 10.2701 1542 3 1 128.75 -90.6284 -114.835 - 81 33.7367 451 3 0 127.065 -89.7739 -115.85 - 81 5.62203 1499 3 1 120.009 -93.6897 -114.85 - 81 16.9489 423 3 0 116.806 -95.5328 -115.85 - 81 47.5692 422 3 0 116.771 -95.5502 -115.857 - 81 150.703 1481 3 1 116.52 -95.752 -114.85 -Number of digits in this event: 18 -Using G4ParticleGun... -Particle energy: 7.06856 LIN -Particle: proton -Event: 82 -Number of tracker hits in this event: 27 - 82 129.142 680 11 1 -43.9947 5.68727 125.55 - 82 101.391 928 11 0 -43.9947 5.6869 124.15 - 82 99.7531 680 10 1 -43.9938 5.67957 95.55 - 82 105.73 928 10 0 -43.9928 5.67813 94.15 - 82 109.244 680 9 1 -43.9732 5.64772 65.55 - 82 127.777 927 9 0 -43.973 5.64537 64.15 - 82 106.409 680 8 1 -43.9719 5.59608 35.55 - 82 95.4739 927 8 0 -43.9712 5.59472 34.15 - 82 100.7 680 7 1 -43.9552 5.56876 5.55 - 82 102.327 927 7 0 -43.9543 5.56756 4.15 - 82 140.001 680 6 1 -43.9348 5.54245 -24.45 - 82 111.313 927 6 0 -43.9335 5.54204 -25.85 - 82 83.4848 680 5 1 -43.9113 5.52865 -54.45 - 82 110.49 927 5 0 -43.9095 5.52866 -55.85 - 82 108.527 680 4 1 -43.8705 5.52756 -84.45 - 82 126.36 927 4 0 -43.8692 5.52729 -85.85 - 82 108.394 681 3 1 -43.8426 5.52562 -114.45 - 82 213.214 927 3 0 -43.8422 5.52533 -115.85 - 82 115.852 681 2 1 -43.8389 5.52073 -144.45 - 82 122.997 927 2 0 -43.8386 5.52012 -145.85 - 82 123.266 681 1 1 -43.8326 5.50418 -174.45 - 82 103.519 927 1 0 -43.8318 5.50243 -175.85 - 82 207.19 681 0 1 -43.8096 5.46104 -204.45 - 82 114.406 927 0 0 -43.8077 5.45924 -205.85 - 82 64.5292 926 3 0 -43.7703 5.45 -116.147 - 82 102.449 1149 3 0 -71.1075 49.9242 -116.25 - 82 50.8151 928 9 0 -43.9619 5.65 63.8046 -Number of digits in this event: 10 -Using G4ParticleGun... -Particle energy: 2.00733 LIN -Particle: proton -Event: 83 -Number of tracker hits in this event: 26 - 83 118.437 620 11 1 -55.8798 -46.9418 125.55 - 83 109.106 665 11 0 -55.8786 -46.9375 124.15 - 83 144.81 620 10 1 -55.8564 -46.855 95.55 - 83 115.172 665 10 0 -55.854 -46.8511 94.15 - 83 16.9733 666 10 0 -55.8534 -46.85 93.7934 - 83 109.778 621 9 1 -55.8001 -46.7533 65.55 - 83 110.099 666 9 0 -55.797 -46.7496 64.15 - 83 121.825 621 8 1 -55.7402 -46.6692 35.55 - 83 124.508 666 8 0 -55.7367 -46.6654 34.15 - 83 103.253 621 7 1 -55.671 -46.6243 5.55 - 83 133.188 667 7 0 -55.6671 -46.6213 4.15 - 83 142.662 622 6 1 -55.5741 -46.564 -24.45 - 83 147.217 667 6 0 -55.5653 -46.5586 -25.85 - 83 310.47 623 5 1 -55.3818 -46.454 -54.45 - 83 107.462 668 5 0 -55.3713 -46.4487 -55.85 - 83 108.733 624 4 1 -55.1545 -46.3443 -84.45 - 83 114.425 668 4 0 -55.1414 -46.3428 -85.85 - 83 135.673 625 3 1 -54.8654 -46.3145 -114.45 - 83 127.951 668 3 0 -54.8505 -46.3143 -115.85 - 83 132.96 627 2 1 -54.5309 -46.2991 -144.45 - 83 96.7445 668 2 0 -54.5139 -46.2998 -145.85 - 83 114.22 629 1 1 -54.1592 -46.3114 -174.45 - 83 134.305 668 1 0 -54.1397 -46.3147 -175.85 - 83 106.044 631 0 1 -53.7383 -46.3782 -204.45 - 83 168.699 668 0 0 -53.7188 -46.38 -205.85 - 83 108.791 622 5 1 -55.45 -46.5107 -54.5255 -Number of digits in this event: 13 -Using G4ParticleGun... -Particle energy: 8.71815 LIN -Particle: proton -Event: 84 -Number of tracker hits in this event: 64 - 84 111.902 1080 11 1 36.2456 -40.3305 125.55 - 84 395.269 698 11 0 36.2453 -40.3302 124.15 - 84 122.573 1080 10 1 36.2364 -40.3249 95.55 - 84 123.377 698 10 0 36.2365 -40.3233 94.15 - 84 103.712 1080 9 1 36.2376 -40.2888 65.55 - 84 116.986 698 9 0 36.237 -40.2869 64.15 - 84 91.8911 1080 8 1 36.2259 -40.2477 35.55 - 84 209.163 699 8 0 36.2265 -40.2454 34.15 - 84 117.259 1080 7 1 36.2366 -40.1989 5.55 - 84 132.286 699 7 0 36.2363 -40.1974 4.15 - 84 125.558 1080 6 1 36.2352 -40.1667 -24.45 - 84 227.104 699 6 0 36.2356 -40.1649 -25.85 - 84 103.309 1080 5 1 36.2417 -40.1232 -54.45 - 84 144.751 699 5 0 36.2414 -40.1203 -55.85 - 84 101.838 1080 4 1 36.2387 -40.0634 -84.45 - 84 124.473 699 4 0 36.2414 -40.0599 -85.85 - 84 121.859 1081 3 1 36.2973 -39.9807 -114.45 - 84 103.321 700 3 0 36.2999 -39.9764 -115.85 - 84 125.421 1081 2 1 36.353 -39.89 -144.45 - 84 100.229 700 2 0 36.3554 -39.8839 -145.85 - 84 119.285 1081 1 1 36.4042 -39.7617 -174.45 - 84 95.5997 701 1 0 36.4063 -39.7547 -175.85 - 84 126.329 1081 0 1 36.4458 -39.6104 -204.45 - 84 209.167 702 0 0 36.4478 -39.6037 -205.85 - 84 69.6384 1406 0 0 -11.8261 101.35 -205.979 - 84 219.478 841 0 1 -11.6659 102.953 -204.85 - 84 59.483 1216 10 1 63.25 -30.7131 95.2541 - 84 158.872 875 5 0 -17.3169 -5.04939 -56.25 - 84 26.0426 874 5 0 -17.317 -5.05005 -56.2456 - 84 288.236 804 5 1 -19.1399 -4.87699 -54.85 - 84 2.83721 803 5 1 -19.25 -5.11542 -54.6625 - 84 148.133 884 5 0 -21.9357 -3.1906 -55.85 - 84 65.3666 885 5 0 -21.9237 -3.05 -55.9117 - 84 135.84 621 1 0 81.1519 -55.6695 -176.25 - 84 232.62 1310 1 1 82.2074 -56.048 -174.85 - 84 91.7761 1311 1 1 82.25 -56.0629 -174.793 - 84 29.9078 1312 1 1 82.45 -56.1336 -174.535 - 84 124.242 619 2 0 92.7582 -56.1638 -146.25 - 84 72.7188 1365 2 1 93.2711 -56.1768 -144.85 - 84 53.7233 1366 2 1 93.3502 -56.1804 -144.62 - 84 103.061 587 3 0 117.783 -62.5921 -116.25 - 84 44.0565 586 3 0 118.03 -62.65 -115.961 - 84 113.594 1494 3 1 118.952 -62.8678 -114.85 - 84 54.8549 1495 3 1 119.15 -62.914 -114.608 - 84 160.112 601 4 0 151.147 -59.7679 -86.25 - 84 43.4047 1662 4 1 152.629 -59.5642 -84.8492 - 84 67.1089 1663 4 1 152.75 -59.5433 -84.7363 - 84 67.3879 1664 4 1 152.951 -59.5063 -84.5757 - 84 146.378 617 1 0 83.5773 -56.521 -176.25 - 84 72.4476 1323 1 1 84.7202 -56.9019 -174.85 - 84 99.0971 1324 1 1 84.85 -56.9417 -174.691 - 84 105.57 557 2 0 107.06 -68.5192 -146.25 - 84 32.6013 556 2 0 107.275 -68.65 -145.954 - 84 53.5629 1439 2 1 108.028 -69.159 -144.85 - 84 140.506 1440 2 1 108.15 -69.2396 -144.679 - 84 101.849 396 3 0 128.374 -100.762 -116.249 - 84 106.88 395 3 0 128.494 -100.95 -116.088 - 84 41.763 394 3 0 128.632 -101.15 -115.921 - 84 16.0236 1547 3 1 129.705 -102.341 -114.85 - 84 91.9457 1548 3 1 129.75 -102.39 -114.806 - 84 92.122 1549 3 1 129.95 -102.593 -114.619 - 84 243.491 1540 3 1 128.331 -101.375 -114.85 - 84 230.186 699 11 0 36.175 -40.2496 124.067 - 84 17.7911 701 11 0 36.0647 -39.85 123.925 -Number of digits in this event: 29 -Using G4ParticleGun... -Particle energy: 1.5601 LIN -Particle: proton -Event: 85 -Number of tracker hits in this event: 25 - 85 159.277 618 11 1 -56.4422 -26.9997 125.55 - 85 105.809 765 11 0 -56.4423 -26.999 124.15 - 85 126.412 618 10 1 -56.4477 -27.0023 95.55 - 85 124.082 765 10 0 -56.4506 -26.9992 94.15 - 85 126.385 617 9 1 -56.5135 -26.9183 65.55 - 85 107.64 765 9 0 -56.5164 -26.9149 64.15 - 85 160.975 617 8 1 -56.5881 -26.8676 35.55 - 85 190.603 765 8 0 -56.5937 -26.8636 34.15 - 85 108.697 616 7 1 -56.6888 -26.7814 5.55 - 85 133.938 766 7 0 -56.6967 -26.7759 4.15 - 85 143.942 615 6 1 -56.8527 -26.6637 -24.45 - 85 120.279 766 6 0 -56.8605 -26.6626 -25.85 - 85 96.73 615 5 1 -57.0339 -26.6394 -54.45 - 85 133.706 767 5 0 -57.0404 -26.6396 -55.85 - 85 120.932 614 4 1 -57.1766 -26.6415 -84.45 - 85 137.726 767 4 0 -57.1832 -26.6403 -85.85 - 85 233.653 613 3 1 -57.314 -26.6274 -114.45 - 85 127.663 767 3 0 -57.3196 -26.6261 -115.85 - 85 159.958 613 2 1 -57.4332 -26.5933 -144.45 - 85 151.537 767 2 0 -57.4348 -26.5914 -145.85 - 85 148.745 612 1 1 -57.4797 -26.5376 -174.45 - 85 121.551 767 1 0 -57.4842 -26.5301 -175.85 - 85 143.375 612 0 1 -57.5956 -26.3846 -204.45 - 85 152.922 768 0 0 -57.6014 -26.3765 -205.85 - 85 75.4881 766 8 0 -56.7079 -26.85 33.8415 -Number of digits in this event: 22 -Using G4ParticleGun... -Particle energy: 2.9238 LIN -Particle: proton -Event: 86 -Number of tracker hits in this event: 22 - 86 112.124 1310 10 1 82.2414 76.2101 95.55 - 86 108.299 1280 10 0 82.2384 76.2117 94.15 - 86 102.682 1310 9 1 82.1848 76.2445 65.55 - 86 111.049 1280 9 0 82.1816 76.2447 64.15 - 86 115.286 1310 8 1 82.1181 76.2472 35.55 - 86 125.071 1280 8 0 82.1151 76.2477 34.15 - 86 111.632 1310 7 1 82.0539 76.2631 5.55 - 86 228.865 1281 7 0 82.0521 76.2652 4.15 - 86 131.827 1309 6 1 82.0137 76.3059 -24.45 - 86 112.367 1281 6 0 82.0113 76.3089 -25.85 - 86 141.429 1309 5 1 81.9661 76.372 -54.45 - 86 141.411 1281 5 0 81.9648 76.3738 -55.85 - 86 90.3697 1309 4 1 81.9458 76.4073 -84.45 - 86 121.604 1281 4 0 81.9455 76.4102 -85.85 - 86 114.931 1309 3 1 81.9431 76.4665 -114.45 - 86 100.572 1282 3 0 81.9434 76.4697 -115.85 - 86 146.294 1309 2 1 81.9453 76.5363 -144.45 - 86 99.5494 1282 2 0 81.9458 76.5413 -145.85 - 86 122.369 1309 1 1 81.9606 76.6471 -174.45 - 86 98.165 1283 1 0 81.9596 76.653 -175.85 - 86 134.204 1309 0 1 81.9452 76.7807 -204.45 - 86 103.686 1283 0 0 81.9474 76.7902 -205.85 -Number of digits in this event: 10 -Using G4ParticleGun... -Particle energy: 5.51509 LIN -Particle: proton -Event: 87 -Number of tracker hits in this event: 54 - 87 92.4056 989 9 1 17.9422 -124.728 65.55 - 87 150.635 277 9 0 17.9424 -124.728 64.15 - 87 242.617 989 8 1 17.9501 -124.741 35.55 - 87 107.261 277 8 0 17.9504 -124.74 34.15 - 87 99.1237 989 7 1 17.9597 -124.734 5.55 - 87 118.255 277 7 0 17.9605 -124.734 4.15 - 87 118.112 989 6 1 17.9799 -124.733 -24.45 - 87 92.9977 277 6 0 17.9809 -124.733 -25.85 - 87 128.538 989 5 1 18.0025 -124.736 -54.45 - 87 254.623 277 5 0 18.0034 -124.736 -55.85 - 87 113.137 989 4 1 18.0198 -124.743 -84.45 - 87 119.244 277 4 0 18.0199 -124.744 -85.85 - 87 112.402 989 3 1 18.0237 -124.76 -114.45 - 87 312.863 276 3 0 18.024 -124.761 -115.85 - 87 114.802 989 2 1 18.0327 -124.774 -144.45 - 87 139.706 276 2 0 18.0326 -124.775 -145.85 - 87 116.45 989 1 1 18.0213 -124.8 -174.45 - 87 222.554 276 1 0 18.0198 -124.802 -175.85 - 87 267.847 989 0 1 17.9869 -124.853 -204.45 - 87 146.179 276 0 0 17.9863 -124.855 -205.85 - 87 116.76 1365 2 1 93.2472 100.741 -144.587 - 87 57.3285 180 5 1 -144.046 147.728 -54.8238 - 87 6.76712 733 0 0 -30.2073 -33.4478 -206.25 - 87 23.0121 732 0 0 -30.2083 -33.45 -206.249 - 87 26.2268 760 0 0 -45.6736 -28.0283 -206.25 - 87 430.453 351 0 0 -68.9337 -109.939 -206.25 - 87 65.3258 539 0 1 -72.0865 -109.379 -204.85 - 87 390.691 538 0 1 -72.25 -109.35 -204.777 - 87 81.0275 537 0 1 -72.45 -109.314 -204.689 - 87 75.3171 536 0 1 -72.65 -109.278 -204.6 - 87 48.2312 535 0 1 -72.85 -109.242 -204.51 - 87 305.482 419 1 0 -133.985 -96.2557 -176.25 - 87 262.669 420 1 0 -134.462 -96.15 -176.029 - 87 31.0841 215 1 1 -137.047 -95.5422 -174.85 - 87 101.665 214 1 1 -137.15 -95.5178 -174.803 - 87 86.6864 213 1 1 -137.35 -95.4707 -174.712 - 87 78.745 212 1 1 -137.55 -95.4231 -174.622 - 87 74.205 211 1 1 -137.75 -95.3763 -174.532 - 87 83.7128 421 1 0 -134.99 -95.9499 -176.125 - 87 80.9639 422 1 0 -134.97 -95.75 -176.164 - 87 74.4994 423 1 0 -135.112 -95.5494 -176.215 - 87 108.341 424 1 0 -135.175 -95.3497 -176.215 - 87 133.162 425 1 0 -135.201 -95.1495 -176.188 - 87 59.5702 857 7 1 -8.61413 53.8145 5.15 - 87 153.019 856 7 1 -8.65 53.8743 5.30214 - 87 129.114 288 0 0 12.4561 -122.45 -206.25 - 87 210.034 963 0 1 12.714 -121.778 -204.85 - 87 176.778 275 0 0 17.9974 -124.95 -206.24 - 87 21.2831 275 1 0 17.9237 -124.95 -176.206 - 87 5.55808 39 2 0 76.0367 -172.332 -146.25 - 87 17.643 38 2 0 76.049 -172.35 -146.246 - 87 96.1601 363 6 0 16.6193 -107.529 -26.25 - 87 117.464 364 6 0 16.6982 -107.35 -26.1194 - 87 369.423 365 6 0 16.7828 -107.15 -26.0323 -Number of digits in this event: 22 -Using G4ParticleGun... -Particle energy: 7.23147 LIN -Particle: proton -Event: 88 -Number of tracker hits in this event: 35 - 88 97.2989 1542 8 1 128.648 61.0366 35.55 - 88 95.3851 1204 8 0 128.648 61.0377 34.15 - 88 127.496 1542 7 1 128.654 61.0642 5.55 - 88 100.479 1205 7 0 128.655 61.0651 4.15 - 88 99.2626 1542 6 1 128.661 61.0848 -24.45 - 88 106.219 1205 6 0 128.662 61.0848 -25.85 - 88 126.526 1542 5 1 128.673 61.0831 -54.45 - 88 104.258 1205 5 0 128.674 61.0834 -55.85 - 88 111.27 1542 4 1 128.683 61.0902 -84.45 - 88 247.833 1205 4 0 128.683 61.0903 -85.85 - 88 96.2775 1542 3 1 128.695 61.0894 -114.45 - 88 122.389 1205 3 0 128.695 61.0891 -115.85 - 88 123.588 1542 2 1 128.689 61.0818 -144.45 - 88 146.47 1205 2 0 128.689 61.0811 -145.85 - 88 128.932 1542 1 1 128.693 61.0655 -174.45 - 88 123.297 1205 1 0 128.696 61.0579 -175.85 - 88 269.798 1542 0 1 128.746 60.9028 -204.45 - 88 84.778 1204 0 0 128.748 60.8948 -205.85 - 88 101.871 1543 0 1 128.75 60.9049 -204.501 - 88 160.496 1205 0 0 129.393 61.0599 -205.85 - 88 431.829 1260 0 0 125.327 72.0808 -206.249 - 88 26.4666 1261 0 0 124.36 72.25 -205.874 - 88 38.3049 1504 0 1 121.082 73.162 -204.85 - 88 105.215 1503 0 1 120.95 73.1974 -204.81 - 88 65.0822 1502 0 1 120.749 73.2742 -204.696 - 88 56.7553 1501 0 1 120.55 73.3525 -204.553 - 88 91.1613 1543 6 1 128.926 61.4923 -24.45 - 88 16.0856 1544 6 1 128.95 61.4867 -24.7865 - 88 108.817 1206 6 0 128.943 61.3743 -25.8506 - 88 26.9333 1114 6 0 164.42 42.868 -26.25 - 88 171.186 1113 6 0 164.497 42.85 -26.2013 - 88 66.6241 1112 6 0 165.071 42.6499 -25.943 - 88 47.097 1730 6 1 166.278 41.3231 -24.85 - 88 184.175 1731 6 1 166.35 41.226 -24.7654 - 88 320.307 1732 6 1 166.612 40.665 -24.45 -Number of digits in this event: 15 -Using G4ParticleGun... -Particle energy: 2.1943 LIN -Particle: proton -Event: 89 -Number of tracker hits in this event: 22 - 89 120.385 1383 10 1 96.9446 59.1882 95.55 - 89 117.233 1195 10 0 96.9421 59.1851 94.15 - 89 118.773 1383 9 1 96.8787 59.1089 65.55 - 89 120.737 1195 9 0 96.875 59.108 64.15 - 89 152.377 1383 8 1 96.8076 59.0817 35.55 - 89 181.03 1195 8 0 96.8047 59.078 34.15 - 89 117.211 1382 7 1 96.7427 58.9958 5.55 - 89 134.45 1194 7 0 96.7444 58.9914 4.15 - 89 131.923 1383 6 1 96.7845 58.9032 -24.45 - 89 89.5757 1194 6 0 96.7893 58.8961 -25.85 - 89 139.474 1383 5 1 96.9071 58.7443 -54.45 - 89 89.4218 1193 5 0 96.9118 58.7341 -55.85 - 89 112.225 1384 4 1 97.0039 58.523 -84.45 - 89 99.336 1192 4 0 97.008 58.5119 -85.85 - 89 104.14 1384 3 1 97.0826 58.277 -114.45 - 89 144.503 1191 3 0 97.0861 58.2646 -115.85 - 89 103.993 1385 2 1 97.1572 58.0089 -144.45 - 89 125.3 1189 2 0 97.1615 57.9971 -145.85 - 89 152.931 1385 1 1 97.2442 57.7431 -174.45 - 89 169.147 1188 1 0 97.2524 57.7269 -175.85 - 89 113.252 1386 0 1 97.4205 57.3921 -204.45 - 89 104.827 1186 0 0 97.4318 57.3751 -205.85 -Number of digits in this event: 13 -Using G4ParticleGun... -Particle energy: 6.82822 LIN -Particle: proton -Event: 90 -Number of tracker hits in this event: 17 - 90 124.902 1628 7 1 145.939 -24.4358 5.55 - 90 115.265 778 7 0 145.939 -24.4358 4.15 - 90 91.317 1628 6 1 145.924 -24.4366 -24.45 - 90 192.154 778 6 0 145.922 -24.4368 -25.85 - 90 95.3082 1628 5 1 145.89 -24.4426 -54.45 - 90 219.538 778 5 0 145.887 -24.4426 -55.85 - 90 151.468 1628 4 1 145.836 -24.447 -84.45 - 90 165.93 778 4 0 145.832 -24.4464 -85.85 - 90 119.957 1628 3 1 145.753 -24.4348 -114.45 - 90 199.616 778 3 0 145.748 -24.4343 -115.85 - 90 110.084 1627 2 1 145.654 -24.4238 -144.45 - 90 263.027 778 2 0 145.649 -24.4236 -145.85 - 90 133.653 1627 1 1 145.554 -24.4175 -174.45 - 90 142.563 778 1 0 145.55 -24.4169 -175.85 - 90 126.788 1626 0 1 145.463 -24.4065 -204.45 - 90 261.688 778 0 0 145.459 -24.4055 -205.85 - 90 109.924 777 0 0 145.48 -24.45 -206.031 -Number of digits in this event: 12 -Using G4ParticleGun... -Particle energy: 8.64591 LIN -Particle: proton -Event: 91 -Number of tracker hits in this event: 24 - 91 129.931 1048 11 1 29.7749 -0.502497 125.55 - 91 92.1153 897 11 0 29.7754 -0.502936 124.15 - 91 175.377 1048 10 1 29.7843 -0.511793 95.55 - 91 105.848 897 10 0 29.7847 -0.513295 94.15 - 91 111.31 1048 9 1 29.7971 -0.545307 65.55 - 91 105.212 897 9 0 29.7978 -0.546972 64.15 - 91 101.16 1048 8 1 29.8098 -0.57969 35.55 - 91 220.799 897 8 0 29.8108 -0.581243 34.15 - 91 104.15 1048 7 1 29.8313 -0.615061 5.55 - 91 105.747 897 7 0 29.8328 -0.615997 4.15 - 91 155.626 1049 6 1 29.8612 -0.636373 -24.45 - 91 97.7945 897 6 0 29.8616 -0.637466 -25.85 - 91 179.328 1049 5 1 29.8669 -0.659097 -54.45 - 91 106.024 896 5 0 29.8675 -0.660553 -55.85 - 91 109.854 1049 4 1 29.8768 -0.685999 -84.45 - 91 100.068 896 4 0 29.877 -0.686736 -85.85 - 91 122.515 1049 3 1 29.8794 -0.700109 -114.45 - 91 138.355 896 3 0 29.8804 -0.701253 -115.85 - 91 135.064 1049 2 1 29.8997 -0.726337 -144.45 - 91 177.455 896 2 0 29.8996 -0.729287 -145.85 - 91 136.897 1049 1 1 29.8985 -0.787751 -174.45 - 91 186.04 896 1 0 29.8985 -0.789947 -175.85 - 91 108.62 1049 0 1 29.8954 -0.832582 -204.45 - 91 114.577 896 0 0 29.8951 -0.835212 -205.85 -Number of digits in this event: 12 -Using G4ParticleGun... -Particle energy: 6.74035 LIN -Particle: proton -Event: 92 -Number of tracker hits in this event: 18 - 92 136.381 1439 8 1 107.997 -87.7998 35.55 - 92 126.813 461 8 0 107.997 -87.7993 34.15 - 92 123.603 1439 7 1 108.002 -87.7823 5.55 - 92 109.232 461 7 0 108.002 -87.7822 4.15 - 92 129.318 1439 6 1 108 -87.7794 -24.45 - 92 102.761 461 6 0 107.999 -87.7785 -25.85 - 92 122.669 1439 5 1 107.973 -87.7567 -54.45 - 92 161.888 461 5 0 107.968 -87.7549 -55.85 - 92 101.397 1438 4 1 107.868 -87.7168 -84.45 - 92 125.153 461 4 0 107.863 -87.7158 -85.85 - 92 144.215 1438 3 1 107.759 -87.698 -114.45 - 92 102.053 461 3 0 107.754 -87.6978 -115.85 - 92 95.1974 1437 2 1 107.654 -87.6923 -144.45 - 92 167.583 461 2 0 107.648 -87.6919 -145.85 - 92 112.235 1436 1 1 107.517 -87.6874 -174.45 - 92 93.5614 461 1 0 107.51 -87.6865 -175.85 - 92 186.49 1436 0 1 107.377 -87.6668 -204.45 - 92 226.373 461 0 0 107.371 -87.6642 -205.85 -Number of digits in this event: 14 -Using G4ParticleGun... -Particle energy: 8.7549 LIN -Particle: proton -Event: 93 -Number of tracker hits in this event: 25 - 93 103.709 710 10 1 -38.0265 107.609 95.55 - 93 146.931 1437 10 0 -38.0263 107.609 94.15 - 93 143.12 710 9 1 -38.0218 107.605 65.55 - 93 109.247 1437 9 0 -38.0213 107.605 64.15 - 93 99.6998 710 8 1 -38.0111 107.605 35.55 - 93 121.414 1437 8 0 -38.0102 107.605 34.15 - 93 115.298 710 7 1 -37.989 107.615 5.55 - 93 98.8656 1437 7 0 -37.9885 107.616 4.15 - 93 102.538 710 6 1 -37.9777 107.623 -24.45 - 93 111.395 1437 6 0 -37.9768 107.623 -25.85 - 93 126.626 710 5 1 -37.9597 107.634 -54.45 - 93 116.693 1437 5 0 -37.9593 107.634 -55.85 - 93 120.129 710 4 1 -37.9536 107.646 -84.45 - 93 125.81 1437 4 0 -37.9527 107.646 -85.85 - 93 191.142 710 3 1 -37.9313 107.662 -114.45 - 93 89.7167 1437 3 0 -37.9301 107.663 -115.85 - 93 141.13 710 2 1 -37.9031 107.691 -144.45 - 93 156.96 1437 2 0 -37.9018 107.693 -145.85 - 93 100.393 710 1 1 -37.8751 107.731 -174.45 - 93 124.663 1437 1 0 -37.8737 107.733 -175.85 - 93 112.405 711 0 1 -37.8455 107.78 -204.45 - 93 110.18 1438 0 0 -37.8443 107.782 -205.85 - 93 102.815 1438 1 0 -37.8545 107.75 -176.013 - 93 110.137 1353 1 0 -56.9829 90.7605 -176.25 - 93 137.35 1352 1 0 -56.9904 90.75 -176.231 -Number of digits in this event: 12 -Using G4ParticleGun... -Particle energy: 5.36235 LIN -Particle: proton -Event: 94 -Number of tracker hits in this event: 29 - 94 111.218 977 9 1 15.507 -131.247 65.55 - 94 129.69 244 9 0 15.5077 -131.247 64.15 - 94 261.54 977 8 1 15.524 -131.263 35.55 - 94 95.5763 244 8 0 15.5247 -131.265 34.15 - 94 170.282 977 7 1 15.5379 -131.307 5.55 - 94 105.476 244 7 0 15.5374 -131.308 4.15 - 94 125.227 977 6 1 15.5207 -131.314 -24.45 - 94 93.758 244 6 0 15.5198 -131.314 -25.85 - 94 102.976 977 5 1 15.5035 -131.32 -54.45 - 94 113.721 244 5 0 15.504 -131.319 -55.85 - 94 199.333 977 4 1 15.5189 -131.32 -84.45 - 94 138.799 244 4 0 15.5186 -131.32 -85.85 - 94 112.074 977 3 1 15.5096 -131.313 -114.45 - 94 114.59 244 3 0 15.5092 -131.312 -115.85 - 94 129.884 977 2 1 15.5039 -131.284 -144.45 - 94 121.052 244 2 0 15.5043 -131.284 -145.85 - 94 98.3593 977 1 1 15.5133 -131.287 -174.45 - 94 144.678 244 1 0 15.5127 -131.288 -175.85 - 94 245.013 977 0 1 15.5007 -131.295 -204.45 - 94 205.138 244 0 0 15.499 -131.295 -205.85 - 94 10.2694 243 0 0 14.8346 -131.355 -205.85 - 94 100.158 243 4 0 15.5193 -131.35 -85.9953 - 94 129.769 242 4 0 15.5052 -131.55 -86.2306 - 94 20.6888 241 4 0 15.3817 -131.75 -86.2198 - 94 80.3779 57 4 0 -41.3561 -168.661 -86.25 - 94 148.246 56 4 0 -41.472 -168.75 -86.1377 - 94 113.953 690 4 1 -41.8662 -169.24 -84.8499 - 94 141.718 691 4 1 -41.85 -169.386 -84.6992 - 94 9.8058 848 4 0 -54.613 -10.45 -86.1896 -Number of digits in this event: 15 -Using G4ParticleGun... -Particle energy: 2.58188 LIN -Particle: proton -Event: 95 -Number of tracker hits in this event: 40 - 95 241.575 1316 10 1 83.3112 71.9891 95.55 - 95 118.638 1259 10 0 83.3095 71.9897 94.15 - 95 129.052 1316 9 1 83.2777 72.0069 65.55 - 95 87.5672 1259 9 0 83.2747 72.0079 64.15 - 95 101.112 1315 8 1 83.2117 72.0272 35.55 - 95 120.394 1259 8 0 83.2088 72.0264 34.15 - 95 135.649 1315 7 1 83.1599 72.0153 5.55 - 95 206.503 1259 7 0 83.1579 72.0154 4.15 - 95 125.345 1315 6 1 83.1328 72.0172 -24.45 - 95 107.103 1259 6 0 83.1333 72.0162 -25.85 - 95 124.265 1315 5 1 83.1414 71.9889 -54.45 - 95 165.464 1259 5 0 83.1408 71.9876 -55.85 - 95 125.687 1315 4 1 83.1244 71.9558 -84.45 - 95 125.929 1259 4 0 83.1234 71.9551 -85.85 - 95 114.437 1315 3 1 83.1065 71.9472 -114.45 - 95 112.01 1259 3 0 83.1002 71.949 -115.85 - 95 111.829 1314 2 1 82.9594 71.9948 -144.45 - 95 170.138 1259 2 0 82.9536 71.9984 -145.85 - 95 118.026 1313 1 1 82.8274 72.0689 -174.45 - 95 130.455 1260 1 0 82.8207 72.0761 -175.85 - 95 138.384 1313 0 1 82.6848 72.2242 -204.45 - 95 255.629 1260 0 0 82.6769 72.2334 -205.85 - 95 90.108 1261 0 0 82.779 72.25 -206.07 - 95 201.6 1314 0 1 82.85 72.323 -204.494 - 95 129.142 1260 7 0 83.1746 72.05 3.88988 - 95 88.3757 1317 10 1 83.45 72.1462 95.3591 - 95 33.9193 1266 10 0 84.0974 73.372 94.15 - 95 82.7052 1267 10 0 84.139 73.45 94.0787 - 95 101.21 1268 10 0 84.2654 73.65 93.9117 - 95 20.6635 1623 10 0 112.081 144.881 93.75 - 95 183.459 1624 10 0 112.069 144.95 93.8063 - 95 112.464 1625 10 0 112.043 145.15 93.941 - 95 74.968 1626 10 0 112.041 145.35 94.0644 - 95 205.472 1459 10 1 111.999 147.488 95.15 - 95 444.649 1481 11 0 29.3575 116.429 123.75 - 95 4.46984 1480 11 0 28.2995 116.35 124.138 - 95 9.56499 1036 11 1 27.263 115.475 125.15 - 95 82.1963 1035 11 1 27.25 115.464 125.162 - 95 97.9098 1034 11 1 27.0499 115.335 125.243 - 95 220.151 1033 11 1 26.85 115.319 125.234 +Number of tracker hits in this event: 46 + 70 103.334 833 11 1 -13.2573 74.9948 125.55 + 70 111.11 1274 11 0 -13.2576 74.9954 124.15 + 70 130.693 833 10 1 -13.2571 75.0065 95.55 + 70 106.383 1274 10 0 -13.2556 75.009 94.15 + 70 196.584 834 9 1 -13.2199 75.0629 65.55 + 70 137.642 1275 9 0 -13.2209 75.0691 64.15 + 70 110.761 834 8 1 -13.244 75.2017 35.55 + 70 118.764 1275 8 0 -13.2463 75.2094 34.15 + 70 111.562 833 7 1 -13.2926 75.3837 5.55 + 70 223.529 1276 7 0 -13.2938 75.3901 4.15 + 70 225.822 833 6 1 -13.3074 75.524 -24.45 + 70 105.361 1277 6 0 -13.3076 75.5306 -25.85 + 70 127.762 833 5 1 -13.3166 75.6555 -54.45 + 70 101.765 1278 5 0 -13.3176 75.6599 -55.85 + 70 110.93 833 4 1 -13.3443 75.7438 -84.45 + 70 108.604 1278 4 0 -13.3454 75.7482 -85.85 + 70 122.438 833 3 1 -13.3705 75.8415 -114.45 + 70 129.091 1278 3 0 -13.3713 75.8482 -115.85 + 70 2.89223 1279 3 0 -13.3715 75.85 -116.234 + 70 209.475 833 2 1 -13.3831 75.9796 -144.45 + 70 106.856 1279 2 0 -13.3835 75.9866 -145.85 + 70 106.432 833 1 1 -13.392 76.1263 -174.45 + 70 123.274 1280 1 0 -13.3926 76.1327 -175.85 + 70 180.597 833 0 1 -13.4131 76.2635 -204.45 + 70 195.984 1281 0 0 -13.414 76.2704 -205.85 + 70 41.4 1280 0 0 -13.3864 76.25 -205.897 + 70 31.4065 834 2 1 -13.25 76.0178 -144.751 + 70 140.292 1280 2 0 -12.6843 76.0528 -145.85 + 70 94.2671 930 1 1 6.09717 77.8763 -174.45 + 70 92.1418 931 1 1 6.25011 77.7953 -174.626 + 70 0.158977 932 1 1 6.45 77.7109 -174.849 + 70 96.3781 1286 1 0 7.52072 77.3367 -175.85 + 70 30.0151 1285 1 0 7.75869 77.25 -176.144 + 70 36.3466 1398 1 0 46.1706 99.8496 -176.25 + 70 107.453 1399 1 0 46.2043 99.9501 -176.144 + 70 15.9582 1400 1 0 46.2568 100.15 -175.905 + 70 137.707 1133 1 1 46.7327 100.808 -174.85 + 70 74.7574 1134 1 1 46.85 100.921 -174.661 + 70 209.745 1135 1 1 47.199 101.091 -174.45 + 70 130.497 1407 1 0 47.3672 101.628 -175.85 + 70 335.876 1361 1 0 91.3264 92.4774 -176.25 + 70 59.876 1136 1 1 47.25 100.856 -174.527 + 70 129.948 1137 1 1 47.45 100.835 -174.536 + 70 258.55 1138 1 1 47.6501 100.881 -174.656 + 70 41.3039 1402 1 0 46.6667 100.551 -175.85 + 70 351.419 1401 1 0 46.5992 100.55 -175.923 Number of digits in this event: 21 Using G4ParticleGun... -Particle energy: 5.72695 LIN +Particle energy: 4.04718 LIN Particle: proton -Event: 96 -Number of tracker hits in this event: 330 - 96 88.2004 1313 9 1 82.6689 102.475 65.55 - 96 113.129 1411 9 0 82.6684 102.475 64.15 - 96 187.181 1313 8 1 82.6512 102.48 35.55 - 96 111.819 1411 8 0 82.6501 102.481 34.15 - 96 193.986 1312 7 1 82.6341 102.494 5.55 - 96 105.35 1411 7 0 82.6355 102.494 4.15 - 96 103.089 1313 6 1 82.6602 102.494 -24.45 - 96 146.375 1411 6 0 82.662 102.492 -25.85 - 96 113.883 1313 5 1 82.6974 102.452 -54.45 - 96 126.981 1411 5 0 82.6997 102.45 -55.85 - 96 100.515 1313 4 1 82.7466 102.407 -84.45 - 96 140.041 1411 4 0 82.7489 102.403 -85.85 - 96 23.0148 1549 0 1 129.95 168.003 -204.747 - 96 28.1744 601 6 1 -59.85 122.29 -24.7544 - 96 174.437 1296 3 0 73.9521 79.3243 -116.05 - 96 1072.11 1682 4 0 88.4721 156.697 -86.25 - 96 6488.03 1683 4 0 88.4776 156.75 -86.2226 - 96 15013.9 1314 3 1 82.8501 102.595 -114.45 - 96 3196.93 1313 3 1 82.8076 102.275 -114.45 - 96 2219.89 1407 3 0 82.8746 101.711 -115.85 - 96 444.235 1320 2 1 84.1171 90.2522 -144.45 - 96 1056.93 1347 2 0 84.0906 89.4745 -145.85 - 96 1917.34 1346 2 0 84.0897 89.45 -145.894 - 96 792.597 1318 1 1 83.6751 73.6252 -174.45 - 96 240.086 1264 1 0 83.6629 72.928 -175.85 - 96 401.338 1263 1 0 83.6612 72.85 -176.007 - 96 1005.95 1317 0 1 83.4897 58.8609 -204.45 - 96 716.284 1190 0 0 83.4328 58.2218 -205.85 - 96 63.6441 1189 0 0 83.4169 58.05 -206.222 - 96 205.75 1406 3 0 82.8727 101.55 -116.17 - 96 7060.22 1312 3 1 82.65 102.17 -114.496 - 96 2006.73 1311 3 1 82.45 101.912 -114.802 - 96 1049.08 1404 3 0 81.7494 101.068 -115.85 - 96 2269.72 1403 3 0 81.6515 100.95 -115.996 - 96 2933.43 1402 3 0 81.4837 100.75 -116.241 - 96 551.984 1211 2 1 62.3916 77.9785 -144.45 - 96 683.136 1210 2 1 62.25 77.8364 -144.637 - 96 241.419 1284 2 0 61.3457 76.9219 -145.85 - 96 735.906 1283 2 0 61.2747 76.85 -145.945 - 96 96.2711 1282 2 0 61.0785 76.65 -146.213 - 96 531.614 1099 1 1 39.999 55.5248 -174.45 - 96 649.59 1098 1 1 39.85 55.3835 -174.647 - 96 272.924 1172 1 0 38.9163 54.5011 -175.85 - 96 1047.44 1171 1 0 38.8622 54.45 -175.919 - 96 178.514 1170 1 0 38.6495 54.25 -176.192 - 96 379.465 980 0 1 16.1336 33.5316 -204.45 - 96 844.667 979 0 1 16.05 33.4373 -204.567 - 96 31.0585 978 0 1 15.85 33.2136 -204.842 - 96 639.642 1061 0 0 15.1163 32.4005 -205.85 - 96 701.182 1060 0 0 14.9806 32.25 -206.037 - 96 3224.91 1315 3 1 83.05 102.269 -114.468 - 96 2882.27 1316 3 1 83.25 102.204 -114.628 - 96 2351.23 1317 3 1 83.45 102.139 -114.787 - 96 612.475 1505 2 1 121.167 90.05 -144.471 - 96 635.36 1506 2 1 121.35 89.9998 -144.6 - 96 562.147 1507 2 1 121.55 89.9466 -144.74 - 96 621.9 1721 1 1 164.411 78.7363 -174.45 - 96 1027.38 1722 1 1 164.55 78.6862 -174.513 - 96 1041.38 1723 1 1 164.75 78.6104 -174.602 - 96 1156.56 1724 1 1 164.95 78.5335 -174.688 - 96 949.458 1725 1 1 165.15 78.463 -174.778 - 96 3456.97 1287 1 0 167.551 77.628 -175.85 - 96 3354.62 1286 1 0 168.058 77.45 -176.078 - 96 171.681 1351 3 0 81.9647 90.5253 -115.85 - 96 178.753 1350 3 0 81.9529 90.35 -115.874 - 96 204.939 1349 3 0 81.9332 90.05 -115.914 - 96 332.156 1348 3 0 81.9206 89.85 -115.942 - 96 196.491 1347 3 0 81.9077 89.65 -115.969 - 96 191.695 1346 3 0 81.8951 89.45 -115.995 - 96 186.314 1345 3 0 81.8818 89.25 -116.023 - 96 354.493 1344 3 0 81.8686 89.05 -116.051 - 96 369.645 1343 3 0 81.8554 88.85 -116.079 - 96 207.634 1342 3 0 81.8421 88.65 -116.106 - 96 307.314 1341 3 0 81.8292 88.45 -116.133 - 96 195.788 1340 3 0 81.8164 88.25 -116.16 - 96 199.011 1339 3 0 81.8039 88.05 -116.187 - 96 193.197 1338 3 0 81.7914 87.85 -116.214 - 96 55.4253 1337 3 0 81.7789 87.65 -116.241 - 96 2973.83 1240 2 1 68.1537 -125.612 -144.45 - 96 70.5124 236 2 0 67.8855 -132.896 -145.85 - 96 223.892 235 2 0 67.8836 -132.95 -145.861 - 96 217.411 234 2 0 67.877 -133.15 -145.899 - 96 244.15 233 2 0 67.8704 -133.35 -145.938 - 96 223.645 232 2 0 67.8633 -133.55 -145.976 - 96 228.357 231 2 0 67.8566 -133.75 -146.014 - 96 350.295 230 2 0 67.8498 -133.95 -146.052 - 96 242.97 229 2 0 67.8421 -134.15 -146.09 - 96 215.743 228 2 0 67.8342 -134.35 -146.128 - 96 206.677 227 2 0 67.8258 -134.55 -146.167 - 96 245.377 226 2 0 67.8173 -134.75 -146.206 - 96 40.8498 225 2 0 67.8087 -134.95 -146.245 - 96 803.834 1408 3 0 81.8341 101.907 -115.85 - 96 357.59 1220 2 1 64.1495 93.6191 -144.45 - 96 498.477 1219 2 1 64.05 93.5705 -144.599 - 96 66.9686 1365 2 0 63.2037 93.161 -145.85 - 96 806.276 1364 2 0 63.1809 93.15 -145.884 - 96 391.468 1119 1 1 43.9422 83.8086 -174.45 - 96 683.551 1118 1 1 43.85 83.7711 -174.571 - 96 30.2048 1117 1 1 43.65 83.6885 -174.837 - 96 982.385 1316 1 0 42.8982 83.3745 -175.85 - 96 220.598 1008 0 1 21.7083 74.5454 -204.45 - 96 811.634 1007 0 1 21.65 74.5249 -204.536 - 96 44.3014 1006 0 1 21.45 74.454 -204.831 - 96 1066.19 1270 0 0 20.753 74.2013 -205.85 - 96 6942.9 1376 4 0 113.473 95.4759 -86.25 - 96 80.5749 1405 3 0 81.7782 101.185 -115.85 - 96 600.654 1215 2 1 63.1776 80.3456 -144.45 - 96 536.892 1214 2 1 63.05 80.2234 -144.63 - 96 506.741 1296 2 0 62.1849 79.3985 -145.85 - 96 431.98 1295 2 0 62.0286 79.25 -146.07 - 96 691.812 1108 1 1 41.8413 60.8503 -174.45 - 96 210.436 1107 1 1 41.65 60.6663 -174.745 - 96 442.11 1199 1 0 40.9625 59.9749 -175.85 - 96 511.78 1198 1 0 40.839 59.85 -176.05 - 96 431.194 1015 0 1 23.163 42.223 -204.45 - 96 531.962 1014 0 1 23.05 42.1113 -204.629 - 96 295.945 1106 0 0 22.2614 41.3314 -205.85 - 96 784.996 1105 0 0 22.1791 41.25 -205.977 - 96 1663.88 1310 3 1 82.25 101.973 -114.699 - 96 1913.91 1401 3 0 80.3325 100.55 -116.148 - 96 350.773 1401 4 0 88.0724 100.369 -86.25 - 96 313.219 1400 4 0 88.1238 100.35 -85.9766 - 96 505.888 1341 4 1 88.3347 100.27 -84.85 - 96 420.935 1397 5 0 93.3447 99.5552 -56.25 - 96 231.032 1396 5 0 93.3829 99.55 -56.0313 - 96 553.044 1367 5 1 93.5909 99.5259 -54.85 - 96 473.162 1392 6 0 98.4158 98.7024 -26.25 - 96 542.4 1392 6 1 98.6493 98.6671 -24.85 - 96 744.457 1384 7 0 102.988 97.0463 3.75 - 96 647.841 1415 7 1 103.196 96.9687 5.15 - 96 505.54 1373 8 0 107.559 94.8024 33.75 - 96 583.632 1438 8 1 107.781 94.7112 35.15 - 96 675.114 1364 9 0 111.808 93.1116 63.75 - 96 648.738 1459 9 1 112.01 93.0351 65.15 - 96 673.462 1371 10 0 115.899 94.3877 93.75 - 96 561.262 1479 10 1 116.081 94.4571 95.15 - 96 972.407 1381 11 0 120.028 96.5011 123.75 - 96 786.029 1500 11 1 120.229 96.6033 125.15 - 96 654.912 1388 12 0 125.064 97.8004 153.75 - 96 469.869 1525 12 1 125.307 97.8624 155.15 - 96 285.157 1526 12 1 125.35 97.8735 155.394 - 96 759.719 1396 13 0 130.184 99.4963 183.75 - 96 704.701 1551 13 1 130.433 99.5634 185.15 - 96 825.237 1400 14 0 134.382 100.229 213.75 - 96 784.851 1572 14 1 134.576 100.262 215.15 - 96 2251.36 1318 3 1 83.65 102.556 -114.667 - 96 413.475 1319 3 1 83.85 102.608 -114.759 - 96 1062.05 1415 3 0 86.2364 103.24 -115.85 - 96 1113.07 1416 3 0 86.6513 103.35 -116.04 - 96 388.588 1642 2 1 148.576 119.717 -144.45 - 96 663.622 1643 2 1 148.75 119.757 -144.533 - 96 683.651 1644 2 1 148.95 119.804 -144.63 - 96 636.484 1645 2 1 149.15 119.854 -144.726 - 96 152.555 1646 2 1 149.35 119.903 -144.822 - 96 1314.99 1501 2 0 151.496 120.444 -145.85 - 96 1235.13 1502 2 0 151.918 120.55 -146.052 - 96 25.7092 1419 3 0 83.0369 104.145 -115.85 - 96 501.964 1420 3 0 83.0375 104.15 -115.854 - 96 634.817 1421 3 0 83.065 104.35 -116.027 - 96 1518.59 1422 3 0 83.0942 104.55 -116.199 - 96 997.107 1340 2 1 88.1021 137.407 -144.45 - 96 479.399 1595 2 0 88.4378 139.174 -145.85 - 96 502.831 1596 2 0 88.4712 139.35 -145.991 - 96 2379.39 1597 2 0 88.5097 139.55 -146.15 - 96 288.047 1377 1 1 95.7243 175.535 -174.45 - 96 1526.22 1378 1 1 95.75 175.622 -174.509 - 96 549.917 1787 1 0 96.3273 177.569 -175.85 - 96 651.08 1788 1 0 96.3813 177.75 -175.975 - 96 618.097 1789 1 0 96.4393 177.95 -176.116 - 96 462.05 1454 4 0 68.2314 111.026 -86.25 - 96 90.1928 1237 4 1 67.4972 111.461 -84.85 - 96 310.243 1236 4 1 67.45 111.489 -84.7602 - 96 564.507 1498 5 0 53.2202 119.792 -56.25 - 96 194.35 1162 5 1 52.5274 120.205 -54.85 - 96 285.955 1161 5 1 52.45 120.251 -54.6937 - 96 334.533 1539 6 0 39.3635 128.067 -26.25 - 96 100.908 1540 6 0 39.2241 128.15 -25.9467 - 96 179.673 1093 6 1 38.7207 128.449 -24.85 - 96 273.053 1092 6 1 38.65 128.492 -24.696 - 96 205.368 1586 7 0 24.7332 137.496 3.75 - 96 265.88 1587 7 0 24.6495 137.55 3.92095 - 96 585.671 1019 7 1 24.0486 137.935 5.15 - 96 114.178 1629 8 0 9.40497 146.125 33.75 - 96 373.695 1630 8 0 9.35975 146.15 33.8382 - 96 73.0184 943 8 1 8.68833 146.529 35.15 - 96 365.135 942 8 1 8.65 146.551 35.2249 - 96 156.414 1165 5 1 53.1896 120.164 -54.8497 - 96 1626.01 1411 3 0 83.4956 102.455 -115.85 - 96 558.531 1379 2 1 96.1188 104.497 -144.45 - 96 718.472 1380 2 1 96.15 104.504 -144.528 - 96 961.394 1422 2 0 96.674 104.639 -145.85 - 96 1045.15 1440 1 1 108.186 106.808 -174.45 - 96 104.379 1441 1 1 108.35 106.819 -174.828 - 96 1277.53 1433 1 0 108.784 106.849 -175.85 - 96 917.894 1507 0 1 121.616 107.745 -204.45 - 96 400.11 1508 0 1 121.75 107.745 -204.724 - 96 1579.74 1438 0 0 122.289 107.761 -205.85 - 96 35.5555 1309 3 1 81.8755 102.52 -114.45 - 96 400.569 1308 3 1 81.85 102.526 -114.454 - 96 241.787 1307 3 1 81.65 102.574 -114.483 - 96 317.636 1306 3 1 81.45 102.618 -114.513 - 96 292.504 1305 3 1 81.25 102.661 -114.544 - 96 336.515 1304 3 1 81.05 102.706 -114.575 - 96 287.681 1303 3 1 80.85 102.751 -114.607 - 96 244.635 1302 3 1 80.65 102.796 -114.639 - 96 267.193 1301 3 1 80.45 102.841 -114.67 - 96 260.982 1300 3 1 80.25 102.886 -114.701 - 96 268.196 1299 3 1 80.05 102.932 -114.733 - 96 223.027 1298 3 1 79.85 102.978 -114.764 - 96 428.398 1297 3 1 79.65 103.023 -114.796 - 96 226.865 1296 3 1 79.45 103.069 -114.828 - 96 1384.6 1423 3 0 72.072 104.75 -115.99 - 96 981.905 1424 3 0 71.1792 104.95 -116.142 - 96 307.034 451 2 1 -89.6748 138.927 -144.45 - 96 385.983 450 2 1 -89.85 138.949 -144.495 - 96 330.76 449 2 1 -90.15 138.984 -144.57 - 96 417.869 448 2 1 -90.35 139.009 -144.618 - 96 356.375 447 2 1 -90.55 139.033 -144.667 - 96 338.265 446 2 1 -90.75 139.057 -144.717 - 96 314.506 445 2 1 -90.95 139.081 -144.767 - 96 207.736 444 2 1 -91.15 139.106 -144.817 - 96 1475.31 1598 2 0 -96.2432 139.75 -146.095 - 96 946.948 1413 3 0 81.6319 102.758 -115.85 - 96 21.3911 1202 2 1 60.4646 110.479 -144.45 - 96 333.501 1201 2 1 60.45 110.484 -144.471 - 96 98.2509 1200 2 1 60.25 110.555 -144.752 - 96 587.057 1453 2 0 59.4639 110.831 -145.85 - 96 86.4069 1094 1 1 38.9088 118.093 -174.45 - 96 252.659 1093 1 1 38.85 118.113 -174.531 - 96 29.6243 1092 1 1 38.65 118.183 -174.805 - 96 408.193 1491 1 0 37.8863 118.452 -175.85 - 96 27.4579 1492 1 0 37.6098 118.55 -176.229 - 96 320.847 984 0 1 17.0367 125.978 -204.45 - 96 114.472 983 0 1 16.85 126.044 -204.703 - 96 40.97 1530 0 0 16.0012 126.337 -205.85 - 96 368.556 1531 0 0 15.9649 126.35 -205.899 - 96 9.65473 129 11 1 -154.35 94.8699 125.215 - 96 1.85511 109 11 1 -158.15 95.0995 125.196 - 96 17.4421 1516 4 0 31.9343 123.35 -86.0605 - 96 0.103797 1587 4 0 120.034 137.749 -86.25 - 96 116.413 1588 4 0 120.035 137.75 -86.2492 - 96 183.13 1589 4 0 120.245 137.95 -86.0908 - 96 60.6886 1590 4 0 120.457 138.15 -85.9309 - 96 62.3153 1508 4 1 121.88 139.502 -84.85 - 96 105.36 1509 4 1 121.95 139.569 -84.7965 - 96 104.54 1510 4 1 122.15 139.761 -84.6446 - 96 29.2562 1511 4 1 122.35 139.951 -84.4916 - 96 10.985 1752 5 0 152.198 170.721 -56.25 - 96 104.09 1753 5 0 152.226 170.75 -56.2235 - 96 145.461 1754 5 0 152.42 170.95 -56.0393 - 96 4.0882 1755 5 0 152.61 171.15 -55.8568 - 96 94.6001 1667 5 1 153.654 172.251 -54.85 - 96 218.38 1668 5 1 153.75 172.353 -54.7576 - 96 219.141 1669 5 1 153.95 172.565 -54.5649 - 96 680.059 1382 3 0 85.6036 96.6866 -115.85 - 96 886.665 1381 3 0 85.673 96.55 -115.889 - 96 887.302 1380 3 0 85.7744 96.35 -115.945 - 96 951.093 1379 3 0 85.8713 96.15 -116 - 96 1083.89 1378 3 0 85.9746 95.95 -116.06 - 96 1024.09 1377 3 0 86.0774 95.75 -116.126 - 96 1212.83 1376 3 0 86.1827 95.55 -116.191 - 96 155.481 1378 2 1 95.9076 102.798 -144.45 - 96 640.343 1413 2 0 96.475 102.794 -145.85 - 96 582.417 1439 1 1 107.973 102.606 -174.45 - 96 710.34 1411 1 0 108.553 102.544 -175.85 - 96 89.502 1499 0 1 120.123 101.111 -204.45 - 96 445.733 1500 0 1 120.15 101.11 -204.52 - 96 998.118 1404 0 0 120.658 101.106 -205.85 - 96 522.451 1412 3 0 83.7501 102.678 -115.85 - 96 444.123 1404 2 1 101.036 108.763 -144.45 - 96 323.445 1405 2 1 101.15 108.804 -144.642 - 96 672.803 1444 2 0 101.878 109.075 -145.85 - 96 233.121 1445 2 0 102.078 109.15 -146.183 - 96 52.9181 1495 1 1 119.33 115.579 -174.45 - 96 664.807 1496 1 1 119.35 115.588 -174.483 - 96 60.1603 1497 1 1 119.55 115.682 -174.809 - 96 658.313 1479 1 0 120.191 115.975 -175.85 - 96 54.6036 1589 0 1 138.135 124.18 -204.45 - 96 842.958 1590 0 1 138.15 124.188 -204.479 - 96 741.8 1522 0 0 138.86 124.591 -205.85 - 96 1497.54 1443 4 0 88.4766 108.798 -86.25 - 96 1610.28 1343 4 1 88.7635 109.142 -84.85 - 96 2114.24 1481 5 0 94.3986 116.415 -56.25 - 96 961.488 1372 5 1 94.7114 116.802 -54.85 - 96 1343.8 1373 5 1 94.75 116.85 -54.6816 - 96 470.664 1414 3 0 82.1749 102.95 -116.015 - 96 738.93 1259 2 1 71.9645 112.925 -144.45 - 96 249.694 1258 2 1 71.85 113.046 -144.744 - 96 264.799 1466 2 0 71.4247 113.498 -145.85 - 96 622.174 1467 2 0 71.3755 113.55 -145.978 - 96 63.4515 1202 1 1 60.4613 125.007 -174.45 - 96 1032.28 1201 1 1 60.45 125.019 -174.476 - 96 624.506 1527 1 0 59.8817 125.658 -175.85 - 96 469.919 1528 1 0 59.8006 125.75 -176.049 - 96 313.107 1141 0 1 48.2887 138.771 -204.45 - 96 844.774 1140 0 1 48.25 138.829 -204.555 - 96 140.965 1596 0 0 47.7619 139.527 -205.85 - 96 1177.11 1597 0 0 47.746 139.55 -205.892 - 96 357.443 1400 3 0 84.1292 100.278 -115.85 - 96 698.81 1399 3 0 84.2112 100.15 -115.945 - 96 704.022 1398 3 0 84.3477 99.95 -116.098 - 96 262.559 1449 2 1 110.103 61.7555 -144.45 - 96 1286.26 1450 2 1 110.15 61.6893 -144.513 - 96 374.287 1451 2 1 110.35 61.4104 -144.777 - 96 223.226 1201 2 0 111.139 60.2971 -145.85 - 96 1020.02 1200 2 0 111.172 60.25 -145.895 - 96 735.319 1199 2 0 111.31 60.05 -146.089 - 96 1116.62 1550 1 1 130.233 31.215 -174.45 - 96 1367.01 1551 1 1 130.35 31.0606 -174.641 - 96 337 1050 1 0 131.103 30.1017 -175.85 - 96 1662.95 1049 1 0 131.144 30.05 -175.915 - 96 517.676 1048 1 0 131.298 29.85 -176.17 - 96 7059.31 1638 0 1 147.808 6.7536 -204.45 - 96 492.899 1410 3 0 81.7795 102.239 -115.85 - 96 179.26 1402 2 0 62.4863 100.678 -145.85 - 96 107.476 1136 1 1 47.392 100.514 -174.45 - 96 58.9921 1135 1 1 47.25 100.519 -174.721 - 96 194.096 1401 1 0 46.6626 100.541 -175.85 - 96 26.5551 1058 0 1 31.6985 101.048 -204.45 - 96 121.163 1057 0 1 31.65 101.049 -204.544 - 96 0.153848 1409 3 0 82.2217 102.15 -116.249 - 96 257.107 1269 2 1 73.9633 99.4473 -144.45 - 96 16.1011 1268 2 1 73.85 99.4178 -144.823 - 96 315.103 1395 2 0 73.5378 99.3381 -145.85 - 96 333.067 1223 1 1 64.8129 97.095 -174.45 - 96 229.456 1383 1 0 64.2903 96.831 -175.85 - 96 1.71434 1168 0 1 53.652 91.4218 -204.45 - 96 253.152 1167 0 1 53.65 91.4209 -204.455 - 96 24.4617 1355 0 0 53.1204 91.1581 -205.85 - 96 391.143 1354 0 0 53.1042 91.15 -205.893 -Number of digits in this event: 275 +Event: 71 +Number of tracker hits in this event: 102 + 71 101.488 1103 11 1 40.7942 -23.8913 125.55 + 71 108.927 780 11 0 40.7947 -23.8911 124.15 + 71 136.887 1103 10 1 40.8144 -23.8867 95.55 + 71 214.034 780 10 0 40.8153 -23.8882 94.15 + 71 153.931 1103 9 1 40.8333 -23.9181 65.55 + 71 202.788 780 9 0 40.8345 -23.9199 64.15 + 71 152.64 1104 8 1 40.8589 -23.9645 35.55 + 71 113.429 780 8 0 40.8622 -23.9659 34.15 + 71 103.362 1104 7 1 40.9298 -23.9912 5.55 + 71 111.086 780 7 0 40.9307 -23.9897 4.15 + 71 100.617 1104 6 1 40.9511 -23.9597 -24.45 + 71 114.556 780 6 0 40.9522 -23.9584 -25.85 + 71 262.637 1104 5 1 40.9743 -23.9284 -54.45 + 71 113.172 780 5 0 40.9759 -23.9259 -55.85 + 71 180.24 1104 4 1 41.012 -23.8753 -84.45 + 71 112.13 780 4 0 41.0153 -23.873 -85.85 + 71 110.992 1105 3 1 41.0836 -23.8279 -114.45 + 71 96.1533 781 3 0 41.0867 -23.8253 -115.85 + 71 104.099 1105 2 1 41.1519 -23.7636 -144.45 + 71 102.723 781 2 0 41.156 -23.7615 -145.85 + 71 124.367 1105 1 1 41.2452 -23.7309 -174.45 + 71 146.106 781 1 0 41.2509 -23.7312 -175.85 + 71 144.949 1106 0 1 41.3637 -23.7473 -204.45 + 71 105.143 781 0 0 41.3684 -23.7495 -205.85 + 71 18.9225 241 0 0 78.262 -131.87 -206.181 + 71 65.85 1441 4 0 -65.8904 108.55 -86.2469 + 71 352.444 811 0 0 89.4734 -17.7426 -206.25 + 71 64.5843 1363 0 1 92.8224 -17.9044 -204.85 + 71 73.6942 1364 0 1 92.95 -17.9169 -204.795 + 71 61.4062 1365 0 1 93.15 -17.9449 -204.704 + 71 83.9109 1366 0 1 93.3501 -17.9731 -204.606 + 71 81.4928 1367 0 1 93.55 -17.9905 -204.517 + 71 273.345 773 1 0 125.931 -25.2971 -176.25 + 71 24.3013 772 1 0 126.487 -25.45 -175.886 + 71 37.5818 1544 1 1 128.988 -26.2948 -174.85 + 71 73.5047 1545 1 1 129.15 -26.3562 -174.782 + 71 89.9576 1546 1 1 129.35 -26.4287 -174.699 + 71 189.065 1547 1 1 129.55 -26.4891 -174.624 + 71 135.419 1548 1 1 129.75 -26.542 -174.562 + 71 125.98 1549 1 1 129.95 -26.5836 -174.508 + 71 56.0243 1550 1 1 130.15 -26.6039 -174.454 + 71 133.63 749 1 0 127.408 -30.0951 -175.85 + 71 275.413 748 1 0 127.139 -30.25 -175.964 + 71 15.837 747 1 0 126.583 -30.45 -176.224 + 71 86.0154 1536 1 1 127.492 -30.9234 -174.85 + 71 111.38 778 2 0 128.449 -24.3912 -146.249 + 71 152.707 779 2 0 128.367 -24.2499 -145.919 + 71 98.1515 1539 2 1 128.082 -22.6696 -144.85 + 71 470.258 1538 2 1 127.95 -22.4309 -144.708 + 71 42.5678 1537 2 1 127.75 -21.9354 -144.592 + 71 12.7385 807 2 0 127.913 -18.4884 -145.85 + 71 71.1318 808 2 0 127.921 -18.45 -145.862 + 71 68.8449 809 2 0 127.924 -18.25 -145.967 + 71 82.5389 810 2 0 127.888 -18.0496 -146.1 + 71 377.873 1642 4 0 98.9303 148.588 -86.0523 + 71 31.7437 1643 4 0 98.9904 148.75 -85.9266 + 71 578.83 1395 4 1 99.345 149.999 -84.8495 + 71 348.118 1396 4 1 99.35 150.014 -84.8358 + 71 12.233 1663 4 0 98.4834 152.91 -85.85 + 71 334.979 1664 4 0 98.4701 152.95 -85.8745 + 71 213.402 1665 4 0 98.4594 153.15 -85.9442 + 71 57.7084 1666 4 0 98.4408 153.35 -85.9748 + 71 73.2326 1667 4 0 98.468 153.55 -86.0212 + 71 49.4079 1668 4 0 98.5189 153.75 -86.0198 + 71 57.2879 1669 4 0 98.5249 153.95 -85.9575 + 71 88.0554 1670 4 0 98.6248 154.15 -85.9532 + 71 59.1915 1394 4 1 99.1498 156.109 -84.7194 + 71 149.161 1393 4 1 98.95 156.282 -84.7128 + 71 218.558 1392 4 1 98.75 156.705 -84.5143 + 71 3.63751 1391 4 1 98.55 157.013 -84.843 + 71 6.16693 1689 4 0 98.1937 158.133 -85.85 + 71 47.1709 1690 4 0 98.1839 158.15 -85.8662 + 71 18.9671 1381 4 1 96.3853 158.246 -84.85 + 71 223.912 1380 4 1 96.35 158.25 -84.8324 + 71 17.5812 1400 4 1 100.15 154.652 -84.6705 + 71 12.3354 1517 4 0 116.61 123.73 -86.25 + 71 106.445 793 1 0 -15.5832 -21.4428 -176.25 + 71 52.9506 794 1 0 -15.8438 -21.25 -176.173 + 71 76.021 293 7 1 -121.53 -7.09335 5.35161 + 71 10.8491 1629 10 1 146.019 147.685 95.4697 + 71 599.912 677 0 0 72.6605 -44.4692 -206.25 + 71 373.451 676 0 0 72.9524 -44.65 -205.996 + 71 334.121 1271 0 1 74.2722 -45.4679 -204.85 + 71 365.417 1272 0 1 74.45 -45.578 -204.696 + 71 247.939 1273 0 1 74.65 -45.7015 -204.522 + 71 21.5709 575 1 0 105.099 -65.0432 -176.25 + 71 696.923 574 1 0 105.109 -65.05 -176.24 + 71 242.738 573 1 0 105.424 -65.25 -175.947 + 71 537.619 1432 1 1 106.581 -66.0125 -174.85 + 71 452.708 1433 1 1 106.75 -66.1239 -174.69 + 71 98.6224 1434 1 1 106.95 -66.2573 -174.498 + 71 248.814 473 2 0 137.28 -85.3878 -146.25 + 71 833.767 472 2 0 137.378 -85.45 -146.158 + 71 32.7251 471 2 0 137.693 -85.65 -145.866 + 71 425.494 1593 2 1 138.799 -86.349 -144.85 + 71 525.104 1594 2 1 138.95 -86.4445 -144.711 + 71 173.268 1595 2 1 139.15 -86.5714 -144.526 + 71 399.275 366 3 0 171.579 -106.846 -116.25 + 71 681.818 365 3 0 171.745 -106.95 -116.106 + 71 610.973 1765 3 1 173.171 -107.839 -114.85 + 71 547.623 1766 3 1 173.35 -107.95 -114.691 + 71 141.763 1767 3 1 173.55 -108.076 -114.513 +Number of digits in this event: 50 Using G4ParticleGun... -Particle energy: 7.27617 LIN +Particle energy: 5.74253 LIN Particle: proton -Event: 97 -Number of tracker hits in this event: 28 - 97 139.134 781 7 1 -23.6512 90.158 5.55 - 97 94.166 1350 7 0 -23.65 90.1579 4.15 - 97 132.666 782 6 1 -23.621 90.1549 -24.45 - 97 132.477 1350 6 0 -23.6202 90.1555 -25.85 - 97 107.304 782 5 1 -23.6048 90.1684 -54.45 - 97 204.168 1350 5 0 -23.6029 90.1692 -55.85 - 97 107.185 782 4 1 -23.554 90.1812 -84.45 - 97 118.572 1350 4 0 -23.5515 90.1821 -85.85 - 97 154.607 782 3 1 -23.4951 90.206 -114.45 - 97 142.068 1350 3 0 -23.4912 90.2073 -115.85 - 97 178.913 783 2 1 -23.4107 90.2339 -144.45 - 97 117.799 1350 2 0 -23.4079 90.2352 -145.85 - 97 121.746 783 1 1 -23.3458 90.2596 -174.45 - 97 110.018 1350 1 0 -23.3434 90.2612 -175.85 - 97 104.742 783 0 1 -23.2989 90.2922 -204.45 - 97 211.246 1350 0 0 -23.2972 90.2953 -205.85 - 97 77.4434 1467 5 0 -42.6755 113.67 -56.25 - 97 197.212 1468 5 0 -42.674 113.75 -56.0216 - 97 173.709 689 5 1 -42.178 113.823 -54.8497 - 97 121.643 690 5 1 -42.05 113.793 -54.4701 - 97 25.2702 692 5 1 -41.61 113.975 -54.4506 - 97 91.3323 691 5 1 -41.6501 113.925 -54.5301 - 97 0.00379011 1452 5 0 -44.828 110.55 -55.85 - 97 78.7438 1451 5 0 -44.8281 110.55 -55.85 - 97 175.56 1450 5 0 -45.0775 110.35 -55.9106 - 97 314.983 1449 5 0 -45.7541 110.15 -56.0377 - 97 220.852 663 5 1 -47.2513 109.514 -54.85 - 97 19.2918 662 5 1 -47.45 109.358 -54.5322 +Event: 72 +Number of tracker hits in this event: 77 + 72 198.859 472 10 1 -85.5041 -72.0233 95.55 + 72 98.2761 540 10 0 -85.5039 -72.0226 94.15 + 72 128.856 472 9 1 -85.499 -72.008 65.55 + 72 166.748 540 9 0 -85.4981 -72.0073 64.15 + 72 107.098 472 8 1 -85.4807 -71.9974 35.55 + 72 105.471 540 8 0 -85.4798 -71.9967 34.15 + 72 98.2818 472 7 1 -85.4626 -71.9831 5.55 + 72 98.0473 540 7 0 -85.462 -71.9822 4.15 + 72 149.472 472 6 1 -85.4533 -71.9691 -24.45 + 72 123.943 540 6 0 -85.4528 -71.9696 -25.85 + 72 167.003 473 5 1 -85.4438 -71.9825 -54.45 + 72 103.947 540 5 0 -85.4432 -71.9835 -55.85 + 72 106.614 473 4 1 -85.4345 -72.0097 -84.45 + 72 333.057 540 4 0 -85.4357 -72.0115 -85.85 + 72 109.189 472 3 1 -85.46 -72.046 -114.45 + 72 170.33 540 3 0 -85.4617 -72.0483 -115.85 + 72 113.103 472 2 1 -85.4997 -72.0925 -144.45 + 72 151.045 539 2 0 -85.5018 -72.0944 -145.85 + 72 164.127 472 1 1 -85.5423 -72.1354 -174.45 + 72 100.187 539 1 0 -85.544 -72.1368 -175.85 + 72 124.598 472 0 1 -85.5802 -72.1693 -204.45 + 72 96.1698 539 0 0 -85.5814 -72.1707 -205.85 + 72 136.875 899 4 0 67.2436 -0.149421 -86.25 + 72 587.839 553 0 0 -54.6575 -69.4437 -206.25 + 72 41.0382 633 0 1 -53.282 -69.3738 -204.85 + 72 509.708 634 0 1 -53.25 -69.3722 -204.818 + 72 193.076 635 0 1 -53.05 -69.3622 -204.615 + 72 537.37 555 1 0 -25.6439 -68.9033 -176.25 + 72 62.6286 778 1 1 -24.3034 -68.8713 -174.85 + 72 355.196 779 1 1 -24.25 -68.8698 -174.794 + 72 178.566 780 1 1 -24.05 -68.8641 -174.585 + 72 716.804 562 2 0 2.74666 -67.5342 -146.25 + 72 249.918 920 2 1 4.06603 -67.4774 -144.85 + 72 308.37 921 2 1 4.25 -67.47 -144.654 + 72 729.046 575 3 0 30.5792 -65.0043 -116.25 + 72 387.284 1059 3 1 31.8695 -64.884 -114.85 + 72 516.12 1060 3 1 32.05 -64.8672 -114.654 + 72 643.289 586 4 0 59.233 -62.7924 -86.25 + 72 106.572 1202 4 1 60.5857 -62.6848 -84.85 + 72 272.335 1203 4 1 60.65 -62.6796 -84.7837 + 72 231.812 1204 4 1 60.85 -62.6627 -84.5774 + 72 703.948 596 5 0 90.5414 -60.8442 -56.25 + 72 181.67 1359 5 1 92.0148 -60.7535 -54.85 + 72 321.938 1360 5 1 92.15 -60.7451 -54.7217 + 72 108.492 1361 5 1 92.35 -60.7335 -54.5319 + 72 657.644 598 6 0 123.759 -60.3634 -26.25 + 72 43.1221 1525 6 1 125.313 -60.3463 -24.85 + 72 330.896 1526 6 1 125.35 -60.346 -24.8171 + 72 284.042 1527 6 1 125.55 -60.3441 -24.6376 + 72 11.8015 1528 6 1 125.75 -60.3425 -24.4591 + 72 571.554 600 7 0 154.18 -59.9658 3.75 + 72 304.889 1677 7 1 155.593 -59.9412 5.15 + 72 342.431 1678 7 1 155.75 -59.9382 5.30576 + 72 6797.12 1679 7 1 155.95 -59.9341 5.50416 + 72 0.570106 1670 7 1 154.35 -59.6405 5.38406 + 72 26.824 1072 6 0 37.091 34.4821 -26.2049 + 72 8.68347 560 7 0 171.793 -67.85 4.05105 + 72 8744.34 1680 7 1 156.15 -59.5641 5.39817 + 72 479.306 1681 7 1 156.35 -59.0144 5.20286 + 72 151.714 613 7 0 156.21 -57.2746 4.15 + 72 894.618 614 7 0 156.212 -57.25 4.13704 + 72 961.245 615 7 0 156.228 -57.05 4.03258 + 72 1085.93 616 7 0 156.24 -56.85 3.92841 + 72 862.095 617 7 0 156.25 -56.65 3.82848 + 72 29.6384 916 2 1 3.2541 -67.6989 -144.85 + 72 37.5775 915 2 1 3.24995 -67.7091 -144.831 + 72 50.1571 438 3 0 -155.239 -92.35 -116.199 + 72 26.7705 439 3 0 -155.414 -92.35 -115.917 + 72 154.069 120 3 1 -156.048 -92.1536 -114.85 + 72 71.1642 121 3 1 -155.905 -92.2042 -114.45 + 72 147.51 122 3 1 -155.75 -92.4605 -114.531 + 72 118.615 123 3 1 -155.55 -92.7567 -114.821 + 72 68.4611 124 3 1 -155.35 -92.95 -114.809 + 72 98.3843 125 3 1 -155.15 -93.0909 -114.773 + 72 282.122 126 3 1 -154.95 -93.2889 -114.609 + 72 87.2101 127 3 1 -154.75 -93.4435 -114.524 + 72 213.332 428 3 0 -155.121 -94.3942 -115.85 +Number of digits in this event: 52 +Using G4ParticleGun... +Particle energy: 7.04651 LIN +Particle: proton +Event: 73 +Number of tracker hits in this event: 24 + 73 95.2854 821 11 1 -15.6886 2.61579 125.55 + 73 173.85 912 11 0 -15.6892 2.61654 124.15 + 73 116.233 821 10 1 -15.6994 2.6353 95.55 + 73 120.924 912 10 0 -15.6998 2.63784 94.15 + 73 115.762 821 9 1 -15.7091 2.68783 65.55 + 73 174.049 913 9 0 -15.709 2.69135 64.15 + 73 128.62 821 8 1 -15.7066 2.76062 35.55 + 73 106.061 913 8 0 -15.7059 2.76315 34.15 + 73 109.032 821 7 1 -15.6959 2.81309 5.55 + 73 132.357 913 7 0 -15.6945 2.81551 4.15 + 73 103.596 821 6 1 -15.6659 2.86914 -24.45 + 73 101.372 914 6 0 -15.6641 2.87182 -25.85 + 73 120.315 822 5 1 -15.6259 2.92152 -54.45 + 73 106.42 914 5 0 -15.6247 2.9245 -55.85 + 73 107.954 822 4 1 -15.6023 2.98478 -84.45 + 73 160.886 914 4 0 -15.6015 2.98785 -85.85 + 73 233.737 822 3 1 -15.5851 3.05151 -114.45 + 73 313.249 915 3 0 -15.5827 3.05575 -115.85 + 73 122.302 822 2 1 -15.531 3.14203 -144.45 + 73 126.188 915 2 0 -15.5257 3.15019 -145.85 + 73 100.703 823 1 1 -15.421 3.31779 -174.45 + 73 150.029 916 1 0 -15.4166 3.32692 -175.85 + 73 113.994 823 0 1 -15.3305 3.51416 -204.45 + 73 124.795 917 0 0 -15.3266 3.52258 -205.85 +Number of digits in this event: 14 +Using G4ParticleGun... +Particle energy: 4.98384 LIN +Particle: proton +Event: 74 +Number of tracker hits in this event: 23 + 74 122.149 1599 8 1 140.146 -10.078 35.55 + 74 110.098 849 8 0 140.144 -10.0777 34.15 + 74 91.026 1599 7 1 140.111 -10.0764 5.55 + 74 113.284 849 7 0 140.11 -10.0778 4.15 + 74 98.9575 1599 6 1 140.08 -10.1054 -24.45 + 74 192.818 849 6 0 140.079 -10.1077 -25.85 + 74 104.511 1599 5 1 140.04 -10.1531 -54.45 + 74 113.435 849 5 0 140.036 -10.1549 -55.85 + 74 105.361 1599 4 1 139.96 -10.1951 -84.45 + 74 189.615 849 4 0 139.955 -10.1986 -85.85 + 74 242.539 1598 3 1 139.851 -10.2749 -114.45 + 74 106.382 848 3 0 139.846 -10.2797 -115.85 + 74 97.9481 1597 2 1 139.739 -10.3775 -144.45 + 74 130.229 848 2 0 139.733 -10.3836 -145.85 + 74 99.0191 1597 1 1 139.623 -10.5005 -174.45 + 74 141.081 847 1 0 139.617 -10.5057 -175.85 + 74 114.262 1596 0 1 139.504 -10.6113 -204.45 + 74 134.084 847 0 0 139.498 -10.6169 -205.85 + 74 117.287 1597 3 1 139.75 -10.3287 -114.761 + 74 34.1358 835 3 0 140.095 -12.9411 -115.85 + 74 77.5172 834 3 0 140.052 -13.05 -115.903 + 74 155.306 1599 3 1 139.95 -15.0896 -114.724 + 74 66.5373 1600 3 1 140.15 -15.1002 -114.733 +Number of digits in this event: 10 +Using G4ParticleGun... +Particle energy: 9.25078 LIN +Particle: proton +Event: 75 +Number of tracker hits in this event: 25 + 75 99.1153 785 11 1 -22.981 29.1727 125.55 + 75 130.38 1045 11 0 -22.981 29.1725 124.15 + 75 112.235 785 10 1 -22.9811 29.1686 95.55 + 75 253.145 1045 10 0 -22.9809 29.1694 94.15 + 75 94.6174 785 9 1 -22.9746 29.1871 65.55 + 75 104.692 1045 9 0 -22.974 29.1885 64.15 + 75 130.347 785 8 1 -22.9609 29.2233 35.55 + 75 125.565 1045 8 0 -22.9612 29.225 34.15 + 75 112.564 785 7 1 -22.9694 29.2608 5.55 + 75 145.75 1046 7 0 -22.9687 29.2632 4.15 + 75 113.696 785 6 1 -22.9536 29.3116 -24.45 + 75 105.819 1046 6 0 -22.9531 29.3141 -25.85 + 75 121.869 785 5 1 -22.9416 29.3646 -54.45 + 75 125.244 1046 5 0 -22.9411 29.3667 -55.85 + 75 157.044 785 4 1 -22.9296 29.4114 -84.45 + 75 107.472 1046 4 0 -22.9296 29.4138 -85.85 + 75 131.207 785 3 1 -22.9301 29.4643 -114.45 + 75 116.832 1047 3 0 -22.9303 29.4673 -115.85 + 75 115.11 785 2 1 -22.9343 29.5278 -144.45 + 75 102.416 1047 2 0 -22.9349 29.5308 -145.85 + 75 104.143 785 1 1 -22.9452 29.5934 -174.45 + 75 134.848 1047 1 0 -22.9448 29.5953 -175.85 + 75 103.191 785 0 1 -22.936 29.6335 -204.45 + 75 170.726 1047 0 0 -22.9362 29.6359 -205.85 + 75 172.76 1048 0 0 -22.9448 29.65 -206.138 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 3.97161 LIN +Particle: proton +Event: 76 +Number of tracker hits in this event: 26 + 76 107.683 1047 11 1 29.593 74.4985 125.55 + 76 102.708 1272 11 0 29.5941 74.4977 124.15 + 76 168.015 1047 10 1 29.6152 74.4906 95.55 + 76 131.751 1272 10 0 29.6171 74.4889 94.15 + 76 124.489 1047 9 1 29.6485 74.4531 65.55 + 76 117.563 1271 9 0 29.6486 74.4495 64.15 + 76 112.357 1047 8 1 29.6487 74.3718 35.55 + 76 148.317 1271 8 0 29.6495 74.3677 34.15 + 76 159.828 1048 7 1 29.6631 74.2876 5.55 + 76 88.5845 1271 7 0 29.6636 74.2829 4.15 + 76 144.22 1048 6 1 29.6693 74.1811 -24.45 + 76 95.0867 1270 6 0 29.668 74.1737 -25.85 + 76 118.582 1047 5 1 29.6449 74.0296 -54.45 + 76 93.5885 1269 5 0 29.6452 74.0242 -55.85 + 76 126.971 1048 4 1 29.6522 73.9134 -84.45 + 76 131.885 1269 4 0 29.6526 73.9056 -85.85 + 76 150.93 1048 3 1 29.652 73.7366 -114.45 + 76 97.4034 1268 3 0 29.6498 73.7295 -115.85 + 76 97.1149 1047 2 1 29.5938 73.5854 -144.45 + 76 108.859 1267 2 0 29.5907 73.5785 -145.85 + 76 91.8957 1047 1 1 29.5309 73.437 -174.45 + 76 126.775 1266 1 0 29.5276 73.4288 -175.85 + 76 94.9314 1047 0 1 29.4577 73.2627 -204.45 + 76 108.328 1266 0 0 29.454 73.2544 -205.85 + 76 333.153 1237 2 0 37.8449 67.6273 -146.25 + 76 188.54 1272 9 0 29.6472 74.45 63.8202 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 3.61068 LIN +Particle: proton +Event: 77 +Number of tracker hits in this event: 26 + 77 260.237 1282 11 1 76.6083 -24.5441 125.55 + 77 119.615 777 11 0 76.6107 -24.5379 124.15 + 77 99.9303 1283 10 1 76.6606 -24.4083 95.55 + 77 102.53 778 10 0 76.6637 -24.4012 94.15 + 77 101.029 1283 9 1 76.7271 -24.2584 65.55 + 77 38.3272 778 9 0 76.7314 -24.2508 64.15 + 77 75.3539 779 9 0 76.7319 -24.25 64.0043 + 77 101.851 1283 8 1 76.8128 -24.092 35.55 + 77 134.133 779 8 0 76.8237 -24.085 34.15 + 77 119.454 1284 7 1 77.0389 -23.9373 5.55 + 77 123.446 780 7 0 77.0496 -23.9291 4.15 + 77 160.849 1286 6 1 77.2554 -23.7578 -24.45 + 77 92.8367 781 6 0 77.268 -23.7518 -25.85 + 77 189.069 1287 5 1 77.5283 -23.6242 -54.45 + 77 106.468 782 5 0 77.5419 -23.6177 -55.85 + 77 98.5887 1288 4 1 77.8226 -23.4873 -84.45 + 77 118.52 782 4 0 77.8361 -23.4822 -85.85 + 77 147.357 1290 3 1 78.1118 -23.3676 -114.45 + 77 116.03 783 3 0 78.1279 -23.3665 -115.85 + 77 68.9985 1291 2 1 78.4484 -23.3356 -144.45 + 77 51.384 1292 2 1 78.45 -23.3355 -144.613 + 77 123.13 783 2 0 78.4624 -23.3348 -145.85 + 77 115.107 1293 1 1 78.7453 -23.3197 -174.45 + 77 148.118 783 1 0 78.7576 -23.3184 -175.85 + 77 120.184 1294 0 1 79.0052 -23.287 -204.45 + 77 127.785 783 0 0 79.0161 -23.2842 -205.85 +Number of digits in this event: 11 +Using G4ParticleGun... +Particle energy: 5.10731 LIN +Particle: proton +Event: 78 +Number of tracker hits in this event: 27 + 78 223.338 830 11 0 -82.5113 -14.0322 124.15 + 78 119.334 487 10 1 -82.5157 -14.0359 95.55 + 78 127.985 830 10 0 -82.515 -14.0375 94.15 + 78 108.397 487 9 1 -82.5006 -14.0683 65.55 + 78 108.629 829 9 0 -82.4973 -14.0708 64.15 + 78 120.892 488 8 1 -82.4337 -14.1227 35.55 + 78 120.621 829 8 0 -82.4316 -14.1253 34.15 + 78 108.739 488 7 1 -82.3931 -14.1809 5.55 + 78 94.7412 829 7 0 -82.3924 -14.1828 4.15 + 78 98.0699 488 6 1 -82.4053 -14.219 -24.45 + 78 124.329 829 6 0 -82.4063 -14.2211 -25.85 + 78 145.892 488 5 1 -82.4279 -14.2624 -54.45 + 78 98.2483 828 5 0 -82.4291 -14.267 -55.85 + 78 100.083 487 4 1 -82.4533 -14.3597 -84.45 + 78 151.502 828 4 0 -82.4555 -14.3635 -85.85 + 78 162.409 487 3 1 -82.5025 -14.4368 -114.45 + 78 134.487 828 3 0 -82.5033 -14.4415 -115.85 + 78 157.451 487 2 1 -82.5156 -14.5316 -144.45 + 78 255.831 827 2 0 -82.5168 -14.5368 -145.85 + 78 81.3308 487 1 1 -82.535 -14.6463 -174.45 + 78 125.691 826 1 0 -82.5367 -14.6526 -175.85 + 78 108.385 487 0 1 -82.5698 -14.7801 -204.45 + 78 111.453 826 0 0 -82.571 -14.7874 -205.85 + 78 21.0279 831 11 0 -82.2429 -13.85 123.794 + 78 134.389 959 11 0 -68.7825 12.0044 123.75 + 78 263.583 960 11 0 -68.9577 12.05 123.94 + 78 111.454 961 11 0 -68.9929 12.2502 123.86 +Number of digits in this event: 15 +Using G4ParticleGun... +Particle energy: 1.36681 LIN +Particle: proton +Event: 79 +Number of tracker hits in this event: 56 + 79 113.869 648 11 1 -50.2736 47.7652 125.55 + 79 110.571 1138 11 0 -50.2776 47.7652 124.15 + 79 124.278 648 10 1 -50.3702 47.7581 95.55 + 79 121.411 1138 10 0 -50.374 47.7528 94.15 + 79 149.878 647 9 1 -50.4722 47.6372 65.55 + 79 130.701 1137 9 0 -50.4733 47.6359 64.15 + 79 119.779 647 8 1 -50.4886 47.62 35.55 + 79 313.752 1137 8 0 -50.4898 47.6183 34.15 + 79 118.05 647 7 1 -50.5131 47.5916 5.55 + 79 131.204 1137 7 0 -50.5136 47.5874 4.15 + 79 112.27 647 6 1 -50.5351 47.4811 -24.45 + 79 2740.49 1137 6 0 -50.5397 47.4745 -25.85 + 79 101.949 940 9 0 -47.8662 8.20281 63.7507 + 79 25.7914 939 9 0 -47.8536 8.05 64.0367 + 79 130.428 660 9 1 -47.8575 7.42451 65.15 + 79 52.1829 1149 10 0 -80.4116 49.9013 93.75 + 79 72.8589 1150 10 0 -80.5369 50.0502 93.8071 + 79 82.999 1151 10 0 -80.7541 50.2501 93.7936 + 79 86.7642 1152 10 0 -80.9284 50.4501 93.7766 + 79 59.4434 1153 10 0 -81.1066 50.6505 93.7924 + 79 35.9859 1717 10 0 -147.427 163.65 93.75 + 79 58.0823 1718 10 0 -147.449 163.75 93.8107 + 79 50.3239 1719 10 0 -147.485 163.95 93.9154 + 79 59.3768 1720 10 0 -147.538 164.15 93.9692 + 79 89.9243 1721 10 0 -147.598 164.35 93.9859 + 79 56.6084 1722 10 0 -147.641 164.55 93.9619 + 79 54.4988 1723 10 0 -147.655 164.75 93.9206 + 79 60.0366 1724 10 0 -147.684 164.95 93.864 + 79 87.9971 1023 9 0 -42.7694 24.7673 63.7501 + 79 26.9723 1024 9 0 -42.6996 24.85 64.0577 + 79 57.5209 687 9 1 -42.4996 25.5506 65.15 + 79 62.1439 688 9 1 -42.45 25.6722 65.3362 + 79 4.18628 1437 5 0 -60.1251 107.55 -56.0479 + 79 268.064 1438 5 0 -60.1558 107.75 -56.1474 + 79 2137.3 688 5 1 -42.2904 66.2275 -54.45 + 79 939.438 1235 5 0 -42.1858 67.1455 -55.85 + 79 1633.63 1236 5 0 -42.1733 67.25 -56.0091 + 79 94.1786 622 5 1 -55.6079 49.4472 -54.45 + 79 54.0824 621 5 1 -55.65 49.4648 -54.6922 + 79 165.574 1147 5 0 -55.8513 49.5496 -55.85 + 79 75.2039 596 4 1 -60.8178 51.641 -84.45 + 79 64.5995 595 4 1 -60.85 51.6545 -84.6323 + 79 120.282 1158 4 0 -61.0653 51.7446 -85.85 + 79 122.472 569 3 1 -66.1547 53.8523 -114.45 + 79 123.291 1169 3 0 -66.4007 53.9552 -115.85 + 79 30.1031 543 2 1 -71.432 56.0604 -144.45 + 79 98.9964 542 2 1 -71.45 56.0679 -144.551 + 79 144.288 1180 2 0 -71.6821 56.164 -145.85 + 79 121.316 516 1 1 -76.7873 58.2744 -174.45 + 79 11.2997 515 1 1 -76.85 58.3012 -174.805 + 79 166.015 1191 1 0 -77.0357 58.3802 -175.85 + 79 158.722 489 0 1 -82.1202 60.5368 -204.45 + 79 28.051 1202 0 0 -82.3698 60.6408 -205.85 + 79 67.526 1203 0 0 -82.3919 60.65 -205.974 + 79 371.281 1136 8 0 -50.5502 47.4498 33.9024 + 79 78.7244 1064 8 0 -34.7159 33.0466 33.7501 +Number of digits in this event: 23 +Using G4ParticleGun... +Particle energy: 9.61696 LIN +Particle: proton +Event: 80 +Number of tracker hits in this event: 24 + 80 115.824 1076 11 1 35.3353 -8.27 125.55 + 80 103.848 858 11 0 35.3359 -8.2699 124.15 + 80 106.677 1076 10 1 35.3487 -8.26844 95.55 + 80 109.109 858 10 0 35.3488 -8.26909 94.15 + 80 91.7064 1076 9 1 35.3511 -8.28164 65.55 + 80 104.628 858 9 0 35.3511 -8.28204 64.15 + 80 224.947 1076 8 1 35.3493 -8.28809 35.55 + 80 122.219 858 8 0 35.3496 -8.28872 34.15 + 80 135.914 1076 7 1 35.3538 -8.30069 5.55 + 80 91.7219 858 7 0 35.3545 -8.30194 4.15 + 80 134.382 1076 6 1 35.3683 -8.32885 -24.45 + 80 141.69 858 6 0 35.3682 -8.33076 -25.85 + 80 113.508 1076 5 1 35.3665 -8.36886 -54.45 + 80 113.632 858 5 0 35.3662 -8.37105 -55.85 + 80 153.113 1076 4 1 35.362 -8.41318 -84.45 + 80 119.226 858 4 0 35.3621 -8.41491 -85.85 + 80 153.518 1076 3 1 35.3636 -8.44745 -114.45 + 80 133.884 858 3 0 35.3635 -8.44935 -115.85 + 80 149.876 1076 2 1 35.3615 -8.49147 -144.45 + 80 104.539 857 2 0 35.362 -8.49286 -145.85 + 80 126.528 1076 1 1 35.3728 -8.51825 -174.45 + 80 119.792 857 1 0 35.3728 -8.51858 -175.85 + 80 135.085 1076 0 1 35.3742 -8.52256 -204.45 + 80 129.445 857 0 0 35.374 -8.52279 -205.85 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 8.8827 LIN +Particle: proton +Event: 81 +Number of tracker hits in this event: 29 + 81 198.472 447 10 1 -90.6331 46.7623 95.55 + 81 159.23 1133 10 0 -90.6328 46.7619 94.15 + 81 209.21 447 9 1 -90.6262 46.7513 65.55 + 81 125.862 1133 9 0 -90.625 46.751 64.15 + 81 123.803 447 8 1 -90.6007 46.7434 35.55 + 81 102.695 1133 8 0 -90.5999 46.7431 34.15 + 81 156.568 447 7 1 -90.5863 46.7354 5.55 + 81 163.032 1133 7 0 -90.5863 46.735 4.15 + 81 99.1836 447 6 1 -90.5847 46.7253 -24.45 + 81 102.72 1133 6 0 -90.5848 46.724 -25.85 + 81 118.686 447 5 1 -90.5907 46.6979 -54.45 + 81 118.861 1133 5 0 -90.5904 46.6959 -55.85 + 81 155.922 447 4 1 -90.5861 46.6565 -84.45 + 81 234.973 1133 4 0 -90.5854 46.6552 -85.85 + 81 108.98 447 3 1 -90.57 46.63 -114.45 + 81 108.333 1132 3 0 -90.5694 46.6303 -115.85 + 81 110.74 447 2 1 -90.5595 46.6342 -144.45 + 81 108.079 1132 2 0 -90.5594 46.6338 -145.85 + 81 130.301 447 1 1 -90.5523 46.6276 -174.45 + 81 124.342 1132 1 0 -90.5525 46.6267 -175.85 + 81 125.899 447 0 1 -90.5577 46.6103 -204.45 + 81 96.5222 1132 0 0 -90.5581 46.6112 -205.85 + 81 29.2003 184 1 1 -143.223 81.358 -174.554 + 81 13.3611 1384 11 0 -167.446 97.0187 123.869 + 81 158.674 1120 9 1 44.1075 -111.105 65.4169 + 81 6.28065 154 1 1 -149.277 31.1596 -174.85 + 81 200.374 327 10 1 -114.703 92.573 95.3783 + 81 53.7741 1132 4 0 -90.5869 46.6499 -86.1224 + 81 218.755 1038 4 0 -80.2603 27.7364 -86.25 +Number of digits in this event: 18 +Using G4ParticleGun... +Particle energy: 9.94294 LIN +Particle: proton +Event: 82 +Number of tracker hits in this event: 18 + 82 160.275 1337 8 1 87.59 -112.438 35.55 + 82 121.898 338 8 0 87.59 -112.437 34.15 + 82 204.173 1337 7 1 87.5869 -112.42 5.55 + 82 123.123 338 7 0 87.5864 -112.419 4.15 + 82 112.03 1337 6 1 87.5765 -112.399 -24.45 + 82 122.243 338 6 0 87.5757 -112.398 -25.85 + 82 117.642 1337 5 1 87.5573 -112.38 -54.45 + 82 123.898 338 5 0 87.557 -112.378 -55.85 + 82 135.394 1337 4 1 87.5529 -112.342 -84.45 + 82 171.211 339 4 0 87.5528 -112.341 -85.85 + 82 126.587 1337 3 1 87.5461 -112.317 -114.45 + 82 126.203 339 3 0 87.5456 -112.315 -115.85 + 82 224.243 1337 2 1 87.5384 -112.277 -144.45 + 82 82.1018 339 2 0 87.5373 -112.276 -145.85 + 82 96.232 1337 1 1 87.5141 -112.253 -174.45 + 82 119.927 339 1 0 87.5133 -112.252 -175.85 + 82 126.889 1337 0 1 87.5011 -112.244 -204.45 + 82 109.089 339 0 0 87.5004 -112.244 -205.85 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 1.46318 LIN +Particle: proton +Event: 83 +Number of tracker hits in this event: 27 + 83 113.085 395 8 1 -101.147 -93.809 35.55 + 83 130.469 431 8 0 -101.145 -93.8117 34.15 + 83 152.244 395 7 1 -101.096 -93.8473 5.55 + 83 177.301 431 7 0 -101.091 -93.8503 4.15 + 83 177.353 395 6 1 -100.98 -93.9093 -24.45 + 83 157.033 431 6 0 -100.974 -93.9121 -25.85 + 83 118.149 396 5 1 -100.873 -93.9644 -54.45 + 83 109.864 430 5 0 -100.869 -93.9646 -55.85 + 83 114.033 396 4 1 -100.779 -93.9792 -84.45 + 83 100.968 430 4 0 -100.774 -93.9799 -85.85 + 83 113.843 397 3 1 -100.664 -93.9985 -114.45 + 83 139.259 430 3 0 -100.665 -94.0018 -115.85 + 83 113.381 397 2 1 -100.681 -94.0659 -144.45 + 83 141.283 430 2 0 -100.682 -94.0715 -145.85 + 83 101.694 397 1 1 -100.717 -94.2002 -174.45 + 83 119.979 429 1 0 -100.721 -94.209 -175.85 + 83 130.534 396 0 1 -100.804 -94.3757 -204.45 + 83 154.81 428 0 0 -100.811 -94.3848 -205.85 + 83 9.20171 396 6 1 -100.95 -93.9186 -24.8135 + 83 68.3553 430 6 0 -100.324 -93.95 -26.0005 + 83 41.7041 592 6 0 -58.5158 -61.5681 -26.25 + 83 108.219 593 6 0 -58.449 -61.4497 -26.1632 + 83 50.244 594 6 0 -58.2939 -61.25 -25.9598 + 83 154.446 613 6 1 -57.3627 -60.179 -24.8499 + 83 182.653 614 6 1 -57.2496 -60.0943 -24.7269 + 83 37.6638 615 6 1 -57.05 -60.0736 -24.5265 + 83 301.261 612 6 1 -57.45 -59.8463 -24.6221 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 1.45141 LIN +Particle: proton +Event: 84 +Number of tracker hits in this event: 26 + 84 132.31 747 11 1 -30.4662 -33.492 125.55 + 84 128.406 732 11 0 -30.4693 -33.4912 124.15 + 84 154.634 747 10 1 -30.5431 -33.4766 95.55 + 84 118.534 732 10 0 -30.549 -33.4711 94.15 + 84 116.944 746 9 1 -30.6765 -33.3696 65.55 + 84 255.17 733 9 0 -30.6817 -33.361 64.15 + 84 300.042 746 8 1 -30.7812 -33.1737 35.55 + 84 141.371 734 8 0 -30.7809 -33.1639 34.15 + 84 142.049 746 7 1 -30.7795 -32.9553 5.55 + 84 134.303 735 7 0 -30.7781 -32.9443 4.15 + 84 139.808 746 6 1 -30.755 -32.7235 -24.45 + 84 123.881 736 6 0 -30.754 -32.7219 -25.85 + 84 103.902 746 5 1 -30.735 -32.6805 -54.45 + 84 124.511 736 5 0 -30.7347 -32.6811 -55.85 + 84 130.977 746 4 1 -30.7311 -32.6985 -84.45 + 84 127.218 736 4 0 -30.7306 -32.7011 -85.85 + 84 107.28 746 3 1 -30.712 -32.7356 -114.45 + 84 160.895 736 3 0 -30.7089 -32.7397 -115.85 + 84 92.5234 746 2 1 -30.662 -32.8192 -144.45 + 84 97.5408 736 2 0 -30.6619 -32.8214 -145.85 + 84 232.475 746 1 1 -30.6652 -32.8544 -174.45 + 84 173.704 735 1 0 -30.6654 -32.8588 -175.85 + 84 109.796 746 0 1 -30.6674 -32.9468 -204.45 + 84 135.93 735 0 0 -30.6712 -32.9511 -205.85 + 84 97.2227 564 6 1 -67.079 62.3937 -24.85 + 84 298.907 107 1 0 67.5816 -158.55 -176.128 +Number of digits in this event: 21 +Using G4ParticleGun... +Particle energy: 3.11047 LIN +Particle: proton +Event: 85 +Number of tracker hits in this event: 26 + 85 218.021 942 10 1 8.61384 -104.262 95.55 + 85 134.214 379 10 0 8.61343 -104.261 94.15 + 85 121.916 942 9 1 8.60311 -104.246 65.55 + 85 181.192 379 9 0 8.60338 -104.244 64.15 + 85 134.197 942 8 1 8.61128 -104.204 35.55 + 85 156.553 379 8 0 8.61323 -104.2 34.15 + 85 105.6 943 7 1 8.65854 -104.123 5.55 + 85 107.267 380 7 0 8.66116 -104.121 4.15 + 85 146.368 943 6 1 8.71586 -104.072 -24.45 + 85 127.451 380 6 0 8.71444 -104.067 -25.85 + 85 101.89 943 5 1 8.68155 -103.965 -54.45 + 85 118.285 380 5 0 8.67989 -103.958 -55.85 + 85 100.677 942 4 1 8.64602 -103.831 -84.45 + 85 100.343 381 4 0 8.6488 -103.826 -85.85 + 85 124.287 943 3 1 8.70253 -103.707 -114.45 + 85 152.483 382 3 0 8.70788 -103.7 -115.85 + 85 164.504 943 2 1 8.82474 -103.554 -144.45 + 85 228.428 383 2 0 8.82979 -103.546 -145.85 + 85 152.805 944 1 1 8.93188 -103.393 -174.45 + 85 153.116 383 1 0 8.94097 -103.383 -175.85 + 85 110.317 945 0 1 9.12907 -103.178 -204.45 + 85 99.2284 384 0 0 9.13772 -103.168 -205.85 + 85 79.433 943 9 1 8.65 -104.248 65.4572 + 85 68.5414 944 9 1 8.85 -104.265 65.3476 + 85 89.4388 945 9 1 9.05012 -104.265 65.3869 + 85 330.804 946 9 1 9.25 -104.389 65.3793 Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 6.76869 LIN +Particle energy: 1.46097 LIN Particle: proton -Event: 98 -Number of tracker hits in this event: 20 - 98 108.242 1418 9 1 103.796 -68.5057 65.55 - 98 111.318 557 9 0 103.797 -68.5062 64.15 - 98 110.658 1418 8 1 103.823 -68.5204 35.55 - 98 105.445 557 8 0 103.825 -68.5216 34.15 - 98 121.095 1418 7 1 103.86 -68.5503 5.55 - 98 143.185 557 7 0 103.861 -68.5518 4.15 - 98 98.6911 1418 6 1 103.879 -68.586 -24.45 - 98 106.322 557 6 0 103.88 -68.5873 -25.85 - 98 142.796 1418 5 1 103.9 -68.6162 -54.45 - 98 97.0113 557 5 0 103.902 -68.6179 -55.85 - 98 198.099 1418 4 1 103.942 -68.6514 -84.45 - 98 140.637 556 4 0 103.943 -68.6537 -85.85 - 98 224.011 1419 3 1 103.965 -68.7016 -114.45 - 98 110.918 556 3 0 103.968 -68.7041 -115.85 - 98 241.862 1419 2 1 104.036 -68.7527 -144.45 - 98 106.351 556 2 0 104.04 -68.7544 -145.85 - 98 109.017 1419 1 1 104.127 -68.7901 -174.45 - 98 114.659 556 1 0 104.131 -68.791 -175.85 - 98 164.219 1420 0 1 104.213 -68.8103 -204.45 - 98 108.8 556 0 0 104.217 -68.8109 -205.85 +Event: 86 +Number of tracker hits in this event: 18 + 86 104.153 228 8 1 -134.521 49.5429 35.55 + 86 100.49 1147 8 0 -134.52 49.5435 34.15 + 86 109.029 228 7 1 -134.515 49.5303 5.55 + 86 165.233 1147 7 0 -134.514 49.5276 4.15 + 86 131.318 228 6 1 -134.49 49.4879 -24.45 + 86 143.46 1147 6 0 -134.484 49.4863 -25.85 + 86 191.681 228 5 1 -134.373 49.4515 -54.45 + 86 188.626 1146 5 0 -134.369 49.4486 -55.85 + 86 168.052 229 4 1 -134.284 49.3989 -84.45 + 86 129.866 1146 4 0 -134.283 49.3991 -85.85 + 86 166.105 229 3 1 -134.268 49.3938 -114.45 + 86 114.726 1146 3 0 -134.272 49.3966 -115.85 + 86 145.706 228 2 1 -134.353 49.4651 -144.45 + 86 118.419 1147 2 0 -134.361 49.4701 -145.85 + 86 117.997 228 1 1 -134.532 49.5962 -174.45 + 86 149.344 1147 1 0 -134.541 49.6044 -175.85 + 86 155.534 227 0 1 -134.736 49.7691 -204.45 + 86 140.109 1148 0 0 -134.743 49.7769 -205.85 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 4.29516 LIN +Particle: proton +Event: 87 +Number of tracker hits in this event: 25 + 87 98.2406 884 9 1 -3.14699 -121.663 65.55 + 87 119.685 292 9 0 -3.1486 -121.664 64.15 + 87 117.185 884 8 1 -3.18801 -121.691 35.55 + 87 132.268 292 8 0 -3.19018 -121.693 34.15 + 87 104.499 884 7 1 -3.23775 -121.744 5.55 + 87 119.513 292 7 0 -3.23951 -121.747 4.15 + 87 105.208 883 6 1 -3.2718 -121.816 -24.45 + 87 118.572 291 6 0 -3.27495 -121.818 -25.85 + 87 133.887 883 5 1 -3.34103 -121.849 -54.45 + 87 274.554 291 5 0 -3.34398 -121.85 -55.85 + 87 89.5355 883 4 1 -3.4069 -121.888 -84.45 + 87 156.209 291 4 0 -3.40932 -121.888 -85.85 + 87 107.882 882 3 1 -3.45285 -121.896 -114.45 + 87 113.169 291 3 0 -3.45615 -121.898 -115.85 + 87 111.828 882 2 1 -3.52227 -121.935 -144.45 + 87 112.467 291 2 0 -3.52578 -121.938 -145.85 + 87 94.2859 882 1 1 -3.59536 -122.008 -174.45 + 87 115.477 290 1 0 -3.59873 -122.012 -175.85 + 87 116.854 881 0 1 -3.66915 -122.079 -204.45 + 87 83.8936 290 0 0 -3.67314 -122.083 -205.85 + 87 15.4695 1173 7 1 54.6537 28.9467 5.47706 + 87 63.4907 1611 5 1 142.513 -135.992 -54.5239 + 87 0.0578003 291 8 0 -3.16981 -121.75 33.7501 + 87 50.4253 261 8 0 -47.0007 -127.785 33.7502 + 87 71.9977 262 8 0 -47.0342 -127.75 33.7829 +Number of digits in this event: 8 +Using G4ParticleGun... +Particle energy: 6.43265 LIN +Particle: proton +Event: 88 +Number of tracker hits in this event: 23 + 88 105.408 400 10 1 -100.009 25.5344 95.55 + 88 111.385 1027 10 0 -100.011 25.5364 94.15 + 88 93.3303 400 9 1 -100.044 25.5776 65.55 + 88 126.621 1027 9 0 -100.045 25.5793 64.15 + 88 110.113 400 8 1 -100.067 25.6125 35.55 + 88 172.258 1027 8 0 -100.069 25.6143 34.15 + 88 121.185 400 7 1 -100.113 25.6435 5.55 + 88 309.852 1027 7 0 -100.115 25.6459 4.15 + 88 189.758 399 6 1 -100.161 25.6976 -24.45 + 88 128.513 1028 6 0 -100.163 25.6992 -25.85 + 88 97.4574 399 5 1 -100.201 25.7296 -54.45 + 88 123.185 1028 5 0 -100.203 25.7319 -55.85 + 88 244.245 399 4 1 -100.252 25.787 -84.45 + 88 140.207 1028 4 0 -100.256 25.7899 -85.85 + 88 95.5995 399 3 1 -100.319 25.8438 -114.45 + 88 100.802 1028 3 0 -100.322 25.8491 -115.85 + 88 52.1154 1029 3 0 -100.323 25.85 -116.076 + 88 110.956 398 2 1 -100.389 25.9601 -144.45 + 88 138.59 1029 2 0 -100.391 25.9655 -145.85 + 88 116.087 398 1 1 -100.432 26.0763 -174.45 + 88 174.925 1030 1 0 -100.434 26.0822 -175.85 + 88 165.224 398 0 1 -100.48 26.2042 -204.45 + 88 105.879 1030 0 0 -100.482 26.2108 -205.85 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 3.60966 LIN +Particle: proton +Event: 89 +Number of tracker hits in this event: 24 + 89 126.614 221 8 1 -135.785 50.7625 35.55 + 89 102.392 1153 8 0 -135.785 50.7625 34.15 + 89 112.543 221 7 1 -135.793 50.7586 5.55 + 89 97.3532 1153 7 0 -135.795 50.7578 4.15 + 89 144.405 221 6 1 -135.829 50.7421 -24.45 + 89 134.912 1153 6 0 -135.831 50.7407 -25.85 + 89 125.676 221 5 1 -135.872 50.7095 -54.45 + 89 150.407 1153 5 0 -135.875 50.7094 -55.85 + 89 105.546 221 4 1 -135.941 50.7025 -84.45 + 89 97.4554 1153 4 0 -135.946 50.7013 -85.85 + 89 127.36 220 3 1 -136.044 50.6782 -114.45 + 89 94.8891 1153 3 0 -136.046 50.6757 -115.85 + 89 90.1956 220 2 1 -136.096 50.6239 -144.45 + 89 259.367 1152 2 0 -136.097 50.6206 -145.85 + 89 120.484 220 1 1 -136.103 50.5629 -174.45 + 89 98.2435 1152 1 0 -136.103 50.5637 -175.85 + 89 160.268 220 0 1 -136.099 50.5908 -204.45 + 89 97.3354 1152 0 0 -136.098 50.5942 -205.85 + 89 260.352 222 8 1 -135.75 50.7729 35.4561 + 89 37.1651 1157 8 0 -135.483 51.5676 34.15 + 89 76.0126 1158 8 0 -135.456 51.65 34.0617 + 89 158.008 1159 8 0 -135.451 51.85 33.9368 + 89 81.8523 1253 8 0 -136.827 70.7187 33.7503 + 89 255.295 1254 8 0 -136.955 70.85 33.843 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 7.88125 LIN +Particle: proton +Event: 90 +Number of tracker hits in this event: 25 + 90 193.991 970 11 1 14.065 -11.5464 125.55 + 90 115.31 842 11 0 14.0653 -11.5461 124.15 + 90 113.334 970 10 1 14.0723 -11.5371 95.55 + 90 196.779 842 10 0 14.0726 -11.5363 94.15 + 90 151.374 970 9 1 14.0785 -11.5244 65.55 + 90 82.7465 842 9 0 14.0784 -11.5238 64.15 + 90 132.656 970 8 1 14.0787 -11.5131 35.55 + 90 136.495 842 8 0 14.0786 -11.5126 34.15 + 90 109.112 970 7 1 14.0778 -11.5046 5.55 + 90 88.9285 842 7 0 14.0785 -11.5036 4.15 + 90 133.519 970 6 1 14.0987 -11.4832 -24.45 + 90 105.48 842 6 0 14.0994 -11.4823 -25.85 + 90 102.49 970 5 1 14.1153 -11.4651 -54.45 + 90 112.96 842 5 0 14.1166 -11.464 -55.85 + 90 102.598 970 4 1 14.1468 -11.4401 -84.45 + 90 153.501 843 4 0 14.1491 -11.4386 -85.85 + 90 178.72 970 3 1 14.1992 -11.4069 -114.45 + 90 273.398 843 3 0 14.2014 -11.4042 -115.85 + 90 92.7957 970 2 1 14.2483 -11.3466 -144.45 + 90 128.344 843 2 0 14.2511 -11.3452 -145.85 + 90 95.7647 971 1 1 14.3055 -11.3156 -174.45 + 90 147.165 843 1 0 14.3079 -11.3146 -175.85 + 90 101.724 971 0 1 14.3607 -11.2904 -204.45 + 90 115.206 843 0 0 14.3639 -11.2886 -205.85 + 90 44.8931 842 4 0 14.1424 -11.4503 -86.2275 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 2.70592 LIN +Particle: proton +Event: 91 +Number of tracker hits in this event: 22 + 91 95.2755 1413 10 1 102.782 46.3973 95.55 + 91 121.373 1131 10 0 102.782 46.3985 94.15 + 91 97.2317 1413 9 1 102.787 46.427 65.55 + 91 161.973 1131 9 0 102.787 46.4279 64.15 + 91 127.839 1413 8 1 102.79 46.4381 35.55 + 91 104.829 1131 8 0 102.791 46.4365 34.15 + 91 108.859 1413 7 1 102.799 46.4042 5.55 + 91 138.457 1131 7 0 102.798 46.4019 4.15 + 91 137.692 1413 6 1 102.777 46.3598 -24.45 + 91 104.85 1131 6 0 102.776 46.3569 -25.85 + 91 131.007 1413 5 1 102.766 46.2963 -54.45 + 91 141.476 1131 5 0 102.767 46.2936 -55.85 + 91 119.194 1413 4 1 102.77 46.2459 -84.45 + 91 109.057 1130 4 0 102.77 46.2453 -85.85 + 91 107.179 1413 3 1 102.783 46.2421 -114.45 + 91 111.91 1130 3 0 102.784 46.2427 -115.85 + 91 99.5526 1413 2 1 102.797 46.2509 -144.45 + 91 107.548 1131 2 0 102.8 46.2527 -145.85 + 91 146.056 1413 1 1 102.859 46.2861 -174.45 + 91 234.403 1131 1 0 102.858 46.2873 -175.85 + 91 115.259 1413 0 1 102.838 46.3128 -204.45 + 91 130.347 1131 0 0 102.839 46.3128 -205.85 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 6.51731 LIN +Particle: proton +Event: 92 +Number of tracker hits in this event: 34 + 92 88.448 501 11 1 -79.6832 -5.08452 125.55 + 92 131.584 874 11 0 -79.6826 -5.08367 124.15 + 92 155.214 501 10 1 -79.671 -5.0669 95.55 + 92 101.807 874 10 0 -79.6709 -5.06708 94.15 + 92 159.718 501 9 1 -79.6709 -5.06965 65.55 + 92 152.552 874 9 0 -79.6704 -5.07002 64.15 + 92 105.028 501 8 1 -79.6578 -5.08296 35.55 + 92 124.097 874 8 0 -79.6572 -5.08278 34.15 + 92 114.369 502 7 1 -79.6472 -5.0764 5.55 + 92 142.74 874 7 0 -79.6465 -5.07704 4.15 + 92 104.596 502 6 1 -79.6359 -5.08733 -24.45 + 92 115.135 874 6 0 -79.6353 -5.08807 -25.85 + 92 119.906 502 5 1 -79.62 -5.10339 -54.45 + 92 118.175 874 5 0 -79.6175 -5.10334 -55.85 + 92 160.742 502 4 1 -79.5699 -5.10055 -84.45 + 92 286.91 874 4 0 -79.5678 -5.10021 -85.85 + 92 109.557 502 3 1 -79.5254 -5.09726 -114.45 + 92 120.708 874 3 0 -79.5241 -5.08746 -115.85 + 92 172.107 502 2 1 -79.4981 -4.88057 -144.45 + 92 99.9741 875 2 0 -79.4969 -4.87064 -145.85 + 92 277.756 502 1 1 -79.4729 -4.66902 -174.45 + 92 121.535 876 1 0 -79.4713 -4.65768 -175.85 + 92 118.585 503 0 1 -79.4441 -4.42127 -204.45 + 92 146.369 878 0 0 -79.442 -4.40949 -205.85 + 92 189.115 877 1 0 -79.4706 -4.65 -176.151 + 92 158.85 501 1 1 -79.65 -4.47269 -174.6 + 92 157.691 500 1 1 -79.85 -4.33928 -174.553 + 92 93.7805 502 9 1 -79.65 -5.04008 65.4391 + 92 82.783 503 9 1 -79.45 -4.87366 65.2853 + 92 21.0578 504 9 1 -79.25 -4.73935 65.1985 + 92 33.2751 878 9 0 -78.2041 -4.44809 64.15 + 92 141.51 877 9 0 -78.1323 -4.45001 64.1023 + 92 198.768 876 9 0 -77.9571 -4.65 63.8385 + 92 91.0018 968 9 0 -100.213 13.7281 63.7501 +Number of digits in this event: 20 +Using G4ParticleGun... +Particle energy: 8.07078 LIN +Particle: proton +Event: 93 +Number of tracker hits in this event: 23 + 93 242.418 391 10 1 -101.87 -28.7758 95.55 + 93 212.27 756 10 0 -101.869 -28.7766 94.15 + 93 115.706 391 9 1 -101.852 -28.7876 65.55 + 93 129.985 756 9 0 -101.851 -28.787 64.15 + 93 126.838 391 8 1 -101.829 -28.7748 35.55 + 93 116.663 756 8 0 -101.827 -28.7748 34.15 + 93 99.3837 391 7 1 -101.801 -28.7704 5.55 + 93 136.953 756 7 0 -101.8 -28.7693 4.15 + 93 100.768 391 6 1 -101.771 -28.7509 -24.45 + 93 106.638 756 6 0 -101.77 -28.75 -25.85 + 93 140.066 392 5 1 -101.742 -28.7328 -54.45 + 93 93.8094 756 5 0 -101.741 -28.7322 -55.85 + 93 129.561 392 4 1 -101.724 -28.719 -84.45 + 93 99.844 756 4 0 -101.723 -28.718 -85.85 + 93 286.912 392 3 1 -101.711 -28.696 -114.45 + 93 105.259 756 3 0 -101.711 -28.6931 -115.85 + 93 134.55 392 2 1 -101.709 -28.6372 -144.45 + 93 124.783 757 2 0 -101.708 -28.6353 -145.85 + 93 120.345 392 1 1 -101.703 -28.5978 -174.45 + 93 154.741 757 1 0 -101.703 -28.5959 -175.85 + 93 127.661 392 0 1 -101.711 -28.5546 -204.45 + 93 149.146 757 0 0 -101.712 -28.5525 -205.85 + 93 56.815 756 2 0 -101.805 -28.6501 -146.244 +Number of digits in this event: 16 +Using G4ParticleGun... +Particle energy: 1.11465 LIN +Particle: proton +Event: 94 +Number of tracker hits in this event: 35 + 94 313.7 663 10 1 -47.3198 92.1301 95.55 + 94 178.31 1359 10 0 -47.3166 92.129 94.15 + 94 106.355 663 9 1 -47.2543 92.0885 65.55 + 94 135.265 1359 9 0 -47.253 92.0861 64.15 + 94 117.813 664 8 1 -47.2438 92.0343 35.55 + 94 109.032 1359 8 0 -47.2443 92.0256 34.15 + 94 128.622 664 7 1 -47.2439 91.8172 5.55 + 94 166.164 1358 7 0 -47.2416 91.8158 4.15 + 94 117.95 664 6 1 -47.2004 91.7849 -24.45 + 94 128.039 1358 6 0 -47.1926 91.7836 -25.85 + 94 119.133 665 5 1 -47.0434 91.7678 -54.45 + 94 142.88 1358 5 0 -47.0363 91.7658 -55.85 + 94 129.87 665 4 1 -46.8898 91.7281 -84.45 + 94 206.403 1357 4 0 -46.8856 91.7235 -85.85 + 94 121.402 666 3 1 -46.7894 91.6151 -114.45 + 94 110.694 1357 3 0 -46.7815 91.6091 -115.85 + 94 105.879 667 2 1 -46.6321 91.4954 -144.45 + 94 118.845 1356 2 0 -46.6274 91.4838 -145.85 + 94 164.898 667 1 1 -46.5367 91.2483 -174.45 + 94 123.379 1355 1 0 -46.5348 91.2337 -175.85 + 94 140.303 667 0 1 -46.4892 90.9348 -204.45 + 94 128.45 1353 0 0 -46.4871 90.9199 -205.85 + 94 46.9258 1168 0 0 -118.709 53.7462 -206.25 + 94 108.646 1167 0 0 -118.762 53.6497 -206.092 + 94 48.5625 302 0 1 -119.666 52.7718 -204.85 + 94 105.03 301 0 1 -119.75 52.6913 -204.731 + 94 62.3222 300 0 1 -120.024 52.6415 -204.45 + 94 117.187 299 0 1 -120.15 52.8273 -204.504 + 94 87.1912 298 0 1 -120.35 53.2251 -204.53 + 94 206.691 297 0 1 -120.55 53.473 -204.467 + 94 141.771 296 0 1 -120.75 54.2167 -204.671 + 94 11.2231 1183 0 0 -122.103 56.8216 -205.85 + 94 252.737 1184 0 0 -122.116 56.8506 -205.86 + 94 160.34 1185 0 0 -122.325 57.0502 -205.951 + 94 22.1664 1186 0 0 -122.698 57.25 -206.16 +Number of digits in this event: 20 +Using G4ParticleGun... +Particle energy: 6.43164 LIN +Particle: proton +Event: 95 +Number of tracker hits in this event: 24 + 95 110.549 624 11 1 -55.1404 2.05182 125.55 + 95 150.384 910 11 0 -55.1403 2.05287 124.15 + 95 113.206 624 10 1 -55.1399 2.07721 95.55 + 95 123.124 910 10 0 -55.1401 2.07829 94.15 + 95 100.643 624 9 1 -55.1489 2.0977 65.55 + 95 110.725 910 9 0 -55.1489 2.09851 64.15 + 95 129.822 624 8 1 -55.1484 2.11118 35.55 + 95 136.007 910 8 0 -55.1478 2.11155 34.15 + 95 159.075 624 7 1 -55.1338 2.11696 5.55 + 95 119.228 910 7 0 -55.1339 2.1166 4.15 + 95 116.676 624 6 1 -55.1357 2.11088 -24.45 + 95 100.328 910 6 0 -55.1359 2.11082 -25.85 + 95 103.328 624 5 1 -55.1389 2.11298 -54.45 + 95 117.46 910 5 0 -55.1381 2.11311 -55.85 + 95 159.844 624 4 1 -55.1163 2.11554 -84.45 + 95 115.437 910 4 0 -55.1159 2.11629 -85.85 + 95 94.7035 624 3 1 -55.1102 2.13376 -114.45 + 95 169.966 910 3 0 -55.1093 2.13425 -115.85 + 95 106.851 624 2 1 -55.0918 2.14196 -144.45 + 95 189.195 910 2 0 -55.0918 2.14243 -145.85 + 95 132.158 624 1 1 -55.0917 2.14988 -174.45 + 95 122.945 910 1 0 -55.0902 2.15045 -175.85 + 95 143.81 624 0 1 -55.0603 2.1633 -204.45 + 95 120.591 910 0 0 -55.0591 2.16357 -205.85 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 7.10127 LIN +Particle: proton +Event: 96 +Number of tracker hits in this event: 24 + 96 124.52 1222 10 1 64.5861 -85.0257 95.55 + 96 192.883 475 10 0 64.5871 -85.0251 94.15 + 96 124.886 1222 9 1 64.6063 -85.0133 65.55 + 96 126.996 475 9 0 64.6085 -85.0125 64.15 + 96 132.605 1223 8 1 64.6562 -84.9984 35.55 + 96 126.252 475 8 0 64.6584 -84.9965 34.15 + 96 97.493 1223 7 1 64.7025 -84.9595 5.55 + 96 319.525 475 7 0 64.7042 -84.9591 4.15 + 96 114.828 1223 6 1 64.7426 -84.9517 -24.45 + 96 121.374 475 6 0 64.7439 -84.9511 -25.85 + 96 97.4465 1223 5 1 64.7694 -84.936 -54.45 + 96 97.5335 475 5 0 64.7702 -84.9353 -55.85 + 96 131.745 1223 4 1 64.7846 -84.9233 -84.45 + 96 109.55 475 4 0 64.7847 -84.9242 -85.85 + 96 150.719 1223 3 1 64.7896 -84.9365 -114.45 + 96 102.514 475 3 0 64.7908 -84.9381 -115.85 + 96 103.703 1223 2 1 64.8159 -84.9745 -144.45 + 96 124.495 475 2 0 64.8174 -84.9758 -145.85 + 96 118.301 1223 1 1 64.846 -84.9972 -174.45 + 96 125.08 475 1 0 64.8475 -84.9984 -175.85 + 96 225.882 1224 0 1 64.8736 -85.0237 -204.45 + 96 258.989 475 0 0 64.875 -85.0243 -205.85 + 96 154.046 474 7 0 64.3161 -85.05 3.96847 + 96 128.243 324 7 0 93.0993 -115.232 3.75007 +Number of digits in this event: 17 +Using G4ParticleGun... +Particle energy: 5.09777 LIN +Particle: proton +Event: 97 +Number of tracker hits in this event: 21 + 97 126.741 274 9 1 -125.263 40.6199 65.55 + 97 103.985 1102 9 0 -125.262 40.6202 64.15 + 97 99.6212 274 8 1 -125.245 40.6253 35.55 + 97 115.061 1102 8 0 -125.244 40.6273 34.15 + 97 187.521 274 7 1 -125.238 40.6657 5.55 + 97 114.772 1103 7 0 -125.237 40.6688 4.15 + 97 114.15 274 6 1 -125.231 40.7306 -24.45 + 97 101.101 1103 6 0 -125.231 40.7343 -25.85 + 97 112.663 274 5 1 -125.238 40.804 -54.45 + 97 119.988 1103 5 0 -125.239 40.808 -55.85 + 97 107.176 274 4 1 -125.259 40.8895 -84.45 + 97 152.658 1104 4 0 -125.261 40.8927 -85.85 + 97 96.4656 274 3 1 -125.294 40.9612 -114.45 + 97 237.616 1104 3 0 -125.296 40.9655 -115.85 + 97 157.39 274 2 1 -125.333 41.0506 -144.45 + 97 103.453 1105 2 0 -125.333 41.055 -145.85 + 97 151.589 274 1 1 -125.337 41.1474 -174.45 + 97 129.313 1105 1 0 -125.337 41.153 -175.85 + 97 114.539 274 0 1 -125.336 41.265 -204.45 + 97 93.2913 1106 0 0 -125.336 41.2707 -205.85 + 97 123.832 1105 3 0 -125.163 41.0501 -116.168 Number of digits in this event: 9 Using G4ParticleGun... -Particle energy: 4.13838 LIN +Particle energy: 3.92575 LIN +Particle: proton +Event: 98 +Number of tracker hits in this event: 27 + 98 160.423 1005 9 1 21.1821 -121.046 65.55 + 98 119.374 295 9 0 21.1831 -121.048 64.15 + 98 121.211 1005 8 1 21.2064 -121.091 35.55 + 98 132.755 295 8 0 21.2079 -121.091 34.15 + 98 119.828 1005 7 1 21.2396 -121.098 5.55 + 98 118.086 295 7 0 21.2401 -121.097 4.15 + 98 120.012 1005 6 1 21.2326 -121.113 -24.45 + 98 103.143 295 6 0 21.2331 -121.112 -25.85 + 98 92.1036 1005 5 1 21.2409 -121.113 -54.45 + 98 98.5596 295 5 0 21.2417 -121.112 -55.85 + 98 105.238 1006 4 1 21.2606 -121.095 -84.45 + 98 175.401 295 4 0 21.2607 -121.093 -85.85 + 98 117.531 1006 3 1 21.2737 -121.063 -114.45 + 98 97.671 295 3 0 21.2738 -121.063 -115.85 + 98 105.501 1006 2 1 21.2826 -121.025 -144.45 + 98 120.906 295 2 0 21.2816 -121.023 -145.85 + 98 110.739 1006 1 1 21.2621 -120.981 -174.45 + 98 120.668 295 1 0 21.2624 -120.978 -175.85 + 98 151.569 1006 0 1 21.2696 -120.908 -204.45 + 98 121.404 296 0 0 21.2702 -120.906 -205.85 + 98 13.0016 432 3 0 4.51649 -93.572 -116.25 + 98 129.682 433 3 0 4.5007 -93.55 -116.227 + 98 167.055 434 3 0 4.43164 -93.3499 -116.159 + 98 2.08959 913 3 1 2.6577 -93.4364 -114.85 + 98 58.7463 912 3 1 2.64982 -93.438 -114.845 + 98 3.43922 438 3 0 0.0623774 -92.3684 -115.85 + 98 116.43 439 3 0 -0.05 -92.2896 -115.989 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 4.19798 LIN Particle: proton Event: 99 -Number of tracker hits in this event: 91 - 99 110.035 237 9 1 -132.683 9.58436 65.55 - 99 104.897 947 9 0 -132.684 9.58308 64.15 - 99 107.851 237 8 1 -132.699 9.55693 35.55 - 99 94.3133 947 8 0 -132.7 9.55622 34.15 - 99 108.202 237 7 1 -132.726 9.54592 5.55 - 99 123.006 947 7 0 -132.727 9.54673 4.15 - 99 139.058 236 6 1 -132.761 9.55911 -24.45 - 99 124.966 947 6 0 -132.764 9.5604 -25.85 - 99 129.881 236 5 1 -132.826 9.58782 -54.45 - 99 149.611 947 5 0 -132.828 9.58999 -55.85 - 99 154.046 236 4 1 -132.864 9.64435 -84.45 - 99 127.76 947 4 0 -132.866 9.64669 -85.85 - 99 113.762 236 3 1 -132.902 9.69163 -114.45 - 99 120.255 948 3 0 -132.904 9.69303 -115.85 - 99 129.548 235 2 1 -132.954 9.72066 -144.45 - 99 98.8927 948 2 0 -132.957 9.72267 -145.85 - 99 253.942 235 1 1 -133.007 9.76592 -174.45 - 99 182.396 948 1 0 -133.008 9.76642 -175.85 - 99 114.943 235 0 1 -133.025 9.7732 -204.45 - 99 117.172 948 0 0 -133.026 9.77484 -205.85 - 99 50.5945 132 0 1 -153.55 29.989 -204.725 - 99 287.131 1066 2 0 -120.712 33.254 -146.25 - 99 145.493 920 0 0 -118.305 4.13453 -206.25 - 99 77.2633 919 0 0 -118.086 4.05 -206.002 - 99 72.1481 315 0 1 -117.073 3.65629 -204.85 - 99 113.798 316 0 1 -116.95 3.60854 -204.71 - 99 10.3453 317 0 1 -116.75 3.53018 -204.483 - 99 100.689 872 1 0 -93.8504 -5.57664 -176.25 - 99 84.7038 871 1 0 -93.6659 -5.65 -176.022 - 99 94.8704 437 1 1 -92.7234 -6.01765 -174.85 - 99 77.3137 438 1 1 -92.55 -6.08525 -174.634 - 99 101.44 832 2 0 -73.7933 -13.5928 -146.25 - 99 93.8508 831 2 0 -73.6504 -13.65 -146.033 - 99 15.0897 535 2 1 -72.8757 -13.9574 -144.85 - 99 123.807 536 2 1 -72.85 -13.9675 -144.811 - 99 18.7386 537 2 1 -72.65 -14.0473 -144.505 - 99 138.371 795 3 0 -55.4101 -20.8929 -116.25 - 99 72.5413 628 3 1 -54.3414 -21.0925 -114.85 - 99 113.543 629 3 1 -54.25 -21.1039 -114.739 - 99 17.8559 630 3 1 -54.05 -21.128 -114.497 - 99 157.347 776 4 0 -30.9148 -24.7372 -86.25 - 99 49.113 751 4 1 -29.7594 -24.9149 -84.85 - 99 92.3607 752 4 1 -29.65 -24.9316 -84.7178 - 99 8.17138 753 4 1 -29.45 -24.9616 -84.4767 - 99 192.042 760 5 0 -5.05043 -28.0099 -56.25 - 99 10.5223 759 5 0 -4.72872 -28.05 -55.8779 - 99 0.186712 880 5 1 -3.85226 -28.1567 -54.85 - 99 205.265 881 5 1 -3.85 -28.157 -54.8474 - 99 380.55 882 5 1 -3.65 -28.1814 -54.6127 - 99 266.524 883 5 1 -3.39404 -28.2731 -54.45 - 99 62.8876 884 5 1 -3.24987 -28.2833 -54.6685 - 99 13.7035 885 5 1 -3.04978 -28.3055 -54.8164 - 99 69.5107 756 5 0 -2.50003 -28.7682 -55.8506 - 99 83.3995 755 5 0 -2.42953 -28.85 -56.017 - 99 65.5418 754 5 0 -2.36347 -29.05 -56.1753 - 99 33.9989 752 5 0 -2.25366 -29.5757 -55.85 - 99 61.4161 751 5 0 -2.1735 -29.65 -55.9116 - 99 90.487 750 5 0 -2.11595 -29.85 -56.021 - 99 246.305 749 5 0 -1.9078 -30.05 -56.1095 - 99 163.171 748 5 0 -1.84025 -30.25 -56.164 - 99 85.9649 1340 2 1 88.1787 -16.3334 -144.45 - 99 107.001 647 8 1 -50.45 -49.0948 35.2516 - 99 68.805 646 8 1 -50.65 -49.295 35.3879 - 99 69.3961 645 8 1 -50.8501 -49.3896 35.314 - 99 275.926 644 8 1 -51.05 -49.4625 35.3 - 99 342.813 742 6 0 75.8301 -31.646 -26.25 - 99 2987.67 741 6 0 75.922 -31.65 -26.2174 - 99 491.989 1297 6 1 79.5022 -31.7708 -24.85 - 99 569.752 1298 6 1 79.65 -31.7756 -24.7928 - 99 547.56 1299 6 1 79.85 -31.7831 -24.7158 - 99 723.153 1300 6 1 80.05 -31.7887 -24.6399 - 99 637.374 1301 6 1 80.25 -31.7947 -24.5651 - 99 387.282 1302 6 1 80.45 -31.7999 -24.4891 - 99 6118.17 788 7 0 137.221 -22.4355 3.75 - 99 1093.06 1602 7 1 140.604 -22.2138 5.15 - 99 1981.54 1603 7 1 140.75 -22.2067 5.20854 - 99 2365.44 1604 7 1 140.95 -22.2007 5.27753 - 99 3597.81 1605 7 1 141.15 -22.2171 5.35086 - 99 2112.32 1606 7 1 141.35 -22.2355 5.42914 - 99 13.835 709 0 0 -168.868 -38.2147 -206.25 - 99 123.713 708 0 0 -168.894 -38.25 -206.238 - 99 117.634 707 0 0 -169.044 -38.45 -206.168 - 99 113.274 706 0 0 -169.195 -38.65 -206.099 - 99 149.065 705 0 0 -169.345 -38.85 -206.03 - 99 76.6301 704 0 0 -169.494 -39.05 -205.961 - 99 47.0558 703 0 0 -169.645 -39.25 -205.891 - 99 48.068 41 0 1 -171.88 -42.2253 -204.85 - 99 180.821 40 0 1 -171.95 -42.3189 -204.817 - 99 328.666 39 0 1 -172.15 -42.5881 -204.725 - 99 120.138 38 0 1 -172.35 -42.8585 -204.632 - 99 106.433 37 0 1 -172.55 -43.1302 -204.538 -Number of digits in this event: 45 +Number of tracker hits in this event: 20 + 99 107.896 876 9 1 -4.78655 -128.26 65.55 + 99 145.956 259 9 0 -4.78774 -128.261 64.15 + 99 143.152 876 8 1 -4.80951 -128.269 35.55 + 99 105.486 259 8 0 -4.81037 -128.27 34.15 + 99 97.4944 876 7 1 -4.83156 -128.293 5.55 + 99 167.89 259 7 0 -4.83473 -128.292 4.15 + 99 177.615 875 6 1 -4.89912 -128.274 -24.45 + 99 116.454 259 6 0 -4.90385 -128.273 -25.85 + 99 93.9715 875 5 1 -5.00054 -128.251 -54.45 + 99 111.134 259 5 0 -5.00718 -128.248 -55.85 + 99 107.787 874 4 1 -5.14183 -128.193 -84.45 + 99 162.046 259 4 0 -5.14795 -128.189 -85.85 + 99 149.177 873 3 1 -5.27012 -128.124 -114.45 + 99 169.58 260 3 0 -5.2754 -128.121 -115.85 + 99 155.874 873 2 1 -5.38242 -128.044 -144.45 + 99 114.431 260 2 0 -5.38468 -128.041 -145.85 + 99 128.097 873 1 1 -5.4382 -127.977 -174.45 + 99 124.123 260 1 0 -5.44067 -127.973 -175.85 + 99 107.071 872 0 1 -5.48523 -127.874 -204.45 + 99 121.299 261 0 0 -5.48721 -127.869 -205.85 +Number of digits in this event: 12 Run terminated. Run Summary Number of events processed : 100 - User=3.410000s Real=3.655088s Sys=0.030000s + User=3.370000s Real=4.544848s Sys=0.060000s End of Run 0 There are histograms that can be viewed with visualization: 2 h1 histograms(s) @@ -5823,3067 +4998,3882 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun... -Particle energy: 6.07964 LIN +Particle energy: 8.39383 LIN Particle: gamma Event: 0 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 5.80036 LIN -Particle: gamma -Event: 1 -Number of tracker hits in this event: 37 - 1 243.647 1296 3 1 79.3052 -68.0579 -114.45 - 1 344.675 559 3 0 79.3052 -68.0572 -115.85 - 1 283.123 1296 2 1 79.2999 -68.0394 -144.45 - 1 148.696 560 2 0 79.3009 -68.0398 -145.85 - 1 502.56 1296 1 1 79.3217 -68.0553 -174.45 - 1 294.291 560 1 0 79.317 -68.0495 -175.85 - 1 445.429 1295 0 1 79.1478 -67.9622 -204.45 - 1 521.775 560 0 0 79.1549 -67.9618 -205.85 - 1 413.739 1294 0 1 79.05 -67.9032 -204.821 - 1 127.115 561 0 0 78.8041 -67.8037 -205.85 - 1 66.471 648 0 0 72.7985 -50.3937 -206.25 - 1 189.833 649 0 0 72.8092 -50.25 -206.053 - 1 154.082 1264 0 1 72.8807 -49.3807 -204.85 - 1 155.998 647 1 0 94.4492 -50.5204 -176.25 - 1 20.5573 1376 1 1 95.5399 -50.6073 -174.85 - 1 170.301 1377 1 1 95.55 -50.6078 -174.837 - 1 316.932 1378 1 1 95.75 -50.6303 -174.622 - 1 272.147 1379 1 1 95.9815 -50.7969 -174.45 - 1 381.866 1380 1 1 96.15 -51.1617 -174.476 - 1 94.7286 638 1 0 95.6808 -52.4467 -175.85 - 1 165.731 637 1 0 95.858 -52.45 -176.008 - 1 29.7352 650 0 0 72.7943 -50.0499 -205.883 - 1 94.3243 1255 0 1 71.2182 -49.0049 -204.85 - 1 97.4236 1254 0 1 71.0494 -48.9852 -204.606 - 1 376.984 1253 0 1 70.8499 -49.1268 -204.496 - 1 251.647 559 1 0 79.3267 -68.0581 -175.85 - 1 133.165 1296 0 1 79.367 -68.1495 -204.45 - 1 273.579 559 0 0 79.3841 -68.139 -205.85 - 1 133.846 562 0 0 78.8962 -67.4771 -205.85 - 1 6.75385 1293 0 1 78.85 -67.4362 -204.511 - 1 255.045 559 2 0 79.2648 -68.083 -145.85 - 1 144.75 1295 1 1 79.2344 -68.0948 -174.45 - 1 55.0891 534 6 0 176.448 -73.1341 -26.25 - 1 233.862 878 3 1 -4.25 -86.7025 -114.732 - 1 45.4185 1208 1 1 61.7495 -57.8449 -174.85 - 1 83.4332 1207 1 1 61.6499 -57.859 -174.715 - 1 346.888 1206 1 1 61.4499 -57.7515 -174.671 -Number of digits in this event: 30 -Using G4ParticleGun... -Particle energy: 4.63529 LIN -Particle: gamma -Event: 2 -Number of tracker hits in this event: 5 - 2 77.4834 752 0 0 40.9816 -29.5295 -206.25 - 2 62.1948 751 0 0 41.0238 -29.65 -206.153 - 2 65.8427 750 0 0 41.1219 -29.85 -206.126 - 2 323.064 394 10 1 -101.15 -51.3545 95.1572 - 2 3.4232 395 10 1 -101.15 -51.4893 95.4914 +Number of tracker hits in this event: 3 + 0 6.46522 1613 1 0 110.726 142.75 -176.058 + 0 225.018 1451 1 1 110.377 143.236 -174.85 + 0 470.381 1450 1 1 110.35 143.294 -174.754 Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 5.5571 LIN +Particle energy: 7.32723 LIN +Particle: gamma +Event: 1 +Number of tracker hits in this event: 359 + 1 248.789 1162 10 1 52.5546 -13.4507 95.55 + 1 110.682 832 10 0 52.5554 -13.4517 94.15 + 1 588.993 1162 9 1 52.5799 -13.4723 65.55 + 1 303.17 832 9 0 52.583 -13.4711 64.15 + 1 671.722 1162 8 1 52.6467 -13.443 35.55 + 1 425.47 833 8 0 52.6519 -13.4385 34.15 + 1 222.259 1163 7 1 52.7594 -13.3445 5.55 + 1 95.6876 833 7 0 52.7644 -13.3406 4.15 + 1 116.599 1164 6 1 52.8894 -13.271 -24.45 + 1 118.787 833 6 0 52.8969 -13.2681 -25.85 + 1 104.304 1165 5 1 53.0535 -13.2068 -54.45 + 1 388.695 834 5 0 53.0602 -13.2019 -55.85 + 1 128.543 1165 4 1 53.1966 -13.1031 -84.45 + 1 135.094 834 4 0 53.2055 -13.0973 -85.85 + 1 166.844 1166 3 1 53.3946 -12.9754 -114.45 + 1 100.394 835 3 0 53.4041 -12.9695 -115.85 + 1 108.231 1167 2 1 53.593 -12.8442 -144.45 + 1 98.6964 836 2 0 53.6007 -12.8406 -145.85 + 1 110.591 1168 1 1 53.7562 -12.7702 -174.45 + 1 137.899 836 1 0 53.7605 -12.7683 -175.85 + 1 497.414 1169 0 1 53.8652 -12.7385 -204.45 + 1 584.688 836 0 0 53.8663 -12.7354 -205.85 + 1 54.5271 1369 1 1 93.95 -110.632 -174.509 + 1 149.845 1368 1 1 93.95 -110.696 -174.485 + 1 59.483 702 1 0 61.0689 -39.45 -176.185 + 1 65.6138 1753 3 1 170.785 109.818 -114.85 + 1 38.8969 1517 7 1 123.55 -95.0464 5.16199 + 1 270.154 1518 7 1 123.767 -95.1669 5.55 + 1 56.6781 423 7 0 124.303 -95.4166 4.14973 + 1 58.8431 424 7 0 124.3 -95.3499 3.9657 + 1 97.0677 1519 7 1 123.95 -95.2448 5.3289 + 1 229.63 1520 7 1 124.15 -95.3521 5.29129 + 1 271.146 1170 0 1 54.0755 -12.6497 -204.45 + 1 51.3177 429 5 1 -94.1551 61.0062 -54.85 + 1 375.316 428 5 1 -94.35 61.1747 -54.5457 + 1 130.823 837 0 0 54.0822 -12.6436 -205.85 + 1 36.9453 1163 8 1 52.65 -13.4397 35.2818 + 1 88.4222 1164 7 1 52.8711 -13.0013 5.55 + 1 224.199 835 7 0 52.8918 -12.9818 4.15 + 1 170.432 1166 6 1 53.3679 -12.5668 -24.45 + 1 108.487 837 6 0 53.4119 -12.5474 -25.85 + 1 266.633 1170 5 1 54.2415 -12.2289 -54.45 + 1 142.161 1171 5 1 54.25 -12.2235 -54.6588 + 1 109.096 839 5 0 54.2982 -12.194 -55.85 + 1 281.599 1177 4 1 55.5534 -11.4291 -84.45 + 1 111.476 843 4 0 55.5924 -11.389 -85.85 + 1 109.583 1181 3 1 56.3548 -10.5733 -114.45 + 1 120.908 847 3 0 56.4017 -10.5405 -115.85 + 1 254.6 1186 2 1 57.3365 -9.87069 -144.45 + 1 76.8973 850 2 0 57.3723 -9.8532 -145.85 + 1 30.7786 851 2 0 57.3786 -9.85 -146.105 + 1 121.277 1190 1 1 58.0642 -9.49326 -174.45 + 1 106.064 852 1 0 58.1011 -9.47028 -175.85 + 1 146.842 1193 0 1 58.8458 -9.07121 -204.45 + 1 98.486 855 0 0 58.835 -9.03779 -205.85 + 1 126.429 1157 7 1 51.6365 -13.5033 5.55 + 1 277.786 832 7 0 51.5016 -13.5359 4.14947 + 1 82.5403 1141 6 1 48.316 -13.9678 -24.4507 + 1 30.817 1140 6 1 48.25 -13.9958 -24.7402 + 1 159.443 829 6 0 48.0101 -14.0972 -25.85 + 1 138.311 1109 5 1 42.0039 -16.4668 -54.45 + 1 133.9 817 5 0 41.6281 -16.4842 -55.85 + 1 125.365 1071 4 1 34.3003 -17.2878 -84.45 + 1 112.177 813 4 0 34.1225 -17.3862 -85.85 + 1 97.8167 1049 3 1 29.9481 -18.9467 -114.45 + 1 5.11156 1048 3 1 29.85 -18.9647 -114.835 + 1 172.638 805 3 0 29.5787 -19.0207 -115.85 + 1 136.547 1008 2 1 21.8359 -20.6018 -144.45 + 1 136.438 796 2 0 21.4078 -20.7373 -145.85 + 1 150.45 964 1 1 13.0037 -23.5724 -174.451 + 1 22.24 782 1 0 12.564 -23.6451 -175.85 + 1 95.4668 781 1 0 12.5358 -23.65 -175.94 + 1 40.7035 919 0 1 3.90699 -25.3197 -204.45 + 1 114.838 918 0 1 3.85 -25.3155 -204.592 + 1 143.109 773 0 0 3.35519 -25.2704 -205.85 + 1 99.4689 232 2 1 -133.679 -29.4864 -144.45 + 1 282.831 231 2 1 -133.75 -29.2895 -144.532 + 1 268.906 1128 4 1 45.7174 -15.1334 -84.4501 + 1 142.212 823 4 0 45.8459 -15.3027 -85.85 + 1 197.531 777 4 0 44.526 -24.6471 -86.25 + 1 8.66746 776 4 0 44.5257 -24.65 -86.2356 + 1 74.3923 778 4 0 44.6893 -24.4499 -86.0346 + 1 81.4103 779 4 0 44.6149 -24.2498 -85.9952 + 1 61.4896 780 4 0 44.4469 -24.0497 -86.073 + 1 4.736 978 5 1 15.8049 97.0198 -54.85 + 1 6.14991 977 5 1 15.65 97.7731 -54.4665 + 1 104.857 825 4 0 45.749 -15.0128 -85.85 + 1 72.3735 1132 3 1 46.5724 -7.34829 -114.45 + 1 63.7712 1133 3 1 46.6501 -7.21953 -114.642 + 1 23.4278 868 3 0 46.8899 -6.30889 -115.851 + 1 210.565 869 3 0 46.9026 -6.24956 -115.928 + 1 38.3172 870 3 0 46.9432 -6.05 -116.179 + 1 567.548 1160 2 1 52.1575 14.7997 -144.45 + 1 107.806 977 2 0 52.4917 15.4721 -145.85 + 1 28.6639 978 2 0 52.6084 15.65 -146.168 + 1 164.835 1211 1 1 62.3898 33.9836 -174.45 + 1 116.875 1212 1 1 62.4501 33.9518 -174.495 + 1 71.0126 1213 1 1 62.65 33.8453 -174.653 + 1 173.877 1214 1 1 62.8507 33.7317 -174.758 + 1 97.1762 1062 1 0 65.0134 32.5879 -175.85 + 1 86.7602 1061 1 0 65.2569 32.45 -175.957 + 1 107.922 1060 1 0 65.5035 32.25 -176.06 + 1 100.731 1059 1 0 65.7422 32.0497 -176.142 + 1 85.1958 1058 1 0 66.1082 31.85 -176.162 + 1 108.713 1057 1 0 66.404 31.65 -176.147 + 1 222.601 1056 1 0 66.7424 31.4499 -176.089 + 1 144.952 1055 1 0 67.4632 31.25 -175.927 + 1 45.4872 1273 1 1 74.6624 29.3838 -174.85 + 1 68.1408 1274 1 1 74.85 29.3425 -174.839 + 1 13.042 1275 1 1 75.05 29.2856 -174.844 + 1 76.5653 1041 1 0 82.077 28.2994 -175.85 + 1 48.5699 1040 1 0 82.3278 28.2499 -175.887 + 1 46.7123 1319 1 1 83.9775 25.4705 -174.85 + 1 68.2547 1320 1 1 84.05 25.3578 -174.822 + 1 61.6656 1321 1 1 84.25 25.1315 -174.769 + 1 63.2985 1322 1 1 84.45 24.9966 -174.707 + 1 71.7039 1323 1 1 84.6501 24.8849 -174.594 + 1 28.0737 1324 1 1 84.8501 24.8034 -174.457 + 1 51.3324 1325 1 1 85.0505 24.728 -174.478 + 1 60.1638 1326 1 1 85.2501 24.7134 -174.494 + 1 37.0702 1327 1 1 85.45 24.7381 -174.466 + 1 13.5615 1067 1 0 62.818 33.4704 -175.85 + 1 103.92 1066 1 0 62.842 33.45 -175.901 + 1 94.9373 1065 1 0 63.1823 33.25 -175.987 + 1 80.6065 1064 1 0 63.4073 33.0497 -176.107 + 1 64.5022 1063 1 0 63.5066 32.85 -176.157 + 1 132.446 833 10 0 52.5545 -13.4483 94.15 + 1 445.718 833 9 0 52.5832 -13.3825 64.15 + 1 120.63 834 8 0 52.5949 -13.1555 34.15 + 1 140.59 1162 7 1 52.6361 -12.9544 5.55 + 1 97.654 1162 6 1 52.6453 -12.8756 -24.45 + 1 128.968 835 6 0 52.6417 -12.8751 -25.85 + 1 478.093 1162 5 1 52.6063 -12.8827 -54.45 + 1 388.845 835 5 0 52.6011 -12.876 -55.85 + 1 118.401 1162 4 1 52.4718 -12.7673 -84.45 + 1 291.697 836 4 0 52.4654 -12.7617 -85.85 + 1 103.23 1161 3 1 52.3581 -12.6526 -114.45 + 1 111.135 837 3 0 52.3501 -12.641 -115.85 + 1 212.484 838 2 0 52.1769 -12.3635 -145.85 + 1 135.037 1160 1 1 52.2042 -11.7485 -174.45 + 1 130.839 841 1 0 52.2204 -11.7198 -175.85 + 1 110.481 1162 0 1 52.6392 -11.1944 -204.45 + 1 323.539 844 0 0 52.6424 -11.1674 -205.85 + 1 20.6613 815 0 0 58.6598 -16.9863 -206.25 + 1 157.379 1302 1 0 138.292 80.6235 -176.25 + 1 275.309 836 5 0 52.6182 -12.6511 -55.85 + 1 310.414 837 5 0 52.6188 -12.65 -55.9692 + 1 130.167 1163 4 1 52.8184 -12.4046 -84.45 + 1 175.716 838 4 0 52.8258 -12.3807 -85.85 + 1 100.45 1164 3 1 53.012 -11.8616 -114.45 + 1 115.879 841 3 0 53.0034 -11.8121 -115.85 + 1 73.1991 1164 2 1 52.8528 -10.7692 -144.45 + 1 43.8387 1163 2 1 52.85 -10.7589 -144.692 + 1 141.223 846 2 0 52.8386 -10.7086 -145.85 + 1 276.204 1162 1 1 52.5887 -9.48295 -174.45 + 1 282.535 853 1 0 52.5792 -9.4274 -175.85 + 1 175.23 1161 0 1 52.3618 -8.31431 -204.45 + 1 142.428 859 0 0 52.3328 -8.23739 -205.85 + 1 186.253 1168 0 1 53.7501 -10.4004 -204.45 + 1 133.83 849 0 0 53.7612 -10.2411 -205.85 + 1 65.4126 972 0 0 60.4723 14.4973 -206.25 + 1 69.4062 973 0 0 60.432 14.65 -206.021 + 1 157.656 1200 0 1 60.2257 15.3362 -204.85 + 1 63.1647 1044 1 0 52.3429 28.9481 -176.25 + 1 51.6939 1045 1 0 52.2809 29.05 -176.04 + 1 165.497 1158 1 1 51.8294 29.6252 -174.85 + 1 256.252 1096 2 0 38.8561 39.3081 -146.25 + 1 34.7829 1091 2 1 38.2828 39.7605 -144.85 + 1 124.308 1090 2 1 38.2499 39.7896 -144.764 + 1 218.25 1001 3 0 -7.85799 20.4355 -116.25 + 1 81.168 1000 3 0 -8.3375 20.2497 -115.956 + 1 70.6915 850 3 1 -9.86073 20.3808 -114.85 + 1 65.5685 849 3 1 -10.05 20.4122 -114.728 + 1 68.9859 848 3 1 -10.25 20.4553 -114.582 + 1 2.81797 847 3 1 -10.4504 20.5122 -114.456 + 1 169.321 1076 4 0 -49.526 35.2986 -86.25 + 1 32.8441 644 4 1 -51.1782 35.3578 -84.85 + 1 103.607 643 4 1 -51.2501 35.3588 -84.7928 + 1 273.331 642 4 1 -51.45 35.3494 -84.6388 + 1 5.54357 641 4 1 -51.6508 35.3125 -84.4614 + 1 199.124 1039 2 0 -28.614 27.9767 -145.85 + 1 302.465 984 2 0 16.7943 16.9016 -146.25 + 1 240.658 1167 0 1 53.65 -10.3694 -204.641 + 1 123.172 848 0 0 53.0064 -10.2654 -205.85 + 1 129.812 1166 0 1 53.4494 -10.8139 -204.45 + 1 73.6024 843 0 0 53.8634 -11.3801 -205.85 + 1 236.231 842 0 0 53.9156 -11.45 -206.042 + 1 128.739 846 0 0 53.4822 -10.7767 -205.85 + 1 305.003 1161 5 1 52.45 -12.838 -54.4519 + 1 114.953 1161 4 1 52.4221 -12.117 -84.45 + 1 109.154 839 4 0 52.4367 -12.1203 -85.85 + 1 111.903 1163 3 1 52.781 -12.3197 -114.45 + 1 581.768 838 3 0 52.8772 -12.3432 -115.85 + 1 128.975 1173 2 1 54.7222 -12.4989 -144.45 + 1 2.58647 1186 1 1 57.2504 -10.9035 -174.451 + 1 127.23 1185 1 1 57.25 -10.9038 -174.457 + 1 118.466 845 1 0 57.1313 -10.9954 -175.85 + 1 151.046 1176 0 1 55.4206 -13.1993 -204.451 + 1 140.781 833 0 0 55.4155 -13.3274 -205.85 + 1 294.505 825 0 0 55.0138 -14.8641 -205.85 + 1 82.3142 824 0 0 54.8663 -15.05 -206.103 + 1 222.412 835 1 0 28.292 -12.9952 -176.25 + 1 34.101 834 1 0 28.2121 -13.05 -176.186 + 1 40.7919 1162 3 1 52.5591 -12.2343 -114.45 + 1 3.80742 839 3 0 52.2786 -12.247 -115.85 + 1 280.293 832 8 0 52.5192 -13.5583 34.15 + 1 113.492 1158 7 1 51.7797 -10.6377 5.55 + 1 112.384 847 7 0 51.7494 -10.5434 4.15 + 1 53.7608 1155 6 1 51.2444 -8.90324 -24.45 + 1 70.7729 1156 6 1 51.25 -8.90108 -24.6165 + 1 118.85 855 6 0 51.2995 -8.88866 -25.85 + 1 131.068 856 5 0 52.4124 -8.67311 -55.85 + 1 92.7329 1170 4 1 54.2189 -12.535 -84.45 + 1 46.3364 1171 4 1 54.25 -12.5788 -84.7938 + 1 110.848 1183 3 1 56.8265 -16.2996 -114.45 + 1 39.7156 818 3 0 56.8924 -16.4378 -115.85 + 1 237.835 817 3 0 56.8985 -16.45 -115.976 + 1 121.256 1190 2 1 58.2215 -19.4071 -144.45 + 1 10.7723 1191 2 1 58.25 -19.4476 -144.813 + 1 156.822 802 2 0 58.3297 -19.5757 -145.85 + 1 154.389 1202 1 1 60.5803 -23.1139 -174.45 + 1 106.522 783 1 0 60.6606 -23.2759 -175.85 + 1 201.192 1209 0 1 61.9672 -26.2136 -204.45 + 1 120.706 768 0 0 62.0202 -26.3595 -205.85 + 1 78.5554 818 1 0 34.9459 -16.3986 -176.25 + 1 338.986 1161 8 1 52.311 -13.4513 35.55 + 1 124.715 1160 7 1 52.1644 -13.5457 5.55 + 1 143.882 1159 6 1 52.0098 -13.6039 -24.45 + 1 136.815 832 6 0 52.0053 -13.6014 -25.85 + 1 112.772 1159 5 1 51.9231 -13.5032 -54.45 + 1 129.124 832 5 0 51.9172 -13.4983 -55.85 + 1 115.201 1158 4 1 51.8024 -13.406 -84.45 + 1 124.943 833 4 0 51.8039 -13.4039 -85.85 + 1 102.469 1159 3 1 51.8918 -13.3584 -114.45 + 1 140.58 833 3 0 51.9016 -13.3446 -115.85 + 1 119.694 835 2 0 52.1296 -12.9663 -145.85 + 1 98.6556 838 1 0 52.4912 -12.4233 -175.85 + 1 168.008 1163 0 1 52.8259 -12.1329 -204.45 + 1 117.063 839 0 0 52.8432 -12.1177 -205.85 + 1 104.031 955 2 0 -17.9697 11.0769 -146.25 + 1 2.48446 704 1 0 38.6046 -39.05 -176.012 + 1 109.595 1089 1 1 38.0047 -39.1357 -174.85 + 1 58.0663 1090 1 1 38.05 -39.1378 -174.778 + 1 45.1116 147 7 1 -150.75 -135.801 5.39653 + 1 70.0089 1161 2 1 52.25 -13.4135 -144.749 + 1 404.277 829 2 0 52.4909 -14.234 -145.85 + 1 102.454 828 2 0 52.4946 -14.2502 -145.874 + 1 118.912 830 2 0 51.8929 -14.05 -146.203 + 1 2.51286 1094 2 0 61.5472 38.8788 -146.25 + 1 41.3206 1223 2 0 55.3024 64.7638 -146.25 + 1 141.922 1161 6 1 52.2504 -13.7989 -24.45 + 1 259.347 831 6 0 52.3269 -13.7726 -25.85 + 1 105.21 1221 4 1 64.3015 -9.4323 -84.4508 + 1 131.008 854 4 0 64.7231 -9.20999 -85.85 + 1 219.448 1262 3 1 72.4733 -5.01296 -114.45 + 1 19.4837 876 3 0 72.9365 -4.66472 -115.85 + 1 93.803 877 3 0 72.9565 -4.65 -115.909 + 1 93.1432 1307 2 1 81.5297 2.13635 -144.45 + 1 131.304 1308 2 1 81.65 2.12287 -144.656 + 1 153.186 909 2 0 82.3182 2.03589 -145.85 + 1 99.8853 1392 1 1 98.6724 -0.99783 -174.45 + 1 123.528 1393 1 1 98.7501 -1.05067 -174.586 + 1 67.6844 892 1 0 99.4418 -1.56656 -175.85 + 1 77.3187 891 1 0 99.553 -1.65 -176.057 + 1 169.334 1465 0 1 113.184 -14.1877 -204.45 + 1 58.8148 827 0 0 113.66 -14.5816 -205.85 + 1 38.717 826 0 0 113.744 -14.65 -206.096 + 1 12.9886 1481 0 1 116.526 -10.3197 -204.45 + 1 94.1085 1482 0 1 116.55 -10.3529 -204.475 + 1 90.8428 1483 0 1 116.75 -10.6364 -204.679 + 1 110.082 1309 2 1 81.8502 2.1636 -144.783 + 1 102.662 874 3 0 72.602 -5.08949 -115.85 + 1 79.1555 1271 2 1 74.2515 -9.11183 -144.45 + 1 106.553 1272 2 1 74.45 -9.07691 -144.591 + 1 58.041 1273 2 1 74.65 -9.06264 -144.729 + 1 282.014 855 2 0 76.2737 -8.9392 -145.85 + 1 130.716 1440 1 1 108.298 -14.0406 -174.45 + 1 340.01 825 1 0 108.368 -14.8586 -175.85 + 1 137.694 824 1 0 108.382 -15.0501 -176.18 + 1 101.537 1458 0 1 111.853 -30.4542 -204.45 + 1 37.6862 1459 0 1 111.95 -30.7127 -204.74 + 1 33.6298 740 0 0 112.323 -31.9441 -205.85 + 1 80.2723 739 0 0 112.343 -32.0502 -205.96 + 1 14.5088 738 0 0 112.354 -32.25 -206.205 + 1 81.1657 691 0 0 108.838 -41.794 -206.25 + 1 105.337 692 0 0 108.858 -41.65 -206.074 + 1 267.797 793 0 0 152.347 -21.4429 -206.25 + 1 97.7797 792 0 0 152.468 -21.45 -206.225 + 1 96.1689 878 3 0 73.0125 -4.33788 -115.85 + 1 103.338 879 3 0 73.0996 -4.24998 -116.004 + 1 179.673 1285 2 1 77.2291 10.6352 -144.45 + 1 12.3047 1286 2 1 77.25 10.9302 -144.823 + 1 291.444 952 2 0 77.4479 10.5008 -145.85 + 1 62.673 951 2 0 77.4626 10.4497 -146.031 + 1 165.726 831 5 0 54.3338 -13.6501 -55.9 + 1 64.7451 875 5 0 31.1678 -4.99987 -56.2499 + 1 155.485 876 5 0 31.0466 -4.85 -56.0715 + 1 150.643 1053 5 1 30.726 -3.95926 -54.85 + 1 5.18548 1007 6 0 35.9563 21.6297 -26.25 + 1 154.577 1008 6 0 35.9607 21.65 -26.2276 + 1 39.8591 1009 6 0 36.0189 21.8502 -25.9333 + 1 274.05 1082 6 1 36.474 22.8321 -24.85 + 1 95.0142 1083 6 1 36.6501 23.6929 -24.4901 + 1 73.5483 1084 6 1 36.8502 23.8807 -24.6566 + 1 85.4263 1085 6 1 37.0503 23.9969 -24.7122 + 1 77.7722 1086 6 1 37.2503 24.0724 -24.7192 + 1 101.993 1087 6 1 37.45 24.1899 -24.6853 + 1 95.6761 1088 6 1 37.6504 24.3188 -24.6817 + 1 69.7464 1089 6 1 37.85 24.5118 -24.687 + 1 130.013 1090 6 1 38.05 24.6122 -24.7365 + 1 81.5564 1091 6 1 38.2501 24.6745 -24.7538 + 1 52.5601 1092 6 1 38.4502 24.6768 -24.7681 + 1 76.2595 1093 6 1 38.65 24.6475 -24.7624 + 1 60.4998 1094 6 1 38.85 24.6184 -24.7869 + 1 71.0808 1095 6 1 39.0501 24.5669 -24.7775 + 1 67.1155 1096 6 1 39.25 24.4981 -24.6986 + 1 74.3228 1097 6 1 39.45 24.5384 -24.6253 + 1 52.4283 1098 6 1 39.65 24.5954 -24.6472 + 1 87.7623 1099 6 1 39.85 24.6996 -24.672 + 1 101.756 1100 6 1 40.05 24.8826 -24.6319 + 1 81.3696 1101 6 1 40.2505 25.0408 -24.5927 + 1 58.0859 1102 6 1 40.4515 25.1748 -24.489 + 1 155.776 1103 6 1 40.6504 25.1517 -24.4926 + 1 210.904 1104 6 1 40.85 24.9523 -24.5725 + 1 105.208 1105 6 1 41.0501 25.0225 -24.696 + 1 150.277 1033 6 0 41.2571 26.7448 -25.85 + 1 74.5873 1034 6 0 41.2821 26.85 -25.8825 + 1 174.656 1108 6 1 41.7897 26.8832 -24.85 + 1 74.654 851 5 0 27.1128 -9.6987 -56.25 + 1 88.3527 852 5 0 27.0132 -9.64985 -56.1723 + 1 61.6824 853 5 0 26.7734 -9.45 -56.0252 + 1 55.6094 854 5 0 26.7557 -9.25 -55.936 + 1 106.543 1026 5 1 25.4322 -8.19022 -54.85 + 1 81.5907 1025 5 1 25.25 -8.11853 -54.7045 + 1 180.377 1024 5 1 25.05 -8.09928 -54.5783 + 1 243.703 1023 5 1 24.85 -8.42141 -54.594 + 1 254.124 1022 5 1 24.65 -8.39673 -54.6879 + 1 148.937 1169 5 1 54.0497 -13.351 -54.6229 + 1 85.5499 1168 5 1 53.85 -13.3269 -54.785 + 1 149.189 1160 6 1 52.2459 -13.7949 -24.4505 + 1 213.728 1158 5 1 51.6613 -13.2593 -54.45 + 1 110.192 1156 4 1 51.429 -10.4629 -84.45 + 1 61.6489 848 4 0 51.3409 -10.2725 -85.85 + 1 83.5218 849 4 0 51.3301 -10.25 -86.0156 + 1 247.965 1145 3 1 49.2067 -6.35649 -114.45 + 1 130.095 1140 2 1 48.2238 -1.70136 -144.45 + 1 56.0213 891 2 0 48.1719 -1.65436 -145.85 + 1 77.5673 892 2 0 48.1665 -1.65 -145.99 + 1 126.626 1137 1 1 47.5879 -0.206027 -174.45 + 1 114.404 898 1 0 47.3978 -0.260466 -175.85 + 1 104.496 1115 0 1 43.0983 -1.25576 -204.45 + 1 33.1662 1114 0 1 43.05 -1.25598 -204.762 + 1 152.262 893 0 0 42.8913 -1.25156 -205.85 + 1 26.0494 1370 0 1 94.2428 -45.5902 -204.85 + 1 119.274 1371 0 1 94.35 -45.7961 -204.529 + 1 154.594 1372 0 1 94.55 -45.8185 -204.619 + 1 235.1 676 0 0 93.8951 -44.7043 -205.85 + 1 12.269 675 0 0 93.7532 -44.85 -205.87 + 1 99.0008 1367 0 1 93.633 -44.674 -204.85 +Number of digits in this event: 152 +Using G4ParticleGun... +Particle energy: 2.66843 LIN +Particle: gamma +Event: 2 +Number of tracker hits in this event: 39 + 2 211.413 788 5 1 -22.3963 16.9686 -54.45 + 2 296.905 984 5 0 -22.3986 16.968 -55.85 + 2 136.666 787 4 1 -22.45 16.9594 -84.45 + 2 172.443 984 4 0 -22.453 16.9581 -85.85 + 2 168.163 787 3 1 -22.5101 16.9306 -114.45 + 2 327.295 984 3 0 -22.5077 16.9283 -115.85 + 2 110.626 787 2 1 -22.4597 16.8769 -144.45 + 2 220.117 984 2 0 -22.459 16.8716 -145.85 + 2 123.692 788 1 1 -22.446 16.7508 -174.45 + 2 142.442 983 1 0 -22.4481 16.7432 -175.85 + 2 94.7644 787 0 1 -22.518 16.5723 -204.45 + 2 303.288 982 0 0 -22.5242 16.5628 -205.85 + 2 15.0764 1066 0 0 -26.8429 33.3545 -206.25 + 2 65.2479 1285 0 0 -28.7247 77.1294 -206.25 + 2 57.2908 983 2 0 -22.4151 16.85 -146.083 + 2 60.9244 788 2 1 -22.3871 16.8745 -144.45 + 2 99.9312 789 2 1 -22.25 16.9288 -144.542 + 2 92.866 790 2 1 -22.05 17.0745 -144.67 + 2 2.89288 791 2 1 -21.85 17.1992 -144.84 + 2 85.9309 989 2 0 -21.0506 17.857 -145.85 + 2 82.4959 990 2 0 -20.9675 18.05 -146.127 + 2 47.4569 991 2 0 -21.0281 18.25 -146.166 + 2 54.0134 1209 2 0 -85.0312 61.9156 -146.25 + 2 156.391 1210 2 0 -85.11 62.05 -146.159 + 2 253.244 472 2 1 -85.5045 62.6581 -144.85 + 2 392.532 473 2 1 -85.45 63.0466 -144.596 + 2 359.135 788 0 1 -22.3514 16.9471 -204.45 + 2 128.312 984 0 0 -22.1966 16.9333 -205.85 + 2 242.859 985 0 0 -22.2739 17.1521 -205.85 + 2 46.3711 1367 1 1 93.6058 19.6211 -174.85 + 2 154.597 784 4 1 -23.1788 17.0636 -84.45 + 2 286.832 985 4 0 -23.212 17.0611 -85.85 + 2 128.26 780 3 1 -23.8937 16.9953 -114.45 + 2 125.976 777 2 1 -24.6274 16.4161 -144.45 + 2 127.477 981 2 0 -24.6657 16.3999 -145.85 + 2 140.83 772 1 1 -25.5501 16.0276 -174.45 + 2 133.357 979 1 0 -25.651 16.0156 -175.85 + 2 124.587 761 0 1 -27.6891 15.8347 -204.45 + 2 128.38 978 0 0 -27.7762 15.828 -205.85 +Number of digits in this event: 28 +Using G4ParticleGun... +Particle energy: 5.77287 LIN Particle: gamma Event: 3 -Number of tracker hits in this event: 6 - 3 245.607 583 0 1 -63.3267 -131.727 -204.45 - 3 243.751 242 0 0 -63.3259 -131.727 -205.85 - 3 143.285 548 0 1 -70.347 -66.2612 -204.45 - 3 277.532 547 0 1 -70.45 -66.4914 -204.696 - 3 9.2177 724 5 1 -35.05 45.2538 -54.6039 - 3 0.513857 542 1 0 -64.3326 -71.4614 -176.25 -Number of digits in this event: 7 +Number of tracker hits in this event: 22 + 3 240.296 679 5 0 -136.051 -44.0619 -55.9726 + 3 184.421 221 4 1 -135.859 -43.8867 -84.45 + 3 122.668 680 4 0 -135.882 -43.868 -85.85 + 3 159.155 218 3 1 -136.358 -43.5243 -114.45 + 3 113.084 682 3 0 -136.492 -43.4974 -115.85 + 3 188.853 204 2 1 -139.223 -42.8833 -144.45 + 3 218.856 685 2 0 -139.363 -42.8571 -145.85 + 3 113.491 190 1 1 -142.09 -42.4219 -174.45 + 3 116.321 688 1 0 -142.233 -42.3495 -175.85 + 3 127.319 175 0 1 -145.046 -40.823 -204.45 + 3 123.746 696 0 0 -145.217 -40.775 -205.85 + 3 123.071 220 4 1 -136.051 -44.0628 -84.45 + 3 120.961 679 4 0 -136.05 -44.0613 -85.85 + 3 427.287 220 3 1 -136.02 -44.0254 -114.45 + 3 116.55 680 3 0 -136.018 -44.0242 -115.85 + 3 134.527 220 2 1 -135.975 -43.9954 -144.45 + 3 220.557 680 2 0 -135.974 -43.9935 -145.85 + 3 113.099 220 1 1 -135.955 -43.9549 -174.45 + 3 121.595 680 1 0 -135.955 -43.9536 -175.85 + 3 476.15 221 0 1 -135.945 -43.9216 -204.45 + 3 618.664 680 0 0 -135.946 -43.9229 -205.85 + 3 78.5087 220 0 1 -135.95 -43.9031 -204.648 +Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 4.80239 LIN +Particle energy: 4.99092 LIN Particle: gamma Event: 4 -Number of tracker hits in this event: 50 - 4 31.1729 1013 6 1 22.8418 -75.1228 -24.8036 - 4 256.787 524 6 0 22.8425 -75.1227 -25.85 - 4 436.454 1013 5 1 22.833 -75.1318 -54.45 - 4 307.521 524 5 0 22.8294 -75.1371 -55.85 - 4 263.92 1013 4 1 22.8046 -75.1619 -84.45 - 4 404.757 524 4 0 22.8077 -75.1631 -85.85 - 4 233.885 1014 3 1 22.9126 -75.1851 -114.45 - 4 380.85 524 3 0 22.9155 -75.185 -115.85 - 4 374.121 1014 2 1 22.9443 -75.1565 -144.45 - 4 215.884 524 2 0 22.9407 -75.1515 -145.85 - 4 290.706 1013 1 1 22.8441 -75.0549 -174.45 - 4 640.857 524 1 0 22.8407 -75.054 -175.85 - 4 296.546 1013 0 1 22.8083 -75.0186 -204.45 - 4 125.431 525 0 0 22.8104 -75.0297 -205.85 - 4 175.798 525 1 0 22.8074 -75.05 -176.08 - 4 3.77985 304 1 0 64.6129 -119.15 -175.953 - 4 8.49235 985 4 1 17.0677 -82.7522 -84.45 - 4 127.57 984 4 1 17.0499 -82.7685 -84.4756 - 4 213.642 983 4 1 16.8499 -82.9656 -84.7917 - 4 16.2304 482 4 0 16.2489 -83.6267 -85.85 - 4 120.774 481 4 0 16.2276 -83.65 -85.8867 - 4 25.521 480 4 0 16.0794 -83.85 -86.1727 - 4 88.9936 897 3 1 -0.621503 -104.221 -114.45 - 4 42.475 896 3 1 -0.65 -104.418 -114.719 - 4 85.9733 374 3 0 -0.777674 -105.166 -115.85 - 4 59.3222 373 3 0 -0.82792 -105.351 -116.125 - 4 212.389 854 2 1 -9.08943 -131.955 -144.45 - 4 262.522 855 2 1 -9.05 -131.892 -144.466 - 4 214.472 856 2 1 -8.85 -131.623 -144.463 - 4 184.235 857 2 1 -8.65 -131.394 -144.497 - 4 9.40775 858 2 1 -8.44994 -131.131 -144.459 - 4 140.819 246 2 0 -8.36831 -130.754 -145.85 - 4 62.1169 245 2 0 -8.21227 -130.95 -146.038 - 4 56.057 244 2 0 -8.21256 -131.151 -146.133 - 4 13.1093 1014 5 1 22.8502 -75.1406 -54.8254 - 4 59.2424 520 5 0 23.2719 -75.9447 -55.85 - 4 93.1808 519 5 0 23.2753 -76.05 -55.9852 - 4 111.199 524 0 0 22.7448 -75.1896 -205.85 - 4 165.349 210 0 0 16.7801 -137.95 -206.145 - 4 133.025 211 0 0 16.8264 -137.95 -206.116 - 4 122.031 212 0 0 16.7211 -137.75 -206.195 - 4 219.528 1014 1 1 22.9592 -75.1168 -174.45 - 4 41.6425 997 0 1 19.4929 -72.6614 -204.45 - 4 121.495 996 0 1 19.45 -72.6335 -204.572 - 4 125.826 540 0 0 18.9199 -72.0139 -205.851 - 4 27.9595 541 0 0 18.7869 -71.85 -206.159 - 4 172.04 1014 0 1 22.9221 -75.5255 -204.45 - 4 130.066 522 0 0 22.9193 -75.5124 -205.85 - 4 66.588 519 0 0 24.2865 -76.1432 -205.85 - 4 209.305 520 0 0 24.3102 -76.05 -205.945 -Number of digits in this event: 34 +Number of tracker hits in this event: 10 + 4 33.2927 1150 4 1 50.1211 -161.24 -84.45 + 4 19.2027 1066 3 0 -72.8089 33.45 -116.202 + 4 19.1916 1065 3 0 -72.8265 33.2497 -115.887 + 4 274.776 534 3 1 -73.1094 32.7082 -114.849 + 4 185.533 533 3 1 -73.25 32.5203 -114.737 + 4 64.0015 1064 3 0 -72.9213 32.8644 -115.85 + 4 209.69 1063 3 0 -72.8824 32.85 -115.989 + 4 140.285 686 0 1 -42.85 94.3949 -204.786 + 4 170.394 687 0 1 -42.6499 94.4245 -204.528 + 4 6.03546 688 0 1 -42.45 94.4435 -204.469 +Number of digits in this event: 8 Using G4ParticleGun... -Particle energy: 8.61997 LIN +Particle energy: 9.40788 LIN Particle: gamma Event: 5 -Number of tracker hits in this event: 14 - 5 200.912 23 7 1 -175.35 111.049 5.39609 - 5 205.77 22 7 1 -175.55 111.256 5.46657 - 5 90.4791 579 2 1 -64.2018 -128.378 -144.45 - 5 50.2676 578 2 1 -64.25 -128.43 -144.726 - 5 99.6332 255 2 0 -64.962 -129.018 -145.85 - 5 65.6399 254 2 0 -65.0802 -129.15 -146.081 - 5 20.5332 479 1 1 -84.0687 -167.272 -174.45 - 5 114.598 480 1 1 -84.05 -167.265 -174.516 - 5 146.663 67 1 0 -83.6897 -166.719 -175.851 - 5 224.344 79 1 0 -64.0022 -164.329 -176.25 - 5 308.928 78 1 0 -64.0034 -164.35 -176.207 - 5 224.503 77 1 0 -63.9237 -164.55 -176.07 - 5 150.913 1774 1 0 -52.8159 174.989 -176.25 - 5 28.1728 1775 1 0 -52.8548 175.15 -176.154 -Number of digits in this event: 10 +Number of tracker hits in this event: 7 + 5 66.6149 783 4 0 -163.657 -23.25 -86.0566 + 5 22.2453 75 4 1 -165.039 -26.1607 -84.85 + 5 24.8787 763 4 0 -164.721 -27.308 -85.85 + 5 25.6419 82 4 1 -163.686 -29.4668 -84.8499 + 5 65.7171 755 4 0 -164.025 -29.0188 -85.85 + 5 65.8055 874 1 0 41.4897 -5.05 -176.014 + 5 0.638593 1208 6 1 61.6689 60.9784 -24.85 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 5.02976 LIN +Particle energy: 7.75648 LIN Particle: gamma Event: 6 -Number of tracker hits in this event: 0 -Number of digits in this event: 2 -Using G4ParticleGun... -Particle energy: 6.41281 LIN -Particle: gamma -Event: 7 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 1.56938 LIN -Particle: gamma -Event: 8 -Number of tracker hits in this event: 1 - 8 252.021 1272 2 1 74.45 -61.9307 -144.587 -Number of digits in this event: 3 -Using G4ParticleGun... -Particle energy: 5.44066 LIN -Particle: gamma -Event: 9 -Number of tracker hits in this event: 2 - 9 235.525 475 1 0 78.5034 -84.9314 -176.25 - 9 24.2469 476 1 0 78.4391 -84.85 -176.128 -Number of digits in this event: 3 -Using G4ParticleGun... -Particle energy: 3.43837 LIN -Particle: gamma -Event: 10 -Number of tracker hits in this event: 0 -Number of digits in this event: 2 -Using G4ParticleGun... -Particle energy: 3.9388 LIN -Particle: gamma -Event: 11 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 9.26037 LIN -Particle: gamma -Event: 12 -Number of tracker hits in this event: 21 - 12 343.096 658 4 1 -48.3569 138.158 -84.45 - 12 336.298 1590 4 0 -48.3535 138.158 -85.85 - 12 324.561 658 3 1 -48.2936 138.17 -114.45 - 12 311.118 1590 3 0 -48.283 138.171 -115.85 - 12 106.052 659 2 1 -48.0808 138.183 -144.45 - 12 112.413 1590 2 0 -48.0668 138.185 -145.85 - 12 144.133 660 1 1 -47.9066 138.282 -174.45 - 12 103.796 1590 1 0 -47.9008 138.291 -175.85 - 12 218.017 661 0 1 -47.7892 138.474 -204.45 - 12 118.823 1591 0 0 -47.7831 138.492 -205.85 - 12 121.801 658 2 1 -48.4383 138.587 -144.45 - 12 104.456 1592 2 0 -48.4321 138.611 -145.85 - 12 297.071 659 1 1 -48.1463 139.032 -174.45 - 12 102.67 1594 1 0 -48.1286 139.095 -175.85 - 12 66.4188 1601 0 0 -47.6408 140.54 -205.85 - 12 62.6784 1602 0 0 -47.6337 140.55 -206.079 - 12 339.284 1670 0 0 -116.496 154.15 -206.004 - 12 344.925 603 4 1 -59.2609 43.9359 -84.45 - 12 69.4952 604 4 1 -59.2499 43.883 -84.4924 - 12 5.5728 1500 4 0 -39.5881 120.246 -86.25 - 12 52.7501 1303 4 0 -18.6441 80.7493 -86.25 -Number of digits in this event: 12 -Using G4ParticleGun... -Particle energy: 2.07563 LIN -Particle: gamma -Event: 13 -Number of tracker hits in this event: 25 - 13 275.653 1201 5 1 60.4078 116.513 -54.45 - 13 286.583 1481 5 0 60.4067 116.509 -55.85 - 13 109.783 1201 4 1 60.3916 116.432 -84.45 - 13 215.189 1481 4 0 60.3921 116.425 -85.85 - 13 124.302 1201 3 1 60.4003 116.283 -114.45 - 13 101.267 1480 3 0 60.4047 116.277 -115.85 - 13 119.534 1202 2 1 60.5042 116.174 -144.45 - 13 117.706 1480 2 0 60.5058 116.169 -145.85 - 13 115.567 1202 1 1 60.557 116.038 -174.45 - 13 129.037 1479 1 0 60.5521 116.034 -175.85 - 13 136.726 1201 0 1 60.449 115.938 -204.45 - 13 157.494 1478 0 0 60.4529 115.93 -205.85 - 13 23.6272 887 6 1 -2.45 160.178 -24.7335 - 13 115.012 1202 4 1 60.4592 116.553 -84.45 - 13 117.312 1482 4 0 60.4683 116.565 -85.85 - 13 122.938 1202 3 1 60.615 116.832 -114.45 - 13 141.094 1483 3 0 60.6224 116.845 -115.85 - 13 158.067 1203 2 1 60.7536 117.122 -144.45 - 13 144.856 1484 2 0 60.7581 117.128 -145.85 - 13 94.5546 1204 1 1 60.8678 117.235 -174.45 - 13 158.418 1485 1 0 60.8718 117.226 -175.85 - 13 133.204 1204 0 1 60.9002 117.06 -204.45 - 13 118.929 1484 0 0 60.8786 117.063 -205.85 - 13 88.2435 795 9 0 7.89506 -20.9432 63.7503 - 13 177.969 794 9 0 7.93473 -21.05 63.8035 -Number of digits in this event: 16 -Using G4ParticleGun... -Particle energy: 7.33526 LIN -Particle: gamma -Event: 14 -Number of tracker hits in this event: 33 - 14 312.158 1274 6 1 74.8613 20.1081 -24.45 - 14 273.037 1000 6 0 74.8608 20.1087 -25.85 - 14 250.762 1273 5 1 74.849 20.1245 -54.45 - 14 217.517 1000 5 0 74.8474 20.1228 -55.85 - 14 225.361 1273 4 1 74.8189 20.0871 -84.45 - 14 230.905 1000 4 0 74.8166 20.0888 -85.85 - 14 184.681 1273 3 1 74.765 20.1374 -114.45 - 14 262.152 1000 3 0 74.7602 20.1375 -115.85 - 14 123.661 1273 2 1 74.6603 20.1328 -144.45 - 14 317.141 1000 2 0 74.6624 20.1554 -145.85 - 14 119.871 1273 1 1 74.6527 20.6478 -174.45 - 14 131.022 1003 1 0 74.6722 20.6533 -175.85 - 14 96.7388 1275 0 1 75.0613 20.7345 -204.45 - 14 141.725 1003 0 0 75.0888 20.7697 -205.85 - 14 4.72427 1205 1 1 61.2447 110.188 -174.85 - 14 97.1066 1453 1 0 60.442 110.849 -175.85 - 14 437.242 1274 1 1 74.8686 20.0952 -174.45 - 14 445.214 1000 1 0 74.8958 20.0882 -175.85 - 14 110.648 1278 0 1 75.7246 19.8741 -204.45 - 14 284.434 999 0 0 75.7654 19.8786 -205.85 - 14 111.942 1274 0 1 74.9311 20.1515 -204.45 - 14 159.139 1000 0 0 74.919 20.1473 -205.85 - 14 218.852 1274 3 1 74.8653 20.0832 -114.45 - 14 122.46 1274 2 1 74.8588 20.0966 -144.45 - 14 119.407 1273 0 1 74.8476 19.9843 -204.45 - 14 129.672 1063 7 0 18.4453 32.8053 3.75 - 14 211.321 997 7 1 19.5742 31.8273 5.15009 - 14 176.131 998 7 1 19.65 31.7565 5.20461 - 14 100.996 996 7 1 19.45 31.3857 5.39178 - 14 179.834 995 7 1 19.25 31.3857 5.37971 - 14 22.8305 1333 2 0 94.2596 86.6745 -146.25 - 14 349.636 1332 2 0 94.3013 86.65 -146.228 - 14 62.7539 859 7 0 113.119 -8.05 3.80371 +Number of tracker hits in this event: 41 + 6 253.022 1362 7 1 92.5822 10.2676 5.55 + 6 245.389 951 7 0 92.5904 10.2681 4.15 + 6 143.737 1363 6 1 92.7538 10.2852 -24.45 + 6 117.662 951 6 0 92.7567 10.2907 -25.85 + 6 124.823 1363 5 1 92.7973 10.397 -54.45 + 6 114.593 951 5 0 92.7958 10.4047 -55.85 + 6 314.906 1362 4 1 92.749 10.5556 -84.45 + 6 136.27 952 4 0 92.7456 10.5636 -85.85 + 6 229.456 1362 3 1 92.6587 10.7143 -114.45 + 6 136.854 953 3 0 92.6573 10.7244 -115.85 + 6 377.936 1362 2 1 92.633 10.9324 -144.45 + 6 126.129 954 2 0 92.6276 10.936 -145.85 + 6 103.116 1361 1 1 92.5173 11.0216 -174.45 + 6 104.81 954 1 0 92.5108 11.0286 -175.85 + 6 109.634 1361 0 1 92.3874 11.2007 -204.45 + 6 147.589 955 0 0 92.3771 11.2071 -205.85 + 6 198.076 788 0 0 12.2422 -22.3735 -206.25 + 6 305.914 797 0 0 -41.5997 -20.5293 -206.25 + 6 28.3065 961 0 1 12.3515 -26.6805 -204.85 + 6 195.976 1360 0 1 92.171 11.6089 -204.45 + 6 105.998 956 0 0 92.5057 11.3413 -205.85 + 6 121.665 1359 0 1 92.1499 11.6406 -204.543 + 6 25.1305 960 0 0 91.7483 12.2263 -205.85 + 6 145.966 961 0 0 91.7303 12.25 -205.901 + 6 149.239 1362 6 1 92.75 10.2139 -24.8016 + 6 133.749 954 6 0 91.7044 10.9899 -25.8501 + 6 59.74 1358 6 1 91.9437 10.2328 -24.85 + 6 61.6321 1359 6 1 91.95 10.2261 -24.8313 + 6 107.039 950 6 0 92.5984 10.2402 -25.85 + 6 418.601 1362 5 1 92.6345 10.2119 -54.45 + 6 133.065 950 5 0 92.6356 10.2118 -55.85 + 6 126.505 950 4 0 92.6568 10.2072 -85.85 + 6 99.3333 950 3 0 92.676 10.2058 -115.85 + 6 154.527 950 2 0 92.7258 10.2153 -145.85 + 6 205.044 1363 1 1 92.7729 10.1834 -174.45 + 6 135.348 950 1 0 92.7748 10.181 -175.85 + 6 102.01 1363 0 1 92.8106 10.1369 -204.45 + 6 216.179 950 0 0 92.8172 10.1331 -205.85 + 6 91.7652 937 2 0 50.5475 7.49896 -146.25 + 6 39.192 905 5 0 86.8857 1.05 -55.9665 + 6 5.26721 1044 5 0 102.834 29.01 -55.85 Number of digits in this event: 27 Using G4ParticleGun... -Particle energy: 4.94272 LIN +Particle energy: 9.11185 LIN Particle: gamma -Event: 15 +Event: 7 +Number of tracker hits in this event: 4 + 7 104.137 1240 12 1 68.0963 -73.0864 155.15 + 7 33.9236 1199 12 1 60.05 -75.8428 155.498 + 7 175.436 1241 12 1 68.25 -72.8923 155.367 + 7 195.975 1242 12 1 68.4501 -73.1432 155.296 +Number of digits in this event: 5 +Using G4ParticleGun... +Particle energy: 1.03249 LIN +Particle: gamma +Event: 8 Number of tracker hits in this event: 0 +Number of digits in this event: 1 +Using G4ParticleGun... +Particle energy: 2.90921 LIN +Particle: gamma +Event: 9 +Number of tracker hits in this event: 68 + 9 355.391 646 7 1 -50.663 77.3112 5.55 + 9 356.443 1286 7 0 -50.6582 77.3117 4.15 + 9 140.988 647 6 1 -50.5667 77.3178 -24.45 + 9 226.632 1286 6 0 -50.5592 77.3163 -25.85 + 9 101.607 648 5 1 -50.4088 77.3025 -54.45 + 9 105.985 1286 5 0 -50.4033 77.3045 -55.85 + 9 128.574 648 4 1 -50.2862 77.3399 -84.45 + 9 218.172 1286 4 0 -50.2815 77.3409 -85.85 + 9 116.19 649 3 1 -50.1859 77.3542 -114.45 + 9 107.694 1286 3 0 -50.1818 77.3548 -115.85 + 9 111.641 649 2 1 -50.1027 77.3752 -144.45 + 9 129.346 1286 2 0 -50.0982 77.3782 -145.85 + 9 148.329 650 1 1 -50.0124 77.4304 -174.45 + 9 99.2071 1286 1 0 -50.0076 77.4326 -175.85 + 9 156.154 650 0 1 -49.9163 77.4632 -204.45 + 9 110.969 1287 0 0 -49.9123 77.4614 -205.85 + 9 154.329 640 6 1 -51.8663 77.2561 -24.45 + 9 117.335 636 5 1 -52.8084 77.5591 -54.45 + 9 115.161 1287 5 0 -52.8423 77.5892 -55.85 + 9 104.705 632 4 1 -53.5501 78.2348 -84.45 + 9 170.375 1290 4 0 -53.5872 78.2348 -85.85 + 9 137.494 628 3 1 -54.3172 78.1996 -114.45 + 9 138.7 1290 3 0 -54.3692 78.2192 -115.85 + 9 122.536 622 2 1 -55.5284 78.5001 -144.45 + 9 8.12074 1292 2 0 -55.6529 78.4518 -145.85 + 9 95.5931 1291 2 0 -55.657 78.45 -145.896 + 9 124.049 608 1 1 -58.3444 77.2724 -174.45 + 9 135.991 1285 1 0 -58.4517 77.2358 -175.85 + 9 53.0286 598 0 1 -60.4366 76.2765 -204.45 + 9 69.6918 597 0 1 -60.45 76.2718 -204.59 + 9 106.463 1280 0 0 -60.5689 76.2276 -205.85 + 9 978.186 626 3 1 -54.6981 78.2675 -114.45 + 9 54.0879 1289 3 0 -55.0644 77.899 -115.85 + 9 59.4025 1288 3 0 -55.113 77.85 -116.036 + 9 105.472 587 2 1 -62.5736 69.8786 -144.45 + 9 120.683 1246 2 0 -62.7786 69.4 -145.85 + 9 107.775 560 1 1 -67.8847 58.9771 -174.45 + 9 67.0536 559 1 1 -68.05 58.8088 -174.726 + 9 161.554 1190 1 0 -68.8143 58.2298 -175.85 + 9 13.7155 468 0 1 -86.4222 46.6421 -204.45 + 9 107.14 467 0 1 -86.45 46.6256 -204.485 + 9 41.5318 466 0 1 -86.6502 46.4973 -204.75 + 9 100.135 1129 0 0 -87.4456 45.9599 -205.85 + 9 84.1776 1128 0 0 -87.6126 45.8499 -206.087 + 9 166.697 1287 3 0 -54.1923 77.5558 -115.85 + 9 215.579 1292 3 0 -54.545 78.4591 -115.85 + 9 117.257 646 2 1 -50.7106 82.1519 -144.45 + 9 83.6555 1306 2 0 -50.7103 81.4254 -145.85 + 9 27.6493 1305 2 0 -50.711 81.2496 -146.124 + 9 69.7238 664 1 1 -47.0834 63.8768 -174.45 + 9 14.7426 665 1 1 -47.05 63.8078 -174.788 + 9 126.028 1217 1 0 -46.8272 63.6197 -175.85 + 9 149.754 679 0 1 -44.1108 61.3259 -204.45 + 9 22.5833 680 0 1 -44.05 61.5993 -204.781 + 9 66.0628 1210 0 0 -43.6987 62.1796 -205.851 + 9 106.958 1211 0 0 -43.6549 62.2502 -205.972 + 9 104.228 1254 0 0 -38.8423 70.8736 -206.25 + 9 137.391 703 0 1 -39.3239 71.2192 -204.85 + 9 56.1331 702 0 1 -39.534 71.5055 -204.45 + 9 75.3156 701 0 1 -39.65 71.6216 -204.585 + 9 98.8476 700 0 1 -39.8504 71.7172 -204.683 + 9 56.3895 699 0 1 -40.0504 71.7886 -204.702 + 9 82.3643 698 0 1 -40.25 71.8942 -204.68 + 9 58.3119 697 0 1 -40.4501 72.0575 -204.622 + 9 61.6409 696 0 1 -40.65 72.1324 -204.549 + 9 47.6661 695 0 1 -40.85 72.1913 -204.514 + 9 25.1636 625 3 1 -54.85 78.843 -114.571 + 9 109.383 1285 7 0 -50.7335 77.25 3.84632 +Number of digits in this event: 25 +Using G4ParticleGun... +Particle energy: 2.73716 LIN +Particle: gamma +Event: 10 +Number of tracker hits in this event: 12 + 10 286.09 1491 2 1 118.504 89.998 -144.45 + 10 214.519 1349 2 0 118.504 89.9989 -145.85 + 10 357.733 1491 1 1 118.526 90.0273 -174.45 + 10 234.454 1349 1 0 118.526 90.0295 -175.85 + 10 86.7533 972 1 0 118.909 14.65 -176.169 + 10 27.2648 1492 1 1 118.734 14.6176 -174.85 + 10 115.767 1493 1 1 118.75 14.6335 -174.798 + 10 70.0917 960 1 0 118.752 12.1696 -175.85 + 10 115.681 1491 0 1 118.441 89.9731 -204.45 + 10 112.206 1349 0 0 118.444 89.973 -205.85 + 10 113.733 820 2 0 25.1564 -15.85 -146.177 + 10 333.262 819 2 0 24.9435 -16.05 -146.023 +Number of digits in this event: 7 +Using G4ParticleGun... +Particle energy: 5.43245 LIN +Particle: gamma +Event: 11 +Number of tracker hits in this event: 1 + 11 16.3409 1359 3 1 91.95 52.6953 -114.487 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 3.8231 LIN +Particle energy: 1.61436 LIN +Particle: gamma +Event: 12 +Number of tracker hits in this event: 9 + 12 29.6012 51 8 0 119.27 -169.849 33.7502 + 12 63.4019 50 8 0 119.288 -169.95 33.8354 + 12 156.298 49 8 0 119.342 -170.15 33.9444 + 12 53.0514 48 8 0 119.358 -170.35 34.0678 + 12 24.3391 1488 8 1 117.79 -173.302 35.15 + 12 106.971 1487 8 1 117.75 -173.354 35.1569 + 12 8.79906 1486 8 1 117.55 -173.507 35.1538 + 12 135.668 23 8 0 112.686 -175.362 34.15 + 12 171.858 22 8 0 112.399 -175.55 34.0904 +Number of digits in this event: 4 +Using G4ParticleGun... +Particle energy: 3.42124 LIN +Particle: gamma +Event: 13 +Number of tracker hits in this event: 53 + 13 261.623 1017 9 1 23.5716 12.6108 65.55 + 13 210.788 962 9 0 23.5698 12.6091 64.15 + 13 97.9168 1017 8 1 23.5361 12.5802 35.55 + 13 154.66 962 8 0 23.5344 12.575 34.15 + 13 156.125 1017 7 1 23.4935 12.4737 5.55 + 13 115.994 962 7 0 23.493 12.4695 4.15 + 13 101.599 1017 6 1 23.4868 12.3885 -24.45 + 13 121.373 961 6 0 23.4865 12.3836 -25.85 + 13 131.279 1017 5 1 23.4832 12.2761 -54.45 + 13 115.774 961 5 0 23.4852 12.27 -55.85 + 13 126.195 1017 4 1 23.5287 12.1563 -84.45 + 13 162.058 960 4 0 23.5295 12.1486 -85.85 + 13 131.485 1017 3 1 23.5505 11.9922 -114.45 + 13 119.588 959 3 0 23.5492 11.9859 -115.85 + 13 110.875 1017 2 1 23.5174 11.8745 -144.45 + 13 115.332 959 2 0 23.5118 11.8601 -145.85 + 13 131.448 1016 1 1 23.4125 11.5784 -174.45 + 13 144.392 957 1 0 23.4055 11.567 -175.85 + 13 129.341 1016 0 1 23.2598 11.3276 -204.45 + 13 333.309 956 0 0 23.25 11.3122 -205.85 + 13 331.255 703 1 1 -39.3418 68.9125 -174.45 + 13 148.591 565 0 1 -66.8867 105.242 -204.85 + 13 38.4396 786 11 0 110.107 -22.7349 123.75 + 13 68.0379 785 11 0 110.164 -22.85 123.856 + 13 37.5586 784 11 0 110.277 -23.0507 124.055 + 13 118.289 1452 11 1 110.706 -24.6459 125.15 + 13 86.5767 1453 11 1 110.75 -25.0429 125.413 + 13 70.1105 1454 11 1 110.95 -25.2099 125.463 + 13 0.926088 1455 11 1 111.15 -25.3301 125.548 + 13 162.9 1023 8 1 24.7403 11.8393 35.55 + 13 134.8 958 8 0 24.949 11.8446 34.1499 + 13 213.107 1047 7 1 29.5 11.944 5.55 + 13 121.259 959 7 0 29.7798 11.9583 4.15 + 13 120.138 1077 6 1 35.5375 12.4452 -24.45 + 13 146.31 962 6 0 35.7832 12.5057 -25.85 + 13 157.516 1102 5 1 40.531 13.6949 -54.45 + 13 119.296 968 5 0 40.865 13.763 -55.85 + 13 111.313 1137 4 1 47.4762 14.9034 -84.45 + 13 113.339 974 4 0 47.8375 14.9736 -85.85 + 13 67.0367 1172 3 1 54.6102 16.1107 -114.45 + 13 39.0636 1173 3 1 54.65 16.1058 -114.677 + 13 195.704 980 3 0 54.8568 16.077 -115.85 + 13 23.5566 1197 2 1 59.6408 15.3471 -144.45 + 13 103.746 1198 2 1 59.65 15.3423 -144.519 + 13 145.64 975 2 0 59.8193 15.2462 -145.85 + 13 0.197281 1215 1 1 63.2498 13.1539 -174.45 + 13 115.41 1216 1 1 63.25 13.1537 -174.451 + 13 105.145 964 1 0 63.5363 12.9496 -175.85 + 13 122.573 1247 0 1 69.6034 8.57759 -204.45 + 13 152.865 941 0 0 69.7567 8.37614 -205.85 + 13 202.522 1095 3 0 74.8218 39.1209 -116.25 + 13 135.102 1048 7 1 29.65 12.0159 5.39967 + 13 30.6372 1785 8 0 -116.678 177.15 33.945 +Number of digits in this event: 30 +Using G4ParticleGun... +Particle energy: 7.00193 LIN +Particle: gamma +Event: 14 +Number of tracker hits in this event: 11 + 14 312.552 430 2 1 -93.951 -67.3759 -144.45 + 14 244.905 563 2 0 -93.9505 -67.376 -145.85 + 14 115.95 431 1 1 -93.9346 -67.378 -174.45 + 14 267.18 563 1 0 -93.9338 -67.3793 -175.85 + 14 121.698 431 0 1 -93.9137 -67.4101 -204.45 + 14 260.063 563 0 0 -93.9119 -67.4103 -205.85 + 14 180.56 430 1 1 -93.9909 -67.4254 -174.45 + 14 170.394 429 0 1 -94.1869 -67.4146 -204.45 + 14 16.8565 450 6 0 32.9309 -89.8845 -26.25 + 14 258.038 604 0 0 -106.978 -59.2458 -206.25 + 14 88.5251 603 0 0 -107.041 -59.25 -205.962 +Number of digits in this event: 10 +Using G4ParticleGun... +Particle energy: 1.71162 LIN +Particle: gamma +Event: 15 +Number of tracker hits in this event: 31 + 15 325.657 1497 3 1 119.71 34.6667 -114.45 + 15 113.308 1072 3 0 119.704 34.6474 -115.85 + 15 115.276 1496 2 1 119.468 34.2673 -144.45 + 15 203.789 1070 2 0 119.475 34.2415 -145.85 + 15 96.0741 1497 1 1 119.674 33.5604 -174.45 + 15 131.399 1067 1 0 119.707 33.5391 -175.85 + 15 140.938 1500 0 1 120.22 33.1534 -204.45 + 15 95.439 1065 0 0 120.234 33.1478 -205.85 + 15 214.48 943 1 0 120.149 8.76788 -176.25 + 15 57.5609 1493 1 1 118.9 8.33002 -174.85 + 15 83.9694 1492 1 1 118.75 8.26839 -174.721 + 15 73.9128 1491 1 1 118.55 8.2038 -174.568 + 15 59.4302 1490 1 1 118.35 8.14896 -174.482 + 15 71.653 1489 1 1 118.15 8.20782 -174.485 + 15 124.015 1488 1 1 117.95 8.30895 -174.523 + 15 241.968 1487 1 1 117.75 8.35517 -174.669 + 15 86.8725 940 1 0 115.487 8.11704 -175.85 + 15 88.8359 939 1 0 115.325 8.05 -176.045 + 15 23.2681 938 1 0 115.214 7.84956 -176.211 + 15 72.6655 774 1 0 72.0571 -25.0814 -176.25 + 15 117.77 775 1 0 71.9349 -25.0499 -176.077 + 15 268.437 1259 1 1 71.9324 -25.1464 -174.85 + 15 55.9409 929 1 0 116.995 5.87072 -175.85 + 15 223.972 928 1 0 116.991 5.84961 -175.86 + 15 219.127 1073 3 0 119.705 34.6613 -115.85 + 15 115.18 1497 2 1 119.64 34.542 -144.45 + 15 114.961 1072 2 0 119.633 34.5378 -145.85 + 15 117.577 1496 1 1 119.512 34.4883 -174.45 + 15 119.323 1072 1 0 119.509 34.5085 -175.85 + 15 116.592 1496 0 1 119.491 34.9731 -204.45 + 15 100.003 1074 0 0 119.488 35.0003 -205.85 +Number of digits in this event: 13 +Using G4ParticleGun... +Particle energy: 3.19841 LIN Particle: gamma Event: 16 -Number of tracker hits in this event: 67 - 16 301.714 720 6 1 -35.8928 36.9999 -24.45 - 16 229.598 1084 6 0 -35.8942 37.0001 -25.85 - 16 214.952 720 5 1 -35.926 37.0087 -54.45 - 16 271.63 1084 5 0 -35.9221 37.0174 -55.85 - 16 170.469 721 4 1 -35.8388 37.1952 -84.45 - 16 135.959 1085 4 0 -35.8413 37.2031 -85.85 - 16 281.809 720 3 1 -35.8997 37.3666 -114.45 - 16 238.19 1086 3 0 -35.9034 37.3724 -115.85 - 16 122.624 720 2 1 -35.9933 37.4965 -144.45 - 16 159.752 1087 2 0 -35.9963 37.4972 -145.85 - 16 85.0424 719 1 1 -36.0504 37.5213 -174.45 - 16 69.2987 720 1 1 -36.05 37.5207 -174.662 - 16 157.789 1087 1 0 -36.0497 37.5173 -175.85 - 16 110.374 720 0 1 -35.9781 37.4604 -204.45 - 16 145.013 1087 0 0 -35.9799 37.4691 -205.85 - 16 93.394 292 3 1 -121.621 154.706 -114.45 - 16 218.782 719 2 1 -36.1435 37.4875 -144.613 - 16 68.8129 1088 2 0 -36.4006 37.65 -146.002 - 16 148.146 734 1 1 -33.1495 36.0567 -174.45 - 16 80.5106 1076 1 0 -33.0523 35.3674 -175.85 - 16 44.8134 1075 1 0 -33.0407 35.25 -176.158 - 16 58.1039 1329 2 0 41.1639 85.8735 -146.25 - 16 216.043 1330 2 0 41.2555 86.05 -146.163 - 16 262.592 1086 2 0 -36.0428 37.4458 -145.85 - 16 90.377 732 1 1 -33.5986 33.0422 -174.45 - 16 173.037 1064 1 0 -33.5476 32.9161 -175.85 - 16 79.8837 739 0 1 -32.1896 28.5952 -204.45 - 16 39.1804 738 0 1 -32.25 28.5125 -204.722 - 16 290.38 1040 0 0 -32.541 28.1686 -205.85 - 16 22.3348 1039 0 0 -32.6271 28.05 -206.186 - 16 233.446 721 3 1 -35.7726 36.9682 -114.45 - 16 179.697 1084 3 0 -35.8503 36.93 -115.85 - 16 127.714 711 2 1 -37.7415 35.9391 -144.45 - 16 146.276 1078 2 0 -37.8487 35.7821 -145.85 - 16 112.349 698 1 1 -40.3495 32.6036 -174.45 - 16 118.543 1061 1 0 -40.4838 32.3938 -175.85 - 16 104.094 687 0 1 -42.5955 28.3901 -204.45 - 16 45.1102 686 0 1 -42.65 28.3569 -204.733 - 16 7.09448 1729 0 0 25.8313 165.95 -206.046 - 16 12.8832 707 2 1 -38.6443 43.1912 -144.45 - 16 215.907 706 2 1 -38.65 43.1995 -144.499 - 16 121.189 1116 2 0 -38.7996 43.3663 -145.85 - 16 131.01 691 1 1 -41.7818 46.7078 -174.45 - 16 7.57951 690 1 1 -41.85 46.7508 -174.817 - 16 135.965 1134 1 0 -42.0509 46.865 -175.85 - 16 147.439 660 0 1 -47.8988 49.7918 -204.45 - 16 148.879 1149 0 0 -48.1651 49.9806 -205.85 - 16 97.8074 1153 0 0 -45.2798 50.7084 -205.85 - 16 57.0396 1185 0 0 -31.5965 57.0625 -206.25 - 16 90.6782 1184 0 0 -31.4969 57.05 -206.197 - 16 167.177 1150 0 0 -31.7809 50.0841 -206.25 - 16 103.07 1152 0 0 -45.2082 50.6499 -206.078 - 16 146.582 1085 5 0 -35.9827 37.0803 -55.85 - 16 249.911 719 4 1 -36.0811 37.2402 -84.45 - 16 108.004 1086 4 0 -36.0872 37.2543 -85.85 - 16 443.269 719 3 1 -36.2176 37.5355 -114.45 - 16 142.909 1087 3 0 -36.223 37.555 -115.85 - 16 195.965 718 2 1 -36.3343 37.9792 -144.45 - 16 111.79 1089 2 0 -36.3393 37.9932 -145.85 - 16 117.584 718 1 1 -36.3981 38.2827 -174.45 - 16 115.995 1091 1 0 -36.4049 38.2927 -175.85 - 16 122.232 717 0 1 -36.5422 38.4942 -204.45 - 16 111.581 1092 0 0 -36.5448 38.5056 -205.85 - 16 89.7269 84 4 1 -163.15 3.08246 -84.6108 - 16 62.6155 1085 2 0 -36.3519 37.2496 -146.147 - 16 126.594 1088 1 0 -34.6865 37.6502 -175.85 - 16 374.017 721 1 1 -35.6903 38.2323 -174.85 -Number of digits in this event: 39 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 1.72058 LIN +Particle energy: 7.54535 LIN Particle: gamma Event: 17 -Number of tracker hits in this event: 17 - 17 137.033 189 5 1 -142.15 155.396 -54.8451 - 17 310.906 188 5 1 -142.35 155.529 -54.674 - 17 67.5148 274 4 0 131.987 -125.208 -86.25 - 17 64.7574 273 4 0 132.128 -125.35 -86.1684 - 17 158.89 272 4 0 132.166 -125.55 -86.1335 - 17 24.0657 271 4 0 132.243 -125.75 -85.8899 - 17 141.598 1564 4 1 133.051 -127.189 -84.8499 - 17 246.482 1565 4 1 133.15 -127.422 -84.7405 - 17 54.9037 1275 2 0 26.9098 75.2008 -146.25 - 17 30.2387 773 6 1 -25.3874 -17.3765 -24.85 - 17 136.996 772 6 1 -25.45 -17.4993 -24.6993 - 17 50.4734 771 6 1 -25.6501 -17.5532 -24.4856 - 17 120.051 1276 2 0 27.0192 75.25 -146.146 - 17 21.9106 1277 2 0 27.1869 75.4502 -145.907 - 17 133.125 1037 2 1 27.5421 75.9903 -144.849 - 17 17.311 1038 2 1 27.65 76.2262 -144.523 - 17 60.8867 1151 3 0 85.6422 50.3517 -116.25 -Number of digits in this event: 9 -Using G4ParticleGun... -Particle energy: 3.59122 LIN -Particle: gamma -Event: 18 -Number of tracker hits in this event: 17 - 18 256.587 1391 3 1 98.3719 -67.5819 -114.45 - 18 237.039 562 3 0 98.3723 -67.5808 -115.85 - 18 112.629 1391 2 1 98.376 -67.5618 -144.45 - 18 265.849 562 2 0 98.3797 -67.5631 -145.85 - 18 119.737 1391 1 1 98.4461 -67.5984 -174.45 - 18 118.876 562 1 0 98.4501 -67.6001 -175.85 - 18 197.501 1391 0 1 98.5337 -67.6227 -204.45 - 18 254.947 562 0 0 98.537 -67.6255 -205.85 - 18 182.343 929 4 0 -106.765 5.94894 -86.25 - 18 48.0569 932 4 0 -106.264 6.45 -85.951 - 18 222.808 930 4 0 -107.1 6.05028 -86.0086 - 18 110.161 1392 2 1 98.6173 -67.6648 -144.45 - 18 320.42 561 2 0 98.6335 -67.6654 -145.85 - 18 117.57 1394 1 1 99.006 -67.7353 -174.45 - 18 106.833 561 1 0 99.022 -67.7243 -175.85 - 18 113.767 1395 0 1 99.3295 -67.4869 -204.45 - 18 227.1 1122 4 1 44.6055 -58.5638 -84.45 +Number of tracker hits in this event: 22 + 17 362.233 1325 3 1 85.1946 -38.2396 -114.45 + 17 255.8 709 3 0 85.1983 -38.2411 -115.85 + 17 102.965 1326 2 1 85.2761 -38.2748 -144.45 + 17 132.576 708 2 0 85.2794 -38.2753 -145.85 + 17 92.5082 1326 1 1 85.3486 -38.2789 -174.45 + 17 140.346 708 1 0 85.3531 -38.279 -175.85 + 17 103.61 1326 0 1 85.4387 -38.2825 -204.45 + 17 128.712 708 0 0 85.4425 -38.2837 -205.85 + 17 81.6094 1514 4 1 123.082 -4.69117 -84.85 + 17 85.2913 1513 4 1 122.95 -4.69459 -84.4597 + 17 95.3154 1322 1 0 131.767 84.45 -176.013 + 17 317.391 1564 1 1 132.993 84.2817 -174.85 + 17 277.891 320 1 0 73.9081 -115.95 -176.153 + 17 24.6541 207 1 0 143.334 -138.55 -175.937 + 17 90.3791 206 1 0 143.442 -138.75 -175.856 + 17 206.621 1620 1 1 144.208 -139.866 -174.85 + 17 115.905 1324 2 1 85.029 -38.2006 -144.45 + 17 105.027 709 2 0 85.0206 -38.2003 -145.85 + 17 118.093 1324 1 1 84.8538 -38.2017 -174.45 + 17 118.091 709 1 0 84.8464 -38.2035 -175.85 + 17 371.894 1323 0 1 84.7043 -38.2348 -204.45 + 17 353.575 709 0 0 84.6801 -38.2455 -205.85 Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 9.12238 LIN +Particle energy: 5.67263 LIN +Particle: gamma +Event: 18 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 +Using G4ParticleGun... +Particle energy: 4.8521 LIN Particle: gamma Event: 19 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 78 + 19 338.534 1038 9 1 27.7361 -39.4978 65.55 + 19 247.739 702 9 0 27.6779 -39.5299 64.15 + 19 106.118 1032 8 1 26.5738 -40.3842 35.55 + 19 132.369 698 8 0 26.7724 -40.3306 34.1486 + 19 117.491 1053 7 1 30.8221 -39.5787 5.55 + 19 203.177 1054 7 1 30.85 -39.5686 5.31172 + 19 131.516 702 7 0 30.9794 -39.5123 4.15 + 19 131.47 1072 6 1 34.6165 -38.2924 -24.45 + 19 116.409 709 6 0 34.7367 -38.2212 -25.85 + 19 149.314 1087 5 1 37.4842 -36.4721 -54.4502 + 19 114.926 718 5 0 37.5513 -36.3169 -55.85 + 19 41.9728 1093 4 1 38.8425 -33.4549 -84.45 + 19 51.7123 1094 4 1 38.85 -33.4436 -84.6155 + 19 149.261 733 4 0 38.9134 -33.3734 -85.85 + 19 100.964 1102 3 1 40.5563 -32.319 -114.45 + 19 113.788 739 3 0 40.6285 -32.2031 -115.85 + 19 101.288 1109 2 1 42.0327 -30.168 -144.45 + 19 88.1951 749 2 0 41.6361 -30.1661 -145.85 + 19 157.736 1055 1 1 31.1348 -30.6212 -174.45 + 19 120.756 750 1 0 31.4922 -29.995 -175.85 + 19 10.5014 751 1 0 31.5823 -29.85 -176.209 + 19 76.5041 826 1 0 33.6722 -14.6994 -176.25 + 19 45.3843 827 1 0 33.6613 -14.65 -176.007 + 19 113.796 1066 1 1 33.4429 -14.1475 -174.85 + 19 25.1128 1067 1 1 33.4501 -14.019 -174.532 + 19 317.031 1199 2 1 60.0447 17.108 -144.45 + 19 38.0633 1074 6 1 34.9558 -38.6811 -24.45 + 19 171.01 701 7 0 31.1533 -39.6659 4.15 + 19 160.4 700 7 0 30.9567 -39.85 3.82629 + 19 87.2352 732 7 0 90.7907 -33.5925 3.75 + 19 45.7508 776 7 0 127.003 -24.8076 3.75001 + 19 99.6372 1038 8 1 27.7406 -39.4584 35.55 + 19 110.708 702 8 0 27.74 -39.4575 34.15 + 19 102.877 1038 7 1 27.7251 -39.4447 5.55 + 19 143.854 703 7 0 27.7247 -39.4441 4.15 + 19 161.458 1038 6 1 27.7135 -39.4217 -24.45 + 19 127.342 703 6 0 27.7133 -39.4211 -25.85 + 19 178.187 1038 5 1 27.7242 -39.4112 -54.45 + 19 126.181 703 5 0 27.7269 -39.4105 -55.85 + 19 119.316 1038 4 1 27.7762 -39.4023 -84.45 + 19 109.56 703 4 0 27.7813 -39.4021 -85.85 + 19 120.178 1039 3 1 27.8664 -39.4027 -114.45 + 19 428.852 703 3 0 27.8755 -39.403 -115.85 + 19 171.545 1039 2 1 28.0401 -39.4063 -144.45 + 19 104.879 703 2 0 28.053 -39.4114 -145.85 + 19 110.061 1041 1 1 28.3144 -39.5145 -174.45 + 19 336.614 702 1 0 28.3208 -39.5225 -175.85 + 19 106.798 1041 0 1 28.4473 -39.6902 -204.45 + 19 255.845 701 0 0 28.4509 -39.6992 -205.85 + 19 29.4264 905 5 1 1.2289 5.81241 -54.4504 + 19 367.168 656 0 1 -48.7764 24.7489 -204.45 + 19 21.907 655 0 1 -48.8504 24.8543 -204.6 + 19 35.8984 882 2 1 -3.55422 38.554 -144.85 + 19 258.732 1038 3 1 27.6622 -39.3387 -114.45 + 19 107.756 1036 2 1 27.2978 -39.5343 -144.45 + 19 156.195 702 2 0 27.2715 -39.5548 -145.85 + 19 140.35 1032 1 1 26.6305 -39.8487 -174.45 + 19 357.139 701 1 0 26.5305 -39.8393 -175.85 + 19 137.846 1021 0 1 24.3656 -39.7202 -204.45 + 19 102.957 1115 3 0 33.884 43.05 -116.045 + 19 105.135 1037 2 1 27.5869 -39.725 -144.45 + 19 122.234 701 2 0 27.5944 -39.7527 -145.85 + 19 231.268 1037 1 1 27.5656 -40.3749 -174.45 + 19 103.477 698 1 0 27.7077 -40.3612 -175.85 + 19 128.964 1053 0 1 30.7785 -40.3822 -204.45 + 19 175.941 698 0 0 30.8708 -40.4272 -205.85 + 19 63.6728 1036 1 1 27.4499 -40.4936 -174.605 + 19 114.525 1035 1 1 27.25 -40.4619 -174.487 + 19 82.8212 1034 1 1 27.05 -40.257 -174.664 + 19 84.7187 1023 1 1 24.8017 -41.132 -174.85 + 19 30.3478 687 1 0 23.5245 -42.6171 -175.85 + 19 159.351 686 1 0 23.5018 -42.65 -175.904 + 19 30.4354 1039 9 1 27.8501 -39.579 65.2484 + 19 115.511 701 9 0 28.0032 -39.6646 64.15 + 19 382.737 696 9 0 7.37138 -40.726 63.75 + 19 45.0156 697 9 0 7.23123 -40.65 63.9807 + 19 78.1581 695 9 0 6.94306 -40.85 64.1252 + 19 149.527 930 9 1 6.24545 -42.2006 65.15 +Number of digits in this event: 38 Using G4ParticleGun... -Particle energy: 4.77701 LIN +Particle energy: 4.55729 LIN Particle: gamma Event: 20 -Number of tracker hits in this event: 83 - 20 229.043 917 8 1 3.47791 -145.452 35.55 - 20 299.407 173 8 0 3.48018 -145.449 34.15 - 20 234.644 917 7 1 3.51599 -145.386 5.55 - 20 230.032 173 7 0 3.52102 -145.389 4.15 - 20 127.901 917 6 1 3.6258 -145.43 -24.45 - 20 226.203 173 6 0 3.62938 -145.429 -25.85 - 20 111.356 918 5 1 3.70901 -145.394 -54.45 - 20 270.045 173 5 0 3.71637 -145.392 -55.85 - 20 112.735 918 4 1 3.84206 -145.349 -84.45 - 20 129.903 174 4 0 3.84918 -145.34 -85.85 - 20 136.237 919 3 1 3.93922 -145.134 -114.45 - 20 136.06 175 3 0 3.95572 -145.131 -115.85 - 20 107.806 921 2 1 4.30564 -144.992 -144.45 - 20 120.746 175 2 0 4.31068 -144.967 -145.85 - 20 103.628 921 1 1 4.43166 -144.447 -174.45 - 20 243.605 178 1 0 4.4396 -144.423 -175.85 - 20 200.874 922 0 1 4.55464 -143.906 -204.45 - 20 241.007 181 0 0 4.55469 -143.885 -205.85 - 20 13.4368 1356 4 1 91.35 -104.63 -84.788 - 20 33.9863 182 0 0 3.73278 -143.585 -205.85 - 20 154.222 183 0 0 3.67078 -143.55 -205.928 - 20 116.633 184 0 0 3.34924 -143.349 -206.072 - 20 20.736 185 0 0 3.39204 -143.15 -205.931 - 20 6.30246 918 0 1 3.66403 -142.727 -204.85 - 20 165.482 917 0 1 3.65 -142.732 -204.825 - 20 2.901 180 0 0 4.42056 -143.95 -205.899 - 20 133.797 924 0 1 4.9916 -144.002 -204.85 - 20 163.478 922 1 1 4.50251 -144.37 -174.45 - 20 113.954 182 1 0 4.87236 -143.738 -175.85 - 20 12.4949 183 1 0 4.98899 -143.55 -176.208 - 20 84.2678 972 0 1 14.5835 -129.418 -204.45 - 20 24.6307 971 0 1 14.45 -129.406 -204.77 - 20 121.496 253 0 0 14.0959 -129.391 -205.85 - 20 1.19779 919 4 1 3.85 -145.354 -84.8466 - 20 64.9312 170 4 0 4.62564 -146.054 -85.85 - 20 134.118 169 4 0 4.66479 -146.15 -86.0181 - 20 101.895 168 4 0 4.605 -146.35 -86.1632 - 20 183.712 167 4 0 4.64198 -146.55 -86.0707 - 20 214.284 920 2 1 4.15761 -146.328 -144.45 - 20 114.877 168 2 0 4.25134 -146.382 -145.85 - 20 119.093 929 1 1 5.87764 -147.051 -174.45 - 20 146.226 165 1 0 5.8892 -147.069 -175.85 - 20 112.361 925 0 1 5.20729 -146.787 -204.45 - 20 113.445 168 0 0 5.11027 -146.494 -205.85 - 20 119.34 169 2 0 3.84363 -146.281 -145.85 - 20 70.9825 893 1 1 -1.38987 -144.865 -174.45 - 20 49.3254 894 1 1 -1.25 -144.901 -174.702 - 20 7.37847 175 1 0 -0.661765 -145.145 -175.85 - 20 419.536 174 1 0 -0.648756 -145.15 -175.876 - 20 86.5041 966 0 1 13.4059 -152.249 -204.45 - 20 36.2664 965 0 1 13.25 -152.231 -204.706 - 20 151.934 140 0 0 12.4495 -152.142 -205.85 - 20 118.102 916 6 1 3.42845 -145.523 -24.45 - 20 87.7829 916 5 1 3.34239 -145.515 -54.45 - 20 115.16 915 4 1 3.2127 -145.389 -84.45 - 20 119.007 173 4 0 3.21176 -145.384 -85.85 - 20 139.485 915 3 1 3.18567 -145.261 -114.45 - 20 651.033 174 3 0 3.19227 -145.257 -115.85 - 20 180.7 916 2 1 3.33493 -145.195 -144.45 - 20 143.806 174 2 0 3.34988 -145.197 -145.85 - 20 234.566 918 1 1 3.65525 -145.256 -174.45 - 20 110.787 919 0 1 3.87221 -145.451 -204.45 - 20 385.95 173 0 0 3.87657 -145.449 -205.85 - 20 3.45109 1653 2 1 150.941 -73.872 -144.45 - 20 103.522 1654 2 1 150.95 -73.8685 -144.461 - 20 116.312 1655 2 1 151.15 -73.9202 -144.65 - 20 206.004 532 2 0 150.897 -73.6471 -145.85 - 20 54.7284 401 0 0 -115.651 -99.8867 -206.25 - 20 98.3143 402 0 0 -115.771 -99.75 -206.181 - 20 527.622 403 0 0 -115.975 -99.55 -206.039 - 20 23.3547 282 0 1 -123.654 -99.6328 -204.85 - 20 60.0024 281 0 1 -123.75 -99.617 -204.835 - 20 78.1089 280 0 1 -123.95 -99.6057 -204.809 - 20 68.2198 279 0 1 -124.15 -99.6374 -204.709 - 20 19.8837 278 0 1 -124.35 -99.6704 -204.512 - 20 104.004 921 0 1 4.31023 -145.499 -204.45 - 20 145.207 917 1 1 3.62188 -145.225 -174.45 - 20 82.253 916 1 1 3.45 -144.819 -174.647 - 20 206.149 176 1 0 2.77507 -144.856 -175.85 - 20 111.805 213 1 0 -44.5287 -137.516 -176.25 - 20 77.3519 214 1 0 -44.7748 -137.35 -176.062 - 20 163.656 215 1 0 -44.8854 -137.15 -175.947 - 20 71.061 21 1 0 -53.7205 -175.82 -176.25 -Number of digits in this event: 39 +Number of tracker hits in this event: 13 + 20 585.325 1266 1 1 73.3183 -34.8109 -174.45 + 20 511.266 726 1 0 73.32 -34.8133 -175.85 + 20 286.19 1266 0 1 73.3676 -34.8541 -204.45 + 20 345.846 725 0 0 73.371 -34.8533 -205.85 + 20 129.545 726 0 0 73.3208 -34.8418 -205.85 + 20 73.3633 289 5 0 98.4609 -122.15 -56.0678 + 20 46.2831 335 6 0 94.1466 -113.028 -26.25 + 20 24.1272 1394 5 1 99.1197 -122.098 -54.85 + 20 167.71 1395 5 1 99.15 -122.11 -54.7714 + 20 272.126 1396 5 1 99.3504 -122.203 -54.6475 + 20 105.362 1265 0 1 73.1096 -33.7836 -204.45 + 20 106.454 731 0 0 73.1347 -33.6884 -205.85 + 20 102.621 1267 0 1 73.6019 -34.9908 -204.45 +Number of digits in this event: 9 Using G4ParticleGun... -Particle energy: 3.344 LIN +Particle energy: 8.41819 LIN Particle: gamma Event: 21 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 12 + 21 259.994 1220 1 1 64.2192 -24.3124 -174.45 + 21 232.962 778 1 0 64.2173 -24.3127 -175.85 + 21 266.794 1220 0 1 64.1946 -24.3346 -204.45 + 21 239.635 778 0 0 64.1896 -24.3341 -205.85 + 21 37.8507 748 13 0 83.6354 -30.4234 183.75 + 21 194.079 747 13 0 83.6743 -30.45 184 + 21 140.399 746 13 0 83.7278 -30.65 184.024 + 21 1.36039 288 7 0 -137.56 -122.545 3.75014 + 21 120.542 287 7 0 -137.561 -122.55 3.75216 + 21 24.2779 286 7 0 -137.6 -122.75 3.76071 + 21 196.973 1049 0 1 29.9159 -56.7336 -204.85 + 21 216.697 803 1 0 75.7573 -19.2837 -176.25 +Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 2.17391 LIN +Particle energy: 2.82373 LIN Particle: gamma Event: 22 -Number of tracker hits in this event: 0 +Number of tracker hits in this event: 3 + 22 81.2699 399 8 0 94.2876 -100.159 33.75 + 22 11.4842 1371 8 1 94.536 -100.786 35.1502 + 22 119.831 1372 8 1 94.55 -100.808 35.194 Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 8.9282 LIN +Particle energy: 2.06145 LIN Particle: gamma Event: 23 -Number of tracker hits in this event: 288 - 23 268.441 792 11 1 -21.6308 24.3648 125.55 - 23 268.835 1021 11 0 -21.6298 24.3655 124.15 - 23 239.699 792 10 1 -21.6101 24.3877 95.55 - 23 235.695 1021 10 0 -21.6101 24.3876 94.15 - 23 514.43 792 9 1 -21.6097 24.3955 65.55 - 23 243.154 1021 9 0 -21.6096 24.3968 64.15 - 23 330.141 792 8 1 -21.6018 24.4296 35.55 - 23 391.445 1021 8 0 -21.5991 24.432 34.15 - 23 776.449 792 7 1 -21.5512 24.489 5.55 - 23 503.659 1022 7 0 -21.5485 24.4935 4.15 - 23 818.184 792 6 1 -21.4978 24.5871 -24.45 - 23 546.301 1022 6 0 -21.4947 24.5909 -25.85 - 23 148.493 793 5 1 -21.4292 24.6639 -54.45 - 23 159.621 1023 5 0 -21.4241 24.6697 -55.85 - 23 666.751 793 4 1 -21.327 24.7895 -84.45 - 23 397.293 1023 4 0 -21.3228 24.7957 -85.85 - 23 123.525 794 3 1 -21.2415 24.921 -114.45 - 23 124.985 1024 3 0 -21.2355 24.9253 -115.85 - 23 128.381 794 2 1 -21.1209 25.0152 -144.45 - 23 158.483 1024 2 0 -21.1175 25.0191 -145.85 - 23 214.756 794 1 1 -21.062 25.1133 -174.45 - 23 139.519 1025 1 0 -21.0604 25.1158 -175.85 - 23 446.036 795 0 1 -21.0191 25.1574 -204.45 - 23 291.746 1025 0 0 -21.0154 25.1637 -205.85 - 23 407.688 793 0 1 -21.2701 25.3119 -204.45 - 23 233.068 1026 0 0 -21.2841 25.3119 -205.85 - 23 280.332 1102 1 1 40.4857 23.3351 -174.85 - 23 295.419 792 4 1 -21.45 24.6187 -84.5553 - 23 181.02 791 4 1 -21.6501 24.3186 -84.763 - 23 66.6715 1013 4 0 -22.5694 22.8344 -85.85 - 23 68.3982 1012 4 0 -22.6645 22.65 -85.9753 - 23 127.926 1011 4 0 -22.7514 22.45 -86.1047 - 23 5.77292 1010 4 0 -22.824 22.25 -86.2332 - 23 133.978 700 3 1 -39.8998 -17.3367 -114.45 - 23 58.7472 808 3 0 -39.8258 -18.3292 -115.85 - 23 77.9091 807 3 0 -39.8228 -18.45 -116.004 - 23 118.325 679 2 1 -44.1132 -40.4442 -144.45 - 23 134.71 697 2 0 -43.9956 -40.5453 -145.85 - 23 80.1178 701 1 1 -39.6988 -40.2115 -174.45 - 23 38.2021 700 1 1 -39.85 -40.2776 -174.774 - 23 131.061 697 1 0 -40.4513 -40.489 -175.85 - 23 71.896 666 0 1 -46.8411 -41.4743 -204.45 - 23 132.035 665 0 1 -46.85 -41.4737 -204.546 - 23 30.87 691 0 0 -47.2811 -41.8242 -205.85 - 23 76.2443 690 0 0 -47.3023 -41.85 -205.95 - 23 52.8619 715 0 0 -54.4144 -36.9103 -206.25 - 23 95.1319 716 0 0 -54.4753 -36.85 -206.127 - 23 22.2951 717 0 0 -54.5975 -36.65 -205.908 - 23 74.6289 625 0 1 -54.9447 -35.8865 -204.85 - 23 207.062 626 0 1 -54.85 -35.7328 -204.73 - 23 203.949 627 0 1 -54.65 -35.5476 -204.598 - 23 173.014 694 0 0 -46.7486 -41.247 -205.85 - 23 32.9861 586 0 0 -1.03138 -62.7647 -206.25 - 23 138.709 585 0 0 -0.942903 -62.85 -206.185 - 23 11.8636 901 0 1 0.419568 -63.0462 -204.85 - 23 91.8671 902 0 1 0.45 -63.046 -204.827 - 23 78.7756 903 0 1 0.65 -63.0205 -204.732 - 23 101.835 904 0 1 0.850781 -62.9871 -204.571 - 23 196.495 905 0 1 1.05 -63.1225 -204.494 - 23 35.993 575 0 0 1.00692 -64.9452 -205.85 - 23 155.008 574 0 0 0.99401 -65.05 -205.866 - 23 149.704 573 0 0 0.879595 -65.25 -206.048 - 23 88.8762 572 0 0 0.791686 -65.45 -206.149 - 23 34.9032 1021 4 0 -21.5369 24.2998 -85.85 - 23 120.083 1020 4 0 -21.5656 24.2499 -85.9507 - 23 134.616 722 3 1 -35.4794 5.8649 -114.45 - 23 62.8523 721 3 1 -35.65 6.00757 -114.564 - 23 55.7978 720 3 1 -35.85 6.04688 -114.661 - 23 60.5064 719 3 1 -36.05 5.9824 -114.741 - 23 63.3405 718 3 1 -36.25 6.01214 -114.602 - 23 67.5932 717 3 1 -36.45 6.0241 -114.484 - 23 89.755 716 3 1 -36.65 5.92469 -114.531 - 23 269.861 715 3 1 -36.85 5.66689 -114.65 - 23 38.5148 714 3 1 -37.05 5.27525 -114.804 - 23 50.697 911 3 0 -37.5649 2.41751 -115.85 - 23 76.0242 910 3 0 -37.6193 2.25 -115.866 - 23 39.2683 707 3 1 -38.481 -0.653011 -114.85 - 23 26.773 708 3 1 -38.45 -0.809725 -114.844 - 23 53.3467 778 3 0 -34.073 -24.2852 -115.85 - 23 125.496 777 3 0 -34.0091 -24.4501 -115.896 - 23 93.1622 776 3 0 -33.6684 -24.65 -115.935 - 23 76.2804 733 3 1 -33.4448 -25.1775 -114.849 - 23 134.67 768 3 0 -32.5673 -26.265 -115.85 - 23 230.748 767 3 0 -32.4871 -26.45 -116.015 - 23 27.4652 1021 0 0 -21.3685 24.3004 -205.85 - 23 200.968 1020 0 0 -21.4002 24.2499 -205.941 - 23 45.4883 796 0 1 -20.85 25.114 -204.663 - 23 102.56 1023 8 0 -22.0497 24.7686 34.1499 - 23 148.432 1024 8 0 -22.1655 24.85 33.949 - 23 166.359 1022 3 0 -21.5302 24.4592 -115.994 - 23 109.672 790 2 1 -21.8559 26.6217 -144.45 - 23 396.582 791 2 1 -21.85 26.6355 -144.452 - 23 52.0167 1054 2 0 -22.3414 30.852 -145.85 - 23 49.0416 1055 2 0 -22.3924 31.05 -145.885 - 23 43.9688 777 2 1 -24.5299 35.1421 -144.85 - 23 121.304 776 2 1 -24.65 35.2985 -144.819 - 23 73.4378 775 2 1 -24.85 35.4616 -144.731 - 23 74.0132 774 2 1 -25.05 35.6439 -144.608 - 23 58.4634 773 2 1 -25.25 35.7678 -144.553 - 23 46.2312 772 2 1 -25.4503 35.8235 -144.505 - 23 106.6 1021 3 0 -21.5599 24.45 -116.242 - 23 272.568 1021 7 0 -21.5993 24.4327 4.15 - 23 336.853 792 5 1 -21.5462 24.6072 -54.45 - 23 105.876 1022 5 0 -21.5411 24.609 -55.85 - 23 108.961 793 3 1 -21.3797 24.7067 -114.45 - 23 112.241 1023 3 0 -21.375 24.7079 -115.85 - 23 135.4 793 2 1 -21.295 24.7268 -144.45 - 23 122.348 1023 2 0 -21.2899 24.7315 -145.85 - 23 132.167 1023 1 0 -21.1603 24.8093 -175.85 - 23 350.889 1024 0 0 -20.9906 24.9986 -205.85 - 23 28.5859 732 1 1 -33.5955 -90.15 -174.519 - 23 121.742 794 0 1 -21.1969 24.7798 -204.45 - 23 21.3256 458 3 1 -88.3147 6.51561 -114.85 - 23 351.356 457 3 1 -88.45 6.44723 -114.551 - 23 24.7071 666 4 1 -46.6815 -22.5922 -84.4502 - 23 427.239 667 4 1 -46.6499 -22.6247 -84.5194 - 23 100.451 791 7 1 -21.65 24.4538 5.47304 - 23 59.7277 1023 7 0 -21.8886 24.65 3.98295 - 23 101.361 783 6 1 -23.3284 35.9405 -24.45 - 23 61.7081 1080 6 0 -23.7039 36.1988 -25.8516 - 23 84.527 1081 6 0 -23.7662 36.25 -26.0747 - 23 191.128 731 5 1 -33.7547 43.2208 -54.45 - 23 139.564 1118 5 0 -33.4877 43.7344 -55.85 - 23 5.93804 1119 5 0 -33.4163 43.8501 -56.2201 - 23 42.9102 760 4 1 -27.9655 52.8716 -84.45 - 23 96.7703 759 4 1 -28.0501 52.9315 -84.5209 - 23 57.4073 758 4 1 -28.25 53.1663 -84.7389 - 23 24.2488 1173 4 0 -29.3447 54.8046 -85.85 - 23 66.6292 1174 4 0 -29.3765 54.8501 -85.8808 - 23 77.7987 1175 4 0 -29.5068 55.05 -85.9955 - 23 90.7661 1176 4 0 -29.6163 55.25 -86.1084 - 23 152.145 795 6 1 -20.8576 24.2215 -24.45 - 23 108.537 1021 6 0 -20.8397 24.3001 -25.85 - 23 120.737 798 5 1 -20.3419 25.9135 -54.45 - 23 165.896 1029 5 0 -20.3427 25.9557 -55.85 - 23 168.719 797 4 1 -20.5878 26.8419 -84.45 - 23 108.681 1034 4 0 -20.5629 26.8704 -85.85 - 23 115.309 800 3 1 -19.8681 27.5353 -114.45 - 23 116.014 1037 3 0 -19.8232 27.5517 -115.85 - 23 114.458 805 2 1 -18.9422 27.7413 -144.45 - 23 141.021 1038 2 0 -18.9317 27.6941 -145.85 - 23 113.471 806 1 1 -18.7255 26.8625 -174.45 - 23 133.504 1033 1 0 -18.6936 26.788 -175.85 - 23 160.98 810 0 1 -17.8946 25.1057 -204.45 - 23 186.101 1229 2 0 -44.1445 65.9095 -146.25 - 23 65.2462 1230 2 0 -44.2258 66.05 -145.961 - 23 0.439215 674 2 1 -45.2492 66.2098 -144.85 - 23 154.285 673 2 1 -45.25 66.2097 -144.849 - 23 110.425 796 3 1 -20.7253 22.5735 -114.451 - 23 177.456 797 3 1 -20.65 22.5281 -114.536 - 23 89.5367 798 3 1 -20.4499 22.3413 -114.668 - 23 33.1277 799 3 1 -20.25 22.1428 -114.801 - 23 67.5356 1004 3 0 -18.9135 20.9842 -115.85 - 23 118.007 1003 3 0 -18.7465 20.85 -115.974 - 23 71.1288 1002 3 0 -18.4462 20.65 -116.156 - 23 8.15199 1086 2 1 37.4389 -24.4637 -144.45 - 23 106.944 1087 2 1 37.45 -24.4699 -144.491 - 23 139.631 776 2 0 37.5466 -24.743 -145.85 - 23 75.0163 1121 1 1 44.273 -32.3455 -174.45 - 23 40.2042 1120 1 1 44.25 -32.3943 -174.67 - 23 105.426 737 1 0 44.2376 -32.5275 -175.85 - 23 36.4293 1123 0 1 44.8464 -39.0804 -204.45 - 23 90.2928 1124 0 1 44.85 -39.0932 -204.622 - 23 123.687 703 0 0 45.0193 -39.2654 -205.85 - 23 30.2768 804 0 0 37.7507 -19.0616 -206.25 - 23 134.063 805 0 0 37.7456 -19.05 -206.241 - 23 72.7622 806 0 0 37.6694 -18.85 -206.155 - 23 71.9107 807 0 0 37.6042 -18.65 -206.077 - 23 7.22167 808 0 0 37.6265 -18.45 -205.874 - 23 141.113 1089 0 1 38.003 -17.5211 -204.85 - 23 80.3014 1010 3 0 -19.8629 22.1121 -115.85 - 23 76.3548 1009 3 0 -19.6875 22.05 -116.112 - 23 50.3797 933 2 1 6.72938 15.6417 -144.45 - 23 102.617 934 2 1 6.85 15.6677 -144.627 - 23 300.247 978 2 0 7.50912 15.7575 -145.85 - 23 87.142 1030 1 1 26.1241 22.6621 -174.45 - 23 49.1348 1029 1 1 26.05 22.8924 -174.695 - 23 191.352 1018 1 0 25.1768 23.6883 -175.85 - 23 138.275 924 1 0 44.3765 5.03254 -176.25 - 23 360.585 923 1 0 44.7066 4.85 -176.088 - 23 237.836 922 1 0 45.5078 4.65 -176.078 - 23 238.058 921 1 0 45.796 4.45 -176.022 - 23 324.618 920 1 0 46.0073 4.24973 -176.08 - 23 102.008 1133 1 1 46.6956 4.86358 -174.849 - 23 91.3979 1132 1 1 46.6499 4.87525 -174.602 - 23 149.553 1131 1 1 46.4499 4.72896 -174.531 - 23 292.707 791 6 1 -21.6983 25.1309 -24.45 - 23 111.326 1025 6 0 -21.6948 25.1702 -25.85 - 23 198.293 791 5 1 -21.7135 26.0617 -54.4502 - 23 20.1453 1030 5 0 -21.7411 26.2382 -55.85 - 23 156.521 1031 5 0 -21.7435 26.25 -55.9308 - 23 134.101 1047 4 0 -20.8689 29.5755 -85.85 - 23 27.5346 884 3 1 -3.09434 31.4621 -114.45 - 23 125.644 885 3 1 -3.05 31.4875 -114.549 - 23 92.0334 1058 3 0 -2.49434 31.7734 -115.85 - 23 16.6442 1059 3 0 -2.36468 31.85 -116.194 - 23 6.53122 935 2 1 7.23456 40.3653 -144.45 - 23 201.561 936 2 1 7.2501 40.3621 -144.469 - 23 38.4044 937 2 1 7.45 40.3245 -144.743 - 23 138.338 1100 2 0 8.18455 40.189 -145.85 - 23 82.8311 1020 1 1 24.1539 38.6966 -174.45 - 23 220.864 1021 1 1 24.2504 38.7501 -174.656 - 23 150.047 1094 1 0 24.7527 38.8823 -175.85 - 23 34.9458 1297 1 0 31.3308 79.5487 -176.25 - 23 81.606 1298 1 0 31.296 79.6501 -176.166 - 23 79.5527 1299 1 0 31.2175 79.85 -176.017 - 23 163.532 1054 1 1 30.9809 80.9136 -174.85 - 23 74.5544 1431 2 0 12.3292 106.35 -146.25 - 23 80.9354 1432 2 0 12.2043 106.55 -146.04 - 23 180.842 957 2 1 11.6423 107.535 -144.85 - 23 129.678 956 2 1 11.45 108.731 -144.516 - 23 156.671 955 2 1 11.25 108.918 -144.706 - 23 65.9969 1450 2 0 9.40968 110.213 -145.85 - 23 74.8636 1451 2 0 9.25736 110.35 -145.975 - 23 84.0987 1452 2 0 9.11249 110.55 -146.14 - 23 8.2976 452 3 0 85.6433 -89.4523 -116.25 - 23 95.4416 451 3 0 85.713 -89.65 -116.213 - 23 59.1957 1050 1 0 -21.6898 30.2279 -176.186 - 23 128.011 1057 0 0 -21.2744 31.5215 -205.85 - 23 119.015 791 0 1 -21.7203 31.1848 -204.45 - 23 106.532 1056 0 0 -21.8392 31.3888 -205.85 - 23 4.05177 680 7 0 43.3178 -43.85 3.94849 - 23 119.369 789 2 1 -22.1144 29.0592 -144.45 - 23 30.3525 1045 2 0 -22.2033 29.2352 -145.85 - 23 68.6859 1046 2 0 -22.2085 29.2502 -145.961 - 23 189.085 787 1 1 -22.5784 33.6498 -174.45 - 23 21.124 1062 1 0 -22.3328 32.4962 -175.85 - 23 94.6314 1061 1 0 -22.3217 32.45 -175.907 - 23 50.9224 1060 1 0 -22.2737 32.25 -176.13 - 23 43.4393 841 0 1 -11.7295 0.676774 -204.45 - 23 85.833 840 0 1 -11.85 0.64136 -204.541 - 23 75.6277 839 0 1 -12.0501 0.594742 -204.681 - 23 36.7478 901 0 0 -13.2855 0.284213 -205.85 - 23 150.442 900 0 0 -13.3977 0.25 -205.955 - 23 112.23 792 1 1 -21.6455 24.6749 -174.451 - 23 110.821 1024 1 0 -21.3661 24.9118 -175.85 - 23 115.443 837 0 1 -12.5011 28.9882 -204.45 - 23 9.29771 1048 0 0 -12.3953 29.8311 -205.85 - 23 102.707 1049 0 0 -12.3929 29.8501 -205.882 - 23 13.1248 1050 0 0 -12.3744 30.05 -206.206 - 23 100.835 1024 5 0 -21.5561 25.0033 -55.85 - 23 172.742 790 4 1 -22.0324 24.6886 -84.45 - 23 139.85 789 3 1 -22.171 24.2293 -114.45 - 23 125.325 801 2 1 -19.7589 25.03 -144.451 - 23 251.503 1025 2 0 -19.8371 25.1679 -145.85 - 23 118.8 796 1 1 -20.8257 27.7884 -174.45 - 23 94.1536 1040 1 0 -20.6953 28.0778 -175.85 - 23 1.07916 808 0 1 -18.4498 33.3863 -204.45 - 23 150.293 807 0 1 -18.45 33.3868 -204.454 - 23 114.367 1067 0 0 -18.5428 33.6088 -205.85 - 23 36.5405 1068 0 0 -18.5593 33.65 -206.092 - 23 83.5209 740 0 1 -31.85 28.2105 -204.763 - 23 142.584 1021 5 0 -21.7728 24.2853 -55.85 - 23 153.368 784 4 1 -23.0592 23.4918 -84.45 - 23 46.1547 1017 4 0 -23.0972 23.4535 -85.85 - 23 97.3884 1016 4 0 -23.1008 23.45 -85.9859 - 23 166.81 781 3 1 -23.7118 22.7311 -114.45 - 23 130.621 1013 3 0 -23.8088 22.6888 -115.85 - 23 158.5 770 2 1 -25.9557 21.8865 -144.45 - 23 123.786 1008 2 0 -26.0286 21.8455 -145.85 - 23 119.263 761 1 1 -27.7979 20.985 -174.45 - 23 106.738 1004 1 0 -27.8036 20.898 -175.85 - 23 180.146 760 0 1 -27.9408 19.0629 -204.45 - 23 97.0741 994 0 0 -27.9141 19.0224 -205.85 - 23 319.942 1020 5 0 -21.7571 24.2499 -55.8916 - 23 69.8415 354 5 0 31.6555 -109.156 -56.25 - 23 53.0797 789 4 1 -22.0502 24.5784 -84.5734 - 23 68.2679 788 4 1 -22.25 24.6395 -84.5463 - 23 20.0136 791 9 1 -21.6575 24.3706 65.5496 - 23 104.957 1017 9 0 -20.9896 23.5905 64.1499 - 23 77.9078 1016 9 0 -20.8227 23.45 63.8433 - 23 8.38728 927 8 0 3.98215 5.45 33.9782 - 23 2.57386 1022 9 0 -21.4824 24.6473 64.15 - 23 189.013 1023 9 0 -21.4809 24.65 64.1386 - 23 143.484 836 8 1 -12.6794 29.0049 35.5498 - 23 38.5079 1046 8 0 -13.1014 29.4076 34.1499 - 23 70.4228 1047 8 0 -13.1446 29.4501 34.0067 - 23 179.069 783 7 1 -23.2915 35.1466 5.54966 - 23 129.845 1077 7 0 -23.5333 35.5569 4.15 - 23 145.384 790 6 1 -21.8502 42.6189 -24.7644 - 23 174.339 1114 6 0 -22.8107 42.9691 -25.8501 - 23 88.02 450 6 0 14.9108 -89.8918 -26.2499 - 23 265.304 449 6 0 14.6283 -90.15 -26.1754 - 23 306.312 789 6 1 -22.05 42.0663 -24.5879 - 23 33.3641 1073 7 0 -24.5008 34.8433 4.15 - 23 26.1046 770 7 1 -25.9804 34.7858 5.15058 - 23 317.721 769 7 1 -26.05 34.7645 5.19731 - 23 173.992 768 7 1 -26.25 34.4661 5.37282 -Number of digits in this event: 127 +Number of tracker hits in this event: 120 + 23 296.047 1486 7 1 117.415 64.9913 5.55 + 23 301.771 1224 7 0 117.443 65.0031 4.15 + 23 313.757 1488 6 1 117.872 65.2743 -24.45 + 23 191.072 1226 6 0 117.909 65.2814 -25.85 + 23 188.655 1492 5 1 118.712 65.6806 -54.45 + 23 125.201 1228 5 0 118.781 65.7309 -55.85 + 23 139.873 1501 4 1 120.377 67.4292 -84.45 + 23 132.834 1237 4 0 120.473 67.5054 -85.85 + 23 116.167 1510 3 1 122.28 69.0134 -114.45 + 23 180.874 1245 3 0 122.323 69.0939 -115.85 + 23 118.894 1514 2 1 123.076 70.7997 -144.45 + 23 108.497 1254 2 0 123.174 70.875 -145.85 + 23 106.657 1525 1 1 125.187 72.4927 -174.45 + 23 117.837 1262 1 0 125.312 72.5415 -175.85 + 23 58.6267 1537 0 1 127.711 74.0809 -204.45 + 23 76.3268 1536 0 1 127.55 74.1309 -204.533 + 23 62.0419 1535 0 1 127.35 74.1911 -204.637 + 23 84.8951 1534 0 1 127.15 74.2506 -204.741 + 23 3.11351 1533 0 1 126.95 74.3109 -204.846 + 23 182.728 1274 0 0 125.035 74.8844 -205.85 + 23 131.916 1275 0 0 124.518 75.05 -206.094 + 23 94.6301 1453 0 0 17.376 110.75 -206.118 + 23 148.072 982 3 0 109.54 16.6046 -116.25 + 23 52.2228 1491 5 1 118.431 64.9564 -54.45 + 23 127.742 1225 5 0 118.655 65.2461 -55.85 + 23 122.545 1226 5 0 118.659 65.2501 -55.8695 + 23 18.8246 1077 5 0 142.798 35.4782 -56.2499 + 23 119.958 1076 5 0 142.806 35.45 -56.1903 + 23 96.281 1075 5 0 142.781 35.25 -55.9087 + 23 61.1274 1601 5 1 140.529 34.3312 -54.85 + 23 70.0802 1069 5 0 140.099 33.935 -55.8503 + 23 65.7601 1606 5 1 141.405 33.7275 -54.85 + 23 98.641 1065 5 0 142.383 33.1167 -55.8501 + 23 92.3233 1064 5 0 142.435 33.05 -55.9477 + 23 129.75 1486 6 1 117.39 65.0386 -24.45 + 23 320.393 1224 6 0 117.39 65.0425 -25.85 + 23 127.571 1486 5 1 117.377 65.1087 -54.45 + 23 369.428 1486 4 1 117.44 64.9759 -84.45 + 23 337.499 1224 4 0 117.441 64.97 -85.85 + 23 261.754 1486 3 1 117.435 64.8472 -114.45 + 23 147.892 1223 3 0 117.441 64.8416 -115.85 + 23 165.824 1487 2 1 117.568 64.7099 -144.45 + 23 108.329 1223 2 0 117.571 64.706 -145.85 + 23 112.892 1487 1 1 117.602 64.6275 -174.45 + 23 161.948 1222 1 0 117.601 64.6255 -175.85 + 23 257.316 1487 0 1 117.624 64.6093 -204.45 + 23 284.187 1222 0 0 117.629 64.6045 -205.85 + 23 366.894 1485 4 1 117.35 64.4824 -84.6346 + 23 163.036 1484 4 1 117.15 64.0727 -84.4687 + 23 13.0654 1483 4 1 116.95 63.921 -84.8227 + 23 63.4978 1216 4 0 116.164 63.3697 -85.8501 + 23 126.405 1215 4 0 116.033 63.2498 -85.9802 + 23 30.4068 1495 3 1 119.155 65.7953 -114.45 + 23 98.813 1494 3 1 119.15 65.7897 -114.487 + 23 129.778 1227 3 0 118.951 65.5622 -115.85 + 23 112.598 1476 2 1 115.35 61.1814 -144.45 + 23 106.634 1204 2 0 115.35 61.0386 -145.85 + 23 197.265 1476 1 1 115.428 57.7488 -174.451 + 23 12.8088 1187 1 0 115.229 57.4576 -175.851 + 23 105.786 1186 1 0 115.224 57.45 -175.886 + 23 142.117 1459 0 1 112.108 51.2482 -204.45 + 23 90.6142 1152 0 0 111.611 50.5915 -205.85 + 23 50.3739 1151 0 0 111.505 50.45 -206.136 + 23 10.213 905 0 0 85.9561 1.07599 -206.25 + 23 79.9252 904 0 0 85.9383 1.05 -206.236 + 23 95.2455 903 0 0 85.8064 0.85 -206.141 + 23 60.0739 902 0 0 85.6722 0.65 -206.063 + 23 62.9452 901 0 0 85.5416 0.45 -205.987 + 23 80.4042 900 0 0 85.3996 0.25 -205.912 + 23 86.7804 1318 0 1 83.7872 -2.25943 -204.85 + 23 176.189 1317 0 1 83.65 -2.48073 -204.754 + 23 106.29 1316 0 1 83.45 -2.77047 -204.61 + 23 2.90769 1315 0 1 83.25 -3.08165 -204.456 + 23 62.8063 545 1 0 122.119 -70.857 -176.25 + 23 67.8506 544 1 0 122.229 -71.0501 -176.173 + 23 74.3708 543 1 0 122.355 -71.25 -176.06 + 23 50.264 542 1 0 122.471 -71.45 -175.923 + 23 62.0074 1517 1 1 123.635 -73.112 -174.85 + 23 376.812 1518 1 1 123.75 -73.2787 -174.742 + 23 52.7669 1519 1 1 123.95 -73.6385 -174.529 + 23 112.045 515 2 0 142.567 -76.8854 -146.25 + 23 15.1686 514 2 0 142.749 -77.05 -145.911 + 23 28.04 1614 2 1 143.103 -77.3799 -144.85 + 23 84.8078 1615 2 1 143.15 -77.4302 -144.704 + 23 50.1058 1617 2 1 143.715 -77.8256 -144.45 + 23 99.221 1618 2 1 143.75 -77.9495 -144.566 + 23 56.1642 507 2 0 144.515 -78.5485 -145.85 + 23 64.7867 506 2 0 144.603 -78.6501 -145.933 + 23 114.913 505 2 0 144.736 -78.85 -145.949 + 23 128.083 504 2 0 145.071 -79.05 -146.035 + 23 50.0187 503 2 0 145.439 -79.25 -146.136 + 23 68.659 1477 1 1 115.55 57.7851 -174.611 + 23 10.0978 1478 1 1 115.75 57.8518 -174.818 + 23 152.072 1190 1 0 116.556 58.1333 -175.85 + 23 144.653 1579 0 1 136.064 61.9069 -204.45 + 23 138.679 1205 0 0 135.863 61.2289 -205.85 + 23 117.13 1225 4 0 117.261 65.1855 -85.85 + 23 132.434 1477 3 1 115.707 67.2815 -114.45 + 23 127.675 1236 3 0 115.629 67.3361 -115.85 + 23 118.834 1469 2 1 114.048 68.5781 -144.45 + 23 122.725 1241 2 0 113.935 68.3407 -145.85 + 23 22.1293 1456 1 1 111.389 63.3432 -174.45 + 23 112.714 1455 1 1 111.35 63.329 -174.525 + 23 205.957 1215 1 0 110.59 63.1555 -175.85 + 23 9.09532 1354 0 1 90.973 57.558 -204.45 + 23 146.956 1353 0 1 90.95 57.5577 -204.481 + 23 36.8776 1352 0 1 90.75 57.5603 -204.742 + 23 141.079 1187 0 0 89.8646 57.5966 -205.85 + 23 119.111 629 1 1 -54.05 156.63 -174.572 + 23 309.957 1226 4 0 118.171 65.3909 -85.85 + 23 187.119 1484 6 1 117.084 65.0427 -24.45 + 23 14.5404 1483 6 1 116.95 65.0201 -24.7997 + 23 50.1922 1404 5 1 101.094 66.6664 -54.45 + 23 142.882 1403 5 1 100.949 66.7684 -54.5204 + 23 125.417 1235 5 0 101.383 67.1399 -55.85 + 23 385.751 1234 5 0 125.337 67.0056 -56.25 + 23 38.3578 1207 4 0 101.022 61.65 -86.0613 + 23 5.75621 1208 4 0 100.997 61.65 -86.2416 + 23 5.51269 1360 4 0 15.0776 92.3463 -86.25 + 23 55.5077 1361 4 0 15.0667 92.35 -86.2419 +Number of digits in this event: 51 Using G4ParticleGun... -Particle energy: 2.1192 LIN +Particle energy: 7.92816 LIN Particle: gamma Event: 24 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 6 + 24 174.787 148 9 1 -150.494 -46.3986 65.2509 + 24 4.30717 878 10 0 -144.64 -4.26297 93.7502 + 24 79.3172 879 10 0 -144.638 -4.25 93.7591 + 24 89.2035 880 10 0 -144.601 -4.05 93.931 + 24 107.768 178 10 1 -144.481 -3.31164 95.1503 + 24 22.998 179 10 1 -144.35 -3.17643 95.4875 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 1.43645 LIN +Particle energy: 2.86752 LIN Particle: gamma Event: 25 Number of tracker hits in this event: 0 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 6.85124 LIN +Particle energy: 7.17013 LIN Particle: gamma Event: 26 Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 9.51311 LIN +Particle energy: 3.57287 LIN Particle: gamma Event: 27 -Number of tracker hits in this event: 2 - 27 290.251 67 6 0 2.96686 -166.646 -26.25 - 27 109.795 296 5 0 59.2115 -120.95 -55.8683 +Number of tracker hits in this event: 3 + 27 57.2562 694 2 1 -41.05 -18.3056 -144.615 + 27 10.7878 695 2 1 -41.05 -18.7599 -144.456 + 27 198.781 355 4 0 41.3899 -108.95 -86.0794 Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 6.33989 LIN +Particle energy: 3.70609 LIN Particle: gamma Event: 28 -Number of tracker hits in this event: 53 - 28 293.136 661 7 1 -47.6515 122.367 5.55 - 28 272.723 1511 7 0 -47.6506 122.368 4.15 - 28 314.369 662 6 1 -47.6299 122.391 -24.45 - 28 265.127 1511 6 0 -47.6269 122.393 -25.85 - 28 383.958 662 5 1 -47.5573 122.439 -54.45 - 28 273.609 1511 5 0 -47.5516 122.441 -55.85 - 28 373.235 663 4 1 -47.4307 122.484 -84.45 - 28 235.096 1511 4 0 -47.4261 122.484 -85.85 - 28 123.507 663 3 1 -47.3313 122.497 -114.45 - 28 244.651 1511 3 0 -47.3278 122.497 -115.85 - 28 194.915 663 2 1 -47.2573 122.503 -144.45 - 28 240.056 1511 2 0 -47.2539 122.504 -145.85 - 28 122.092 664 1 1 -47.1836 122.528 -174.45 - 28 158.956 1511 1 0 -47.1835 122.53 -175.85 - 28 142.903 664 0 1 -47.1685 122.601 -204.45 - 28 211.581 1512 0 0 -47.1749 122.605 -205.85 - 28 94.8407 1513 4 0 -47.4168 122.865 -85.85 - 28 370.374 662 3 1 -47.4995 128.961 -114.45 - 28 80.9556 661 3 1 -47.65 129.081 -114.624 - 28 12.7393 660 3 1 -47.85 129.246 -114.817 - 28 41.183 1550 3 0 -48.9483 130.279 -115.85 - 28 119.252 1551 3 0 -49.0216 130.35 -115.923 - 28 51.3551 1552 3 0 -49.1938 130.55 -116.148 - 28 17.1548 1498 3 0 -130.227 119.783 -116.25 - 28 160.232 1497 3 0 -130.28 119.75 -116.224 - 28 160.756 1496 3 0 -130.825 119.55 -116.117 - 28 135.596 243 3 1 -131.549 118.907 -114.85 - 28 290.847 242 3 1 -131.55 118.905 -114.847 - 28 72.1954 241 3 1 -131.909 118.658 -114.45 - 28 109.293 244 3 1 -131.35 118.486 -114.828 - 28 414.782 1495 3 0 -128.124 119.269 -115.85 - 28 263.597 1484 3 0 -90.5519 117.094 -116.249 - 28 0.0570396 1485 3 0 -90.6285 117.15 -115.943 - 28 48.7764 446 3 1 -90.7591 114.691 -114.85 - 28 227.059 447 3 1 -90.7498 114.633 -114.826 - 28 83.071 338 0 1 -112.545 -9.73314 -204.45 - 28 35.4116 337 0 1 -112.55 -9.71817 -204.493 - 28 77.341 245 3 1 -131.15 118.354 -114.77 - 28 344.357 246 3 1 -130.95 118.346 -114.665 - 28 50.2898 247 3 1 -130.75 118.562 -114.653 - 28 259.864 662 4 1 -47.4502 122.595 -84.7739 - 28 62.2685 1517 4 0 -48.3186 123.653 -85.85 - 28 132.234 1518 4 0 -48.3777 123.75 -85.9373 - 28 145.633 1512 4 0 -47.727 122.598 -85.85 - 28 69.2252 1546 4 0 -79.5187 129.473 -86.25 - 28 155.883 1547 4 0 -79.6636 129.55 -86.0265 - 28 13.6763 499 4 1 -80.1984 129.743 -84.85 - 28 296.267 498 4 1 -80.2501 129.745 -84.7683 - 28 167.248 662 2 1 -47.5454 122.511 -144.45 - 28 131.014 662 1 1 -47.6202 122.56 -174.45 - 28 132.262 1512 1 0 -47.625 122.564 -175.85 - 28 104.087 661 0 1 -47.703 122.652 -204.45 - 28 111.635 663 5 1 -47.45 122.275 -54.4985 -Number of digits in this event: 36 +Number of tracker hits in this event: 68 + 28 264.05 1420 8 1 104.161 7.46282 35.55 + 28 262.734 937 8 0 104.151 7.46 34.15 + 28 166.312 1419 7 1 103.967 7.47505 5.55 + 28 533.755 937 7 0 103.946 7.47172 4.15 + 28 86.5115 1417 6 1 103.554 7.37447 -24.45 + 28 25.3415 1416 6 1 103.55 7.37746 -24.7512 + 28 103.841 936 6 0 103.531 7.3845 -25.85 + 28 133.9 1414 5 1 103.102 7.49352 -54.45 + 28 300.767 937 5 0 103.086 7.4977 -55.85 + 28 297.204 1412 4 1 102.736 7.66941 -84.45 + 28 115.694 938 4 0 102.728 7.67476 -85.85 + 28 8.83094 1412 3 1 102.55 7.73582 -114.45 + 28 169.537 1411 3 1 102.55 7.73542 -114.474 + 28 352.623 938 3 0 102.534 7.70976 -115.85 + 28 190.538 1410 2 1 102.294 7.11141 -144.45 + 28 168.141 934 2 0 102.252 7.04864 -145.85 + 28 124.561 1405 1 1 101.273 5.88983 -174.45 + 28 129.978 929 1 0 101.256 5.87467 -175.85 + 28 308.453 1403 0 1 100.94 5.63934 -204.45 + 28 141.365 928 0 0 100.971 5.67075 -205.85 + 28 13.1588 1409 1 1 102.105 8.10833 -174.45 + 28 160.768 1410 1 1 102.15 8.10472 -174.478 + 28 82.8511 1411 1 1 102.35 8.05441 -174.545 + 28 56.2899 1412 1 1 102.55 8.02293 -174.587 + 28 73.8528 1413 1 1 102.75 8.01865 -174.668 + 28 88.1939 1414 1 1 102.95 7.9456 -174.785 + 28 136.217 933 1 0 104.863 6.84128 -175.85 + 28 63.3138 934 1 0 105.279 6.85 -176.105 + 28 154.307 1222 3 0 149.197 64.5876 -116.25 + 28 54.1313 1223 3 0 149.08 64.65 -116.238 + 28 31.6787 1507 3 0 107.379 121.711 -116.25 + 28 152.627 1508 3 0 107.293 121.75 -116.217 + 28 221.692 1435 3 1 107.214 121.944 -114.85 + 28 188.41 1436 3 1 107.35 121.915 -114.455 + 28 88.7281 941 1 0 101.718 8.42962 -175.85 + 28 100.622 942 1 0 101.692 8.45 -175.9 + 28 157.458 940 1 0 89.9028 8.24717 -176.25 + 28 151.149 1350 1 1 90.1503 8.26042 -174.701 + 28 9.18339 951 1 0 81.392 10.403 -176.25 + 28 114.086 1403 4 1 100.788 3.98512 -84.45 + 28 42.6905 1402 4 1 100.75 3.76288 -84.7897 + 28 135.894 917 4 0 100.813 3.64129 -85.8504 + 28 346.364 840 4 0 121.458 -12.0317 -86.25 + 28 150.1 1420 7 1 104.183 7.4715 5.55 + 28 152.699 1420 6 1 104.16 7.52936 -24.45 + 28 136.259 937 6 0 104.159 7.53245 -25.85 + 28 178.37 1419 5 1 104.148 7.59373 -54.45 + 28 122.932 1420 4 1 104.163 7.6039 -84.45 + 28 103.779 937 4 0 104.165 7.6051 -85.85 + 28 177.226 1420 3 1 104.21 7.62034 -114.45 + 28 192.293 1414 2 1 103.053 8.50058 -144.45 + 28 120.756 942 2 0 102.997 8.53764 -145.85 + 28 119.509 1408 1 1 101.85 9.27051 -174.45 + 28 187.809 946 1 0 101.793 9.30738 -175.85 + 28 141.5 1402 0 1 100.617 10.0743 -204.45 + 28 91.0319 950 0 0 100.558 10.1096 -205.85 + 28 96.662 1413 2 1 102.95 8.34692 -144.621 + 28 118.024 939 2 0 102.39 8.02404 -145.85 + 28 140.517 938 2 0 102.272 7.85 -145.983 + 28 257.325 937 2 0 102.199 7.65 -146.04 + 28 31.1191 1409 2 1 102.15 7.97526 -144.822 + 28 23.7839 928 3 0 105.142 5.73706 -115.85 + 28 62.4063 1456 3 1 111.499 5.37308 -114.85 + 28 132.634 1457 3 1 111.55 5.38209 -114.826 + 28 0.226844 936 7 0 104.339 7.45 3.75053 + 28 108.383 810 7 0 63.49 -17.9462 3.75 + 28 45.0478 1054 7 0 60.0957 30.8534 3.75008 + 28 6.01659 1053 7 0 60.0926 30.85 3.75313 +Number of digits in this event: 40 Using G4ParticleGun... -Particle energy: 8.95409 LIN +Particle energy: 8.85463 LIN Particle: gamma Event: 29 -Number of tracker hits in this event: 1 - 29 133.964 1365 1 0 1.90117 93.35 -176.048 -Number of digits in this event: 4 +Number of tracker hits in this event: 66 + 29 244.782 174 8 1 -145.281 -4.73562 35.55 + 29 225.463 876 8 0 -145.14 -4.74354 34.15 + 29 117.912 190 7 1 -142.134 -4.82854 5.55 + 29 215.794 875 7 0 -141.983 -4.85776 4.15 + 29 54.4999 205 6 1 -138.972 -5.30867 -24.45 + 29 44.3076 206 6 1 -138.95 -5.31415 -24.6423 + 29 280.995 873 6 0 -138.806 -5.34491 -25.85 + 29 42.2886 223 5 1 -135.371 -5.66478 -54.45 + 29 50.8658 224 5 1 -135.35 -5.6748 -54.6322 + 29 143.593 871 5 0 -135.206 -5.73262 -55.85 + 29 122.261 241 4 1 -131.807 -7.19823 -84.45 + 29 163.25 863 4 0 -131.644 -7.26089 -85.85 + 29 119.198 259 3 1 -128.287 -8.64293 -114.45 + 29 96.0991 856 3 0 -128.21 -8.68738 -115.85 + 29 182.232 265 2 1 -126.966 -9.56233 -144.45 + 29 147.904 851 2 0 -127.074 -9.65497 -145.85 + 29 260.517 253 1 1 -129.37 -11.4507 -174.45 + 29 130.13 842 1 0 -129.456 -11.5775 -175.85 + 29 120.237 246 0 1 -130.911 -14.5646 -204.45 + 29 116.718 826 0 0 -131.016 -14.709 -205.85 + 29 29.4006 1393 2 0 -9.06199 98.75 -146.13 + 29 117.362 174 7 1 -145.298 -4.75028 5.55 + 29 126.566 876 7 0 -145.298 -4.74982 4.15 + 29 132.92 174 6 1 -145.29 -4.74113 -24.45 + 29 107.076 876 6 0 -145.289 -4.73714 -25.85 + 29 114.534 174 5 1 -145.283 -4.65591 -54.45 + 29 120.28 876 5 0 -145.283 -4.65142 -55.85 + 29 196.833 174 4 1 -145.272 -4.55596 -84.45 + 29 311.47 877 4 0 -145.27 -4.5508 -85.85 + 29 199.621 174 3 1 -145.219 -4.45094 -114.45 + 29 191.307 878 3 0 -145.216 -4.44436 -115.85 + 29 118.512 174 2 1 -145.163 -4.31477 -144.45 + 29 126.413 878 2 0 -145.159 -4.31241 -145.85 + 29 119.781 175 1 1 -145.091 -4.26591 -174.45 + 29 114.605 878 1 0 -145.088 -4.26425 -175.85 + 29 137.052 175 0 1 -145.021 -4.22348 -204.45 + 29 127.415 879 0 0 -145.016 -4.22174 -205.85 + 29 355.882 173 2 1 -145.365 -4.85527 -144.45 + 29 325.466 875 2 0 -145.366 -4.85759 -145.85 + 29 307.467 173 1 1 -145.388 -4.91436 -174.45 + 29 158.851 875 1 0 -145.388 -4.91476 -175.85 + 29 124.368 173 0 1 -145.37 -4.93305 -204.45 + 29 159.444 875 0 0 -145.369 -4.93352 -205.85 + 29 83.9802 82 1 1 -163.633 -6.89032 -174.85 + 29 116.651 174 1 1 -145.35 -4.87345 -174.543 + 29 119.087 876 1 0 -145.481 -4.82755 -175.85 + 29 198.279 172 0 1 -145.688 -4.79349 -204.45 + 29 99.6257 876 0 0 -145.701 -4.79538 -205.85 + 29 83.6866 733 6 0 -97.5878 -33.3467 -26.25 + 29 42.1543 173 4 1 -145.35 -4.77861 -84.4632 + 29 470.471 876 4 0 -144.952 -4.72598 -85.8501 + 29 68.3645 223 3 1 -135.496 -9.10391 -114.45 + 29 106.216 224 3 1 -135.35 -8.96995 -114.593 + 29 7.19603 225 3 1 -135.15 -8.75864 -114.837 + 29 11.3635 859 3 0 -134.432 -8.07394 -115.85 + 29 129.103 860 3 0 -134.404 -8.04996 -115.888 + 29 17.0521 861 3 0 -134.171 -7.85 -116.221 + 29 147.707 1066 3 0 -85.7573 33.36 -116.25 + 29 58.6027 1067 3 0 -85.5459 33.45 -116.008 + 29 52.7816 477 3 1 -84.4682 33.9868 -114.85 + 29 83.6196 478 3 1 -84.45 33.9961 -114.831 + 29 75.252 479 3 1 -84.2498 34.0902 -114.629 + 29 5.2659 1063 4 0 -88.9478 32.6538 -86.2499 + 29 130.94 1062 4 0 -88.9535 32.65 -86.2179 + 29 191.351 454 4 1 -89.1353 32.3321 -84.85 + 29 49.6544 455 4 1 -89.05 31.7818 -84.5229 +Number of digits in this event: 37 Using G4ParticleGun... -Particle energy: 1.3412 LIN +Particle energy: 6.4844 LIN Particle: gamma Event: 30 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 42 + 30 338.492 1418 7 1 103.923 98.2741 5.55 + 30 268.523 1390 7 0 103.924 98.2743 4.15 + 30 254.934 1418 6 1 103.948 98.3034 -24.45 + 30 261.826 1390 6 0 103.952 98.3036 -25.85 + 30 143.094 1419 5 1 104.019 98.3073 -54.45 + 30 285.749 1390 5 0 104.022 98.3063 -55.85 + 30 237.718 1419 4 1 104.073 98.2896 -84.45 + 30 115.47 1390 4 0 104.075 98.2899 -85.85 + 30 132.836 1419 3 1 104.132 98.2946 -114.45 + 30 228.393 1390 3 0 104.133 98.2944 -115.85 + 30 108.195 1420 2 1 104.156 98.2911 -144.45 + 30 100.213 1390 2 0 104.157 98.29 -145.85 + 30 172.451 1419 1 1 104.15 98.2772 -174.45 + 30 477.131 1390 1 0 104.146 98.2759 -175.85 + 30 97.6174 1419 0 1 104.082 98.2373 -204.45 + 30 336.424 1390 0 0 104.076 98.238 -205.85 + 30 110.891 1510 3 0 -44.0107 122.217 -116.25 + 30 2.06656 157 3 0 -20.0445 -148.746 -116.25 + 30 2.96532 156 3 0 -20.0449 -148.75 -116.25 + 30 300.383 1420 1 1 104.183 98.2443 -174.45 + 30 375.102 1421 0 1 104.45 98.2086 -204.45 + 30 8.52365 1473 5 0 116.779 114.95 -55.9176 + 30 49.5923 1481 5 0 116.537 116.35 -56.061 + 30 31.5855 716 2 0 52.9176 -36.65 -145.97 + 30 134.85 1160 2 1 52.123 -36.9505 -144.85 + 30 108.124 1159 2 1 52.05 -36.9578 -144.77 + 30 113.259 1420 0 1 104.227 98.2044 -204.45 + 30 219.434 1389 3 0 104.215 98.15 -116.083 + 30 233.706 1382 4 0 104.19 96.6327 -85.85 + 30 126.476 1418 5 1 103.843 98.2689 -54.45 + 30 112.564 1417 4 1 103.7 98.0742 -84.45 + 30 101 1389 4 0 103.697 98.0706 -85.85 + 30 119.184 1417 3 1 103.597 97.8403 -114.45 + 30 144.301 1388 3 0 103.538 97.8686 -115.85 + 30 107.383 1410 2 1 102.234 98.6026 -144.45 + 30 149.039 1392 2 0 102.196 98.6529 -145.85 + 30 120.625 1406 1 1 101.548 99.7034 -174.45 + 30 116.597 1397 1 0 101.531 99.7395 -175.85 + 30 11.8391 1398 1 0 101.526 99.75 -176.243 + 30 113.716 1405 0 1 101.228 100.716 -204.45 + 30 159.219 1403 0 0 101.238 100.782 -205.85 + 30 236.018 1424 1 1 105.038 167.07 -174.45 +Number of digits in this event: 26 Using G4ParticleGun... -Particle energy: 5.92212 LIN +Particle energy: 4.73985 LIN Particle: gamma Event: 31 -Number of tracker hits in this event: 0 +Number of tracker hits in this event: 3 + 31 83.268 335 2 1 -112.975 -74.5202 -144.85 + 31 18.2615 1035 2 1 27.05 -19.7089 -144.706 + 31 69.5769 1723 5 1 164.872 -130.783 -54.85 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 2.43805 LIN +Particle energy: 9.57538 LIN Particle: gamma Event: 32 -Number of tracker hits in this event: 1 - 32 109.474 1611 0 1 142.509 -119.604 -204.85 +Number of tracker hits in this event: 0 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 8.50005 LIN +Particle energy: 5.54456 LIN Particle: gamma Event: 33 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 3 + 33 60.5377 1207 0 1 61.5442 -54.5528 -204.85 + 33 152.462 1206 0 1 61.45 -54.5962 -204.751 + 33 195.035 1035 5 0 -61.2381 27.05 -56.1616 +Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 7.44864 LIN +Particle energy: 7.22189 LIN Particle: gamma Event: 34 Number of tracker hits in this event: 2 - 34 17.0707 904 10 1 0.981226 24.1508 95.15 - 34 93.1192 905 10 1 1.05004 24.1383 95.3817 -Number of digits in this event: 2 + 34 214.675 975 0 1 15.1477 28.9909 -204.45 + 34 252.243 1044 0 0 15.1456 28.989 -205.85 +Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 8.33853 LIN +Particle energy: 3.23349 LIN Particle: gamma Event: 35 -Number of tracker hits in this event: 189 - 35 245.029 951 11 1 10.3539 -58.3968 125.55 - 35 276.293 608 11 0 10.3539 -58.4031 124.15 - 35 528.954 951 10 1 10.4071 -58.6387 95.55 - 35 130.667 607 10 0 10.4183 -58.6179 94.15 - 35 125.182 952 9 1 10.5729 -58.1592 65.55 - 35 206.379 609 9 0 10.5464 -58.1289 64.15 - 35 108.258 949 8 1 10.0215 -57.5675 35.55 - 35 171.038 612 8 0 9.98798 -57.542 34.15 - 35 132.496 946 7 1 9.33284 -56.9246 5.55 - 35 94.7493 615 7 0 9.3082 -56.9014 4.15 - 35 147.864 943 6 1 8.83158 -56.4327 -24.45 - 35 215.496 618 6 0 8.80034 -56.4258 -25.85 - 35 117.024 940 5 1 8.18916 -56.333 -54.45 - 35 129.057 618 5 0 8.18354 -56.3403 -55.85 - 35 93.5076 941 4 1 8.3181 -56.6574 -84.45 - 35 149.491 616 4 0 8.30271 -56.688 -85.85 - 35 109.893 939 3 1 7.91794 -57.3017 -114.45 - 35 158.7 613 3 0 7.8733 -57.3532 -115.85 - 35 108.051 935 2 1 7.20358 -58.5262 -144.45 - 35 114.513 607 2 0 7.16373 -58.5553 -145.85 - 35 155.482 931 1 1 6.43057 -59.5263 -174.45 - 35 151.448 602 1 0 6.39975 -59.5675 -175.85 - 35 132.952 943 0 1 8.70383 -60.1301 -204.45 - 35 248.005 599 0 0 8.8037 -60.1761 -205.85 - 35 71.3057 932 1 1 6.45009 -59.6113 -174.8 - 35 170.391 610 9 0 10.4722 -58.0499 64.043 - 35 37.2096 970 1 1 14.1392 -57.5891 -174.45 - 35 81.1597 971 1 1 14.25 -57.5447 -174.57 - 35 88.2038 972 1 1 14.45 -57.4521 -174.726 - 35 21.1112 619 1 0 15.7708 -56.0901 -175.85 - 35 67.7794 620 1 0 15.8114 -56.0497 -175.886 - 35 49.0369 621 1 0 15.9382 -55.85 -176.013 - 35 60.4433 622 1 0 16.008 -55.65 -176.114 - 35 18.8397 623 1 0 16.0541 -55.4499 -176.201 - 35 28.6438 969 1 1 13.9051 -57.4966 -174.45 - 35 110.31 968 1 1 13.85 -57.4325 -174.521 - 35 21.2632 967 1 1 13.6495 -57.2358 -174.799 - 35 19.7743 617 1 0 12.9007 -56.4883 -175.85 - 35 234.598 618 1 0 12.8588 -56.4492 -175.911 - 35 10.8691 846 0 1 -10.8205 -40.7257 -204.45 - 35 70.5088 845 0 1 -10.8501 -40.7235 -204.482 - 35 64.7028 844 0 1 -11.0503 -40.6971 -204.669 - 35 140.283 697 0 0 -12.0066 -40.6036 -205.85 - 35 101.104 608 10 0 10.3615 -58.3925 94.15 - 35 100.45 951 9 1 10.3687 -58.3957 65.55 - 35 309.039 608 9 0 10.3706 -58.3948 64.15 - 35 137.989 951 8 1 10.407 -58.3788 35.55 - 35 254.201 608 8 0 10.408 -58.378 34.15 - 35 136.918 951 7 1 10.4303 -58.3612 5.55 - 35 99.2881 608 7 0 10.4311 -58.3608 4.15 - 35 273.369 952 6 1 10.4597 -58.35 -24.45 - 35 368.63 608 6 0 10.4598 -58.3491 -25.85 - 35 277.205 952 5 1 10.46 -58.3304 -54.45 - 35 418.794 608 5 0 10.46 -58.329 -55.85 - 35 308.047 952 4 1 10.4552 -58.2921 -84.45 - 35 229.022 608 4 0 10.4534 -58.2916 -85.85 - 35 118.949 951 3 1 10.4172 -58.2774 -114.45 - 35 121.487 608 3 0 10.4153 -58.2762 -115.85 - 35 128.7 951 2 1 10.3776 -58.2476 -144.45 - 35 130.471 609 2 0 10.3799 -58.2476 -145.85 - 35 137.32 951 1 1 10.4241 -58.2494 -174.45 - 35 114.584 608 1 0 10.4263 -58.2532 -175.85 - 35 112.522 952 0 1 10.4761 -58.3284 -204.45 - 35 173.364 608 0 0 10.4769 -58.3316 -205.85 - 35 40.1259 703 1 0 108.009 -39.3715 -175.85 - 35 131.678 556 2 0 144.69 -68.6709 -146.25 - 35 89.1675 555 2 0 144.791 -68.85 -146.065 - 35 40.0965 1612 2 1 142.65 -68.6453 -144.85 - 35 128.677 1611 2 1 142.55 -68.6048 -144.797 - 35 181.525 1610 2 1 142.35 -68.3303 -144.583 - 35 9.06557 1609 2 1 142.15 -68.1706 -144.459 - 35 110.147 951 5 1 10.3961 -58.2315 -54.45 - 35 116.813 949 4 1 9.85801 -58.6436 -84.45 - 35 129.895 606 4 0 9.93917 -58.6904 -85.85 - 35 95.3932 957 3 1 11.4796 -59.4678 -114.45 - 35 124.759 602 3 0 11.6085 -59.4929 -115.85 - 35 135.62 970 2 1 14.1029 -59.8969 -144.451 - 35 49.0536 600 2 0 14.19 -60.0315 -145.85 - 35 62.4891 599 2 0 14.2007 -60.05 -146.037 - 35 111.132 977 1 1 15.646 -62.8834 -174.451 - 35 112.723 586 1 0 15.5137 -62.8295 -175.85 - 35 135.57 961 0 1 12.3205 -61.9174 -204.45 - 35 13.5429 960 0 1 12.25 -61.9101 -204.793 - 35 106.692 590 0 0 12.062 -61.882 -205.85 - 35 61.8628 946 3 1 9.33152 -58.9951 -114.45 - 35 91.9251 1583 4 1 136.75 -27.2515 -84.7924 - 35 113.641 609 4 0 10.5683 -58.1647 -85.85 - 35 119.547 952 3 1 10.5749 -58.055 -114.45 - 35 141.117 610 3 0 10.5777 -58.0486 -115.85 - 35 153.241 952 2 1 10.6434 -57.9076 -144.45 - 35 158.805 610 2 0 10.6468 -57.9088 -145.85 - 35 102.78 953 1 1 10.7416 -57.9578 -174.45 - 35 117.146 610 1 0 10.7482 -57.9577 -175.85 - 35 130.919 954 0 1 10.8878 -57.9712 -204.45 - 35 113.965 610 0 0 10.9029 -57.9733 -205.85 - 35 86.8253 33 13 0 -7.60594 -173.53 183.75 - 35 281.687 952 8 1 10.5003 -58.3367 35.55 - 35 93.5075 613 8 0 10.7351 -57.45 34.035 - 35 1.08579 614 8 0 10.719 -57.25 33.7529 - 35 54.3381 979 7 1 15.9127 -33.2558 5.55 - 35 190.423 980 7 1 16.05 -33.3913 5.47841 - 35 68.2261 727 7 0 16.4975 -34.5627 4.15 - 35 61.0869 726 7 0 16.5493 -34.6503 3.97798 - 35 20.9776 607 8 0 10.8672 -58.45 33.837 - 35 117.853 988 7 1 17.7318 -60.2764 5.55 - 35 128.583 596 7 0 18.0975 -60.7041 4.14961 - 35 115.254 1028 6 1 25.7635 -69.3554 -24.4509 - 35 1.0524 1027 6 1 25.65 -69.3091 -24.8459 - 35 117.716 554 6 0 25.3786 -69.1937 -25.85 - 35 145.795 983 5 1 16.7401 -65.2933 -54.4502 - 35 116.753 982 5 1 16.65 -65.2342 -54.8255 - 35 105.639 574 5 0 16.3454 -65.1226 -55.8503 - 35 88.6044 945 4 1 9.17685 -62.4264 -84.45 - 35 50.522 944 4 1 9.04987 -62.2856 -84.7188 - 35 41.5712 591 4 0 8.4968 -61.7065 -85.85 - 35 117.829 592 4 0 8.44153 -61.65 -85.9658 - 35 81.6307 869 3 1 -6.07458 -47.9686 -114.45 - 35 62.1134 868 3 1 -6.25 -47.9912 -114.692 - 35 72.9165 660 3 0 -6.97252 -48.0313 -115.85 - 35 60.598 659 3 0 -7.11041 -48.05 -116.067 - 35 180.722 771 2 1 -25.7708 -52.498 -144.45 - 35 40.5378 630 2 0 -25.9242 -53.9602 -145.85 - 35 91.8783 629 2 0 -25.9283 -54.0502 -145.942 - 35 23.1156 628 2 0 -25.9338 -54.2501 -146.169 - 35 46.4269 768 1 1 -26.4497 -81.3569 -174.451 - 35 101.804 767 1 1 -26.45 -81.3618 -174.457 - 35 32.939 487 1 0 -26.5297 -82.5769 -175.85 - 35 194.808 486 1 0 -26.5355 -82.65 -175.934 - 35 13.174 485 1 0 -26.5713 -82.85 -176.213 - 35 135.034 743 0 1 -31.2778 -97.4151 -204.45 - 35 58.8848 408 0 0 -31.5276 -98.4232 -205.85 - 35 78.1582 407 0 0 -31.5487 -98.5502 -206.036 - 35 26.6437 981 5 1 16.45 -65.4867 -54.7735 - 35 12.1993 571 5 0 15.7452 -65.8436 -55.85 - 35 118.104 570 5 0 15.7329 -65.85 -55.8689 - 35 158.709 901 4 1 0.437527 -76.0265 -84.4501 - 35 29.7391 900 4 1 0.25 -76.0555 -84.7641 - 35 141.239 519 4 0 -0.407743 -76.1964 -85.85 - 35 11.6327 815 3 1 -17.04 -78.5622 -114.45 - 35 217.398 814 3 1 -17.05 -78.5313 -114.49 - 35 35.6377 512 3 0 -17.3059 -77.5194 -115.85 - 35 202.196 513 3 0 -17.3208 -77.45 -115.948 - 35 2.57534 514 3 0 -17.3187 -77.2499 -116.242 - 35 94.3991 823 2 1 -15.3939 -58.7837 -144.45 - 35 22.992 824 2 1 -15.25 -58.5668 -144.771 - 35 147.249 611 2 0 -14.7674 -57.85 -145.957 - 35 30.4664 947 2 0 -3.36298 9.54117 -146.25 - 35 216.163 948 2 0 -3.39496 9.65 -146.187 - 35 50.5427 949 2 0 -3.43415 9.85 -146.085 - 35 74.1336 950 2 0 -3.41647 10.0501 -145.95 - 35 76.5911 883 2 1 -3.25582 11.0095 -144.85 - 35 174.547 884 2 1 -3.24998 11.0417 -144.817 - 35 72.5335 885 2 1 -3.04992 11.5232 -144.652 - 35 68.7363 963 2 0 -1.90137 12.6811 -145.85 - 35 69.3816 964 2 0 -1.74142 12.85 -145.979 - 35 73.9762 965 2 0 -1.5746 13.05 -145.96 - 35 212.236 966 2 0 -1.44052 13.2501 -145.986 - 35 132.302 967 2 0 -1.25441 13.45 -146.136 - 35 268.356 951 4 1 10.4192 -58.3767 -84.45 - 35 103.947 949 3 1 9.87023 -58.5128 -114.45 - 35 109.912 607 3 0 9.8313 -58.5378 -115.85 - 35 113.188 944 2 1 8.9685 -59.1158 -144.45 - 35 112.298 604 2 0 8.8938 -59.1501 -145.85 - 35 121.577 936 1 1 7.38032 -59.8026 -174.45 - 35 130.1 601 1 0 7.38416 -59.8146 -175.85 - 35 173.259 936 0 1 7.32103 -60.1442 -204.45 - 35 94.3957 605 4 0 10.0146 -58.9096 -85.85 - 35 17.0626 907 3 1 1.46412 -64.5266 -114.45 - 35 186.449 906 3 1 1.45 -64.4925 -114.473 - 35 11.7586 905 3 1 1.25 -64.0225 -114.816 - 35 18.3131 584 3 0 0.58891 -63.0839 -115.85 - 35 86.5093 585 3 0 0.566362 -63.05 -115.892 - 35 29.5172 586 3 0 0.416585 -62.85 -116.184 - 35 35.8776 827 2 1 -14.5983 -42.8908 -144.451 - 35 98.3568 826 2 1 -14.65 -42.8545 -144.56 - 35 41.2435 689 2 0 -14.9932 -42.1268 -145.85 - 35 96.3856 690 2 0 -15.0007 -42.0499 -145.967 - 35 238.849 843 2 0 -14.1931 -11.3118 -146.25 - 35 486.511 844 2 0 -14.1476 -11.25 -146.104 - 35 91.0571 832 2 1 -13.6393 -11.5127 -144.85 - 35 78.145 833 2 1 -13.45 -11.5327 -144.651 - 35 207.405 834 2 1 -13.25 -11.5109 -144.491 - 35 275.228 835 2 1 -13.05 -11.6019 -144.524 - 35 104.164 836 2 1 -12.85 -11.665 -144.611 - 35 16.9216 837 2 1 -12.65 -11.6804 -144.785 - 35 123.419 841 2 0 -11.9889 -11.7563 -145.85 - 35 61.6707 842 2 0 -11.6923 -11.6499 -146.131 - 35 106.197 845 2 0 -11.0818 -11.0498 -145.951 - 35 174.514 846 2 0 -11.0399 -10.85 -145.967 -Number of digits in this event: 76 +Number of tracker hits in this event: 50 + 35 272.447 943 7 1 8.83785 79.7458 5.55 + 35 228.602 1298 7 0 8.81029 79.7421 4.15 + 35 259.911 941 6 1 8.26814 79.729 -24.45 + 35 222.849 1298 6 0 8.25561 79.7363 -25.85 + 35 133.121 939 5 1 8.03296 79.7674 -54.45 + 35 203.242 1298 5 0 8.02418 79.772 -55.85 + 35 97.4886 939 4 1 7.89626 79.8323 -84.45 + 35 162.526 1298 4 0 7.91319 79.8122 -85.85 + 35 165.025 941 3 1 8.28905 79.4096 -114.45 + 35 104.266 1296 3 0 8.29223 79.3735 -115.85 + 35 134.706 941 2 1 8.2819 78.6284 -144.45 + 35 123.703 1292 2 0 8.26176 78.5897 -145.85 + 35 129.399 939 1 1 7.85145 77.8473 -174.45 + 35 165.825 1288 1 0 7.85834 77.7955 -175.85 + 35 121.159 939 0 1 7.91274 76.4811 -204.45 + 35 108.594 1281 0 0 7.92736 76.4475 -205.85 + 35 147.555 934 0 1 7.03116 80.799 -204.45 + 35 98.3922 935 0 1 7.05014 80.8185 -204.508 + 35 129.932 1306 0 0 7.64532 81.3293 -205.85 + 35 24.209 1307 0 0 7.81258 81.45 -206.185 + 35 12.612 1439 0 0 -13.5758 107.95 -205.93 + 35 88.397 1300 0 0 7.27356 80.2039 -205.85 + 35 32.6655 1299 0 0 7.36596 80.0499 -206.158 + 35 16.2305 940 6 1 8.25 79.7595 -24.64 + 35 264.675 943 6 1 8.75221 79.7289 -24.45 + 35 347.008 942 5 1 8.55795 79.6511 -54.45 + 35 198.081 1297 5 0 8.55636 79.6395 -55.85 + 35 201.987 942 4 1 8.53366 79.4093 -84.45 + 35 114.244 1296 4 0 8.53306 79.3958 -85.85 + 35 161.409 942 3 1 8.52574 79.1218 -114.45 + 35 114.727 1295 3 0 8.53076 79.1086 -115.85 + 35 115.584 942 2 1 8.64276 78.83 -144.45 + 35 107.902 1293 2 0 8.65227 78.8255 -145.85 + 35 247.176 943 1 1 8.84509 78.7545 -174.45 + 35 3.55227 944 1 1 8.85 78.7553 -174.84 + 35 153.409 1293 1 0 8.8632 78.7578 -175.85 + 35 117.3 945 0 1 9.21866 78.8434 -204.45 + 35 172.631 1293 0 0 9.23493 78.8479 -205.85 + 35 73.5924 941 0 1 8.39031 78.2832 -204.45 + 35 121.646 940 0 1 8.25 78.1707 -204.649 + 35 14.9098 1285 0 0 7.13292 77.083 -205.85 + 35 79.4174 1284 0 0 7.09994 77.05 -205.887 + 35 76.4187 1283 0 0 6.90668 76.8496 -206.11 + 35 144.905 942 0 1 8.484 78.3218 -204.45 + 35 120.817 1291 0 0 8.45309 78.3484 -205.85 + 35 99.6619 1315 0 0 5.0634 83.0896 -206.25 + 35 70.5388 1314 0 0 5.04811 83.05 -206.189 + 35 112.506 1299 5 0 8.71243 79.8503 -56.0375 + 35 276.208 1300 5 0 8.89261 80.0501 -55.9368 + 35 94.1691 942 6 1 8.64992 79.8708 -24.8094 +Number of digits in this event: 28 Using G4ParticleGun... -Particle energy: 5.0709 LIN +Particle energy: 4.63506 LIN Particle: gamma Event: 36 -Number of tracker hits in this event: 0 -Number of digits in this event: 3 +Number of tracker hits in this event: 2 + 36 93.5031 594 5 0 148.026 -61.1297 -56.25 + 36 157.191 595 5 0 147.962 -61.0499 -56.0693 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 9.89797 LIN +Particle energy: 5.14228 LIN Particle: gamma Event: 37 Number of tracker hits in this event: 0 -Number of digits in this event: 3 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 8.32016 LIN +Particle energy: 2.20444 LIN Particle: gamma Event: 38 -Number of tracker hits in this event: 3 - 38 51.0834 122 5 0 137.197 -155.55 -56.1421 - 38 56.5984 1129 0 1 46.05 17.6743 -204.694 - 38 245.403 1130 0 1 46.05 17.7992 -204.743 -Number of digits in this event: 3 +Number of tracker hits in this event: 83 + 38 262.739 619 11 1 -56.1592 55.7469 125.55 + 38 120.092 1178 11 0 -56.1631 55.7463 124.15 + 38 118.229 619 10 1 -56.2394 55.7375 95.55 + 38 207.441 1178 10 0 -56.2413 55.7418 94.15 + 38 131.78 618 9 1 -56.2824 55.8303 65.55 + 38 118.13 1178 9 0 -56.2808 55.8347 64.15 + 38 72.2694 619 8 1 -56.2432 55.9365 35.55 + 38 45.4792 618 8 1 -56.25 55.9436 35.3164 + 38 125.232 1179 8 0 -56.2777 55.9736 34.15 + 38 193.142 615 7 1 -56.9853 56.6107 5.55 + 38 93.3395 1182 7 0 -57.0314 56.6376 4.15 + 38 129.922 610 6 1 -58.0222 57.1023 -24.45 + 38 110.064 1185 6 0 -58.0513 57.1149 -25.85 + 38 123.899 606 5 1 -58.7771 57.3887 -54.45 + 38 112.541 1186 5 0 -58.785 57.4198 -55.85 + 38 123.357 605 4 1 -58.9851 58.033 -84.45 + 38 118.586 1190 4 0 -58.9711 58.0719 -85.85 + 38 165.957 607 3 1 -58.4729 58.7905 -114.45 + 38 118.218 1194 3 0 -58.4242 58.8561 -115.85 + 38 98.9923 612 2 1 -57.505 60.0267 -144.45 + 38 117.196 1200 2 0 -57.4532 60.0735 -145.85 + 38 135.989 618 1 1 -56.3072 61.2152 -174.45 + 38 136.863 1206 1 0 -56.2398 61.2762 -175.85 + 38 112.267 625 0 1 -54.9284 62.5337 -204.45 + 38 1.61572 1212 0 0 -54.8771 62.6493 -205.85 + 38 115.247 1213 0 0 -54.8768 62.65 -205.858 + 38 270.631 620 3 1 -55.9862 56.1745 -114.45 + 38 272.754 1180 3 0 -56.0131 56.1087 -115.85 + 38 153.871 618 2 1 -56.4412 54.7328 -144.45 + 38 145.871 1173 2 0 -56.4473 54.7001 -145.85 + 38 117.195 617 1 1 -56.6053 54.091 -174.45 + 38 129.395 1169 1 0 -56.6486 54.0294 -175.85 + 38 137.516 612 0 1 -57.5724 52.7472 -204.45 + 38 117.136 1162 0 0 -57.567 52.6012 -205.85 + 38 65.7547 884 0 0 -58.0373 -3.05 -206.096 + 38 4.53782 283 2 0 67.9658 -123.493 -146.25 + 38 53.1843 1394 2 0 -50.703 98.9837 -146.25 + 38 76.8852 1395 2 0 -50.6952 99.15 -146.127 + 38 64.6469 1396 2 0 -50.6965 99.3509 -145.977 + 38 68.4965 1397 2 0 -50.6876 99.55 -145.874 + 38 87.7781 1398 2 0 -50.6358 99.75 -145.906 + 38 71.2899 1399 2 0 -50.5415 99.9502 -146.016 + 38 88.6284 1400 2 0 -50.5634 100.15 -146.108 + 38 151.414 1401 2 0 -50.725 100.35 -145.994 + 38 84.4312 1402 2 0 -51.0041 100.55 -145.914 + 38 438.19 1403 2 0 -51.1253 100.75 -145.908 + 38 137.297 620 2 1 -55.9466 56.2506 -144.45 + 38 193.157 1181 2 0 -55.9365 56.2532 -145.85 + 38 132.906 621 1 1 -55.7498 56.3168 -174.45 + 38 104.586 1181 1 0 -55.7406 56.3206 -175.85 + 38 134.088 622 0 1 -55.5997 56.3811 -204.45 + 38 124.623 1181 0 0 -55.592 56.3788 -205.85 + 38 166.865 617 2 1 -56.5667 56.5443 -144.451 + 38 132.112 1182 2 0 -56.4191 56.561 -145.85 + 38 240.13 633 1 1 -53.3618 57.3 -174.45 + 38 75.265 1186 1 0 -53.3919 57.4235 -175.85 + 38 32.4432 1187 1 0 -53.4016 57.45 -176.161 + 38 99.6995 627 0 1 -54.4695 59.6827 -204.45 + 38 217.851 1199 0 0 -54.5067 59.8965 -205.85 + 38 214.888 1753 9 0 -79.4931 170.792 63.7501 + 38 171.237 618 11 1 -56.25 55.7653 125.191 + 38 55.5925 1179 11 0 -56.4873 56.0132 124.15 + 38 86.3402 1180 11 0 -56.5283 56.05 123.975 + 38 135.059 589 10 1 -62.121 61.8239 95.5497 + 38 124.451 1211 10 0 -62.0142 62.2679 94.1499 + 38 133.986 591 9 1 -61.6843 71.8353 65.5497 + 38 248.437 1257 9 0 -61.9583 71.5923 64.15 + 38 219.294 577 8 1 -64.541 65.9175 35.55 + 38 141.787 1226 8 0 -64.4162 65.3993 34.15 + 38 143.725 590 7 1 -61.851 59.6015 5.55 + 38 0.839633 1198 7 0 -62.2176 59.8491 4.14948 + 38 142.277 1199 7 0 -62.2187 59.85 4.14491 + 38 237.151 538 6 1 -72.3296 65.3457 -24.4502 + 38 156.988 1224 6 0 -72.1935 64.9905 -25.85 + 38 200.362 554 5 1 -69.1443 63.4226 -54.45 + 38 101.482 1217 5 0 -69.0598 63.5877 -55.85 + 38 91.1783 576 4 1 -64.7787 67.1838 -84.45 + 38 167.178 1236 4 0 -64.8902 67.3803 -85.85 + 38 35.0101 555 5 1 -69.05 63.5258 -54.8125 + 38 232.004 1216 5 0 -68.1811 63.259 -55.85 + 38 56.5592 537 6 1 -72.45 65.4913 -24.67 + 38 148.186 1226 6 0 -73.2635 65.3934 -25.85 + 38 187.926 617 11 1 -56.45 55.813 125.483 +Number of digits in this event: 49 Using G4ParticleGun... -Particle energy: 2.19487 LIN +Particle energy: 6.1762 LIN Particle: gamma Event: 39 -Number of tracker hits in this event: 10 - 39 230.25 1311 1 1 82.4069 -45.8395 -174.45 - 39 201.206 671 1 0 82.4068 -45.8406 -175.85 - 39 105.783 1311 0 1 82.4069 -45.8815 -204.45 - 39 146.935 670 0 0 82.4091 -45.8842 -205.85 - 39 104.972 1310 0 1 82.1873 -45.8313 -204.45 - 39 191.551 671 0 0 82.167 -45.8336 -205.85 - 39 261.545 999 2 0 30.8272 19.9471 -146.25 - 39 60.7524 247 0 1 -130.55 24.3643 -204.646 - 39 27.9834 35 2 1 -172.964 49.042 -144.85 - 39 70.7487 34 2 1 -173.15 49.1657 -144.605 -Number of digits in this event: 6 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 4.28692 LIN +Particle energy: 7.9973 LIN Particle: gamma Event: 40 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 66 + 40 322.097 833 6 1 -13.2587 8.35447 -24.45 + 40 358.723 941 6 0 -13.2587 8.35394 -25.85 + 40 149.298 833 5 1 -13.2588 8.34665 -54.45 + 40 243.976 941 5 0 -13.2589 8.34592 -55.85 + 40 277.622 833 4 1 -13.2718 8.33138 -84.45 + 40 120.88 941 4 0 -13.2725 8.32887 -85.85 + 40 249.07 833 3 1 -13.2838 8.27316 -114.45 + 40 128.341 941 3 0 -13.2852 8.27084 -115.85 + 40 301.205 833 2 1 -13.3133 8.22813 -144.45 + 40 140.352 940 2 0 -13.3151 8.22514 -145.85 + 40 558.828 833 1 1 -13.3544 8.15587 -174.45 + 40 253.587 940 1 0 -13.3565 8.15606 -175.85 + 40 277.523 833 0 1 -13.3992 8.18459 -204.45 + 40 365.8 940 0 0 -13.3998 8.18525 -205.85 + 40 95.7576 688 5 0 111.955 -42.3375 -56.25 + 40 60.5421 687 5 0 111.953 -42.45 -56.0184 + 40 63.7166 1457 5 1 111.688 -42.0867 -54.85 + 40 219.869 1458 5 1 111.75 -41.9916 -54.7205 + 40 222.782 939 1 0 -13.2706 7.92845 -175.85 + 40 233.309 840 0 1 -12.0419 3.73285 -204.45 + 40 150.632 917 0 0 -11.747 3.51989 -205.85 + 40 12.0279 494 1 1 -81.05 1.72409 -174.697 + 40 202.968 834 5 1 -13.2498 8.35217 -54.6979 + 40 109.394 942 5 0 -13.0268 8.47901 -55.85 + 40 48.4843 861 4 1 -7.71395 12.0308 -84.45 + 40 88.3826 860 4 1 -7.85 11.995 -84.5861 + 40 36.8776 859 4 1 -8.05005 11.9435 -84.7895 + 40 161.801 957 4 0 -9.10875 11.6494 -85.85 + 40 12.1479 684 3 1 -43.1959 2.48693 -114.45 + 40 62.3234 683 3 1 -43.25 2.49195 -114.484 + 40 63.9167 682 3 1 -43.4502 2.51444 -114.607 + 40 84.2373 681 3 1 -43.65 2.52661 -114.73 + 40 0.450781 680 3 1 -43.85 2.53758 -114.849 + 40 317.562 912 3 0 -45.5205 2.60117 -115.85 + 40 41.8666 417 2 1 -96.5767 8.89119 -144.45 + 40 63.2402 416 2 1 -96.75 8.88822 -144.506 + 40 59.7708 415 2 1 -96.9505 8.8716 -144.574 + 40 64.9721 414 2 1 -97.15 8.85122 -144.639 + 40 99.1875 413 2 1 -97.3504 8.82803 -144.711 + 40 40.4509 412 2 1 -97.5503 8.81353 -144.796 + 40 343.014 943 2 0 -100.219 8.70407 -145.85 + 40 42.7147 913 3 0 -45.6763 2.65007 -115.915 + 40 217.882 675 3 1 -44.9234 2.95844 -114.85 + 40 93.983 676 3 1 -44.85 2.99564 -114.762 + 40 25.1954 948 6 0 -12.8502 9.80478 -25.8503 + 40 249.801 949 6 0 -12.8447 9.85 -25.8778 + 40 227.851 855 3 0 -8.71579 -8.92491 -116.25 + 40 32.2648 440 2 0 -75.2581 -91.9962 -146.25 + 40 80.9031 439 2 0 -75.3506 -92.1507 -146.134 + 40 22.7597 438 2 0 -75.5139 -92.35 -146.213 + 40 17.9164 365 2 0 -118.511 -106.994 -146.25 + 40 52.1775 381 2 0 -85.7802 -103.909 -146.25 + 40 157.905 940 4 0 -13.286 8.22339 -85.85 + 40 153.225 940 3 0 -13.3329 8.13202 -115.85 + 40 126.142 939 2 0 -13.3813 7.95973 -145.85 + 40 272.063 832 0 1 -13.45 7.70991 -204.528 + 40 121.878 936 0 0 -13.6534 7.35127 -205.85 + 40 2.20544 935 0 0 -13.716 7.25 -206.239 + 40 2.39686 537 6 0 67.8484 -72.6095 -26.25 + 40 57.0861 540 6 0 67.8982 -72.05 -26.0734 + 40 30.9748 1039 3 1 27.85 63.0495 -114.589 + 40 117.095 939 0 0 -13.4067 7.90399 -205.85 + 40 86.8526 831 0 1 -13.65 7.87963 -204.574 + 40 115.6 938 0 0 -14.0701 7.7058 -205.85 + 40 23.2445 937 0 0 -14.1912 7.65 -206.199 + 40 67.3048 396 6 0 -6.17509 -100.787 -26.2498 +Number of digits in this event: 33 Using G4ParticleGun... -Particle energy: 1.93434 LIN +Particle energy: 2.26077 LIN Particle: gamma Event: 41 Number of tracker hits in this event: 0 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 6.52411 LIN -Particle: gamma -Event: 42 -Number of tracker hits in this event: 1 - 42 68.1884 765 10 1 -26.85 22.6612 95.1815 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 1.51738 LIN +Particle energy: 8.79072 LIN +Particle: gamma +Event: 42 +Number of tracker hits in this event: 8 + 42 94.8406 1715 3 0 -146.568 163.15 -116.13 + 42 43.2138 1048 12 1 29.65 -42.7308 155.314 + 42 162.419 1051 12 1 30.4166 -43.2826 155.55 + 42 1.59436 1052 12 1 30.45 -43.3341 155.489 + 42 55.9399 1716 3 0 -146.677 163.35 -116.155 + 42 113.925 1581 0 1 136.35 -71.0172 -204.764 + 42 163.108 1580 0 1 136.35 -70.8872 -204.786 + 42 163.111 1327 1 1 85.4661 -58.2439 -174.45 +Number of digits in this event: 6 +Using G4ParticleGun... +Particle energy: 2.45173 LIN Particle: gamma Event: 43 Number of tracker hits in this event: 0 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 7.86312 LIN -Particle: gamma -Event: 44 -Number of tracker hits in this event: 2 - 44 59.196 1151 6 0 -85.7231 50.2778 -25.85 - 44 117.436 500 7 0 2.40505 -79.85 4.06748 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 8.2097 LIN +Particle energy: 4.78888 LIN +Particle: gamma +Event: 44 +Number of tracker hits in this event: 6 + 44 206.105 1145 0 1 49.1437 42.4399 -204.45 + 44 117.848 1112 0 0 49.1127 42.467 -205.85 + 44 106.483 1278 14 1 75.7237 91.3929 215.15 + 44 150.371 1279 14 1 75.85 91.2932 215.324 + 44 115.581 1111 0 0 49.1441 42.4401 -205.85 + 44 8.3898 852 5 1 -9.65 -156.835 -54.4535 +Number of digits in this event: 3 +Using G4ParticleGun... +Particle energy: 9.12442 LIN Particle: gamma Event: 45 Number of tracker hits in this event: 1 - 45 219.645 1344 0 1 88.9092 -174.402 -204.45 -Number of digits in this event: 4 -Using G4ParticleGun... -Particle energy: 9.79866 LIN -Particle: gamma -Event: 46 -Number of tracker hits in this event: 39 - 46 227.949 456 5 1 -88.79 -7.34929 -54.45 - 46 286.336 863 5 0 -88.7898 -7.34899 -55.85 - 46 295.598 456 4 1 -88.7947 -7.34107 -84.45 - 46 218.383 863 4 0 -88.7965 -7.33972 -85.85 - 46 299.176 456 3 1 -88.838 -7.31816 -114.45 - 46 324.545 863 3 0 -88.8401 -7.31404 -115.85 - 46 287.379 455 2 1 -88.8921 -7.19873 -144.45 - 46 171.595 864 2 0 -88.8941 -7.19159 -145.85 - 46 174.582 455 1 1 -88.9298 -7.0467 -174.45 - 46 299.006 865 1 0 -88.9325 -7.04187 -175.85 - 46 376.887 455 0 1 -88.9361 -6.96858 -204.45 - 46 225.58 865 0 0 -88.9414 -6.96493 -205.85 - 46 84.1218 454 0 1 -89.05 -7.02541 -204.689 - 46 288.997 863 0 0 -88.9639 -7.3751 -205.851 - 46 15.3687 897 0 0 -85.7929 -0.47063 -206.25 - 46 143.115 898 0 0 -85.7849 -0.45 -206.183 - 46 5.20574 472 0 1 -85.5238 0.05 -204.474 - 46 26.5862 779 1 0 -88.5132 -24.1796 -176.25 - 46 88.3588 778 1 0 -88.5305 -24.25 -176.158 - 46 12.0226 777 1 0 -88.5717 -24.45 -175.882 - 46 265.459 457 1 1 -88.5214 -25.5331 -174.849 - 46 224.237 458 1 1 -88.45 -25.7878 -174.573 - 46 25.5602 459 1 1 -88.2049 -26.2031 -174.45 - 46 220.147 456 1 1 -88.65 -26.507 -174.647 - 46 80.3419 454 1 1 -89.05 -26.6163 -174.736 - 46 136.082 767 1 0 -91.239 -26.5803 -175.85 - 46 352.867 768 1 0 -91.6206 -26.45 -176.049 - 46 241.76 769 1 0 -91.8266 -26.25 -176.087 - 46 160.901 436 1 1 -92.8516 -27.5399 -174.85 - 46 111.209 415 0 1 -97.0016 -2.25946 -204.45 - 46 54.042 889 0 0 -97.4383 -2.08527 -205.851 - 46 149.849 890 0 0 -97.4864 -2.05 -206.054 - 46 176.003 456 2 1 -88.808 -7.26781 -144.45 - 46 112.404 863 2 0 -88.8087 -7.26669 -145.85 - 46 141.649 864 1 0 -88.8304 -7.24313 -175.85 - 46 110.388 864 0 0 -88.8678 -7.23708 -205.85 - 46 32.1963 515 4 1 -77.038 163.947 -84.45 - 46 5.71927 123 0 1 -155.35 64.2849 -204.696 - 46 222.575 122 0 1 -155.55 64.4101 -204.615 -Number of digits in this event: 28 -Using G4ParticleGun... -Particle energy: 9.15126 LIN -Particle: gamma -Event: 47 -Number of tracker hits in this event: 19 - 47 265.854 1026 5 1 25.431 -132.814 -54.45 - 47 268.333 236 5 0 25.4312 -132.814 -55.85 - 47 246.477 1026 4 1 25.4276 -132.832 -84.45 - 47 283.302 236 4 0 25.4255 -132.832 -85.85 - 47 419.438 1026 3 1 25.3724 -132.852 -114.45 - 47 316.625 236 3 0 25.3648 -132.855 -115.85 - 47 112.06 1025 2 1 25.1909 -132.945 -144.45 - 47 247.267 236 2 0 25.1742 -132.944 -145.85 - 47 116.098 1023 1 1 24.8362 -132.927 -174.45 - 47 139.51 236 1 0 24.8171 -132.929 -175.85 - 47 174.698 1021 0 1 24.4046 -132.958 -204.45 - 47 104.765 235 0 0 24.3852 -132.953 -205.85 - 47 106.984 1026 2 1 25.4233 -132.774 -144.45 - 47 111.657 1026 1 1 25.3961 -132.749 -174.45 - 47 131.951 237 1 0 25.3954 -132.746 -175.85 - 47 111.754 1026 0 1 25.3885 -132.684 -204.45 - 47 149.122 237 0 0 25.3852 -132.681 -205.85 - 47 164.048 1027 3 1 25.4502 -132.814 -114.653 - 47 262.54 174 4 1 -145.2 50.8266 -84.85 -Number of digits in this event: 17 -Using G4ParticleGun... -Particle energy: 7.79959 LIN -Particle: gamma -Event: 48 -Number of tracker hits in this event: 0 -Number of digits in this event: 3 -Using G4ParticleGun... -Particle energy: 5.69132 LIN -Particle: gamma -Event: 49 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 9.80902 LIN -Particle: gamma -Event: 50 -Number of tracker hits in this event: 0 -Number of digits in this event: 3 -Using G4ParticleGun... -Particle energy: 7.46192 LIN -Particle: gamma -Event: 51 -Number of tracker hits in this event: 1 - 51 58.8149 44 13 0 179.158 -171.293 183.75 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 4.17328 LIN -Particle: gamma -Event: 52 -Number of tracker hits in this event: 0 + 45 51.9937 1004 1 1 21.05 89.3657 -174.717 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 8.00274 LIN +Particle energy: 5.20124 LIN Particle: gamma -Event: 53 -Number of tracker hits in this event: 153 - 53 402.204 751 10 1 -29.6611 -28.5708 95.55 - 53 332.031 757 10 0 -29.6616 -28.5698 94.15 - 53 106.063 751 9 1 -29.6737 -28.5536 65.55 - 53 271.294 757 9 0 -29.6737 -28.5546 64.15 - 53 107.436 751 8 1 -29.6757 -28.5692 35.55 - 53 109.338 757 8 0 -29.6739 -28.5701 34.15 - 53 141.628 752 7 1 -29.6419 -28.594 5.55 - 53 110.779 757 7 0 -29.6421 -28.5958 4.15 - 53 487.424 752 6 1 -29.6496 -28.6379 -24.45 - 53 503.942 757 6 0 -29.6503 -28.6397 -25.85 - 53 767.356 751 5 1 -29.668 -28.6792 -54.45 - 53 136.866 756 5 0 -29.6698 -28.6809 -55.85 - 53 170.366 751 4 1 -29.7043 -28.7205 -84.45 - 53 690.808 756 4 0 -29.7061 -28.7206 -85.85 - 53 106.063 751 3 1 -29.7431 -28.7173 -114.45 - 53 124.366 756 3 0 -29.7434 -28.7169 -115.85 - 53 132.302 751 2 1 -29.7452 -28.7092 -144.45 - 53 190.885 756 2 0 -29.7461 -28.7101 -145.85 - 53 235.805 751 1 1 -29.7604 -28.7284 -174.45 - 53 107.519 756 1 0 -29.7621 -28.7275 -175.85 - 53 260.974 751 0 1 -29.7938 -28.7083 -204.45 - 53 222.944 756 0 0 -29.7931 -28.7059 -205.85 - 53 98.7342 582 0 0 -36.8434 -63.4841 -206.25 - 53 126.721 717 0 1 -36.4806 -63.6902 -204.85 - 53 66.3497 718 0 1 -36.45 -63.6982 -204.782 - 53 50.461 576 0 0 -36.9578 -64.7685 -205.85 - 53 171.2 575 0 0 -36.9911 -64.85 -205.885 - 53 85.2176 750 0 1 -29.85 -28.7312 -204.512 - 53 27.0217 749 0 1 -30.05 -28.8058 -204.787 - 53 160.166 755 0 0 -30.7287 -28.9847 -205.85 - 53 22.3704 754 0 0 -30.9794 -29.05 -206.182 - 53 19.4419 752 1 1 -29.65 -28.8145 -174.839 - 53 0.326875 727 1 0 -23.1275 -34.6484 -175.85 - 53 87.1824 726 1 0 -23.1256 -34.65 -175.85 - 53 97.0373 788 1 1 -22.4052 -34.9688 -174.85 - 53 120.814 724 1 0 -22.2369 -35.0657 -175.85 - 53 144.537 800 0 0 -35.8525 -20.0468 -206.25 - 53 7.4253 801 0 0 -36.0025 -19.85 -205.865 - 53 173.109 714 0 1 -37.1282 -18.0792 -204.85 - 53 153.942 713 0 1 -37.25 -17.8993 -204.749 - 53 107.799 712 0 1 -37.45 -17.6089 -204.613 - 53 100.352 711 0 1 -37.65 -17.2885 -204.472 - 53 136.432 710 0 1 -37.9785 -15.3872 -204.45 - 53 211.623 821 0 0 -36.9529 -15.6963 -205.85 - 53 124.257 820 0 0 -36.9741 -15.8501 -205.945 - 53 463.121 668 2 1 -46.271 89.0362 -144.85 - 53 75.0628 1346 2 0 -46.0189 89.2525 -145.85 - 53 175.058 1345 2 0 -46.0173 89.25 -145.855 - 53 189.989 1481 2 0 18.0254 116.524 -146.25 - 53 38.5253 1482 2 0 18.3082 116.55 -145.919 - 53 237.735 994 2 1 19.0146 117.582 -144.85 - 53 4.1155 995 2 1 19.05 117.695 -144.749 - 53 528.933 757 5 0 -28.9535 -28.5533 -55.85 - 53 16.8952 753 7 0 -29.9363 -29.4132 4.15 - 53 79.3909 752 7 0 -29.9475 -29.4501 4.0971 - 53 63.3625 751 7 0 -30.0102 -29.65 3.94564 - 53 55.8756 750 7 0 -30.0811 -29.8509 3.85892 - 53 69.8619 346 7 0 -42.8959 -110.858 3.75 - 53 88.1196 345 7 0 -42.9498 -110.95 3.91856 - 53 83.6856 344 7 0 -42.9523 -111.15 3.99242 - 53 2.16165 343 7 0 -42.9815 -111.35 4.14529 - 53 13.0375 680 7 1 -44.0211 -112.306 5.15 - 53 67.1814 679 7 1 -44.0502 -112.325 5.16489 - 53 315.011 335 7 0 -44.9936 -113.061 4.15 - 53 17.2693 758 5 0 -29.5659 -28.45 -56.1817 - 53 53.4462 734 4 1 -33.2244 -25.5957 -84.45 - 53 55.7467 733 4 1 -33.25 -25.5448 -84.655 - 53 102.03 774 4 0 -33.4122 -25.2234 -85.85 - 53 145.134 710 3 1 -37.995 -17.8598 -114.451 - 53 120.469 809 3 0 -37.8051 -18.0754 -115.85 - 53 314.292 725 2 1 -34.895 -21.7651 -144.45 - 53 146.063 724 2 1 -35.05 -22.0659 -144.632 - 53 3.23314 723 2 1 -35.25 -22.4307 -144.844 - 53 10.866 779 2 0 -36.2122 -24.2122 -145.85 - 53 68.7892 778 2 0 -36.2329 -24.25 -145.872 - 53 59.2449 777 2 0 -36.3449 -24.45 -145.975 - 53 74.2346 776 2 0 -36.4503 -24.65 -146.072 - 53 77.4812 775 2 0 -36.5567 -24.85 -146.162 - 53 4.08223 774 2 0 -36.6573 -25.05 -146.243 - 53 268.042 556 1 1 -68.7668 -90.8217 -174.45 - 53 101.997 443 1 0 -68.8146 -91.4277 -175.85 - 53 28.8697 442 1 0 -68.824 -91.55 -176.136 - 53 252.62 549 0 1 -70.1338 -103.595 -204.45 - 53 102.519 383 0 0 -70.2557 -103.51 -205.85 - 53 29.7483 548 0 1 -70.25 -103.598 -204.722 - 53 45.7873 457 1 0 -66.2549 -88.5798 -175.85 - 53 4.59615 580 1 1 -63.9235 -87.5057 -174.85 - 53 2.85872 463 1 0 -59.7528 -87.4281 -175.85 - 53 151.076 591 1 1 -61.8426 -94.3508 -174.85 - 53 288.684 726 2 1 -34.8499 -21.8353 -144.637 - 53 96.6038 793 2 0 -34.6071 -21.4053 -145.85 - 53 37.8961 729 2 1 -34.1518 -20.1552 -144.85 - 53 35.4397 803 2 0 -33.4239 -19.2903 -145.85 - 53 60.6941 804 2 0 -33.4013 -19.25 -145.855 - 53 325.563 752 4 1 -29.5579 -28.7595 -84.45 - 53 120.824 749 3 1 -30.1028 -29.9746 -114.45 - 53 122.344 749 3 0 -30.1425 -30.0573 -115.85 - 53 125.954 746 2 1 -30.7697 -31.5157 -144.45 - 53 148.329 742 2 0 -30.8459 -31.5796 -145.85 - 53 139.434 738 1 1 -32.2922 -33.0816 -174.45 - 53 180.273 734 1 0 -32.3503 -33.1556 -175.85 - 53 179.104 732 0 1 -33.5645 -35.0001 -204.45 - 53 170.394 724 0 0 -33.5683 -35.1039 -205.85 - 53 73.7825 750 4 1 -29.85 -28.3797 -84.6116 - 53 137.927 758 4 0 -29.857 -28.382 -85.85 - 53 117.224 750 3 1 -30.0344 -28.4549 -114.45 - 53 140.014 757 3 0 -30.0477 -28.4568 -115.85 - 53 130.739 748 2 1 -30.3302 -28.4821 -144.45 - 53 419.171 757 2 0 -30.3496 -28.4775 -145.85 - 53 287.645 746 1 1 -30.7159 -28.3618 -174.45 - 53 117.898 758 1 0 -30.7275 -28.3561 -175.85 - 53 105.725 745 0 1 -30.9707 -28.2483 -204.45 - 53 144.449 759 0 0 -30.9708 -28.2433 -205.85 - 53 45.0356 1403 5 1 100.75 -131.409 -54.7543 - 53 137.089 1404 5 1 100.95 -131.563 -54.5635 - 53 75.029 1405 5 1 101.15 -131.628 -54.6442 - 53 400.923 1406 5 1 101.35 -131.676 -54.5822 - 53 120.227 752 5 1 -29.5857 -28.5711 -54.45 - 53 102.322 752 3 1 -29.464 -29.0257 -114.45 - 53 128.093 754 3 0 -29.4576 -29.0678 -115.85 - 53 87.4718 753 2 1 -29.2815 -29.8834 -144.45 - 53 115.907 750 2 0 -29.2629 -29.9251 -145.85 - 53 101.518 755 1 1 -28.8967 -30.7806 -174.45 - 53 150.642 746 1 0 -28.8715 -30.8283 -175.85 - 53 125.764 758 0 1 -28.3594 -31.8334 -204.45 - 53 150.647 740 0 0 -28.3288 -31.9109 -205.85 - 53 64.8696 752 9 1 -29.4531 -28.4602 65.55 - 53 46.3568 753 9 1 -29.45 -28.4598 65.322 - 53 112.743 755 8 1 -29.0042 -28.4176 35.55 - 53 201.516 758 8 0 -28.9775 -28.4111 34.15 - 53 102.186 758 7 1 -28.4371 -28.32 5.55 - 53 110.094 758 7 0 -28.4131 -28.3146 4.15 - 53 128.742 761 6 1 -27.846 -28.1184 -24.45 - 53 115.88 759 6 0 -27.8123 -28.1073 -25.85 - 53 116.125 763 5 1 -27.3327 -27.9233 -54.45 - 53 147.614 760 5 0 -27.3207 -27.9164 -55.85 - 53 133.529 765 4 1 -27.044 -27.8012 -84.45 - 53 121.063 761 4 0 -27.046 -27.8051 -85.85 - 53 118.134 764 3 1 -27.0622 -27.9148 -114.45 - 53 107.945 760 3 0 -27.046 -27.9144 -115.85 - 53 128.656 766 2 1 -26.6639 -27.8713 -144.45 - 53 107.918 760 2 0 -26.6503 -27.8669 -145.85 - 53 114.892 768 1 1 -26.4125 -27.7936 -174.45 - 53 271.117 761 1 0 -26.4069 -27.7811 -175.85 - 53 131.925 768 0 1 -26.2679 -27.4984 -204.45 - 53 110.068 762 0 0 -26.2628 -27.4805 -205.85 - 53 8.88836 946 4 1 9.35131 86.7026 -84.85 - 53 40.7677 761 2 0 -26.6526 -27.8499 -145.878 - 53 66.7622 765 2 1 -27.0031 -27.4722 -144.85 - 53 159.405 764 2 1 -27.05 -27.4333 -144.759 - 53 27.3102 1111 0 1 42.3724 14.2697 -204.85 - 53 11.8545 752 10 1 -29.6395 -28.5214 95.55 - 53 39.471 750 10 1 -29.85 -28.812 95.5044 -Number of digits in this event: 73 +Event: 46 +Number of tracker hits in this event: 110 + 46 588.019 853 9 1 -9.36934 72.4652 65.55 + 46 231.136 1262 9 0 -9.36853 72.4658 64.15 + 46 262.449 853 8 1 -9.33329 72.4666 35.55 + 46 222.809 1262 8 0 -9.33203 72.4588 34.15 + 46 448.187 853 7 1 -9.3194 72.3024 5.55 + 46 373.058 1261 7 0 -9.31985 72.2919 4.15 + 46 234.299 853 6 1 -9.33271 72.0817 -24.45 + 46 235.803 1260 6 0 -9.33962 72.0653 -25.85 + 46 366.602 852 5 1 -9.47255 71.7379 -54.45 + 46 153.237 1258 5 0 -9.47673 71.7219 -55.85 + 46 99.1129 852 4 1 -9.54159 71.4127 -84.45 + 46 127.424 1256 4 0 -9.54679 71.4002 -85.85 + 46 160.618 852 3 1 -9.63954 71.166 -114.45 + 46 139.491 1255 3 0 -9.6448 71.1583 -115.85 + 46 106.204 851 2 1 -9.7489 71.0001 -144.45 + 46 466.969 1254 2 0 -9.755 70.9923 -145.85 + 46 143.699 850 1 1 -9.87562 70.8242 -174.45 + 46 101.975 1253 1 0 -9.8801 70.8176 -175.85 + 46 305.538 850 0 1 -9.95248 70.6817 -204.45 + 46 112.423 1253 0 0 -9.95413 70.6783 -205.85 + 46 78.3895 856 1 1 -8.83665 122.962 -174.85 + 46 29.0304 1480 1 0 -1.22106 116.35 -176.203 + 46 70.2007 849 0 1 -10.05 70.9025 -204.694 + 46 206.578 1262 0 0 -9.34285 72.4596 -205.85 + 46 77.8877 1263 0 0 -9.32396 72.65 -205.931 + 46 72.3283 1264 0 0 -9.26093 72.8503 -206.051 + 46 6.03703 1744 2 0 0.120681 168.95 -145.894 + 46 12.4432 1214 4 0 -9.79191 63.05 -85.9965 + 46 137.178 1253 2 0 -9.46851 70.8498 -146.192 + 46 67.0067 854 8 1 -9.24993 72.4421 35.5148 + 46 87.3973 855 8 1 -9.05 72.4831 35.4076 + 46 52.204 856 8 1 -8.85 72.5323 35.3655 + 46 62.417 857 8 1 -8.65 72.5499 35.3407 + 46 57.6741 858 8 1 -8.45 72.5176 35.3712 + 46 52.5105 859 8 1 -8.25 72.4576 35.3474 + 46 61.6385 860 8 1 -8.05 72.384 35.4099 + 46 118.722 1262 7 0 -9.39522 72.4519 4.15 + 46 534.801 852 6 1 -9.50529 72.4819 -24.45 + 46 327.484 1262 6 0 -9.51067 72.478 -25.85 + 46 132.272 1261 5 0 -9.61364 72.3798 -55.85 + 46 120.504 851 4 1 -9.71185 72.3317 -84.45 + 46 122.639 1261 4 0 -9.71277 72.3246 -85.85 + 46 162.163 851 3 1 -9.72327 72.1685 -114.45 + 46 127.047 1260 3 0 -9.72839 72.1669 -115.85 + 46 145.711 850 2 1 -9.85806 72.16 -144.45 + 46 106.083 1260 2 0 -9.86734 72.1567 -145.85 + 46 117.376 849 1 1 -10.0506 72.0872 -174.45 + 46 111.902 1260 1 0 -10.0604 72.0863 -175.85 + 46 145.208 848 0 1 -10.2516 72.0567 -204.45 + 46 138.064 1260 0 0 -10.2529 72.059 -205.85 + 46 122.617 876 5 1 -4.79548 75.6121 -54.45 + 46 233.59 1277 5 0 -4.29764 75.6406 -55.85 + 46 83.6723 928 4 1 5.80343 75.9892 -84.45 + 46 44.4921 929 4 1 5.85 76.0156 -84.7122 + 46 138.093 1280 4 0 5.99547 76.161 -85.85 + 46 123.731 957 3 1 11.5093 76.554 -114.45 + 46 103.028 1284 3 0 11.8039 76.9065 -115.85 + 46 125.775 1007 2 1 21.5074 83.1527 -144.45 + 46 64.9694 1008 2 1 21.6503 83.103 -144.519 + 46 62.9049 1009 2 1 21.85 83.0164 -144.625 + 46 77.8661 1010 2 1 22.05 82.9933 -144.726 + 46 66.4458 1011 2 1 22.25 82.9645 -144.779 + 46 110.838 1012 2 1 22.45 83.019 -144.782 + 46 156.304 1316 2 0 23.7782 83.2894 -145.85 + 46 11.2738 1315 2 0 24.0287 83.2498 -146.213 + 46 130.417 1261 6 0 -9.66356 72.3926 -25.8509 + 46 72.6776 847 5 1 -10.6398 71.2296 -54.4501 + 46 107.879 848 5 1 -10.4499 71.2307 -54.6289 + 46 21.1394 849 5 1 -10.25 71.2316 -54.8124 + 46 18.8369 1255 5 0 -9.03379 71.2399 -55.85 + 46 197.641 1256 5 0 -8.95964 71.25 -55.8934 + 46 56.5948 1553 5 0 58.1465 130.832 -56.25 + 46 59.6213 1554 5 0 58.2032 130.95 -56.188 + 46 78.899 1555 5 0 58.3149 131.15 -56.0905 + 46 72.456 1556 5 0 58.4272 131.35 -55.9844 + 46 41.7597 1197 5 1 59.5929 133.058 -54.85 + 46 119.716 1198 5 1 59.6502 133.14 -54.7973 + 46 86.4206 1199 5 1 59.85 133.46 -54.6043 + 46 44.3492 1719 6 0 47.9653 164.032 -26.2499 + 46 85.9525 1720 6 0 47.9183 164.15 -26.1353 + 46 29.5638 1721 6 0 47.8616 164.35 -25.9286 + 46 86.8578 1138 6 1 47.6983 165.488 -24.85 + 46 87.5479 1137 6 1 47.65 165.761 -24.6113 + 46 291.592 1260 5 0 -9.64797 72.1057 -55.85 + 46 119.8 849 4 1 -10.1511 72.0634 -84.45 + 46 141.662 1260 4 0 -10.1568 72.0924 -85.85 + 46 100.225 849 3 1 -10.1358 72.76 -114.45 + 46 110.369 1263 3 0 -10.1335 72.7712 -115.85 + 46 130.967 849 2 1 -10.1204 73.0974 -144.45 + 46 127.124 1265 2 0 -10.1315 73.1365 -145.85 + 46 162.134 847 1 1 -10.4581 73.7817 -174.45 + 46 177.686 1268 1 0 -10.5002 73.8228 -175.85 + 46 231.628 842 0 1 -11.5014 74.5242 -204.45 + 46 121.138 1272 0 0 -11.5643 74.577 -205.85 + 46 81.2288 1269 0 0 -11.4757 74.0176 -205.85 + 46 30.433 1268 0 0 -11.4444 73.85 -206.137 + 46 41.7014 1275 0 0 -11.2997 75.0632 -205.85 + 46 132.228 1274 0 0 -11.2882 75.0499 -205.893 + 46 180.366 848 1 1 -10.4498 73.7862 -174.838 + 46 100.542 854 5 1 -9.11567 72.2132 -54.45 + 46 216.454 855 4 1 -8.93075 71.8054 -84.45 + 46 230.233 1258 4 0 -8.93338 71.7923 -85.85 + 46 344.523 855 3 1 -9.01872 71.4685 -114.45 + 46 106.675 1256 3 0 -9.03622 71.4477 -115.85 + 46 108.101 853 2 1 -9.43263 70.9974 -144.45 + 46 105.6 851 1 1 -9.80953 71.0148 -174.45 + 46 97.0369 1255 1 0 -9.85833 71.071 -175.85 + 46 144.578 846 0 1 -10.7467 72.328 -204.45 + 46 261.278 1261 0 0 -10.7923 72.4031 -205.85 + 46 73.4317 854 4 1 -9.05 71.8089 -84.7617 +Number of digits in this event: 53 Using G4ParticleGun... -Particle energy: 8.80792 LIN +Particle energy: 6.35083 LIN Particle: gamma -Event: 54 -Number of tracker hits in this event: 6 - 54 197.825 1044 1 1 28.9286 -31.6363 -174.85 - 54 155.863 1043 1 1 28.8499 -31.7055 -174.558 - 54 12.3922 1593 0 0 95.632 138.909 -206.25 - 54 152.353 1595 0 0 111.421 139.161 -206.25 - 54 101.606 1350 7 0 16.5046 90.15 3.85449 - 54 45.4747 1486 9 0 56.7866 117.422 63.75 -Number of digits in this event: 6 -Using G4ParticleGun... -Particle energy: 2.72507 LIN -Particle: gamma -Event: 55 -Number of tracker hits in this event: 11 - 55 241.745 313 1 1 -117.378 2.11446 -174.45 - 55 269.023 910 1 0 -117.381 2.11519 -175.85 - 55 258.378 313 0 1 -117.425 2.10637 -204.45 - 55 233.526 910 0 0 -117.432 2.10576 -205.85 - 55 69.7561 554 3 1 -69.2303 -132.954 -114.85 - 55 37.4978 228 3 0 -68.6121 -134.503 -115.85 - 55 186.06 227 3 0 -68.5752 -134.55 -115.869 - 55 217.766 226 3 0 -68.5401 -134.75 -116.07 - 55 88.7678 785 2 0 -9.57429 -22.851 -146.25 - 55 87.218 786 2 0 -9.57109 -22.85 -146.248 - 55 141.656 855 2 1 -8.98016 -23.378 -144.85 -Number of digits in this event: 9 -Using G4ParticleGun... -Particle energy: 9.77726 LIN -Particle: gamma -Event: 56 -Number of tracker hits in this event: 29 - 56 327.572 1163 2 1 52.6729 -12.869 -144.45 - 56 271.42 835 2 0 52.6721 -12.8691 -145.85 - 56 245.919 1163 1 1 52.6591 -12.8718 -174.45 - 56 140.611 835 1 0 52.6584 -12.8731 -175.85 - 56 119.283 1162 0 1 52.6419 -12.8983 -204.45 - 56 131.63 835 0 0 52.6412 -12.8986 -205.85 - 56 40.0798 1122 2 1 44.5861 -8.61227 -144.85 - 56 38.2783 1203 0 1 60.7923 33.7957 -204.85 - 56 309.953 837 1 0 52.6894 -12.5583 -175.85 - 56 124.742 1163 0 1 52.7444 -12.2914 -204.45 - 56 200.097 838 0 0 52.7468 -12.2766 -205.85 - 56 110.839 698 0 0 49.3808 -40.2643 -206.25 - 56 66.6113 697 0 0 49.3884 -40.45 -206.162 - 56 144.635 696 0 0 49.444 -40.6501 -206.056 - 56 77.2426 695 0 0 49.5401 -40.8501 -205.86 - 56 97.9102 1150 0 1 50.1614 -41.8737 -204.85 - 56 121.794 1151 0 1 50.25 -42.0738 -204.644 - 56 51.4987 1152 0 1 50.45 -42.2602 -204.527 - 56 61.252 1153 0 1 50.8427 -42.2831 -204.45 - 56 66.9263 1154 0 1 50.8501 -42.2991 -204.655 - 56 51.9693 691 0 0 51.8991 -41.7447 -205.85 - 56 125.321 692 0 0 52.0467 -41.65 -205.932 - 56 72.672 693 0 0 52.2955 -41.45 -205.939 - 56 81.9692 694 0 0 52.4647 -41.2494 -205.899 - 56 17.6001 1171 0 1 54.4274 -37.4672 -204.85 - 56 185.486 1172 0 1 54.45 -37.4269 -204.836 - 56 19.3396 1173 0 1 54.6501 -37.3143 -204.814 - 56 331 710 0 0 55.8101 -37.8899 -205.85 - 56 32.1668 709 0 0 56.0472 -38.0502 -206.179 +Event: 47 +Number of tracker hits in this event: 14 + 47 238.363 647 3 1 -50.5419 73.3894 -114.45 + 47 290.366 1266 3 0 -50.5414 73.3876 -115.85 + 47 299.975 647 2 1 -50.5329 73.3549 -144.45 + 47 232.113 1266 2 0 -50.532 73.3526 -145.85 + 47 582.153 647 1 1 -50.5151 73.306 -174.45 + 47 290.821 1266 1 0 -50.5165 73.3083 -175.85 + 47 242.028 647 0 1 -50.5682 73.373 -204.45 + 47 385.831 1266 0 0 -50.5668 73.3816 -205.85 + 47 318.202 1265 1 0 -50.4389 73.25 -175.984 + 47 233.447 646 1 1 -50.65 72.8366 -174.672 + 47 142.068 1258 8 0 41.0938 71.819 33.75 + 47 42.1214 1108 8 1 41.7915 71.3869 35.1502 + 47 75.9702 1109 8 1 41.85 71.3473 35.2773 + 47 143.115 694 6 1 -41.196 45.0035 -24.85 Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 8.57602 LIN +Particle energy: 1.0788 LIN Particle: gamma -Event: 57 -Number of tracker hits in this event: 51 - 57 738.284 872 4 1 -5.55266 -68.8075 -84.45 - 57 432.026 556 4 0 -5.55273 -68.8079 -85.85 - 57 109.032 872 3 1 -5.55234 -68.8144 -114.45 - 57 136.005 556 3 0 -5.55278 -68.8149 -115.85 - 57 123.624 872 2 1 -5.56254 -68.8254 -144.45 - 57 337.78 556 2 0 -5.5635 -68.8253 -145.85 - 57 435.218 872 1 1 -5.58127 -68.8196 -174.45 - 57 112.708 556 1 0 -5.58322 -68.8194 -175.85 - 57 281.488 872 0 1 -5.62265 -68.8142 -204.45 - 57 138.835 556 0 0 -5.625 -68.8148 -205.85 - 57 310.617 706 0 0 -37.83 -38.7064 -206.25 - 57 18.7901 922 0 0 -2.53841 4.45 -206.147 - 57 61.0257 1188 13 0 -74.6667 57.7653 183.75 - 57 66.0694 1189 13 0 -74.6113 57.85 183.898 - 57 26.7412 1190 13 0 -74.5358 58.05 184.087 - 57 189.327 529 13 1 -74.1458 58.719 185.15 - 57 91.3475 528 13 1 -74.25 59.0175 185.461 - 57 79.9816 527 13 1 -74.45 59.0689 185.395 - 57 110.61 526 13 1 -74.6508 59.1932 185.395 - 57 160 525 13 1 -74.85 59.3085 185.386 - 57 122.239 524 13 1 -75.05 59.2817 185.48 - 57 4.15369 1379 3 1 95.95 -146.593 -114.812 - 57 35.2273 1380 3 1 96.15 -146.717 -114.548 - 57 10.1426 871 0 1 -5.65 -68.7468 -204.818 - 57 118.339 559 0 0 -6.26898 -68.2025 -205.85 - 57 87.7167 560 0 0 -6.22618 -68.0499 -206.14 - 57 63.686 561 0 0 -6.18918 -67.85 -206.16 - 57 67.7663 562 0 0 -6.14587 -67.65 -206.178 - 57 43.9805 656 0 0 -26.1505 -48.7824 -206.25 - 57 84.0201 655 0 0 -26.2004 -48.8503 -206.139 - 57 56.1263 654 0 0 -26.3666 -49.0508 -206.073 - 57 161.697 653 0 0 -26.3957 -49.25 -206.066 - 57 121.363 557 0 0 -5.55718 -68.6107 -205.85 - 57 8.3898 727 2 1 -34.5155 -71.2348 -144.45 - 57 115.666 555 1 0 -5.35359 -68.8605 -175.85 - 57 136.789 887 0 1 -2.56485 -70.6304 -204.451 - 57 24.3825 888 0 1 -2.44991 -70.5037 -204.799 - 57 73.5849 549 0 0 -2.11119 -70.1079 -205.85 - 57 130.781 550 0 0 -2.05285 -70.05 -206.012 - 57 120.437 1360 6 0 167.336 92.1973 -26.25 - 57 121.455 873 3 1 -5.3232 -68.1459 -114.45 - 57 98.0484 559 3 0 -5.30876 -68.0688 -115.85 - 57 12.4447 560 3 0 -5.30533 -68.05 -116.186 - 57 255.036 873 2 1 -5.268 -66.275 -144.45 - 57 117.4 569 2 0 -5.26235 -66.2008 -145.85 - 57 111.315 874 1 1 -5.05058 -64.7989 -174.45 - 57 102.545 576 1 0 -5.10782 -64.7032 -175.85 - 57 168.933 870 0 1 -5.92231 -62.7647 -204.45 - 57 171.614 586 0 0 -5.93927 -62.7172 -205.85 - 57 58.116 641 2 0 51.8781 -51.6557 -145.85 - 57 27.0658 873 4 1 -5.44991 -68.9018 -84.771 -Number of digits in this event: 23 +Event: 48 +Number of tracker hits in this event: 60 + 48 251.995 1101 6 1 40.3908 133.288 -24.45 + 48 311.497 1565 6 0 40.3907 133.281 -25.85 + 48 120.683 1101 5 1 40.3582 133.151 -54.45 + 48 300.529 1564 5 0 40.3416 133.145 -55.85 + 48 241.842 1099 4 1 39.8933 133.01 -84.45 + 48 252.118 1564 4 0 39.892 132.991 -85.85 + 48 174.508 1099 3 1 39.9789 132.578 -114.45 + 48 144.984 1562 3 0 40.0006 132.581 -115.85 + 48 167.143 1101 2 1 40.3818 132.658 -144.45 + 48 233.329 1562 2 0 40.4031 132.656 -145.85 + 48 144.042 1103 1 1 40.81 132.604 -174.45 + 48 121.694 1562 1 0 40.8193 132.606 -175.85 + 48 205.291 1104 0 1 40.9917 132.68 -204.45 + 48 110.38 1562 0 0 40.9929 132.67 -205.85 + 48 65.7572 1004 13 0 8.33372 20.9975 183.75 + 48 98.7904 1005 13 0 8.22212 21.05 183.886 + 48 103.715 1006 13 0 8.04544 21.2502 183.936 + 48 149.849 1007 13 0 7.99219 21.45 183.87 + 48 58.2899 1008 13 0 8.06708 21.6502 183.804 + 48 82.0978 1563 2 0 40.4039 132.75 -146.157 + 48 224.734 1095 1 1 39.1173 132.078 -174.45 + 48 533.436 1558 1 0 39.1841 131.924 -175.85 + 48 102.478 1100 0 1 40.063 129.095 -204.45 + 48 34.5446 1544 0 0 40.2468 128.963 -205.85 + 48 81.2755 1543 0 0 40.2652 128.95 -205.995 + 48 155.404 1559 1 0 39.2926 131.95 -176.143 + 48 107.687 1557 1 0 39.2034 131.75 -176.243 + 48 153.757 1519 1 0 102.179 124.13 -176.25 + 48 46.9353 1520 1 0 102.298 124.15 -176.117 + 48 75.0819 1415 1 1 103.262 123.533 -174.85 + 48 98.8176 1416 1 1 103.35 123.462 -174.658 + 48 3.44527 1417 1 1 103.55 123.437 -174.456 + 48 153.152 1171 0 1 54.333 123.159 -204.45 + 48 0.0147594 1172 0 1 54.4501 123.494 -204.85 + 48 105.458 1521 0 0 54.8592 124.421 -205.85 + 48 69.9553 1522 0 0 54.9326 124.55 -205.973 + 48 64.4558 1523 0 0 55.095 124.75 -206.131 + 48 179.005 1683 0 0 65.6797 156.829 -206.25 + 48 232.67 1221 0 1 64.4107 156.106 -204.85 + 48 33.5099 1222 0 1 64.45 155.918 -204.734 + 48 154.049 1677 0 0 64.9477 155.638 -205.85 + 48 174.692 1501 1 0 46.5281 120.459 -176.25 + 48 379.926 1133 1 1 46.7314 120.789 -174.85 + 48 62.485 1132 1 1 46.65 120.597 -174.569 + 48 80.4061 1475 7 1 115.15 159.428 5.42555 + 48 289.53 1101 0 1 40.3041 132.294 -204.45 + 48 510.411 1559 0 0 40.4671 132.079 -205.85 + 48 97.0599 1565 0 0 40.212 133.236 -205.85 + 48 91.4767 1566 0 0 40.1953 133.35 -206.009 + 48 146.048 1100 5 1 40.2454 132.979 -54.45 + 48 114.242 1562 4 0 39.8429 132.592 -85.85 + 48 115.997 1096 3 1 39.2871 132.382 -114.45 + 48 124.635 1561 3 0 39.2537 132.359 -115.85 + 48 108.534 1092 2 1 38.5427 131.796 -144.45 + 48 121.032 1558 2 0 38.4873 131.783 -145.85 + 48 117.286 1086 1 1 37.3598 131.668 -174.45 + 48 113.318 1082 0 1 36.5689 132.162 -204.45 + 48 189.749 1560 0 0 36.5399 132.2 -205.85 + 48 51.5109 1178 14 1 55.8046 -117.524 215.15 + 48 47.6583 1568 0 0 72.9207 133.846 -206.25 +Number of digits in this event: 32 Using G4ParticleGun... -Particle energy: 1.71851 LIN +Particle energy: 4.98295 LIN Particle: gamma -Event: 58 -Number of tracker hits in this event: 42 - 58 263.702 1234 6 1 66.9007 85.0779 -24.45 - 58 290.594 1325 6 0 66.8969 85.0754 -25.85 - 58 146.062 1233 5 1 66.7855 85.0759 -54.45 - 58 349.976 1325 5 0 66.7762 85.0899 -55.85 - 58 212.437 1233 4 1 66.7112 85.302 -84.45 - 58 112.606 1326 4 0 66.7146 85.3168 -85.85 - 58 128.116 1233 3 1 66.7168 85.6321 -114.45 - 58 122.111 1327 3 0 66.7068 85.6352 -115.85 - 58 149.189 1233 2 1 66.7251 85.2859 -144.45 - 58 157.528 1326 2 0 66.7571 85.2792 -145.85 - 58 158.744 1236 1 1 67.3453 85.0382 -174.45 - 58 124.772 1325 1 0 67.4074 85.0556 -175.85 - 58 129.669 1243 0 1 68.6688 85.4477 -204.45 - 58 117.121 1327 0 0 68.7345 85.4625 -205.85 - 58 363.149 1232 3 1 66.65 85.6663 -114.498 - 58 100.481 1231 3 1 66.45 85.59 -114.632 - 58 65.4441 1324 5 0 66.7405 85.05 -56.1092 - 58 282.554 1187 5 0 73.5527 57.4614 -56.25 - 58 22.5266 1230 1 1 66.1275 86.1991 -174.45 - 58 142.902 1229 1 1 66.0499 86.1467 -174.487 - 58 71.1758 1228 1 1 65.85 86.0023 -174.525 - 58 83.4774 1227 1 1 65.65 85.8122 -174.596 - 58 273.357 1226 1 1 65.45 85.5371 -174.593 - 58 109.392 1234 5 1 66.8852 85.0612 -54.45 - 58 117.931 1234 4 1 66.9207 84.9803 -84.45 - 58 110.148 1324 4 0 66.9185 84.9778 -85.85 - 58 172.581 1234 3 1 66.8619 84.926 -114.45 - 58 121.141 1324 3 0 66.832 84.9002 -115.85 - 58 117.713 1230 2 1 66.0673 84.2635 -144.45 - 58 209.405 1320 2 0 66.0223 84.2323 -145.85 - 58 133.973 1225 1 1 65.0752 83.6851 -174.45 - 58 98.5527 1318 1 0 65.0311 83.6563 -175.85 - 58 22.1425 1317 1 0 65.0209 83.65 -176.172 - 58 351.611 1220 0 1 64.085 83.1517 -204.45 - 58 520.871 1315 0 0 64.0313 83.118 -205.85 - 58 165.971 1231 0 0 85.3598 66.3248 -206.25 - 58 298.495 1328 0 1 85.7876 67.612 -204.85 - 58 314.576 1316 0 0 64.1403 83.25 -206.065 - 58 346.814 1232 0 1 66.547 84.883 -204.45 - 58 257.531 1324 0 0 66.5219 84.9035 -205.85 - 58 14.1638 768 6 1 -26.25 155.783 -24.7621 - 58 290.185 1342 2 1 88.621 51.789 -144.45 -Number of digits in this event: 30 +Event: 49 +Number of tracker hits in this event: 69 + 49 241.11 861 9 1 -7.82353 -28.7607 65.55 + 49 264.639 756 9 0 -7.82486 -28.7622 64.15 + 49 315.703 861 8 1 -7.84301 -28.795 35.55 + 49 266.973 756 8 0 -7.84384 -28.7991 34.15 + 49 119.048 860 7 1 -7.85718 -28.8882 5.55 + 49 263.335 755 7 0 -7.85533 -28.8933 4.15 + 49 211.465 861 6 1 -7.82301 -28.9961 -24.45 + 49 355.056 755 6 0 -7.81967 -29.0017 -25.85 + 49 98.8007 861 5 1 -7.74551 -29.1203 -54.45 + 49 334.462 754 5 0 -7.73908 -29.1271 -55.85 + 49 139.028 862 4 1 -7.60297 -29.2503 -84.45 + 49 150.189 753 4 0 -7.59899 -29.2555 -85.85 + 49 123.885 862 3 1 -7.52681 -29.3461 -114.45 + 49 121.696 753 3 0 -7.52214 -29.3483 -115.85 + 49 560.261 863 2 1 -7.42361 -29.396 -144.45 + 49 224.584 753 2 0 -7.41952 -29.3973 -145.85 + 49 147.632 863 1 1 -7.34573 -29.4232 -174.45 + 49 137.11 753 1 0 -7.34091 -29.4238 -175.85 + 49 99.6623 864 0 1 -7.23374 -29.4294 -204.45 + 49 215.781 753 0 0 -7.23028 -29.4325 -205.85 + 49 129.464 762 1 1 -27.6003 1.42934 -174.85 + 49 134.469 723 0 0 -2.36019 -35.3427 -206.25 + 49 78.0843 722 0 0 -2.45664 -35.4501 -205.945 + 49 126.069 882 0 1 -3.49131 -35.7859 -204.85 + 49 151.411 881 0 1 -3.65015 -35.7728 -204.742 + 49 85.7624 880 0 1 -3.85 -35.8661 -204.703 + 49 67.4495 720 0 0 -3.80736 -35.9984 -205.851 + 49 63.4932 719 0 0 -3.74115 -36.0501 -205.923 + 49 57.6251 794 2 0 -12.1128 -21.1377 -146.25 + 49 77.0045 795 2 0 -12.1257 -21.05 -146.09 + 49 13.6042 796 2 0 -12.188 -20.85 -145.881 + 49 219.927 836 2 1 -12.6579 -19.9077 -144.85 + 49 47.1074 835 2 1 -12.8501 -19.3372 -144.451 + 49 179.574 834 2 1 -13.0504 -19.354 -144.536 + 49 96.3993 833 2 1 -13.2503 -19.4851 -144.699 + 49 134.16 832 2 1 -13.4501 -19.6516 -144.751 + 49 466.273 831 2 1 -13.6502 -19.7971 -144.773 + 49 106.606 861 1 1 -7.71266 -29.2183 -174.45 + 49 163.495 754 1 0 -7.71371 -29.2131 -175.85 + 49 145.846 861 0 1 -7.76404 -29.1614 -204.45 + 49 111.935 754 0 0 -7.76782 -29.1608 -205.85 + 49 11.4234 970 6 0 108.309 14.1473 -26.25 + 49 41.4226 864 2 1 -7.25 -29.2223 -144.762 + 49 76.4499 759 2 0 -6.44939 -28.1871 -145.85 + 49 140.437 760 2 0 -6.31664 -28.05 -146.011 + 49 98.3251 1115 1 1 43.125 -61.5374 -174.45 + 49 119.689 1114 1 1 43.05 -61.63 -174.498 + 49 82.4266 1113 1 1 42.85 -61.9047 -174.646 + 49 33.0108 1112 1 1 42.6499 -62.0207 -174.8 + 49 140.931 587 1 0 41.9175 -62.5736 -175.85 + 49 8.64448 950 3 0 -80.6193 10.05 -116.18 + 49 210.442 861 7 1 -7.84994 -28.8758 5.53092 + 49 60.8788 757 7 0 -7.73439 -28.4884 4.15 + 49 47.0861 758 7 0 -7.72457 -28.45 3.9799 + 49 148.433 860 6 1 -7.86811 -28.9996 -24.45 + 49 200.807 860 5 1 -7.93228 -29.0533 -54.45 + 49 161.858 859 4 1 -8.09546 -29.0461 -84.45 + 49 158.762 755 4 0 -8.10108 -29.0489 -85.85 + 49 121.742 859 3 1 -8.22009 -29.1045 -114.45 + 49 116.115 754 3 0 -8.22656 -29.1099 -115.85 + 49 110.985 858 2 1 -8.37507 -29.2244 -144.45 + 49 162.262 754 2 0 -8.38491 -29.2367 -145.85 + 49 111.669 857 1 1 -8.5944 -29.4657 -174.45 + 49 120.261 752 1 0 -8.59884 -29.472 -175.85 + 49 105.947 856 0 1 -8.66851 -29.5864 -204.45 + 49 109.013 752 0 0 -8.6723 -29.5896 -205.85 + 49 174.545 748 6 0 -5.64573 -30.261 -25.85 + 49 126.769 747 6 0 -5.5481 -30.45 -25.9738 + 49 192.866 1015 0 0 -11.916 23.05 -206.179 +Number of digits in this event: 44 Using G4ParticleGun... -Particle energy: 7.33336 LIN +Particle energy: 4.29665 LIN Particle: gamma -Event: 59 +Event: 50 +Number of tracker hits in this event: 63 + 50 268.669 1000 8 1 20.0713 -97.7024 35.55 + 50 241.772 412 8 0 20.0721 -97.7002 34.15 + 50 384.622 1000 7 1 20.087 -97.66 5.55 + 50 293.808 412 7 0 20.0885 -97.6591 4.15 + 50 296.541 1000 6 1 20.1077 -97.6601 -24.45 + 50 166.129 412 6 0 20.1107 -97.6617 -25.85 + 50 116.161 1000 5 1 20.1559 -97.677 -54.45 + 50 113.19 412 5 0 20.1595 -97.6788 -55.85 + 50 184.44 1000 4 1 20.2261 -97.7099 -84.45 + 50 117.805 412 4 0 20.2235 -97.7139 -85.85 + 50 310.995 1000 3 1 20.1678 -97.7872 -114.45 + 50 574.811 411 3 0 20.1677 -97.7879 -115.85 + 50 353.578 1000 2 1 20.1609 -97.7985 -144.45 + 50 287.257 411 2 0 20.1581 -97.8026 -145.85 + 50 122.029 1000 1 1 20.0954 -97.8853 -174.45 + 50 274.872 411 1 0 20.0891 -97.8873 -175.85 + 50 317.661 999 0 1 19.9569 -97.9295 -204.45 + 50 351.575 411 0 0 19.9497 -97.9323 -205.85 + 50 87.5127 417 1 0 29.7464 -96.6619 -176.25 + 50 303.02 1000 0 1 20.0501 -97.8341 -204.455 + 50 167.723 1001 0 1 20.25 -97.961 -204.586 + 50 47.634 1001 2 1 20.25 -97.6706 -144.728 + 50 6.38808 418 2 0 19.2868 -96.3619 -145.85 + 50 76.8036 419 2 0 19.28 -96.35 -145.864 + 50 40.837 420 2 0 19.3571 -96.1499 -145.92 + 50 388.935 996 2 1 19.331 -95.5514 -144.85 + 50 181.961 995 2 1 19.25 -95.4627 -144.464 + 50 112.982 412 3 0 20.2031 -97.6158 -115.85 + 50 114.444 437 2 0 19.907 -92.7001 -145.85 + 50 329.181 983 1 1 16.7252 -88.8417 -174.45 + 50 141.707 455 1 0 16.8527 -88.864 -175.85 + 50 50.9052 1007 0 1 21.5548 -91.4682 -204.45 + 50 90.7496 1008 0 1 21.65 -91.4882 -204.595 + 50 10.979 1009 0 1 21.85 -91.5136 -204.828 + 50 269.247 442 0 0 22.8531 -91.5763 -205.85 + 50 40.2534 638 8 0 120.06 -52.45 33.7687 + 50 38.3908 637 8 0 120.134 -52.45 34.0773 + 50 121.443 1501 8 1 120.482 -52.3766 35.1501 + 50 131.445 1500 8 1 120.35 -52.4158 35.2441 + 50 103.847 982 1 1 16.65 -88.7655 -174.692 + 50 9.44242 394 2 0 19.7596 -101.314 -145.85 + 50 69.8342 393 2 0 19.7692 -101.35 -145.874 + 50 80.489 392 2 0 19.8192 -101.55 -146.018 + 50 100.642 391 2 0 19.8709 -101.75 -146.162 + 50 191.412 1053 1 1 30.7456 -141.044 -174.45 + 50 66.1763 1054 1 1 30.85 -141.443 -174.721 + 50 52.8935 185 1 0 31.0757 -142.985 -175.85 + 50 77.47 184 1 0 31.0958 -143.15 -175.971 + 50 64.4542 183 1 0 31.1178 -143.35 -176.122 + 50 136.293 1069 0 1 33.9517 -179.648 -204.451 + 50 46.8417 410 3 0 20.3295 -97.9501 -116.217 + 50 92.5689 411 6 0 20.2395 -97.7924 -25.85 + 50 107.393 1001 5 1 20.3466 -97.7893 -54.45 + 50 126.516 411 5 0 20.3556 -97.7899 -55.85 + 50 114.974 1002 4 1 20.5623 -97.7827 -84.45 + 50 141.178 411 4 0 20.5752 -97.7824 -85.85 + 50 145.229 1003 3 1 20.8495 -97.7701 -114.45 + 50 128.064 1004 3 1 20.85 -97.7701 -114.491 + 50 104.41 1005 2 1 21.2366 -97.7599 -144.45 + 50 163.776 1008 1 1 21.7521 -97.8141 -174.45 + 50 105.03 1011 0 1 22.3676 -97.7471 -204.45 + 50 128.264 412 0 0 22.4029 -97.7491 -205.85 + 50 226.286 1003 0 1 20.8367 -97.9284 -204.45 +Number of digits in this event: 36 +Using G4ParticleGun... +Particle energy: 8.09987 LIN +Particle: gamma +Event: 51 +Number of tracker hits in this event: 4 + 51 30.9445 1249 0 0 17.7705 69.9847 -206.25 + 51 88.699 1250 0 0 17.5889 70.05 -205.891 + 51 114.413 983 0 1 16.8399 70.865 -204.85 + 51 218.005 984 0 1 16.85 70.9405 -204.688 +Number of digits in this event: 3 +Using G4ParticleGun... +Particle energy: 5.45791 LIN +Particle: gamma +Event: 52 +Number of tracker hits in this event: 6 + 52 49.7411 1150 2 0 3.10079 50.1314 -146.25 + 52 119.461 1149 2 0 3.14795 50.0491 -146.067 + 52 9.45265 921 2 1 4.35393 49.4088 -144.85 + 52 41.1845 1132 2 0 7.08691 46.5142 -145.85 + 52 231.183 936 2 1 7.3399 45.0466 -144.85 + 52 67.5245 925 1 1 5.05 105.207 -174.818 +Number of digits in this event: 3 +Using G4ParticleGun... +Particle energy: 4.7523 LIN +Particle: gamma +Event: 53 Number of tracker hits in this event: 3 - 59 200.791 657 6 0 -101.053 -48.5491 -26.25 - 59 219.668 658 6 0 -100.697 -48.45 -26.1627 - 59 81.1147 1557 0 0 -69.2485 131.65 -206.25 -Number of digits in this event: 5 + 53 89.7545 483 3 1 -83.25 114.06 -114.655 + 53 49.9649 184 6 1 -143.237 96.8163 -24.85 + 53 83.821 1384 6 0 -160.245 96.9702 -25.85 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 6.74691 LIN +Particle energy: 6.98845 LIN Particle: gamma -Event: 60 -Number of tracker hits in this event: 10 - 60 239.738 1494 1 1 119.112 -32.0943 -174.45 - 60 286.225 739 1 0 119.114 -32.0951 -175.85 - 60 242.477 1494 0 1 119.13 -32.1095 -204.45 - 60 229.784 739 0 0 119.134 -32.1116 -205.85 - 60 73.8828 1092 4 0 85.2984 38.611 -86.25 - 60 314.301 1093 4 0 85.1703 38.65 -86.0628 - 60 207.129 1242 0 1 68.65 -20.8961 -204.755 - 60 128.312 1241 0 1 68.45 -20.8619 -204.567 - 60 167.053 1550 13 0 179.711 130.277 183.75 - 60 279.098 1799 13 1 180.029 130.531 185.15 -Number of digits in this event: 11 -Using G4ParticleGun... -Particle energy: 1.50663 LIN -Particle: gamma -Event: 61 +Event: 54 Number of tracker hits in this event: 0 Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 9.20401 LIN +Particle energy: 4.03387 LIN +Particle: gamma +Event: 55 +Number of tracker hits in this event: 0 +Number of digits in this event: 4 +Using G4ParticleGun... +Particle energy: 5.16135 LIN +Particle: gamma +Event: 56 +Number of tracker hits in this event: 93 + 56 227.903 635 7 1 -52.8931 -51.5701 5.55 + 56 240.139 642 7 0 -52.8926 -51.5703 4.15 + 56 459.967 635 6 1 -52.863 -51.5829 -24.45 + 56 254.223 642 6 0 -52.8597 -51.5861 -25.85 + 56 395.537 636 5 1 -52.7955 -51.6397 -54.45 + 56 582.206 642 5 0 -52.7851 -51.6368 -55.85 + 56 198.497 637 4 1 -52.5819 -51.5998 -84.45 + 56 128.029 642 4 0 -52.5721 -51.6041 -85.85 + 56 191.91 638 3 1 -52.3699 -51.681 -114.45 + 56 117.967 641 3 0 -52.3599 -51.6874 -115.85 + 56 103.969 639 2 1 -52.1085 -51.8028 -144.45 + 56 116.171 641 2 0 -52.097 -51.8094 -145.85 + 56 144.323 640 1 1 -51.8553 -51.9433 -174.45 + 56 286.002 640 1 0 -51.8516 -51.9508 -175.85 + 56 519.41 641 0 1 -51.8142 -52.1152 -204.45 + 56 463.974 639 0 0 -51.8092 -52.1217 -205.85 + 56 13.8562 641 1 1 -51.85 -51.9443 -174.816 + 56 8.49934 641 1 0 -49.9294 -51.6531 -175.85 + 56 173.126 642 1 0 -49.8933 -51.6498 -175.868 + 56 20.2942 660 1 1 -47.8546 -53.2849 -174.85 + 56 312.894 661 1 1 -47.8499 -53.2891 -174.847 + 56 144.609 635 6 0 -54.4337 -52.8757 -25.85 + 56 37.6417 713 6 0 -83.7594 -37.3067 -26.25 + 56 120.567 714 6 0 -83.8658 -37.25 -26.138 + 56 68.4255 475 6 1 -84.8911 -36.4621 -24.8493 + 56 62.9635 474 6 1 -85.0501 -36.326 -24.7246 + 56 66.6472 473 6 1 -85.25 -36.1611 -24.7548 + 56 72.1039 472 6 1 -85.45 -35.9942 -24.7897 + 56 95.8101 471 6 1 -85.65 -35.9322 -24.7341 + 56 317.787 470 6 1 -85.8503 -35.5928 -24.6351 + 56 48.8005 469 6 1 -86.05 -35.3795 -24.5589 + 56 119.013 636 6 1 -52.85 -51.6268 -24.6659 + 56 176.803 635 4 1 -53.0452 -51.2675 -84.45 + 56 60.116 634 4 1 -53.05 -51.2644 -84.6165 + 56 100.447 644 4 0 -53.09 -51.236 -85.85 + 56 144.902 629 3 1 -54.1187 -50.5416 -114.45 + 56 214.844 647 3 0 -54.1374 -50.5109 -115.85 + 56 153.471 628 2 1 -54.3833 -49.7985 -144.45 + 56 95.3874 651 2 0 -54.4078 -49.7658 -145.85 + 56 94.772 625 1 1 -54.9241 -49.0925 -174.45 + 56 93.0654 654 1 0 -54.9451 -49.0738 -175.85 + 56 136.477 623 0 1 -55.44 -48.7102 -204.45 + 56 165.469 656 0 0 -55.4444 -48.679 -205.85 + 56 318.023 703 0 0 -74.523 -39.3807 -206.25 + 56 263.868 641 5 0 -53.0846 -51.65 -56.0448 + 56 43.9759 653 4 1 -49.2783 -52.1546 -84.45 + 56 129.746 654 4 1 -49.25 -52.1426 -84.5824 + 56 313.427 640 4 0 -48.9137 -52.0218 -85.8501 + 56 53.5696 698 3 1 -40.314 -48.6872 -114.45 + 56 84.6612 699 3 1 -40.2499 -48.6626 -114.653 + 56 41.9946 657 3 0 -39.8772 -48.4759 -115.85 + 56 69.771 658 3 0 -39.8255 -48.45 -116.007 + 56 61.0548 745 2 1 -30.9147 -43.5325 -144.45 + 56 154.529 746 2 1 -30.85 -43.5225 -144.547 + 56 5.3924 747 2 1 -30.65 -43.5022 -144.838 + 56 147.27 683 2 0 -30.0057 -43.4177 -145.85 + 56 9.75538 850 1 1 -9.87805 -40.911 -174.45 + 56 99.8786 851 1 1 -9.85 -40.934 -174.475 + 56 136.004 852 1 1 -9.64902 -41.0389 -174.588 + 56 77.0592 853 1 1 -9.4498 -41.1608 -174.736 + 56 87.0909 691 1 0 -8.75485 -41.7795 -175.85 + 56 146.259 690 1 0 -8.63247 -41.8501 -176.064 + 56 249.237 609 1 0 39.7987 -58.0527 -176.25 + 56 192.813 608 1 0 40.4056 -58.25 -176 + 56 206.837 1108 1 1 41.8245 -58.8241 -174.85 + 56 61.2921 1109 1 1 41.85 -58.8388 -174.821 + 56 354.791 1107 1 1 41.6499 -58.642 -174.652 + 56 39.1379 1106 1 1 41.4499 -58.9531 -174.565 + 56 58.116 553 0 0 39.6956 -69.45 -206.026 + 56 20.8307 719 2 1 -36.0704 -52.9605 -144.45 + 56 133.027 720 2 1 -36.0499 -52.9522 -144.519 + 56 162.438 635 2 0 -35.8656 -52.8783 -145.85 + 56 128.923 719 1 1 -36.1784 -51.4496 -174.45 + 56 27.7886 720 1 1 -36.05 -51.2052 -174.772 + 56 1.51389 647 1 0 -35.7658 -50.454 -175.85 + 56 88.8994 648 1 0 -35.7643 -50.45 -175.856 + 56 37.5855 649 1 0 -35.6877 -50.25 -176.126 + 56 203.183 744 0 1 -31.0725 -30.9161 -204.45 + 56 131.466 744 0 0 -30.7759 -31.1211 -205.85 + 56 90.7611 741 0 0 -30.5998 -31.7338 -205.85 + 56 279.296 740 0 0 -30.5137 -31.85 -206.01 + 56 148.05 635 5 1 -52.926 -51.4525 -54.45 + 56 143.978 643 5 0 -52.9287 -51.4464 -55.85 + 56 122.188 643 4 0 -52.9824 -51.3211 -85.85 + 56 128.703 635 3 1 -52.9752 -51.1682 -114.45 + 56 150.35 644 3 0 -52.9758 -51.1598 -115.85 + 56 116.296 635 2 1 -52.9755 -50.9886 -144.45 + 56 122.415 645 2 0 -52.9743 -50.9763 -145.85 + 56 107.952 635 1 1 -52.9619 -50.7154 -174.45 + 56 119.999 646 1 0 -52.9607 -50.7033 -175.85 + 56 106.722 635 0 1 -52.9389 -50.4474 -204.45 + 56 119.532 648 0 0 -52.9351 -50.4328 -205.85 + 56 12.5013 602 0 1 -59.4898 -30.1964 -204.85 +Number of digits in this event: 52 +Using G4ParticleGun... +Particle energy: 2.91477 LIN +Particle: gamma +Event: 57 +Number of tracker hits in this event: 43 + 57 243.053 618 9 1 -56.4411 -83.3911 65.55 + 57 248.45 483 9 0 -56.4567 -83.3907 64.15 + 57 112.1 616 8 1 -56.7572 -83.3357 35.55 + 57 239.059 483 8 0 -56.7582 -83.309 34.15 + 57 106.772 616 7 1 -56.6767 -82.6569 5.55 + 57 120.905 487 7 0 -56.6915 -82.5971 4.15 + 57 130.78 615 6 1 -57.0009 -81.3423 -24.45 + 57 129.858 493 6 0 -57.0068 -81.3248 -25.85 + 57 27.3093 615 5 1 -57.0479 -81.0122 -54.45 + 57 100.556 614 5 1 -57.05 -81.0095 -54.5444 + 57 141.341 495 5 0 -57.0872 -80.9672 -55.85 + 57 100.943 610 4 1 -57.9771 -80.1308 -84.45 + 57 202.681 499 4 0 -58.0267 -80.0914 -85.85 + 57 109.042 604 3 1 -59.1038 -79.4916 -114.45 + 57 145.841 502 3 0 -59.1995 -79.4624 -115.85 + 57 137.806 594 2 1 -61.1818 -78.8293 -144.45 + 57 187.296 506 2 0 -61.3149 -78.8373 -145.85 + 57 185.131 581 1 1 -63.6631 -79.0098 -174.45 + 57 118.208 505 1 0 -63.6941 -79.0061 -175.85 + 57 132.026 580 0 1 -63.8675 -79.6127 -204.45 + 57 127.035 501 0 0 -63.9027 -79.6712 -205.85 + 57 164.861 140 8 1 -152.116 -48.177 35.55 + 57 50.7118 484 5 0 -57.9656 -83.1129 -55.85 + 57 131.657 618 8 1 -56.4209 -83.3957 35.55 + 57 106.923 618 7 1 -56.4143 -83.4081 5.55 + 57 132.957 483 7 0 -56.4168 -83.408 4.15 + 57 116.19 617 6 1 -56.4777 -83.4062 -24.45 + 57 114.673 483 6 0 -56.4826 -83.4056 -25.85 + 57 132.482 617 5 1 -56.5865 -83.3771 -54.45 + 57 231.087 483 5 0 -56.5971 -83.3729 -55.85 + 57 195.713 616 4 1 -56.811 -83.2923 -84.45 + 57 115.86 483 4 0 -56.8213 -83.2829 -85.85 + 57 123.477 615 3 1 -57.0202 -83.0952 -114.45 + 57 231.197 484 3 0 -57.0316 -83.0901 -115.85 + 57 120.107 613 2 1 -57.2743 -82.9881 -144.45 + 57 94.9408 485 2 0 -57.2857 -82.9817 -145.85 + 57 293.157 612 1 1 -57.5239 -82.8431 -174.45 + 57 116.708 486 1 0 -57.533 -82.8349 -175.85 + 57 138.99 611 0 1 -57.7149 -82.6683 -204.45 + 57 139.893 486 0 0 -57.723 -82.663 -205.85 + 57 32.6725 694 2 1 -41.2168 -78.2082 -144.85 + 57 130.438 657 0 0 -38.634 -48.65 -205.964 + 57 45.36 548 0 1 -70.25 -55.1693 -204.783 +Number of digits in this event: 29 +Using G4ParticleGun... +Particle energy: 1.07194 LIN +Particle: gamma +Event: 58 +Number of tracker hits in this event: 59 + 58 211.541 877 6 1 -4.46682 34.8514 -24.45 + 58 161.535 1074 6 0 -4.47736 34.8658 -25.85 + 58 401.417 877 5 1 -4.6463 35.128 -54.45 + 58 23.866 876 5 1 -4.65 35.1335 -54.7708 + 58 167.667 1075 5 0 -4.66017 35.1564 -55.85 + 58 144.179 875 4 1 -4.98133 35.7412 -84.45 + 58 104.211 1078 4 0 -5.00561 35.7527 -85.85 + 58 111 872 3 1 -5.52826 35.9592 -114.45 + 58 124.464 1079 3 0 -5.56926 35.9717 -115.85 + 58 158.03 868 2 1 -6.3581 36.2829 -144.45 + 58 126.766 1081 2 0 -6.38967 36.3033 -145.85 + 58 121.982 865 1 1 -7.01948 36.8251 -174.45 + 58 135.823 1084 1 0 -7.04941 36.8894 -175.85 + 58 133.763 862 0 1 -7.5831 38.0907 -204.45 + 58 114.599 1090 0 0 -7.57157 38.1508 -205.85 + 58 251.868 863 0 1 -7.29284 36.9343 -204.45 + 58 149.372 1084 0 0 -7.30953 36.9228 -205.85 + 58 196.984 1083 0 0 -7.319 36.8275 -205.85 + 58 96.8478 1005 5 0 30.4881 21.188 -56.25 + 58 124.919 1073 6 0 -4.47123 34.8454 -25.85 + 58 137.519 1073 5 0 -4.63665 34.7461 -55.85 + 58 138.683 876 4 1 -4.78291 34.7427 -84.45 + 58 163.393 1073 4 0 -4.79393 34.7506 -85.85 + 58 144.102 875 3 1 -5.00461 34.9419 -114.45 + 58 108.302 1074 3 0 -5.01908 34.9503 -115.85 + 58 157.677 873 2 1 -5.3287 35.0698 -144.45 + 58 143.594 1075 2 0 -5.35761 35.0808 -145.85 + 58 121.058 869 1 1 -6.1901 35.3097 -174.45 + 58 294.078 1076 1 0 -6.24807 35.3831 -175.85 + 58 153.94 861 0 1 -7.77662 36.8631 -204.45 + 58 149.604 1539 1 0 -52.307 127.95 -175.951 + 58 51.3736 861 1 1 -7.69841 36.6767 -174.85 + 58 236.81 864 0 1 -7.17055 35.5963 -204.45 + 58 103.817 1077 0 0 -7.23882 35.6055 -205.85 + 58 176.483 1076 0 0 -7.30555 35.356 -205.85 + 58 50.2119 954 2 0 -11.5997 10.9627 -146.25 + 58 87.7081 953 2 0 -11.5563 10.85 -146.102 + 58 114.974 845 2 1 -10.9226 10.0327 -144.85 + 58 57.124 918 3 0 110.626 3.6677 -116.25 + 58 73.2394 917 3 0 110.724 3.64987 -116.215 + 58 46.1376 916 3 0 110.83 3.45 -116.187 + 58 130.734 915 3 0 110.792 3.25 -116.163 + 58 86.2277 914 3 0 110.784 3.04981 -116.119 + 58 73.5534 1455 3 1 111.22 2.77546 -114.85 + 58 103.747 1456 3 1 111.35 2.66686 -114.638 + 58 30.5657 1136 2 0 -4.28568 47.3863 -146.25 + 58 58.3802 1137 2 0 -4.26292 47.4501 -146.179 + 58 89.629 1138 2 0 -4.21731 47.6504 -146.103 + 58 219.317 1139 2 0 -4.23652 47.85 -146.089 + 58 183.995 1140 2 0 -4.12522 48.0501 -146.149 + 58 156.243 1347 0 0 -14.6252 89.5755 -206.25 + 58 234.649 870 0 1 -5.98902 35.4025 -204.45 + 58 52.8469 871 0 1 -5.84958 35.9094 -204.812 + 58 170.384 1087 0 0 -4.15481 37.4629 -205.85 + 58 43.7599 874 3 1 -5.05032 34.8435 -114.76 + 58 394.048 1068 3 0 -5.9973 33.8033 -115.85 + 58 12.3949 849 3 0 -58.7919 -10.2379 -116.25 + 58 34.2603 848 3 0 -58.7928 -10.25 -116.239 + 58 0.563155 945 3 0 -37.7659 9.09742 -116.25 +Number of digits in this event: 36 +Using G4ParticleGun... +Particle energy: 6.37404 LIN +Particle: gamma +Event: 59 +Number of tracker hits in this event: 119 + 59 239.972 770 10 1 -26.0041 -28.4715 95.55 + 59 218.16 757 10 0 -26.0052 -28.4713 94.15 + 59 238.969 770 9 1 -26.0235 -28.4638 65.55 + 59 134.966 757 9 0 -26.0229 -28.4613 64.15 + 59 248.819 770 8 1 -26.0064 -28.4149 35.55 + 59 111.711 758 8 0 -26.0059 -28.4137 34.15 + 59 100.308 770 7 1 -25.9947 -28.3885 5.55 + 59 202.247 758 7 0 -25.9961 -28.3862 4.15 + 59 122.906 770 6 1 -26.0314 -28.3426 -24.45 + 59 208.666 758 6 0 -26.0325 -28.3423 -25.85 + 59 128.574 769 5 1 -26.0566 -28.3333 -54.45 + 59 198.954 758 5 0 -26.0536 -28.3295 -55.85 + 59 434.464 770 4 1 -26.016 -28.2601 -84.45 + 59 358.614 758 4 0 -26.0117 -28.253 -85.85 + 59 482.966 770 3 1 -25.9267 -28.122 -114.45 + 59 236.09 759 3 0 -25.9184 -28.1129 -115.85 + 59 121.147 771 2 1 -25.7415 -27.9309 -144.45 + 59 300.838 760 2 0 -25.7356 -27.9184 -145.85 + 59 108.696 772 1 1 -25.6179 -27.6602 -174.45 + 59 131.446 762 1 0 -25.6113 -27.6498 -175.85 + 59 111.793 772 0 1 -25.4771 -27.4334 -204.45 + 59 138.907 763 0 0 -25.4667 -27.4266 -205.85 + 59 291.118 1449 2 0 -39.5309 109.95 -146.245 + 59 39.7424 844 0 0 -46.0388 -11.0979 -206.25 + 59 161.357 845 0 0 -46.0726 -11.05 -206.215 + 59 112.959 761 1 0 -25.6015 -27.6504 -176.238 + 59 261.674 759 4 0 -25.416 -28.25 -86.1153 + 59 107.592 817 3 1 -16.5339 -26.59 -114.45 + 59 11.197 818 3 1 -16.45 -26.6756 -114.8 + 59 116.849 765 3 0 -16.1987 -26.9266 -115.85 + 59 15.1004 854 2 1 -9.08758 -32.5298 -144.45 + 59 74.5402 855 2 1 -9.04989 -32.5381 -144.467 + 59 52.9014 856 2 1 -8.85 -32.5838 -144.556 + 59 66.751 857 2 1 -8.65 -32.6327 -144.65 + 59 71.2881 858 2 1 -8.45 -32.6824 -144.743 + 59 6.71688 859 2 1 -8.25 -32.7296 -144.838 + 59 166.746 733 2 0 -5.72317 -33.3273 -145.85 + 59 228.108 732 2 0 -5.27263 -33.45 -146.018 + 59 162.11 731 2 0 -4.54141 -33.65 -146.178 + 59 237.419 757 4 0 -25.0932 -28.45 -86.1472 + 59 128.562 762 3 1 -27.5784 -26.1129 -114.45 + 59 202.188 769 3 0 -27.7153 -26.0758 -115.85 + 59 141.671 747 2 1 -30.5023 -25.5297 -144.45 + 59 116.286 772 2 0 -30.4843 -25.5722 -145.85 + 59 112.844 747 1 1 -30.5329 -26.4763 -174.45 + 59 40.7527 767 1 0 -30.558 -26.4532 -175.85 + 59 172.454 768 1 0 -30.5612 -26.45 -175.979 + 59 145.05 744 0 1 -31.0868 -25.6647 -204.45 + 59 152.341 772 0 0 -31.0986 -25.5652 -205.85 + 59 396.969 758 3 0 -25.5317 -28.3248 -115.85 + 59 77.0199 813 2 1 -17.254 -29.7333 -144.45 + 59 68.1111 812 2 1 -17.45 -29.6157 -144.552 + 59 93.0005 811 2 1 -17.65 -29.4949 -144.646 + 59 85.6272 810 2 1 -17.8502 -29.326 -144.785 + 59 99.2136 742 1 1 -31.6452 -31.7064 -174.45 + 59 120.477 741 1 0 -31.5628 -31.8135 -175.85 + 59 299.983 769 3 1 -26.0501 -28.3614 -114.693 + 59 322.104 762 3 0 -26.4999 -27.5979 -115.85 + 59 76.126 767 2 1 -26.4836 -29.6624 -144.45 + 59 51.5948 768 2 1 -26.4499 -29.6546 -144.664 + 59 97.8314 752 2 0 -26.2591 -29.6491 -145.85 + 59 126.644 789 1 1 -22.1196 -29.6173 -174.45 + 59 125.777 751 1 0 -21.9226 -29.7827 -175.85 + 59 150.433 812 0 1 -17.4935 -32.4517 -204.45 + 59 68.8671 739 0 0 -17.9014 -32.1082 -205.85 + 59 49.1035 740 0 0 -17.9683 -32.05 -206.087 + 59 45.2686 770 2 1 -26.0444 -28.4752 -144.451 + 59 217.049 769 2 1 -26.05 -28.4566 -144.54 + 59 277.734 759 2 0 -26.2167 -28.2043 -145.85 + 59 111.586 746 1 1 -30.7604 -22.8608 -174.45 + 59 55.1516 745 1 1 -30.85 -22.8471 -174.676 + 59 156.986 786 1 0 -31.3237 -22.8382 -175.85 + 59 19.3457 693 0 1 -41.4126 -23.1751 -204.45 + 59 162.365 692 0 1 -41.4504 -23.1751 -204.512 + 59 5.05926 691 0 1 -41.65 -23.1764 -204.83 + 59 137.081 784 0 0 -42.3181 -23.1852 -205.85 + 59 32.5069 1096 4 1 39.25 97.3437 -84.5035 + 59 14.4584 758 2 0 -26.0934 -28.2509 -145.85 + 59 99.678 770 1 1 -26.0214 -27.6176 -174.45 + 59 135.524 769 1 1 -26.05 -27.6347 -174.643 + 59 124.969 746 0 1 -30.6721 -30.294 -204.45 + 59 106.567 748 0 0 -30.7758 -30.4058 -205.85 + 59 4.75406 989 1 1 17.85 -29.7026 -174.598 + 59 132.392 762 0 0 -25.4497 -27.4529 -205.85 + 59 186.423 543 7 0 -29.4998 -71.2895 3.75 + 59 35.9589 544 7 0 -29.4068 -71.25 3.87897 + 59 97.7492 758 9 0 -25.9768 -28.4075 64.15 + 59 118.309 759 8 0 -26.0051 -28.2492 34.15 + 59 175.277 769 7 1 -26.114 -28.0832 5.55 + 59 38.8481 759 7 0 -26.0769 -28.0521 4.15 + 59 107.867 760 7 0 -26.0742 -28.05 4.05539 + 59 112.235 772 6 1 -25.4862 -27.5821 -24.45 + 59 125.676 762 6 0 -25.4725 -27.5979 -25.85 + 59 109.855 774 5 1 -25.1275 -28.0127 -54.45 + 59 131.268 759 5 0 -25.0933 -28.0517 -55.85 + 59 152.204 778 4 1 -24.3438 -28.8119 -84.45 + 59 125.474 755 4 0 -24.2911 -28.8696 -85.85 + 59 1.38846 783 3 1 -23.2518 -30.0471 -114.45 + 59 96.9531 784 3 1 -23.25 -30.0476 -114.462 + 59 109.361 749 3 0 -23.0368 -30.1011 -115.85 + 59 118.172 806 2 1 -18.7207 -31.0837 -144.45 + 59 113.516 744 2 0 -18.5307 -31.1622 -145.85 + 59 100.304 827 1 1 -14.5965 -32.798 -174.451 + 59 113.923 735 1 0 -14.5473 -32.9228 -175.85 + 59 145.104 837 0 1 -12.5394 -37.7809 -204.45 + 59 29.3312 711 0 0 -12.4112 -37.6608 -205.85 + 59 89.5765 712 0 0 -12.4011 -37.65 -205.962 + 59 56.0865 584 2 0 -47.1031 -63.174 -146.25 + 59 225.366 583 2 0 -47.1887 -63.25 -145.935 + 59 34.7577 754 2 0 -22.3944 -29.1835 -145.85 + 59 149.091 768 7 1 -26.25 -28.0626 5.26137 + 59 0.416076 767 7 1 -26.45 -28.0208 5.15806 + 59 97.1431 770 7 0 -27.2113 -25.9367 4.15 + 59 25.9593 757 5 0 -26.0251 -28.4503 -56.1545 + 59 167.019 732 5 0 27.5572 -33.526 -56.25 + 59 256.928 731 5 0 28.0979 -33.65 -56.082 + 59 16.3846 1048 5 1 29.8211 -33.6931 -54.85 + 59 112.11 1049 5 1 29.85 -33.6911 -54.8074 + 59 71.7367 1050 5 1 30.05 -33.5917 -54.5535 +Number of digits in this event: 59 +Using G4ParticleGun... +Particle energy: 4.7997 LIN +Particle: gamma +Event: 60 +Number of tracker hits in this event: 17 + 60 84.9493 1265 2 1 73.059 -107.152 -144.707 + 60 170.09 364 2 0 73.0591 -107.15 -145.85 + 60 86.3997 365 2 0 73.0591 -107.15 -145.971 + 60 123.173 1264 1 1 73.0324 -107.089 -174.45 + 60 132.356 365 1 0 73.0291 -107.086 -175.85 + 60 125.037 1264 0 1 72.9552 -107.037 -204.45 + 60 106.122 365 0 0 72.9419 -107.025 -205.85 + 60 106.632 1265 1 1 73.0626 -107.159 -174.45 + 60 138.047 364 1 0 73.0642 -107.159 -175.85 + 60 190.132 1265 0 1 73.0929 -107.173 -204.45 + 60 118.407 364 0 0 73.0927 -107.172 -205.85 + 60 29.5485 345 0 0 100.522 -110.978 -206.25 + 60 179.292 204 1 0 103.609 -139.219 -176.25 + 60 146.17 370 1 0 37.225 -106.051 -176.25 + 60 9.83595 949 6 1 10.0488 -16.4919 -24.85 + 60 116.271 174 10 0 -123.677 -145.15 93.9439 + 60 68.3149 950 6 1 10.05 -16.4798 -24.8194 +Number of digits in this event: 11 +Using G4ParticleGun... +Particle energy: 4.62859 LIN +Particle: gamma +Event: 61 +Number of tracker hits in this event: 35 + 61 237.813 575 4 1 -64.9214 59.2139 -84.45 + 61 332.054 1195 4 0 -64.9195 59.2151 -85.85 + 61 175.745 575 3 1 -64.8655 59.2389 -114.45 + 61 304.23 1195 3 0 -64.8604 59.2411 -115.85 + 61 189.565 576 2 1 -64.7551 59.2868 -144.45 + 61 130.866 1196 2 0 -64.7492 59.2893 -145.85 + 61 112.015 577 1 1 -64.6209 59.3417 -174.45 + 61 260.409 1196 1 0 -64.6154 59.3428 -175.85 + 61 187.751 577 0 1 -64.5058 59.3703 -204.45 + 61 95.1144 1196 0 0 -64.5009 59.3733 -205.85 + 61 269.355 1121 1 1 44.25 136.51 -174.738 + 61 28.9548 1122 1 1 44.4501 136.712 -174.696 + 61 16.3909 711 14 0 -96.5541 -37.6634 213.75 + 61 30.5644 1067 0 0 19.0229 33.65 -206.233 + 61 10.7559 1355 0 1 91.15 -137.975 -204.535 + 61 432.166 1356 0 1 91.35 -138.45 -204.534 + 61 69.725 998 0 1 19.687 33.5462 -204.85 + 61 83.2561 999 0 1 19.85 33.5529 -204.708 + 61 2.86515 1000 0 1 20.05 33.5114 -204.837 + 61 69.103 1065 0 0 20.6153 33.1093 -205.85 + 61 107.263 1064 0 0 20.7735 33.05 -206.016 + 61 150.171 779 0 0 -22.5101 -24.2427 -206.25 + 61 107.864 780 0 0 -22.3767 -24.05 -206.068 + 61 217.071 781 0 0 -22.462 -23.8496 -206.023 + 61 160.263 574 3 1 -65.1909 59.1673 -114.45 + 61 131.723 573 2 1 -65.3108 59.1853 -144.45 + 61 143.149 1195 2 0 -65.3145 59.191 -145.85 + 61 128.617 572 1 1 -65.4636 59.3357 -174.45 + 61 115.83 570 0 1 -65.8519 59.8143 -204.45 + 61 131.881 1198 0 0 -65.8591 59.8008 -205.85 + 61 25.1715 582 2 1 -63.6407 60.6432 -144.85 + 61 7.50685 1207 2 0 -60.104 61.4504 -145.85 + 61 206.205 1206 2 0 -60.0862 61.45 -145.854 + 61 38.5963 1183 4 0 -61.9675 56.6625 -86.25 + 61 258.751 1182 4 0 -62.0107 56.65 -86.1845 +Number of digits in this event: 21 +Using G4ParticleGun... +Particle energy: 9.30677 LIN Particle: gamma Event: 62 -Number of tracker hits in this event: 4 - 62 223.421 802 1 1 -19.5514 -116.826 -174.45 - 62 282.377 316 1 0 -19.5514 -116.827 -175.85 - 62 227.145 802 0 1 -19.5547 -116.838 -204.45 - 62 230.601 316 0 0 -19.5553 -116.838 -205.85 -Number of digits in this event: 7 +Number of tracker hits in this event: 1 + 62 116.088 1299 5 1 79.9452 27.953 -54.85 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 3.05581 LIN +Particle energy: 7.20659 LIN Particle: gamma Event: 63 Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 5.61299 LIN +Particle energy: 4.75383 LIN Particle: gamma Event: 64 -Number of tracker hits in this event: 128 - 64 248 1518 7 1 123.945 -28.9086 5.55 - 64 211.864 755 7 0 123.951 -28.9075 4.15 - 64 427.203 1519 6 1 124.017 -28.8986 -24.45 - 64 516.331 755 6 0 124.017 -28.8968 -25.85 - 64 240.438 1519 5 1 124.053 -28.8366 -54.45 - 64 121.217 756 5 0 124.054 -28.8336 -55.85 - 64 239.736 1519 4 1 124.103 -28.7847 -84.45 - 64 4.95118 757 4 0 123.88 -28.4554 -85.85 - 64 104.356 758 4 0 123.876 -28.45 -85.8719 - 64 68.7386 1504 3 1 121.007 -20.1923 -114.45 - 64 54.7894 1505 3 1 121.15 -20.178 -114.679 - 64 175.078 800 3 0 121.789 -20.0237 -115.85 - 64 109.408 638 3 0 96.5902 -52.3505 -116.25 - 64 93.1791 637 3 0 96.447 -52.45 -116.138 - 64 93.5759 636 3 0 96.2498 -52.65 -116.042 - 64 221.923 635 3 0 96.0699 -52.85 -115.993 - 64 256.756 634 3 0 95.9707 -53.05 -115.989 - 64 164.967 633 3 0 95.9413 -53.2502 -115.947 - 64 58.308 632 3 0 95.854 -53.45 -115.928 - 64 62.1076 631 3 0 95.7641 -53.65 -115.9 - 64 30.4854 1371 3 1 94.4039 -56.2896 -114.85 - 64 151.477 1370 3 1 94.3497 -56.379 -114.799 - 64 5.94938 1369 3 1 94.1498 -56.7585 -114.473 - 64 43.6881 647 2 0 108.391 -50.6111 -145.85 - 64 227.819 1447 2 1 109.682 -49.3538 -144.85 - 64 164.54 756 3 0 124.169 -28.7366 -115.997 - 64 262.783 1520 2 1 124.196 -28.6906 -144.45 - 64 106.008 756 2 0 124.211 -28.6797 -145.85 - 64 98.3269 1522 1 1 124.555 -28.4591 -174.45 - 64 264.588 758 1 0 124.563 -28.431 -175.85 - 64 359.673 1523 0 1 124.786 -27.9349 -204.45 - 64 161.238 760 0 0 124.791 -27.9347 -205.85 - 64 111.485 1522 0 1 124.75 -27.8874 -204.819 - 64 30.479 751 0 0 123.72 -29.6696 -205.85 - 64 380.204 1519 2 1 124.15 -28.6888 -144.513 - 64 436.525 1518 2 1 123.95 -28.7496 -144.747 - 64 30.2745 742 2 0 121.521 -31.5509 -145.85 - 64 50.6256 741 2 0 121.447 -31.65 -145.868 - 64 28.8099 740 2 0 121.333 -31.8501 -145.869 - 64 549.195 1496 2 1 119.453 -35.4274 -144.85 - 64 257.348 1495 2 1 119.35 -36.1239 -144.716 - 64 37.6692 1497 2 1 119.55 -37.2012 -144.457 - 64 125.45 711 2 0 119.2 -37.7989 -145.85 - 64 66.3239 710 2 0 119.176 -37.85 -146.116 - 64 58.8451 730 2 0 145.811 -33.9493 -146.25 - 64 209.61 731 2 0 145.911 -33.8496 -146.135 - 64 171.153 1627 2 1 145.715 -32.6619 -144.85 - 64 19.1293 1628 2 1 145.75 -32.6286 -144.804 - 64 444.523 755 2 0 123.931 -28.9002 -145.85 - 64 122.819 1523 1 1 124.861 -29.8467 -174.45 - 64 117.571 750 1 0 124.962 -29.8916 -175.85 - 64 122.234 1535 0 1 127.286 -30.9974 -204.45 - 64 111.544 744 0 0 127.326 -31.0618 -205.85 - 64 218.078 505 7 0 143.427 -78.8563 3.75 - 64 357.315 1613 7 1 142.933 -78.5023 5.15 - 64 109.553 1612 7 1 142.75 -77.8474 5.47917 - 64 219.405 1611 7 1 142.55 -77.479 5.38355 - 64 78.9454 1610 7 1 142.35 -77.0465 5.27304 - 64 182.045 520 7 0 142.356 -76.0295 4.14946 - 64 175.551 1607 7 1 141.729 -76.4716 5.15 - 64 202.903 1518 6 1 123.94 -28.9941 -24.45 - 64 274.441 1518 5 1 123.851 -29.8322 -54.45 - 64 101.236 750 5 0 123.809 -29.8952 -55.85 - 64 271.965 1512 4 1 122.598 -31.3989 -84.45 - 64 151.922 743 4 0 122.623 -31.4121 -85.85 - 64 121.317 1514 3 1 123.076 -31.9709 -114.45 - 64 112.217 740 3 0 122.984 -32.0115 -115.851 - 64 118.632 1504 2 1 121.122 -33.2401 -144.45 - 64 114.374 733 2 0 121.063 -33.2817 -145.85 - 64 122.426 1496 1 1 119.499 -34.1044 -174.45 - 64 242.961 728 1 0 119.462 -34.2547 -175.85 - 64 268.478 1492 0 1 118.716 -37.7959 -204.45 - 64 118.18 709 0 0 118.595 -38.0579 -205.85 - 64 173.78 1759 2 0 108.034 171.95 -146.173 - 64 160.155 1518 0 1 123.86 -18.6238 -204.85 - 64 105.206 1769 8 0 -54.7516 174.053 33.75 - 64 67.5021 1770 8 0 -54.915 174.15 33.978 - 64 15.9215 622 8 1 -55.6343 174.808 35.1506 - 64 148.547 621 8 1 -55.6502 174.826 35.1894 - 64 219.89 620 8 1 -55.85 175.021 35.2865 - 64 317.523 1517 5 1 123.608 -29.2703 -54.45 - 64 153.996 753 5 0 123.568 -29.3072 -55.85 - 64 183.756 749 4 0 122.62 -30.0733 -85.85 - 64 102.734 1508 3 1 121.902 -29.7326 -114.45 - 64 117.044 751 3 0 121.871 -29.7485 -115.85 - 64 218.099 754 5 0 123.478 -29.2301 -55.85 - 64 81.0872 1501 4 1 120.427 -28.5862 -84.45 - 64 30.2512 1502 4 1 120.55 -28.631 -84.7245 - 64 129.186 756 4 0 121.046 -28.795 -85.85 - 64 240.84 755 4 0 121.207 -28.85 -86.2208 - 64 104.74 1565 3 1 133.22 -33.3262 -114.45 - 64 9.09986 1566 3 1 133.35 -33.4157 -114.825 - 64 0.245137 732 3 0 133.702 -33.6492 -115.85 - 64 194.228 731 3 0 133.703 -33.65 -115.854 - 64 104.685 1623 2 1 144.758 -41.0316 -144.45 - 64 14.9661 1624 2 1 144.95 -41.0462 -144.79 - 64 447.171 694 2 0 145.54 -41.0984 -145.85 - 64 58.6547 1708 1 1 161.859 -42.3543 -174.45 - 64 75.1754 1709 1 1 161.95 -42.3507 -174.607 - 64 287.85 688 1 0 162.654 -42.3216 -175.85 - 64 46.3335 1797 0 1 179.658 -41.6477 -204.45 - 64 168.891 1798 0 1 179.751 -41.6488 -204.598 - 64 56.7529 695 2 0 145.553 -41.05 -145.991 - 64 160.623 755 5 0 123.967 -29.0139 -55.85 - 64 105.859 1519 3 1 123.973 -28.999 -114.45 - 64 111.894 755 3 0 123.972 -28.9949 -115.85 - 64 101.723 1518 1 1 123.914 -28.8557 -174.45 - 64 134.609 755 1 0 123.912 -28.8537 -175.85 - 64 166.441 756 0 0 123.879 -28.7966 -205.85 - 64 137.973 572 0 0 92.7151 -65.45 -205.932 - 64 58.2212 1360 0 1 92.2728 -66.5357 -204.85 - 64 65.0667 800 4 1 -19.988 -23.7388 -84.85 - 64 179.386 799 4 1 -20.05 -23.8478 -84.7292 - 64 76.9402 1520 6 1 124.15 -28.7763 -24.5326 - 64 23.789 1521 6 1 124.35 -28.7423 -24.7746 - 64 99.5746 756 6 0 125.365 -28.8257 -25.85 - 64 134.115 1580 5 1 136.293 -40.4075 -54.45 - 64 20.482 704 5 0 136.078 -39.0966 -55.85 - 64 64.309 705 5 0 136.066 -39.05 -55.8913 - 64 83.5501 706 5 0 136.027 -38.85 -56.0155 - 64 0.026598 707 5 0 136.013 -38.65 -56.2494 - 64 106.537 1517 4 1 123.68 -28.9606 -84.45 - 64 218.818 1517 3 1 123.675 -29.0592 -114.45 - 64 120.349 754 3 0 123.68 -29.055 -115.85 - 64 112.977 1519 1 1 124.124 -29.1267 -174.45 - 64 116.718 754 1 0 124.153 -29.1296 -175.85 - 64 108.379 754 0 0 124.789 -29.2011 -205.85 - 64 56.5942 170 1 0 42.8411 -145.95 -176.067 -Number of digits in this event: 66 +Number of tracker hits in this event: 3 + 64 30.7014 146 8 0 -125.107 -150.75 33.932 + 64 35.481 276 8 1 -124.772 -151.078 35.1501 + 64 173.333 277 8 1 -124.75 -151.055 35.158 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 3.74457 LIN +Particle energy: 4.76703 LIN Particle: gamma Event: 65 -Number of tracker hits in this event: 31 - 65 265.269 1088 7 1 37.7828 37.2027 5.55 - 65 221.997 1085 7 0 37.786 37.2026 4.15 - 65 109.456 1089 6 1 37.8609 37.2139 -24.45 - 65 296.218 1085 6 0 37.8662 37.2168 -25.85 - 65 216.145 1089 5 1 37.9733 37.2745 -54.45 - 65 104.096 1086 5 0 37.9749 37.2737 -55.85 - 65 412.752 1089 4 1 38.0072 37.2504 -84.45 - 65 188.661 1085 4 0 38.0132 37.2463 -85.85 - 65 112.409 1090 3 1 38.1227 37.1556 -114.45 - 65 113.236 1085 3 0 38.1281 37.1493 -115.85 - 65 157.007 1090 2 1 38.2403 37.0143 -144.45 - 65 139.749 1084 2 0 38.2484 37.007 -145.85 - 65 112.944 1091 1 1 38.4083 36.8558 -174.45 - 65 124.796 1084 1 0 38.4185 36.8578 -175.85 - 65 150.7 1092 0 1 38.6336 36.8945 -204.45 - 65 142.641 1084 0 0 38.6482 36.8964 -205.85 - 65 39.6683 1083 1 0 38.3941 36.85 -175.872 - 65 41.6732 1087 1 1 37.4796 37.5625 -174.85 - 65 374.619 1086 1 1 37.4499 37.5861 -174.808 - 65 196.083 1085 2 0 38.2594 37.05 -146.153 - 65 13.2221 1086 2 0 38.2662 37.25 -146.229 - 65 126.128 1088 6 1 37.8444 37.1071 -24.45 - 65 132.929 1090 5 1 38.0822 36.9626 -54.45 - 65 122.48 1084 5 0 38.078 36.9562 -55.85 - 65 108.766 1084 4 0 37.9786 36.8558 -85.85 - 65 97.1131 1088 3 1 37.8337 36.8869 -114.45 - 65 151.301 1084 3 0 37.8244 36.8958 -115.85 - 65 112.978 1088 2 1 37.6631 37.1017 -144.45 - 65 137.626 1085 1 0 37.3112 37.1226 -175.85 - 65 141.309 1083 0 1 36.8065 36.8234 -204.45 - 65 118.77 1083 0 0 36.7667 36.807 -205.85 -Number of digits in this event: 22 +Number of tracker hits in this event: 33 + 65 288.119 569 5 1 -66.2184 77.119 -54.45 + 65 270.719 1285 5 0 -66.2116 77.1184 -55.85 + 65 115.593 570 4 1 -66.023 77.1773 -84.45 + 65 448.014 1285 4 0 -65.9961 77.1671 -85.85 + 65 104.396 572 3 1 -65.5677 77.0203 -114.45 + 65 49.3331 1284 3 0 -65.5874 77.0464 -115.85 + 65 158.895 1285 3 0 -65.5899 77.05 -116.042 + 65 131.559 572 2 1 -65.5986 77.5202 -144.45 + 65 112.929 1287 2 0 -65.6216 77.5172 -145.85 + 65 214.777 570 1 1 -65.9789 77.2713 -174.45 + 65 223.985 1285 1 0 -66.0582 77.244 -175.85 + 65 112.843 562 0 1 -67.4777 76.8218 -204.45 + 65 118.315 1284 0 0 -67.5405 76.8734 -205.85 + 65 116.129 1248 1 1 69.65 151.799 -174.646 + 65 123.761 569 4 1 -66.204 77.1285 -84.45 + 65 172.194 568 3 1 -66.3334 77.076 -114.45 + 65 202.701 567 2 1 -66.4899 77.2049 -144.45 + 65 112.205 1285 2 0 -66.4919 77.2101 -145.85 + 65 113.817 567 1 1 -66.5334 77.2686 -174.45 + 65 128.794 1286 1 0 -66.536 77.277 -175.85 + 65 170.528 567 0 1 -66.6005 77.4374 -204.45 + 65 182.022 1286 0 0 -66.5992 77.4442 -205.85 + 65 66.5509 1287 0 0 -66.7994 77.45 -206.078 + 65 53.8776 1288 0 0 -66.9099 77.6501 -206.126 + 65 63.9722 1289 0 0 -66.9367 77.8501 -206.074 + 65 80.9629 1290 0 0 -66.974 78.05 -206.008 + 65 106.63 1291 0 0 -66.9419 78.25 -205.945 + 65 31.8841 1292 0 0 -66.9115 78.45 -205.898 + 65 67.4104 570 0 1 -66.0339 79.7389 -204.85 + 65 151.684 569 0 1 -66.05 79.8957 -204.707 + 65 102.916 1301 0 0 -65.7332 80.2595 -205.85 + 65 247.041 1300 0 0 -65.7089 80.25 -205.908 + 65 327.635 1530 1 0 -62.0978 126.35 -176.206 +Number of digits in this event: 19 Using G4ParticleGun... -Particle energy: 4.90665 LIN +Particle energy: 9.7026 LIN Particle: gamma Event: 66 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 151 + 66 240.926 745 10 1 -30.9433 91.4494 95.55 + 66 313.666 1356 10 0 -30.9434 91.4497 94.15 + 66 217.521 745 9 1 -30.9435 91.4562 65.55 + 66 221.682 1356 9 0 -30.9417 91.4566 64.15 + 66 406.319 745 8 1 -30.9075 91.4652 35.55 + 66 253.731 1356 8 0 -30.9055 91.4638 34.15 + 66 357.953 745 7 1 -30.8657 91.4343 5.55 + 66 270.841 1356 7 0 -30.8634 91.4337 4.15 + 66 359.532 746 6 1 -30.8122 91.4224 -24.45 + 66 315.271 1356 6 0 -30.809 91.4201 -25.85 + 66 101.402 746 5 1 -30.7424 91.3798 -54.45 + 66 137.672 1356 5 0 -30.7389 91.379 -55.85 + 66 196.555 746 4 1 -30.6938 91.3783 -84.45 + 66 109.679 1356 4 0 -30.6916 91.3807 -85.85 + 66 208.65 747 3 1 -30.647 91.4306 -114.45 + 66 102.781 1356 3 0 -30.646 91.4305 -115.85 + 66 118.466 747 2 1 -30.6267 91.4207 -144.45 + 66 281.924 1356 2 0 -30.627 91.4215 -145.85 + 66 518.882 747 1 1 -30.6375 91.4393 -174.45 + 66 268.795 1356 1 0 -30.6364 91.4415 -175.85 + 66 118.987 747 0 1 -30.607 91.4892 -204.45 + 66 136.556 1356 0 0 -30.6037 91.4873 -205.85 + 66 136.035 741 0 1 -31.8086 91.3496 -204.451 + 66 328.309 1355 0 0 -31.7554 91.2927 -205.85 + 66 113.315 1355 1 0 -30.6156 91.265 -175.851 + 66 146.293 745 0 1 -30.9296 89.2494 -204.45 + 66 131.423 1346 0 0 -31.0152 89.304 -205.85 + 66 44.0941 466 0 1 -86.65 141.033 -204.765 + 66 132.73 1668 0 0 -93.6748 153.75 -206.106 + 66 37.2225 1669 0 0 -93.7864 153.95 -206.099 + 66 304.778 1278 0 0 -28.4128 75.725 -206.25 + 66 173.778 1279 0 0 -28.0916 75.85 -206.183 + 66 97.5466 630 1 1 -53.8557 100.613 -174.85 + 66 103.715 1403 1 0 -54.842 100.773 -175.85 + 66 97.9709 740 5 1 -31.8976 90.6353 -54.45 + 66 122.087 1352 5 0 -31.9003 90.6225 -55.85 + 66 48.8562 741 4 1 -31.6536 90.6707 -84.45 + 66 61.3338 742 4 1 -31.65 90.6604 -84.6638 + 66 158.272 1352 4 0 -31.6314 90.6029 -85.85 + 66 107.536 742 3 1 -31.5167 89.4393 -114.45 + 66 104.739 1346 3 0 -31.5563 89.3723 -115.85 + 66 128.678 739 2 1 -32.1951 88.1657 -144.45 + 66 136.954 1340 2 0 -32.2455 88.0695 -145.85 + 66 39.1107 1339 2 0 -32.2559 88.05 -146.131 + 66 342.489 734 1 1 -33.1899 86.1143 -174.45 + 66 308.669 1330 1 0 -33.3104 86.1291 -175.85 + 66 125.609 721 0 1 -35.7213 86.5833 -204.45 + 66 117.419 1332 0 0 -35.7686 86.5907 -205.85 + 66 45.5179 733 1 1 -33.25 86.1986 -174.627 + 66 90.1049 727 1 1 -34.5316 86.0396 -174.85 + 66 317.581 745 5 1 -30.8902 91.4883 -54.45 + 66 114.3 1355 5 0 -31.3804 91.2502 -55.85 + 66 62.5131 677 4 1 -44.4721 86.1019 -84.4502 + 66 67.8362 676 4 1 -44.65 86.1095 -84.6007 + 66 61.0304 675 4 1 -44.85 86.1087 -84.7704 + 66 26.4174 1330 4 0 -46.1293 86.2369 -85.85 + 66 137.115 1331 4 0 -46.2166 86.25 -85.9305 + 66 161.743 543 3 1 -71.4347 94.4022 -114.45 + 66 83.3489 544 3 1 -71.2499 94.4262 -114.597 + 66 53.4283 545 3 1 -71.05 94.4392 -114.731 + 66 159.743 1371 3 0 -69.5737 94.4888 -115.85 + 66 53.7089 729 2 1 -34.154 95.0785 -144.45 + 66 125 730 2 1 -34.05 95.0179 -144.611 + 66 331.967 1374 2 0 -33.3277 95.0341 -145.85 + 66 220.395 1373 2 0 -33.1968 94.95 -145.989 + 66 28.4458 1354 4 0 -48.8283 91.0929 -85.85 + 66 135.773 651 4 1 -49.832 90.2609 -84.8499 + 66 16.4216 650 4 1 -49.8501 90.2037 -84.8385 + 66 217.444 744 5 1 -31.0501 91.8512 -54.4988 + 66 228.18 743 5 1 -31.25 92.5654 -54.7304 + 66 132.093 742 5 1 -31.4502 93.0746 -54.8226 + 66 17.5025 741 5 1 -31.65 93.5217 -54.8458 + 66 1.83986 1444 5 0 -37.8522 109.143 -55.85 + 66 54.3829 1445 5 0 -37.855 109.15 -55.8505 + 66 62.3391 682 5 1 -43.5866 125.061 -54.85 + 66 111.761 681 5 1 -43.65 125.197 -54.8431 + 66 119.656 680 5 1 -43.85 125.521 -54.8286 + 66 247.212 679 5 1 -44.0506 125.735 -54.7925 + 66 83.6011 678 5 1 -44.2503 125.942 -54.7766 + 66 80.7709 677 5 1 -44.45 126.155 -54.7552 + 66 270.819 676 5 1 -44.65 126.369 -54.7048 + 66 280.236 675 5 1 -44.85 126.567 -54.6271 + 66 243.297 674 5 1 -45.05 126.755 -54.5347 + 66 47.772 673 5 1 -45.317 126.989 -54.45 + 66 277.198 672 5 1 -45.4501 127.047 -54.5945 + 66 52.038 671 5 1 -45.65 127.093 -54.7914 + 66 63.2292 1535 5 0 -46.9067 127.298 -55.85 + 66 465.898 1536 5 0 -47.1094 127.35 -55.9727 + 66 28.0895 1537 5 0 -47.4376 127.55 -56.214 + 66 231.575 1357 7 0 -30.7726 91.7087 4.14942 + 66 3.00374 1358 7 0 -30.7379 91.75 3.76627 + 66 128.678 755 6 1 -29.0077 94.5849 -24.4501 + 66 269.935 754 6 1 -29.05 94.3631 -24.5933 + 66 13.8224 1362 6 0 -29.6416 92.5887 -25.85 + 66 105.93 1361 6 0 -29.6565 92.55 -25.8791 + 66 85.5081 1360 6 0 -29.7412 92.35 -26.0893 + 66 26.1347 1273 5 0 -43.5525 74.7202 -55.85 + 66 105.096 1272 5 0 -43.5276 74.65 -55.9012 + 66 64.6537 1271 5 0 -43.424 74.4499 -56.114 + 66 26.5768 992 5 0 -46.0148 18.5204 -56.2498 + 66 126.345 991 5 0 -46.0325 18.4499 -56.1897 + 66 180.847 990 5 0 -46.2665 18.2499 -55.8793 + 66 75.8419 989 5 0 -46.7006 18.0496 -55.8939 + 66 74.8839 988 5 0 -46.9218 17.8497 -55.9508 + 66 129.264 987 5 0 -47.0288 17.6495 -56.0272 + 66 34.0265 986 5 0 -46.948 17.4499 -56.2038 + 66 103.215 756 6 1 -28.85 94.4782 -24.4667 + 66 78.5724 757 6 1 -28.65 94.2756 -24.4543 + 66 119.51 758 6 1 -28.45 94.0461 -24.5052 + 66 74.0326 759 6 1 -28.25 93.8414 -24.5513 + 66 80.7807 760 6 1 -28.05 93.7018 -24.6781 + 66 57.2583 761 6 1 -27.85 93.563 -24.7809 + 66 34.9006 762 6 1 -27.65 93.471 -24.8334 + 66 112.292 1337 6 0 -16.6405 87.5013 -25.85 + 66 160.411 1336 6 0 -16.5513 87.45 -25.8602 + 66 300.652 1335 6 0 -16.0351 87.2499 -25.9705 + 66 137.167 746 7 1 -30.833 91.6151 5.55 + 66 89.164 1357 6 0 -30.837 91.6477 -25.85 + 66 106.116 1357 5 0 -30.8938 91.7355 -55.85 + 66 127.663 745 4 1 -30.9886 91.8527 -84.45 + 66 107.282 1358 4 0 -30.9935 91.8583 -85.85 + 66 180.452 744 3 1 -31.0832 91.9752 -114.45 + 66 143.841 1359 3 0 -31.0845 91.9798 -115.85 + 66 156.392 744 2 1 -31.1345 92.0582 -144.45 + 66 137.081 1359 2 0 -31.1407 92.0595 -145.85 + 66 129.91 743 1 1 -31.2509 92.0738 -174.45 + 66 263.111 1359 1 0 -31.2607 92.0737 -175.85 + 66 116.902 742 0 1 -31.4686 92.0687 -204.45 + 66 114.872 1359 0 0 -31.4777 92.0611 -205.85 + 66 2.15628 724 7 0 -72.1842 -35.2327 3.75 + 66 297.937 723 7 0 -72.1906 -35.25 3.78648 + 66 266.14 745 2 1 -30.904 91.8582 -144.45 + 66 114.917 1357 2 0 -30.8251 91.7497 -145.85 + 66 217.138 746 1 1 -30.6697 89.4828 -174.45 + 66 27.5275 1349 1 0 -30.6244 90.0187 -175.85 + 66 18.1314 1350 1 0 -30.6068 90.15 -176.167 + 66 37.602 751 0 1 -29.789 100.414 -204.45 + 66 129.505 750 0 1 -29.8502 100.487 -204.502 + 66 67.0835 749 0 1 -30.05 100.69 -204.721 + 66 44.1236 1407 0 0 -31.1878 101.657 -205.85 + 66 105.24 1408 0 0 -31.2985 101.75 -205.951 + 66 61.8151 1409 0 0 -31.4482 101.95 -206.113 + 66 87.4499 1615 0 0 -52.9694 143.152 -206.25 + 66 82.4514 1616 0 0 -53.0637 143.35 -206.101 + 66 52.3518 1617 0 0 -53.2041 143.55 -205.913 + 66 136.846 629 0 1 -54.0772 145.025 -204.85 + 66 169.222 628 0 1 -54.2503 145.348 -204.697 + 66 42.4001 627 0 1 -54.4503 145.689 -204.517 + 66 65.0738 1358 0 0 -30.3898 91.8767 -205.85 + 66 7.86367 1357 0 0 -30.4043 91.75 -206.229 + 66 19.7231 531 0 1 -73.65 93.4241 -204.667 +Number of digits in this event: 73 Using G4ParticleGun... -Particle energy: 5.05889 LIN +Particle energy: 3.85538 LIN Particle: gamma Event: 67 -Number of tracker hits in this event: 121 - 67 281.669 498 8 1 -80.4424 0.104504 35.55 - 67 280.827 900 8 0 -80.4429 0.105595 34.15 - 67 121.517 498 7 1 -80.4474 0.160627 5.55 - 67 261.62 900 7 0 -80.4492 0.169017 4.15 - 67 239.643 497 6 1 -80.4768 0.354222 -24.45 - 67 173.501 901 6 0 -80.4822 0.361864 -25.85 - 67 223.422 497 5 1 -80.6062 0.541983 -54.45 - 67 201.558 902 5 0 -80.6122 0.548906 -55.85 - 67 151.507 496 4 1 -80.7402 0.666979 -84.45 - 67 132.036 903 4 0 -80.7487 0.667968 -85.85 - 67 225.225 495 3 1 -80.9275 0.703106 -114.45 - 67 101.241 903 3 0 -80.9379 0.709638 -115.85 - 67 323.436 494 2 1 -81.1437 0.818002 -144.45 - 67 329.7 903 2 0 -81.153 0.825895 -145.85 - 67 102.229 493 1 1 -81.3422 0.99527 -174.45 - 67 140.837 904 1 0 -81.3544 1.01085 -175.85 - 67 137.349 492 0 1 -81.6281 1.35557 -204.45 - 67 182.68 906 0 0 -81.6468 1.37229 -205.85 - 67 14.9892 904 2 0 -81.2111 0.85 -146.214 - 67 140.669 904 3 0 -80.6758 1.03432 -115.85 - 67 232.152 497 4 1 -80.6499 0.756331 -84.4727 - 67 86.1002 498 4 1 -80.45 0.973211 -84.5712 - 67 96.7009 499 4 1 -80.25 1.20618 -84.65 - 67 91.4315 500 4 1 -80.05 1.48923 -84.7626 - 67 56.1747 927 4 0 -78.0702 5.47202 -85.85 - 67 65.7055 928 4 0 -77.9874 5.65069 -85.8799 - 67 43.6349 929 4 0 -77.9087 5.85 -85.8835 - 67 60.6427 930 4 0 -77.8479 6.05 -85.8742 - 67 66.36 931 4 0 -77.7659 6.25024 -85.8761 - 67 53.5735 932 4 0 -77.6566 6.45 -85.876 - 67 84.3931 933 4 0 -77.5703 6.65 -85.8847 - 67 31.4661 934 4 0 -77.4735 6.85 -85.867 - 67 147.868 531 4 1 -73.844 13.7056 -84.85 - 67 188.826 532 4 1 -73.65 14.1311 -84.7147 - 67 133.02 533 4 1 -73.45 14.6383 -84.5662 - 67 6.12557 534 4 1 -73.25 14.9734 -84.4543 - 67 179.8 495 2 1 -80.9743 1.4402 -144.45 - 67 50.0397 910 2 0 -80.6821 2.15241 -145.85 - 67 66.6784 911 2 0 -80.6262 2.25 -146.04 - 67 0.313513 774 2 0 -47.9822 -25.249 -146.25 - 67 79.3805 773 2 0 -47.9813 -25.2501 -146.249 - 67 81.5425 772 2 0 -47.822 -25.45 -146.112 - 67 5.13139 771 2 0 -47.6786 -25.6502 -145.869 - 67 100.9 666 2 1 -46.8479 -26.2528 -144.85 - 67 71.118 667 2 1 -46.6497 -26.3301 -144.726 - 67 59.1782 668 2 1 -46.45 -26.3319 -144.549 - 67 194.314 669 2 1 -46.25 -26.3864 -144.465 - 67 95.2623 670 2 1 -46.0499 -26.4582 -144.496 - 67 56.3481 671 2 1 -45.85 -26.5172 -144.603 - 67 64.8785 672 2 1 -45.65 -26.45 -144.627 - 67 71.082 673 2 1 -45.4499 -26.3493 -144.715 - 67 65.7556 674 2 1 -45.25 -26.3519 -144.625 - 67 113.211 675 2 1 -45.05 -26.2831 -144.61 - 67 61.6873 764 2 0 -44.3034 -27.1038 -145.85 - 67 235.988 763 2 0 -44.298 -27.25 -145.927 - 67 133.139 905 2 0 -80.695 1.21027 -145.85 - 67 100.16 552 1 1 -69.6324 4.58829 -174.45 - 67 98.1371 922 1 0 -69.2188 4.64583 -175.85 - 67 17.3037 923 1 0 -69.0903 4.65 -176.185 - 67 15.7909 604 0 1 -59.0729 6.8352 -204.45 - 67 121.814 605 0 1 -59.05 6.83607 -204.495 - 67 5.01177 606 0 1 -58.85 6.80863 -204.832 - 67 256.545 932 0 0 -58.2662 6.60526 -205.85 - 67 107.424 931 0 0 -57.9799 6.45 -206.04 - 67 0.13909 930 0 0 -58.0736 6.25 -205.85 - 67 266.886 608 0 1 -58.3053 5.45245 -204.85 - 67 285.867 498 2 1 -80.4424 0.558861 -144.45 - 67 180.892 497 2 1 -80.45 0.550547 -144.532 - 67 114.666 901 2 0 -80.5279 0.367936 -145.85 - 67 29.7686 488 1 1 -82.4275 -3.53234 -174.45 - 67 68.254 487 1 1 -82.45 -3.52612 -174.565 - 67 97.1909 882 1 0 -82.6636 -3.50169 -175.85 - 67 143.898 462 0 1 -87.4989 -3.43526 -204.45 - 67 92.2572 884 0 0 -87.4275 -3.15697 -205.85 - 67 8.29433 749 5 1 -30.25 100.551 -54.838 - 67 125.941 902 2 0 -80.4919 0.64883 -145.85 - 67 110.696 491 1 1 -81.7259 2.0386 -174.45 - 67 127.499 910 1 0 -81.756 2.13322 -175.85 - 67 115.484 487 0 1 -82.6052 3.84342 -204.45 - 67 137.132 919 0 0 -82.6517 3.93315 -205.85 - 67 172.645 1522 2 0 -58.8608 124.55 -146.024 - 67 60.8253 1523 2 0 -58.8088 124.75 -146.044 - 67 31.8546 1790 3 1 178.15 -112.829 -114.532 - 67 150.658 497 7 1 -80.4536 0.0798555 5.55 - 67 143.094 900 6 0 -80.4648 0.100679 -25.85 - 67 163.707 900 5 0 -80.5427 0.176192 -55.85 - 67 129.109 900 4 0 -80.6306 0.245963 -85.85 - 67 137.592 496 3 1 -80.6895 0.375597 -114.45 - 67 160.032 901 3 0 -80.6895 0.382956 -115.85 - 67 173.01 496 2 1 -80.6807 0.532199 -144.45 - 67 107.084 496 1 1 -80.7796 0.673197 -174.45 - 67 98.0863 903 1 0 -80.7814 0.675022 -175.85 - 67 135.479 496 0 1 -80.8272 0.711062 -204.45 - 67 121.027 903 0 0 -80.8276 0.707917 -205.85 - 67 66.4381 810 1 1 -17.9378 -78.7426 -174.45 - 67 87.3128 809 1 1 -18.05 -78.6426 -174.653 - 67 113.203 514 1 0 -19.4968 -77.2211 -175.85 - 67 169.902 513 1 0 -19.8303 -77.25 -175.91 - 67 233.657 512 1 0 -19.87 -77.45 -175.954 - 67 188.721 522 5 1 -75.578 -7.96708 -54.45 - 67 108.97 861 5 0 -75.8441 -7.79662 -55.85 - 67 162.883 489 4 1 -82.2487 -10.023 -84.45 - 67 16.4169 490 4 1 -82.05 -10.3445 -84.8337 - 67 79.9251 844 4 0 -81.1314 -11.1188 -85.8503 - 67 69.1018 843 4 0 -80.9794 -11.25 -86.057 - 67 30.1753 562 3 1 -67.5137 -25.967 -114.45 - 67 150.244 563 3 1 -67.45 -26.0158 -114.52 - 67 59.814 564 3 1 -67.2496 -26.2103 -114.738 - 67 106.413 765 3 0 -65.9677 -26.9311 -115.85 - 67 194.7 764 3 0 -65.6576 -27.05 -116.039 - 67 163.004 900 2 0 -80.3961 0.0533588 -145.85 - 67 500.918 500 1 1 -80.0405 -0.277715 -174.45 - 67 106.483 898 1 0 -80.0324 -0.367226 -175.85 - 67 177.85 499 0 1 -80.2006 -2.61218 -204.45 - 67 94.2101 886 0 0 -80.2781 -2.80532 -205.85 - 67 28.3965 885 0 0 -80.2967 -2.85 -206.172 - 67 14.2702 499 1 1 -80.05 -0.129595 -174.614 - 67 109.885 498 1 1 -80.3346 -0.113975 -174.45 - 67 186.944 899 1 0 -80.3397 -0.132459 -175.85 - 67 117.086 497 0 1 -80.4937 -0.432249 -204.45 - 67 105.67 898 0 0 -80.4771 -0.438257 -205.85 -Number of digits in this event: 56 -Using G4ParticleGun... -Particle energy: 9.17251 LIN -Particle: gamma -Event: 68 -Number of tracker hits in this event: 2 - 68 140.317 595 5 1 -60.9749 -141.321 -54.45 - 68 148.392 1239 4 0 62.5201 68.05 -86.1107 -Number of digits in this event: 5 -Using G4ParticleGun... -Particle energy: 1.5051 LIN -Particle: gamma -Event: 69 -Number of tracker hits in this event: 42 - 69 247.331 1352 6 1 90.7337 -69.9955 -24.45 - 69 256.506 550 6 0 90.7336 -69.9953 -25.85 - 69 223.548 1352 5 1 90.7179 -70.0154 -54.45 - 69 238.376 550 5 0 90.702 -70.0199 -55.85 - 69 407.234 1351 4 1 90.3811 -70.1263 -84.45 - 69 107.544 549 4 0 90.4062 -70.1252 -85.85 - 69 265.935 1353 3 1 90.8332 -70.14 -114.45 - 69 165.661 549 3 0 90.8295 -70.1451 -115.85 - 69 334.524 1353 2 1 90.7658 -70.2607 -144.45 - 69 258.808 548 2 0 90.763 -70.2822 -145.85 - 69 306.587 1352 1 1 90.7415 -70.7331 -174.45 - 69 148.703 546 1 0 90.7423 -70.7451 -175.85 - 69 234.942 1352 0 1 90.6765 -71.005 -204.45 - 69 228.98 545 0 0 90.6871 -71.0397 -205.85 - 69 113.438 1557 1 1 131.55 -56.3823 -174.595 - 69 263.012 547 2 0 90.7566 -70.45 -146.106 - 69 120.132 769 5 0 146.202 -26.2058 -56.25 - 69 57.8053 1437 0 1 107.55 -3.48396 -204.522 - 69 104.034 548 4 0 90.5061 -70.4086 -85.85 - 69 133.26 547 3 0 90.7714 -70.5299 -115.85 - 69 321.459 1352 2 1 90.7152 -70.5785 -144.45 - 69 134.241 548 1 0 90.6132 -70.324 -175.85 - 69 121.896 1351 0 1 90.5283 -70.679 -204.45 - 69 142.786 546 0 0 90.5242 -70.6971 -205.85 - 69 338.437 1354 1 1 91.1269 -70.5243 -174.45 - 69 285.47 547 1 0 91.1424 -70.5156 -175.85 - 69 101.861 547 0 0 90.6233 -70.5827 -205.85 - 69 118.497 1355 1 1 91.15 -70.5013 -174.715 - 69 136.681 1365 0 1 93.2454 -70.1694 -204.45 - 69 156.705 549 0 0 93.2054 -70.0907 -205.85 - 69 0.455027 652 0 0 91.9126 -49.452 -206.25 - 69 262.53 653 0 0 91.912 -49.45 -206.248 - 69 457.817 654 0 0 91.877 -49.25 -206.069 - 69 11.6054 655 0 0 91.7839 -49.0499 -205.871 - 69 110.592 1354 0 1 90.9734 -47.8914 -204.85 - 69 393.781 1353 0 1 90.95 -47.8549 -204.819 - 69 109.057 742 0 0 69.4154 -31.4804 -206.25 - 69 95.7402 743 0 0 69.5183 -31.4496 -206.161 - 69 60.9004 741 0 0 69.6 -31.65 -206.065 - 69 131.798 740 0 0 69.5862 -31.8502 -206.03 - 69 176.85 1244 0 1 68.8668 -32.4381 -204.85 - 69 89.1368 1243 0 1 68.8497 -32.4566 -204.82 -Number of digits in this event: 32 -Using G4ParticleGun... -Particle energy: 2.3298 LIN -Particle: gamma -Event: 70 Number of tracker hits in this event: 0 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 5.84208 LIN +Particle energy: 8.49037 LIN Particle: gamma -Event: 71 -Number of tracker hits in this event: 0 +Event: 68 +Number of tracker hits in this event: 71 + 68 230.277 379 6 1 -104.246 -17.9442 -24.45 + 68 265.189 810 6 0 -104.239 -17.9496 -25.85 + 68 105.534 380 5 1 -104.032 -18.0336 -54.45 + 68 508.308 810 5 0 -104.02 -18.0129 -55.85 + 68 120.682 382 4 1 -103.682 -17.5675 -84.45 + 68 154.094 812 4 0 -103.67 -17.5597 -85.85 + 68 122.788 383 3 1 -103.355 -17.44 -114.45 + 68 115.212 812 3 0 -103.366 -17.4843 -115.85 + 68 148.463 383 2 1 -103.496 -18.0469 -144.451 + 68 445.086 809 2 0 -103.521 -18.1247 -145.85 + 68 256.882 379 1 1 -104.312 -19.4643 -174.45 + 68 116.636 802 1 0 -104.4 -19.4766 -175.85 + 68 21.8768 371 0 1 -105.946 -20.0021 -204.45 + 68 129.671 370 0 1 -105.95 -20 -204.509 + 68 234.165 800 0 0 -106.054 -19.9618 -205.85 + 68 225.728 814 2 0 -103.142 -17.2359 -145.91 + 68 300.134 385 1 1 -103.036 -16.9742 -174.45 + 68 242.529 815 1 0 -103.094 -16.9665 -175.85 + 68 119.031 379 0 1 -104.173 -16.5172 -204.45 + 68 149.015 817 0 0 -104.232 -16.4805 -205.85 + 68 130.692 384 1 1 -103.2 -17.1266 -174.45 + 68 585.93 378 0 1 -104.526 -15.7009 -204.45 + 68 44.7216 821 0 0 -104.564 -15.6543 -205.85 + 68 64.7492 822 0 0 -104.566 -15.65 -206.012 + 68 0.148095 1161 4 0 -115.734 52.4492 -86.25 + 68 240.235 1162 4 0 -115.735 52.45 -86.2493 + 68 3.64343 1163 4 0 -115.858 52.65 -85.8658 + 68 204.34 318 4 1 -116.445 53.022 -84.85 + 68 154.443 317 4 1 -116.55 53.0912 -84.699 + 68 147.666 319 4 1 -116.35 53.4763 -84.5843 + 68 61.7199 320 4 1 -116.15 53.4848 -84.7308 + 68 35.0568 1164 4 0 -116.209 52.9281 -85.85 + 68 6.62187 316 4 1 -116.854 48.747 -84.85 + 68 0.411018 1061 4 0 -128.67 32.3161 -85.85 + 68 0.79082 235 4 1 -133.108 24.3536 -84.85 + 68 39.5311 1016 4 0 -136.528 23.3825 -85.85 + 68 130.253 209 4 1 -138.32 23.9313 -84.85 + 68 7.66044 592 2 1 -61.65 143.342 -144.805 + 68 5.58381 1174 3 0 -177.924 54.9314 -116.25 + 68 417.902 379 5 1 -104.246 -17.9501 -54.45 + 68 283.756 379 4 1 -104.287 -17.9841 -84.45 + 68 380.416 810 4 0 -104.288 -17.9882 -85.85 + 68 101.885 379 3 1 -104.327 -18.0722 -114.45 + 68 429.817 809 3 0 -104.329 -18.0777 -115.85 + 68 94.9765 378 2 1 -104.377 -18.1929 -144.45 + 68 172.408 378 1 1 -104.409 -18.2968 -174.45 + 68 142.903 808 1 0 -104.412 -18.3007 -175.85 + 68 270.606 808 0 0 -104.495 -18.385 -205.85 + 68 109.153 807 0 0 -104.594 -18.4734 -205.85 + 68 68.2429 810 3 0 -104.275 -18.05 -116.205 + 68 178.671 378 4 1 -104.365 -17.9852 -84.45 + 68 227.795 378 3 1 -104.418 -18.1196 -114.45 + 68 124.845 379 2 1 -104.342 -18.121 -144.45 + 68 128.278 809 1 0 -104.309 -18.1014 -175.85 + 68 126.016 380 0 1 -104.072 -18.1527 -204.45 + 68 108.16 809 0 0 -104.05 -18.1492 -205.85 + 68 119.749 737 2 1 -32.5512 -64.7913 -144.85 + 68 189.721 380 3 1 -104.13 -17.7042 -114.45 + 68 124.993 811 3 0 -104.126 -17.6977 -115.85 + 68 97.6257 380 2 1 -104.041 -17.5613 -144.45 + 68 177.682 812 2 0 -104.038 -17.5549 -145.85 + 68 126.44 380 1 1 -103.975 -17.4233 -174.45 + 68 125.118 813 1 0 -103.972 -17.4147 -175.85 + 68 115.749 381 0 1 -103.914 -17.2441 -204.45 + 68 136.604 814 0 0 -103.912 -17.2362 -205.85 + 68 187.212 652 11 0 86.8013 -49.5194 123.75 + 68 90.9276 1333 3 1 86.85 95.2108 -114.729 + 68 9.93959 813 0 0 -103.861 -17.25 -205.854 + 68 111.236 383 0 1 -103.398 -17.7083 -204.85 + 68 93.1127 382 0 1 -103.55 -17.6511 -204.772 + 68 158.341 811 2 0 -103.983 -17.6501 -146.071 +Number of digits in this event: 45 +Using G4ParticleGun... +Particle energy: 3.70145 LIN +Particle: gamma +Event: 69 +Number of tracker hits in this event: 5 + 69 106.799 666 7 0 5.9204 -46.6723 3.75 + 69 59.3631 1518 6 0 28.7355 123.75 -26.2083 + 69 43.1458 1400 4 0 20.4338 100.26 -85.85 + 69 71.1109 1043 6 1 28.8121 124.177 -24.85 + 69 93.6189 1044 6 1 28.8502 124.053 -24.6972 Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 7.21927 LIN +Particle energy: 9.43668 LIN +Particle: gamma +Event: 70 +Number of tracker hits in this event: 3 + 70 199.876 1164 1 0 -120.486 52.9366 -176.25 + 70 66.8987 503 2 0 -29.1766 -79.427 -146.25 + 70 57.6434 1385 10 1 97.178 98.2734 95.15 +Number of digits in this event: 4 +Using G4ParticleGun... +Particle energy: 8.46282 LIN +Particle: gamma +Event: 71 +Number of tracker hits in this event: 58 + 71 289.687 569 9 1 -66.0962 -52.104 65.55 + 71 264.259 639 9 0 -66.0639 -52.085 64.15 + 71 140.277 572 8 1 -65.4512 -51.802 35.55 + 71 124.496 641 8 0 -65.4582 -51.7553 34.15 + 71 158.708 572 7 1 -65.5067 -50.7445 5.55 + 71 132.352 646 7 0 -65.5333 -50.7397 4.15 + 71 254.273 569 6 1 -66.1048 -50.6436 -24.45 + 71 120.445 646 6 0 -66.1507 -50.6569 -25.85 + 71 153.356 564 5 1 -67.116 -51.0299 -54.45 + 71 235.572 644 5 0 -67.1722 -51.0585 -55.85 + 71 122.565 558 4 1 -68.3016 -51.6804 -84.45 + 71 233.26 641 4 0 -68.3695 -51.7028 -85.85 + 71 107.081 551 3 1 -69.6839 -52.1675 -114.45 + 71 159.07 639 3 0 -69.7861 -52.1829 -115.85 + 71 112.321 539 2 1 -72.1769 -52.4307 -144.45 + 71 126.467 637 2 0 -72.293 -52.4652 -145.85 + 71 105.439 526 1 1 -74.6757 -53.1681 -174.45 + 71 197.9 634 1 0 -74.7502 -53.1689 -175.85 + 71 221.352 518 0 1 -76.4049 -53.2346 -204.45 + 71 114.553 634 0 0 -76.3967 -53.2306 -205.85 + 71 91.5585 645 5 0 -67.1041 -51.05 -55.9929 + 71 130.535 569 8 1 -66.115 -52.1022 35.55 + 71 310.878 639 8 0 -66.1145 -52.1008 34.15 + 71 105.945 569 7 1 -66.1031 -52.0713 5.55 + 71 198.655 639 7 0 -66.1028 -52.0695 4.15 + 71 103.411 640 6 0 -66.0955 -52.0313 -25.85 + 71 108.118 569 5 1 -66.1119 -51.9889 -54.45 + 71 119.326 640 5 0 -66.1107 -51.9891 -55.85 + 71 100.922 569 4 1 -66.0826 -51.9913 -84.45 + 71 138.748 640 4 0 -66.0789 -51.991 -85.85 + 71 107.631 570 3 1 -65.998 -51.9839 -114.45 + 71 173.761 640 3 0 -65.9947 -51.9831 -115.85 + 71 127.443 570 2 1 -65.9879 -51.9011 -144.45 + 71 118.829 640 2 0 -65.9993 -51.907 -145.85 + 71 482.051 569 1 1 -66.236 -52.0452 -174.45 + 71 142.328 639 1 0 -66.2687 -52.0552 -175.85 + 71 187.971 565 0 1 -66.9429 -52.2538 -204.45 + 71 121.017 638 0 0 -66.9877 -52.2879 -205.85 + 71 153.357 1315 12 1 83.05 -30.8296 155.299 + 71 50.325 1313 12 1 82.85 -30.7224 155.272 + 71 138.368 1314 12 1 83.05 -30.7255 155.499 + 71 169.512 1336 9 0 34.6402 87.2999 63.7503 + 71 137.684 1072 9 1 34.562 87.1644 65.15 + 71 78.5257 1071 9 1 34.45 87.1417 65.2938 + 71 305.557 1073 9 1 34.6501 87.1514 65.4457 + 71 461.377 641 1 0 -66.1904 -51.8184 -175.85 + 71 109.31 569 0 1 -66.1409 -51.8092 -204.45 + 71 250.834 641 0 0 -66.1394 -51.8115 -205.85 + 71 101.636 568 1 1 -66.25 -51.7706 -174.826 + 71 326.852 571 0 1 -65.7334 -51.7952 -204.45 + 71 442.798 639 0 0 -65.5735 -52.1044 -205.85 + 71 85.7156 640 0 0 -65.7297 -52.0201 -205.85 + 71 242.121 570 1 1 -65.9925 -51.8886 -174.49 + 71 80.6334 564 0 1 -67.05 -51.9689 -204.604 + 71 126.906 640 1 0 -65.9928 -51.897 -175.85 + 71 117.43 570 0 1 -65.8764 -52.4245 -204.45 + 71 112.862 602 8 0 -43.2623 -59.6418 33.75 + 71 22.6764 601 8 0 -43.2669 -59.65 33.7571 +Number of digits in this event: 39 +Using G4ParticleGun... +Particle energy: 9.1935 LIN Particle: gamma Event: 72 -Number of tracker hits in this event: 8 - 72 256.981 1330 1 1 86.1093 85.8808 -174.45 - 72 319.018 1329 1 0 86.1093 85.8798 -175.85 - 72 123.068 1330 0 1 86.1099 85.8563 -204.45 - 72 119.715 1329 0 0 86.1135 85.8578 -205.85 - 72 65.024 1593 3 0 139.654 138.884 -116.25 - 72 206.301 1331 0 1 86.3693 86.1421 -204.45 - 72 119.948 1330 0 0 86.3864 86.1489 -205.85 - 72 67.3042 1243 0 0 101.563 68.7236 -206.249 -Number of digits in this event: 6 +Number of tracker hits in this event: 31 + 72 323.17 760 6 1 -27.9816 86.7396 -24.45 + 72 533.302 1333 6 0 -27.9838 86.7365 -25.85 + 72 257.464 760 5 1 -28.0299 86.6744 -54.45 + 72 267.439 1333 5 0 -28.0315 86.6917 -55.85 + 72 135.385 757 4 1 -28.5636 87.2224 -84.45 + 72 117.33 1336 4 0 -28.6466 87.2697 -85.85 + 72 226.055 748 3 1 -30.4138 88.1747 -114.45 + 72 157.589 1340 3 0 -30.4068 88.1486 -115.85 + 72 144.892 749 2 1 -30.2091 87.6882 -144.45 + 72 126.928 1338 2 0 -30.2686 87.7652 -145.85 + 72 178.422 742 1 1 -31.4729 89.2919 -174.45 + 72 127.302 1346 1 0 -31.4563 89.3477 -175.85 + 72 141.121 746 0 1 -30.6801 90.5835 -204.45 + 72 76.9801 1352 0 0 -30.7307 90.7101 -205.85 + 72 34.5271 1353 0 0 -30.7367 90.75 -206.136 + 72 58.1646 1483 0 0 -39.5437 116.884 -206.25 + 72 127.946 749 3 1 -30.25 88.337 -114.626 + 72 199.813 750 3 1 -30.0496 88.3985 -114.657 + 72 83.0836 827 0 1 -14.5744 84.1595 -204.85 + 72 49.1841 828 0 1 -14.45 84.1046 -204.63 + 72 147.776 760 4 1 -28.0242 86.7495 -84.45 + 72 124.658 1333 4 0 -28.025 86.7492 -85.85 + 72 213.498 760 3 1 -28.0404 86.7399 -114.45 + 72 139.764 1333 3 0 -28.0416 86.7386 -115.85 + 72 128.381 759 2 1 -28.0678 86.7112 -144.45 + 72 149.354 1333 2 0 -28.067 86.7121 -145.85 + 72 120.514 760 1 1 -28.0486 86.7308 -174.45 + 72 163.722 1333 1 0 -28.0481 86.7327 -175.85 + 72 205.444 760 0 1 -28.0447 86.7681 -204.45 + 72 106.718 1333 0 0 -28.0473 86.7763 -205.85 + 72 45.2982 310 8 1 -118.002 168.843 35.15 +Number of digits in this event: 26 Using G4ParticleGun... -Particle energy: 8.65943 LIN +Particle energy: 5.34913 LIN Particle: gamma Event: 73 -Number of tracker hits in this event: 71 - 73 340.158 453 9 1 -89.2909 83.3775 65.55 - 73 228.743 1316 9 0 -89.2901 83.3751 64.15 - 73 277.732 453 8 1 -89.2785 83.3356 35.55 - 73 282.992 1316 8 0 -89.2779 83.3294 34.15 - 73 205.763 453 7 1 -89.2618 83.1967 5.55 - 73 119.296 1315 7 0 -89.2609 83.1889 4.15 - 73 174.448 454 6 1 -89.2453 83.0447 -24.45 - 73 158.161 1314 6 0 -89.2442 83.0369 -25.85 - 73 112.913 454 5 1 -89.2154 82.8782 -54.45 - 73 132.121 1314 5 0 -89.2129 82.87 -55.85 - 73 256.26 454 4 1 -89.1531 82.7184 -84.45 - 73 116.803 1313 4 0 -89.1556 82.7059 -85.85 - 73 106.298 454 3 1 -89.1686 82.543 -114.45 - 73 366.348 1312 3 0 -89.168 82.5078 -115.85 - 73 222.442 454 2 1 -89.1305 81.7554 -144.45 - 73 557.793 1308 2 0 -89.13 81.7029 -145.85 - 73 141.801 455 1 1 -89.036 80.5747 -174.45 - 73 154.107 1302 1 0 -89.051 80.4814 -175.85 - 73 374.429 453 0 1 -89.3554 78.4191 -204.45 - 73 99.0059 1291 0 0 -89.3288 78.3246 -205.85 - 73 23.7908 1221 1 1 64.25 49.2328 -174.708 - 73 33.2399 1351 0 0 112.84 90.35 -206.229 - 73 40.5139 1297 0 0 110.933 79.5736 -206.25 - 73 136.31 1222 1 1 64.45 49.1965 -174.6 - 73 212.303 482 0 1 -83.6191 29.0805 -204.45 - 73 205.86 483 0 1 -83.45 29.3004 -204.746 - 73 107.764 528 2 0 -168.848 -74.25 -145.871 - 73 1.94807 1395 6 1 99.35 -81.6022 -24.4569 - 73 67.4178 338 7 0 21.0605 -112.35 3.81181 - 73 399.039 453 3 1 -89.3289 82.8006 -114.45 - 73 109.959 398 2 1 -100.411 78.2851 -144.451 - 73 129.035 1288 2 0 -100.482 77.8443 -145.851 - 73 56.7283 399 1 1 -100.291 69.5845 -174.45 - 73 473.642 398 1 1 -100.35 69.4021 -174.527 - 73 44.0625 1230 1 0 -101.038 66.1528 -175.85 - 73 78.124 1229 1 0 -101.067 66.05 -175.889 - 73 72.6515 1228 1 0 -101.12 65.85 -175.957 - 73 79.2921 1227 1 0 -101.189 65.6497 -176.04 - 73 71.0966 1226 1 0 -101.257 65.45 -176.135 - 73 5.51466 1225 1 0 -101.314 65.25 -176.242 - 73 125.916 1242 1 0 -100.859 68.6121 -175.851 - 73 21.8606 1241 1 0 -100.977 68.45 -176.162 - 73 136.8 442 2 1 -91.7243 80.7236 -144.45 - 73 187.675 1302 2 0 -91.4519 80.532 -145.85 - 73 159.688 466 1 1 -86.8372 77.7249 -174.45 - 73 117.191 1288 1 0 -86.5815 77.7909 -175.85 - 73 105.755 494 0 1 -81.2102 81.7926 -204.45 - 73 105.783 1310 0 0 -80.8644 82.1177 -205.85 - 73 138.523 1316 7 0 -89.2745 83.4197 4.15 - 73 109.264 453 6 1 -89.2742 83.4325 -24.45 - 73 133.128 1316 6 0 -89.2744 83.4332 -25.85 - 73 136.161 453 5 1 -89.2811 83.4512 -54.45 - 73 118.145 1317 5 0 -89.2789 83.4532 -55.85 - 73 145.71 1317 4 0 -89.2365 83.4872 -85.85 - 73 181.739 1316 3 0 -89.2921 83.4086 -115.85 - 73 245.476 453 2 1 -89.3668 83.5602 -144.45 - 73 217.77 1317 2 0 -89.3669 83.5631 -145.85 - 73 123.311 453 1 1 -89.3147 83.5922 -174.45 - 73 125.469 1317 1 0 -89.3164 83.5914 -175.85 - 73 126.817 1317 0 0 -89.3613 83.6107 -205.85 - 73 183.167 1317 3 0 -89.2423 83.4794 -115.938 - 73 104.629 1316 2 0 -89.2785 83.3698 -145.85 - 73 244.465 454 1 1 -89.1362 83.0163 -174.45 - 73 224.162 1314 1 0 -89.1234 83.0158 -175.85 - 73 179.427 455 0 1 -88.8645 83.0991 -204.45 - 73 110.065 1315 0 0 -88.8864 83.0618 -205.85 - 73 128.644 450 1 1 -89.9896 83.6931 -174.45 - 73 102.002 1318 1 0 -90.0268 83.7026 -175.85 - 73 208.709 447 0 1 -90.7349 84.062 -204.45 - 73 98.0305 1320 0 0 -90.7755 84.0746 -205.85 - 73 68.5109 1317 8 0 -89.2782 83.45 33.9626 -Number of digits in this event: 44 +Number of tracker hits in this event: 1 + 73 9.7666 990 0 1 18.05 77.9897 -204.572 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 2.0149 LIN +Particle energy: 9.53846 LIN Particle: gamma Event: 74 Number of tracker hits in this event: 0 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 6.47422 LIN +Particle energy: 8.24459 LIN Particle: gamma Event: 75 -Number of tracker hits in this event: 3 - 75 234.916 671 5 1 -45.7317 -11.3317 -54.85 - 75 148.489 672 5 1 -45.65 -11.5166 -54.535 - 75 172.717 673 5 1 -45.45 -11.6376 -54.6028 -Number of digits in this event: 6 +Number of tracker hits in this event: 13 + 75 220.835 1056 2 1 31.366 -45.1488 -144.45 + 75 320.268 674 2 0 31.3664 -45.1496 -145.85 + 75 136.428 1056 1 1 31.3693 -45.165 -174.45 + 75 137.373 674 1 0 31.3695 -45.1644 -175.85 + 75 99.3295 1056 0 1 31.374 -45.16 -204.45 + 75 113.788 674 0 0 31.3745 -45.1586 -205.85 + 75 125.584 1057 1 1 31.4845 -44.9097 -174.45 + 75 110.303 675 1 0 31.4968 -44.9007 -175.85 + 75 131.221 1058 0 1 31.7536 -44.6733 -204.45 + 75 301.905 676 0 0 31.7644 -44.6638 -205.85 + 75 67.5012 720 2 1 -35.8558 -168.532 -144.85 + 75 8.3898 695 4 1 -40.8927 -176.829 -84.45 + 75 0.110085 888 1 1 -2.45 -153.379 -174.721 +Number of digits in this event: 9 Using G4ParticleGun... -Particle energy: 1.13242 LIN +Particle energy: 3.08031 LIN Particle: gamma Event: 76 -Number of tracker hits in this event: 90 - 76 221.755 1120 8 1 44.078 43.1847 35.55 - 76 300.594 1115 8 0 44.0803 43.1841 34.15 - 76 139.789 1120 7 1 44.0879 43.2098 5.55 - 76 96.6526 1115 7 0 44.0872 43.2091 4.15 - 76 94.5868 1119 6 1 44.0349 43.1935 -24.45 - 76 223.666 1115 6 0 44.0115 43.2193 -25.85 - 76 113.756 1117 5 1 43.4905 43.7773 -54.45 - 76 103.541 1118 5 0 43.4708 43.8135 -55.85 - 76 123.682 1115 4 1 43.0784 44.5297 -84.45 - 76 123.697 1122 4 0 43.0656 44.5553 -85.85 - 76 177.051 1113 3 1 42.8147 45.0493 -114.45 - 76 119.661 1124 3 0 42.8133 45.0448 -115.85 - 76 326.1 1113 2 1 42.7175 44.9303 -144.45 - 76 104.846 1124 2 0 42.7538 44.9067 -145.85 - 76 121.141 1116 1 1 43.4004 44.5497 -174.45 - 76 110.336 1122 1 0 43.392 44.5372 -175.85 - 76 253.51 1116 0 1 43.2995 44.3232 -204.45 - 76 118.95 1121 0 0 43.2779 44.3237 -205.85 - 76 59.3865 1112 2 1 42.65 44.9491 -144.741 - 76 61.9558 1123 3 0 42.1151 44.7364 -115.85 - 76 153.057 1122 3 0 42.0934 44.65 -115.917 - 76 105.112 1228 0 0 60.3828 65.6817 -206.25 - 76 23.3734 1229 0 0 60.5811 65.8501 -205.918 - 76 43.1332 1207 0 1 61.5556 66.5665 -204.85 - 76 109.763 1208 0 1 61.65 66.657 -204.739 - 76 118.31 1119 7 1 44.0318 43.0347 5.55 - 76 137.643 1114 7 0 44.0195 43.0334 4.15 - 76 132.006 1118 6 1 43.7962 42.9594 -24.45 - 76 106.224 1114 6 0 43.775 42.9557 -25.85 - 76 99.487 1116 5 1 43.2737 42.9124 -54.45 - 76 110.631 1114 5 0 43.243 42.9114 -55.85 - 76 115.727 1112 4 1 42.6392 42.8761 -84.45 - 76 269.399 1114 4 0 42.6056 42.8883 -85.85 - 76 556.424 1109 3 1 41.9208 43.0844 -114.45 - 76 421.307 1115 3 0 41.8806 43.0832 -115.85 - 76 122.94 1105 2 1 41.102 43.0177 -144.45 - 76 149.75 1114 2 0 41.0695 43.0227 -145.85 - 76 359.746 1101 1 1 40.4211 43.0873 -174.45 - 76 110.189 1115 1 0 40.384 43.103 -175.85 - 76 129.005 1097 0 1 39.6474 43.4485 -204.45 - 76 139.59 1117 0 0 39.6135 43.454 -205.85 - 76 30.7326 205 4 1 -139.067 167.951 -84.85 - 76 97.379 204 4 1 -139.15 167.99 -84.714 - 76 172.366 1114 1 0 40.3114 42.9671 -175.85 - 76 233.113 1093 0 1 38.6998 41.2543 -204.45 - 76 201.783 1104 0 0 38.6959 41.0045 -205.85 - 76 12.0332 1094 0 1 38.85 41.134 -204.83 - 76 29.4489 1100 0 0 39.7665 40.124 -205.851 - 76 118.561 1099 0 0 39.7493 40.05 -205.884 - 76 275.807 1098 0 0 39.8256 39.85 -206.026 - 76 210.742 1113 1 0 40.2226 42.85 -175.909 - 76 187.405 1088 0 1 37.7537 38.383 -204.45 - 76 23.6553 1087 0 1 37.65 38.2497 -204.759 - 76 87.027 1088 0 0 37.2922 37.7731 -205.85 - 76 22.7821 1087 0 0 37.2114 37.65 -206.147 - 76 102.597 1114 3 0 41.8825 42.9661 -115.85 - 76 101.539 1110 2 1 42.2004 38.4898 -144.45 - 76 136.06 1092 2 0 42.2235 38.5016 -145.85 - 76 100.693 1119 1 1 43.8965 39.2545 -174.45 - 76 104.702 1093 1 0 44.0075 38.8155 -175.85 - 76 53.3962 1049 0 0 43.6252 29.9418 -205.85 - 76 62.4012 1048 0 0 43.6576 29.85 -206.034 - 76 21.2067 1116 3 0 41.8225 43.25 -116.162 - 76 73.3643 1100 2 1 40.0997 45.8147 -144.45 - 76 55.0468 1099 2 1 40.0498 45.8466 -144.667 - 76 62.9985 1129 2 0 39.7852 46.0188 -145.85 - 76 52.9781 1130 2 0 39.7378 46.05 -146.061 - 76 194.677 1065 1 1 33.1855 50.3502 -174.45 - 76 145.275 1153 1 0 32.8631 50.7341 -175.85 - 76 74.3809 1032 0 1 26.5146 59.2108 -204.45 - 76 148.226 1031 0 1 26.45 59.2695 -204.651 - 76 20.3401 1197 0 0 26.0454 59.6255 -205.85 - 76 107 1198 0 0 26.0178 59.65 -205.932 - 76 303.495 1093 1 1 38.7419 48.1212 -174.45 - 76 131.24 1139 1 0 38.7577 47.9672 -175.85 - 76 8.40974 1138 1 0 38.6849 47.85 -176.236 - 76 41.9445 1044 0 1 29.0181 40.473 -204.45 - 76 55.8812 1045 0 1 29.05 40.3945 -204.587 - 76 249.036 1102 0 0 29.3229 40.475 -205.85 - 76 119.604 1141 1 0 38.6753 48.3374 -175.85 - 76 22.1285 1142 1 0 38.7163 48.45 -176.145 - 76 81.8309 1127 0 1 45.5079 61.7036 -204.45 - 76 105.791 1128 0 1 45.65 61.5394 -204.594 - 76 14.312 1203 0 0 46.2953 60.6691 -205.85 - 76 123.291 1202 0 0 46.3094 60.6499 -205.881 - 76 44.5133 1103 0 0 16.8949 40.7303 -206.25 - 76 63.7343 1101 0 0 16.3264 40.45 -205.974 - 76 11.6766 975 0 1 15.0633 40.7275 -204.85 - 76 175.441 974 0 1 15.05 40.7314 -204.837 - 76 185.594 973 0 1 14.85 40.768 -204.537 -Number of digits in this event: 39 +Number of tracker hits in this event: 3 + 76 51.4225 895 2 1 -0.85 0.5474 -144.739 + 76 70.3601 894 2 1 -1.05 0.615024 -144.547 + 76 193.862 1773 6 1 174.75 -158.048 -24.6283 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 6.10017 LIN +Particle energy: 8.46076 LIN Particle: gamma Event: 77 -Number of tracker hits in this event: 21 - 77 233.178 777 2 1 -24.5355 43.7097 -144.45 - 77 273.87 1118 2 0 -24.5366 43.711 -145.85 - 77 121.396 777 1 1 -24.5514 43.7423 -174.45 - 77 107.676 1118 1 0 -24.551 43.7435 -175.85 - 77 278.344 777 0 1 -24.5439 43.7797 -204.45 - 77 112.956 1118 0 0 -24.5758 43.7992 -205.85 - 77 2.35659 1122 0 0 -24.4295 44.6441 -205.85 - 77 160.882 1123 0 0 -24.4288 44.65 -205.859 - 77 74.6229 1124 0 0 -24.6913 44.85 -206.148 - 77 192.666 1237 0 0 -77.4558 67.6166 -206.25 - 77 195.379 1238 0 0 -78.0385 67.65 -206.106 - 77 68.1182 1239 0 0 -78.3296 67.8502 -206.085 - 77 82.2354 1240 0 0 -78.4757 68.05 -205.989 - 77 35.0794 1241 0 0 -78.6541 68.25 -205.92 - 77 72.4592 500 0 1 -79.9111 68.5246 -204.85 - 77 238.81 499 0 1 -80.0501 68.5231 -204.671 - 77 225.71 498 0 1 -80.2508 68.5556 -204.655 - 77 116.675 775 1 1 -24.8576 43.53 -174.45 - 77 106.586 1117 1 0 -24.8926 43.5174 -175.85 - 77 171.151 772 0 1 -25.5403 43.2491 -204.451 - 77 123.451 1116 0 0 -25.8359 43.3823 -205.85 -Number of digits in this event: 12 +Number of tracker hits in this event: 110 + 77 295.519 702 10 1 -39.5996 -60.2239 95.55 + 77 269.748 599 10 0 -39.6026 -60.2232 94.15 + 77 114.263 701 9 1 -39.6602 -60.2131 65.55 + 77 205.417 599 9 0 -39.6734 -60.2149 64.15 + 77 198.676 700 8 1 -39.9234 -60.2269 35.55 + 77 234.071 599 8 0 -39.9386 -60.2182 34.15 + 77 81.8021 699 7 1 -40.2456 -60.0402 5.55 + 77 52.6452 698 7 1 -40.25 -60.0387 5.27631 + 77 95.3587 600 7 0 -40.2657 -60.0342 4.15 + 77 118.92 696 6 1 -40.6897 -59.9258 -24.45 + 77 259.272 600 6 0 -40.7106 -59.919 -25.85 + 77 131.925 694 5 1 -41.1347 -59.7811 -54.45 + 77 240.941 601 5 0 -41.1631 -59.773 -55.85 + 77 109.324 691 4 1 -41.7681 -59.5876 -84.45 + 77 205.822 602 4 0 -41.8025 -59.5691 -85.85 + 77 282.965 687 3 1 -42.5151 -59.1571 -114.45 + 77 120.515 604 3 0 -42.5438 -59.1387 -115.85 + 77 123.402 684 2 1 -43.1404 -58.7957 -144.45 + 77 119.16 606 2 0 -43.165 -58.7836 -145.85 + 77 108.659 681 1 1 -43.7045 -58.5847 -174.45 + 77 144.572 607 1 0 -43.7234 -58.5606 -175.85 + 77 115.673 680 0 1 -44.0329 -58.0891 -204.45 + 77 516.164 609 0 0 -44.0397 -58.0741 -205.85 + 77 218.852 701 8 1 -39.6789 -60.2522 35.55 + 77 300.043 598 8 0 -39.6614 -60.3173 34.15 + 77 127.49 704 7 1 -39.1895 -61.8858 5.55 + 77 61.5087 590 7 0 -39.1953 -62.0326 4.15 + 77 64.8366 589 7 0 -39.1962 -62.05 3.9754 + 77 105.958 705 6 1 -38.9521 -64.5063 -24.45 + 77 157.279 577 6 0 -38.9241 -64.5086 -25.85 + 77 115.104 709 5 1 -38.1747 -64.7141 -54.45 + 77 167.323 577 5 0 -38.1828 -64.6336 -55.85 + 77 305.29 709 4 1 -38.1034 -63.1068 -84.45 + 77 136.45 585 4 0 -38.124 -62.9393 -85.8502 + 77 354.865 707 3 1 -38.6006 -59.7255 -114.45 + 77 8.09219 602 3 0 -38.6394 -59.4546 -115.85 + 77 270.996 603 3 0 -38.6401 -59.45 -115.873 + 77 8.88096 704 2 1 -39.2461 -53.7627 -144.45 + 77 149.94 703 2 1 -39.25 -53.7523 -144.484 + 77 87.2373 633 2 0 -39.4139 -53.3241 -145.85 + 77 103.94 634 2 0 -39.4442 -53.25 -146.084 + 77 11.3931 685 1 1 -43.0396 -43.9415 -174.45 + 77 124.947 684 1 1 -43.05 -43.9144 -174.496 + 77 25.9707 684 1 0 -43.3566 -43.1069 -175.85 + 77 155.322 685 1 0 -43.378 -43.05 -175.945 + 77 26.7411 653 0 1 -49.4413 -25.5111 -204.45 + 77 84.1484 652 0 1 -49.45 -25.4678 -204.549 + 77 47.2709 775 0 0 -49.5693 -24.919 -205.85 + 77 70.2401 776 0 0 -49.5836 -24.85 -206.016 + 77 99.5847 703 7 1 -39.3882 -60.5599 5.55 + 77 148.634 597 7 0 -39.3724 -60.5976 4.15 + 77 114.555 704 6 1 -39.0804 -61.3756 -24.45 + 77 125.259 593 6 0 -39.0454 -61.4283 -25.85 + 77 129.832 708 5 1 -38.4372 -62.4841 -54.45 + 77 158.168 587 5 0 -38.4264 -62.5758 -55.85 + 77 163.502 577 4 0 -38.1926 -64.5912 -85.85 + 77 12.1009 565 3 0 -38.5376 -67.0435 -115.85 + 77 91.8391 564 3 0 -38.5388 -67.05 -115.919 + 77 293.2 705 2 1 -39.01 -69.7268 -144.45 + 77 13.1724 551 2 0 -39.0248 -69.8471 -145.85 + 77 143.699 550 2 0 -39.0251 -69.85 -145.883 + 77 121.275 704 1 1 -39.2486 -72.3616 -174.45 + 77 113.514 537 1 0 -39.2382 -72.4728 -175.85 + 77 221.747 705 0 1 -38.8752 -74.8002 -204.45 + 77 167.484 525 0 0 -38.8443 -74.9037 -205.85 + 77 139.901 526 0 0 -38.7291 -74.8232 -205.85 + 77 31.1743 511 0 0 -10.3637 -77.8233 -206.25 + 77 198.554 510 0 0 -10.2873 -77.85 -206.216 + 77 5.28321 871 5 0 -105.631 -5.67276 -56.25 + 77 93.2235 872 5 0 -105.65 -5.65 -56.1952 + 77 145.054 701 3 1 -39.843 -60.5543 -114.45 + 77 300.178 700 3 1 -39.85 -60.5583 -114.584 + 77 277.179 597 3 0 -39.9194 -60.5987 -115.85 + 77 126.845 697 2 1 -40.498 -61.0212 -144.45 + 77 115.286 595 2 0 -40.521 -61.0205 -145.85 + 77 124.121 696 1 1 -40.7798 -60.8601 -174.45 + 77 132.635 595 1 0 -40.833 -60.8782 -175.85 + 77 121.999 687 0 1 -42.616 -61.5739 -204.451 + 77 125.218 592 0 0 -42.7265 -61.5791 -205.85 + 77 84.0594 596 1 0 -40.8176 -60.8497 -176.041 + 77 97.221 614 2 0 -38.7691 -57.1842 -145.85 + 77 0.207167 734 1 1 -33.0505 -57.6578 -174.45 + 77 320.1 735 1 1 -33.05 -57.6579 -174.451 + 77 80.0687 611 1 0 -32.5113 -57.818 -175.85 + 77 40.9691 610 1 0 -32.3988 -57.85 -176.131 + 77 109.64 793 0 1 -21.4241 -61.25 -204.45 + 77 23.4339 794 0 1 -21.25 -61.2153 -204.778 + 77 59.7232 594 0 0 -20.6698 -61.0775 -205.85 + 77 93.2857 595 0 0 -20.57 -61.05 -206.034 + 77 58.9864 701 10 1 -39.65 -60.2441 95.4111 + 77 65.4443 700 10 1 -39.85 -60.2686 95.407 + 77 111.108 702 9 1 -39.5881 -60.2197 65.55 + 77 118.287 702 8 1 -39.6205 -60.2458 35.55 + 77 115.571 702 7 1 -39.6364 -60.1128 5.55 + 77 106.669 599 7 0 -39.6332 -60.1032 4.15 + 77 121.399 702 6 1 -39.5691 -59.9008 -24.45 + 77 107.146 702 5 1 -39.5886 -59.7077 -54.45 + 77 162.835 701 4 1 -39.7625 -59.558 -84.45 + 77 118.806 698 2 1 -40.32 -59.0856 -144.45 + 77 110.762 604 2 0 -40.3333 -59.0743 -145.85 + 77 117.039 697 1 1 -40.5808 -58.8207 -174.45 + 77 113.466 606 1 0 -40.5943 -58.8069 -175.85 + 77 255.621 695 0 1 -40.8667 -58.5395 -204.45 + 77 146.183 607 0 0 -40.8783 -58.5298 -205.85 + 77 148.148 611 2 0 -43.9256 -57.8149 -146.25 + 77 107.673 612 2 0 -44.1443 -57.65 -145.942 + 77 24.846 681 2 1 -43.6842 -58.0351 -144.85 + 77 203.311 682 2 1 -43.65 -58.057 -144.833 + 77 77.3932 509 0 1 -78.0589 -60.33 -204.45 + 77 8.15848 403 1 0 -17.1135 -99.35 -176.126 +Number of digits in this event: 55 Using G4ParticleGun... -Particle energy: 4.47374 LIN +Particle energy: 5.63655 LIN Particle: gamma Event: 78 -Number of tracker hits in this event: 1 - 78 71.9358 133 13 0 22.7322 -153.507 183.75 -Number of digits in this event: 2 -Using G4ParticleGun... -Particle energy: 1.43968 LIN -Particle: gamma -Event: 79 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 7.28861 LIN -Particle: gamma -Event: 80 -Number of tracker hits in this event: 44 - 80 326.771 563 9 1 -67.322 -11.1898 65.55 - 80 232.05 844 9 0 -67.3204 -11.192 64.15 - 80 256.487 563 8 1 -67.2938 -11.2329 35.55 - 80 308.626 844 8 0 -67.2915 -11.2348 34.15 - 80 121.057 564 7 1 -67.2473 -11.2722 5.55 - 80 280.151 843 7 0 -67.245 -11.277 4.15 - 80 216.552 564 6 1 -67.1933 -11.3691 -24.45 - 80 144.865 843 6 0 -67.1903 -11.3744 -25.85 - 80 134.729 564 5 1 -67.118 -11.4867 -54.45 - 80 135.909 842 5 0 -67.1166 -11.4909 -55.85 - 80 110.084 564 4 1 -67.1362 -11.5659 -84.45 - 80 154.824 842 4 0 -67.141 -11.5706 -85.85 - 80 146.975 564 3 1 -67.206 -11.69 -114.45 - 80 107.838 841 3 0 -67.203 -11.6855 -115.85 - 80 110.597 564 2 1 -67.1699 -11.5786 -144.45 - 80 122.707 842 2 0 -67.183 -11.5789 -145.85 - 80 164.239 563 1 1 -67.3504 -11.6796 -174.45 - 80 329.473 841 1 0 -67.3518 -11.6752 -175.85 - 80 130.006 563 0 1 -67.3576 -11.5901 -204.45 - 80 110.903 842 0 0 -67.3571 -11.5954 -205.85 - 80 273.768 566 0 1 -66.6972 -11.9292 -204.45 - 80 121.741 840 0 0 -66.7104 -11.9438 -205.85 - 80 129.318 841 0 0 -66.7234 -11.8191 -205.85 - 80 87.1505 1528 1 1 125.75 49.1374 -174.724 - 80 234.409 1037 2 0 -7.6026 27.4835 -146.25 - 80 117.961 563 7 1 -67.3508 -11.3742 5.55 - 80 122.367 841 6 0 -67.2109 -11.6712 -25.85 - 80 114.944 565 5 1 -66.9145 -12.0093 -54.45 - 80 125.509 840 5 0 -66.8857 -12.0325 -55.85 - 80 117.012 568 4 1 -66.2694 -12.5028 -84.45 - 80 123.675 837 4 0 -66.2545 -12.4946 -85.85 - 80 104.583 570 3 1 -65.9427 -12.3629 -114.45 - 80 146.401 838 3 0 -65.9169 -12.351 -115.85 - 80 110.247 573 2 1 -65.3861 -12.2646 -144.45 - 80 136.473 838 2 0 -65.3727 -12.2622 -145.85 - 80 115.227 574 1 1 -65.129 -12.2721 -174.45 - 80 95.8283 838 1 0 -65.1425 -12.2754 -175.85 - 80 211.558 573 0 1 -65.436 -12.363 -204.45 - 80 105.293 838 0 0 -65.4306 -12.3528 -205.85 - 80 71.964 805 2 1 -18.8603 -133.792 -144.45 - 80 46.4864 806 2 1 -18.8499 -133.78 -144.466 - 80 10.1423 567 0 1 -66.45 -13.9775 -204.81 - 80 234.04 571 0 1 -65.8432 -13.296 -204.45 - 80 278.774 572 0 1 -65.65 -13.3454 -204.455 -Number of digits in this event: 30 -Using G4ParticleGun... -Particle energy: 4.28775 LIN -Particle: gamma -Event: 81 -Number of tracker hits in this event: 177 - 81 258.946 1141 11 0 50.3519 48.3413 124.135 - 81 451.562 1151 10 1 50.3407 48.349 95.55 - 81 280.525 1141 10 0 50.3386 48.3463 94.15 - 81 484.355 1151 9 1 50.2952 48.3091 65.55 - 81 597.736 1141 9 0 50.2953 48.306 64.15 - 81 417.236 1151 8 1 50.307 48.2447 35.55 - 81 118.669 1140 8 0 50.3083 48.2439 34.15 - 81 110.662 1151 7 1 50.3381 48.2224 5.55 - 81 139.506 1140 7 0 50.3376 48.2212 4.15 - 81 119.482 1151 6 1 50.3249 48.2025 -24.45 - 81 131.095 1140 6 0 50.3256 48.2035 -25.85 - 81 187.828 1151 5 1 50.3415 48.2197 -54.45 - 81 103.086 1140 5 0 50.342 48.2194 -55.85 - 81 488.518 1151 4 1 50.3537 48.2131 -84.45 - 81 356.001 1140 4 0 50.3516 48.2129 -85.85 - 81 101.898 1151 3 1 50.3135 48.2032 -114.45 - 81 241.662 1140 3 0 50.3084 48.2023 -115.85 - 81 139.963 1150 2 1 50.2049 48.2025 -144.45 - 81 234.135 1140 2 0 50.2019 48.2041 -145.85 - 81 256.274 1150 1 1 50.1899 48.216 -174.45 - 81 275.258 1140 1 0 50.1654 48.202 -175.85 - 81 140.104 1149 0 1 49.8515 47.8853 -204.45 - 81 114.51 1139 0 0 49.8637 47.8729 -205.85 - 81 79.9247 1141 1 0 50.0973 48.25 -176.132 - 81 94.994 1005 1 0 19.7682 21.1867 -176.25 - 81 118.708 1006 1 0 19.9526 21.2501 -176.017 - 81 119.841 998 1 1 19.8227 21.4257 -174.85 - 81 99.9798 997 1 1 19.65 21.4986 -174.746 - 81 131.063 976 1 0 16.6145 15.3346 -175.85 - 81 117.066 1152 3 1 50.5094 48.0095 -114.45 - 81 282.828 1139 3 0 50.5804 47.9473 -115.85 - 81 177.675 1159 2 1 52.004 46.7742 -144.45 - 81 120.132 1133 2 0 52.0784 46.685 -145.85 - 81 104.509 1167 1 1 53.5544 45.1556 -174.45 - 81 138.146 1124 1 0 53.5794 45.0399 -175.85 - 81 113.513 1172 0 1 54.6278 42.7909 -204.45 - 81 97.006 1113 0 0 54.6829 42.7834 -205.85 - 81 116.856 1125 1 0 53.5617 45.05 -176.072 - 81 111.245 1155 3 1 51.0616 48.0868 -114.45 - 81 195.575 1158 2 1 51.675 48.2213 -144.45 - 81 150.964 1141 2 0 51.6949 48.2862 -145.85 - 81 122.881 1159 1 1 51.877 49.5181 -174.45 - 81 150.807 1147 1 0 51.9004 49.6376 -175.85 - 81 106.8 1148 1 0 51.903 49.65 -175.991 - 81 217.486 1162 0 1 52.5486 52.1944 -204.45 - 81 207.325 1161 0 0 52.558 52.3176 -205.85 - 81 11.3938 1162 0 0 52.5534 52.4506 -206.21 - 81 22.612 1352 0 0 50.6352 90.6822 -206.25 - 81 60.5414 1353 0 0 50.6169 90.7502 -206.215 - 81 61.5041 1354 0 0 50.562 90.9501 -206.162 - 81 39.3894 1355 0 0 50.5544 91.15 -206.184 - 81 149.287 1148 8 1 49.8148 47.8055 35.55 - 81 5.61848 1149 8 1 49.85 47.8052 35.1745 - 81 96.5506 1138 8 0 49.9548 47.8088 34.15 - 81 108.615 1156 7 1 51.3776 49.0321 5.54996 - 81 108.036 1145 7 0 51.501 49.0875 4.14985 - 81 111.633 1171 6 1 54.3039 50.0943 -24.45 - 81 108.353 1151 6 0 54.7 50.3381 -25.85 - 81 143.556 1212 5 1 62.5515 54.4968 -54.45 - 81 44.0992 1174 5 0 62.619 54.9929 -55.85 - 81 58.0474 1175 5 0 62.6298 55.05 -56.0195 - 81 149.095 1220 4 1 64.1319 63.9733 -84.45 - 81 27.0214 1222 4 0 64.1382 64.612 -85.85 - 81 85.8284 1223 4 0 64.1379 64.6501 -85.9333 - 81 106.204 1219 3 1 64.0481 79.5552 -114.45 - 81 31.7892 1301 3 0 63.9789 80.4023 -115.85 - 81 93.7581 1302 3 0 63.9746 80.45 -115.929 - 81 129.429 1210 2 1 62.1226 98.2802 -144.45 - 81 71.1549 1395 2 0 62.2434 99.2227 -145.85 - 81 66.4293 1396 2 0 62.2599 99.35 -146.039 - 81 274.139 1225 1 1 65.1985 117.807 -174.45 - 81 216.986 1226 1 1 65.25 117.989 -174.622 - 81 24.4783 1495 1 0 65.6491 119.284 -175.85 - 81 83.4706 1496 1 0 65.6703 119.35 -175.913 - 81 55.2333 1497 1 0 65.7267 119.55 -176.104 - 81 171.734 1261 0 1 72.4447 149.159 -204.45 - 81 40.9538 1647 0 0 72.1909 149.698 -205.85 - 81 66.3668 1648 0 0 72.1623 149.75 -205.985 - 81 119.185 1142 8 0 50.2334 48.455 34.15 - 81 165.398 1146 7 1 49.4158 48.6637 5.55 - 81 129.566 1143 7 0 49.3226 48.6737 4.15 - 81 35.1086 1138 6 1 47.6575 48.9085 -24.45 - 81 131.957 1137 6 1 47.65 48.9071 -24.5659 - 81 192.76 1144 6 0 47.577 48.8892 -25.85 - 81 123.448 1129 5 1 45.9524 48.6933 -54.45 - 81 116.257 1143 5 0 45.9044 48.6768 -55.85 - 81 125.977 1125 4 1 45.0718 48.4679 -84.45 - 81 217.266 1141 4 0 45.0229 48.442 -85.85 - 81 106.618 1121 3 1 44.259 47.9013 -114.45 - 81 118.637 1121 2 1 44.4338 47.9941 -144.45 - 81 147.039 1139 2 0 44.3771 47.8913 -145.85 - 81 304.607 1115 1 1 43.1744 45.7763 -174.45 - 81 99.7566 1128 1 0 43.0721 45.6972 -175.85 - 81 103.002 1105 0 1 41.1362 44.1331 -204.45 - 81 239.228 1120 0 0 41.103 44.0893 -205.85 - 81 36.8083 1129 1 0 42.7533 46.0349 -175.85 - 81 66.9085 1130 1 0 42.7147 46.05 -175.98 - 81 16.7883 1087 0 1 37.6352 49.71 -204.45 - 81 162.667 1088 0 1 37.65 49.7722 -204.476 - 81 118.741 1089 0 1 37.85 50.265 -204.628 - 81 85.6424 1090 0 1 38.05 50.552 -204.73 - 81 99.931 1091 0 1 38.2504 50.7629 -204.787 - 81 100.636 1092 0 1 38.45 51.0379 -204.738 - 81 120.749 1093 0 1 38.6501 51.3548 -204.594 - 81 178.975 1094 0 1 38.85 51.6432 -204.461 - 81 239.433 1095 0 1 39.05 52.1096 -204.704 - 81 23.2219 1169 0 0 40.5653 53.9776 -205.85 - 81 62.8162 1170 0 0 40.6259 54.05 -205.892 - 81 70.0046 1171 0 0 40.7905 54.2503 -205.963 - 81 63.1996 1172 0 0 40.96 54.45 -205.984 - 81 57.5462 1173 0 0 41.0732 54.651 -205.979 - 81 93.8267 1174 0 0 41.1383 54.85 -205.972 - 81 62.22 1175 0 0 41.2104 55.05 -205.919 - 81 74.577 1176 0 0 41.3029 55.25 -205.901 - 81 32.3556 1177 0 0 41.4054 55.45 -205.875 - 81 356.144 1110 0 1 42.223 60.2358 -204.85 - 81 185.268 1111 0 1 42.25 60.5313 -204.736 - 81 221.216 1109 0 1 42.0496 61.3593 -204.663 - 81 73.8558 1108 0 1 41.85 61.6426 -204.739 - 81 125.492 1206 0 0 43.2227 61.4365 -205.85 - 81 99.7659 1207 0 0 43.5408 61.45 -206.097 - 81 4.55205 1142 4 0 44.9822 48.45 -86.0144 - 81 80.6436 1137 5 1 47.6058 47.3423 -54.45 - 81 189.866 1138 5 1 47.65 47.2962 -54.6074 - 81 160.751 1133 5 0 47.9413 46.839 -55.8501 - 81 5.28139 1180 4 1 56.2395 38.909 -84.45 - 81 144.911 1181 4 1 56.25 38.9042 -84.4711 - 81 150.5 1091 4 0 56.8333 38.4442 -85.85 - 81 203.038 1229 3 1 65.9876 24.2786 -114.45 - 81 273.105 1230 3 1 66.05 24.1476 -114.59 - 81 56.9943 1015 3 0 66.0905 23.1821 -115.85 - 81 75.5657 1014 3 0 66.0899 23.0497 -116.018 - 81 13.9624 1013 3 0 66.0861 22.85 -116.23 - 81 51.5808 1212 2 1 62.5463 -7.31925 -144.45 - 81 127.061 1211 2 1 62.45 -7.40959 -144.585 - 81 61.9968 858 2 0 61.4668 -8.32185 -145.85 - 81 71.9317 857 2 0 61.3445 -8.45 -146.022 - 81 117.117 1153 1 1 50.8443 -26.4232 -174.45 - 81 111.079 763 1 0 50.6868 -27.2711 -175.85 - 81 20.2229 762 1 0 50.6223 -27.45 -176.167 - 81 19.1641 1130 0 1 46.0544 -41.7546 -204.45 - 81 98.9755 1129 0 1 46.05 -41.7265 -204.525 - 81 321.805 693 0 0 45.8402 -41.2598 -205.85 - 81 184.869 694 0 0 45.8338 -41.25 -205.878 - 81 25.0662 1121 0 1 44.3089 -41.4247 -204.85 - 81 144.644 1120 0 1 44.2493 -41.4155 -204.766 - 81 105.891 1119 0 1 44.05 -41.4492 -204.598 - 81 274.03 1118 0 1 43.8499 -41.2674 -204.626 - 81 143.211 1231 3 1 66.25 24.1161 -114.719 - 81 154.205 1136 5 1 47.45 47.2936 -54.5557 - 81 135.918 1134 5 0 46.6822 46.9384 -55.85 - 81 101.471 1035 4 1 27.1301 40.0586 -84.45 - 81 116.548 1099 4 0 27.0534 40.0332 -85.8508 - 81 49.9331 1014 3 1 23.0191 36.3096 -114.45 - 81 93.5805 1015 3 1 23.0502 36.2546 -114.559 - 81 30.082 1077 3 0 23.5817 35.5024 -115.85 - 81 131.32 1076 3 0 23.6181 35.45 -115.932 - 81 15.0594 1075 3 0 23.7508 35.25 -116.208 - 81 164.378 1140 9 0 50.2439 48.25 64.0332 - 81 114.58 1141 8 0 50.4529 48.3013 34.15 - 81 135.657 1152 7 1 50.5591 48.4219 5.55 - 81 127.579 1141 7 0 50.5595 48.4363 4.15 - 81 129.526 1152 6 1 50.5536 48.7358 -24.45 - 81 108.151 1143 6 0 50.5565 48.7524 -25.85 - 81 173.636 1152 5 1 50.6422 49.0958 -54.45 - 81 182.902 1145 5 0 50.647 49.1055 -55.85 - 81 130.411 1153 4 1 50.7817 49.3312 -84.45 - 81 119.16 1146 4 0 50.7833 49.3369 -85.85 - 81 103.474 1153 3 1 50.8442 49.4686 -114.45 - 81 110.13 1147 3 0 50.8461 49.4701 -115.85 - 81 217.144 1154 2 1 50.9013 49.4834 -144.45 - 81 136.722 1147 2 0 50.9057 49.4847 -145.85 - 81 100.135 1154 1 1 50.9522 49.5106 -174.45 - 81 110.652 1154 0 1 50.9421 49.2964 -204.45 - 81 137.287 1146 0 0 50.9425 49.2861 -205.85 - 81 9.16771 857 1 0 42.2451 -8.45 -176.181 - 81 85.3514 856 1 0 42.2161 -8.65 -175.97 -Number of digits in this event: 81 -Using G4ParticleGun... -Particle energy: 8.6726 LIN -Particle: gamma -Event: 82 -Number of tracker hits in this event: 0 -Number of digits in this event: 2 -Using G4ParticleGun... -Particle energy: 4.11942 LIN -Particle: gamma -Event: 83 -Number of tracker hits in this event: 35 - 83 249.473 341 4 1 -111.831 -85.1536 -84.45 - 83 215.329 474 4 0 -111.814 -85.1569 -85.85 - 83 114.404 343 3 1 -111.536 -85.1325 -114.45 - 83 143.536 474 3 0 -111.478 -85.1363 -115.85 - 83 140.027 349 2 1 -110.242 -85.0894 -144.45 - 83 209.225 475 2 0 -110.198 -85.0464 -145.85 - 83 125.025 354 1 1 -109.164 -83.4084 -174.45 - 83 168.406 483 1 0 -109.132 -83.3007 -175.85 - 83 0.651494 357 0 1 -108.551 -80.9999 -204.45 - 83 121.394 358 0 1 -108.55 -80.9987 -204.458 - 83 136.436 496 0 0 -108.451 -80.7979 -205.85 - 83 268.931 345 2 1 -111.05 -85.3954 -144.45 - 83 147.131 472 2 0 -110.997 -85.4661 -145.85 - 83 148.641 346 1 1 -110.798 -86.7327 -174.45 - 83 7.23922 468 1 0 -111.04 -86.2601 -175.85 - 83 123.207 469 1 0 -111.045 -86.25 -175.879 - 83 24.8444 314 0 1 -117.331 -74.5838 -204.45 - 83 217.803 313 0 1 -117.35 -74.5604 -204.524 - 83 79.6127 529 0 0 -117.666 -74.1483 -205.85 - 83 43.3012 530 0 0 -117.743 -74.05 -206.147 - 83 138.33 474 2 0 -111.043 -85.2313 -145.85 - 83 115.008 343 1 1 -111.437 -81.9107 -174.45 - 83 98.6242 491 1 0 -111.44 -81.825 -175.85 - 83 111.36 345 0 1 -111.066 -80.2338 -204.45 - 83 132.969 499 0 0 -111.006 -80.1213 -205.85 - 83 114.022 342 3 1 -111.666 -85.0013 -114.45 - 83 119.994 475 3 0 -111.663 -84.9999 -115.85 - 83 110.934 342 2 1 -111.579 -84.9788 -144.45 - 83 106.737 342 1 1 -111.618 -85.0196 -174.45 - 83 119.963 475 1 0 -111.621 -85.0272 -175.85 - 83 138.182 342 0 1 -111.673 -85.1778 -204.45 - 83 451.971 474 0 0 -111.669 -85.1796 -205.85 - 83 82.8706 474 1 0 -111.811 -85.2244 -176.096 - 83 251.406 341 0 1 -111.846 -85.2454 -204.45 - 83 195.49 490 0 1 -82.05 -88.9798 -204.791 +Number of tracker hits in this event: 32 + 78 283.849 455 5 1 -88.9672 -91.2307 -54.45 + 78 246.999 444 5 0 -88.9745 -91.2329 -55.85 + 78 172.635 454 4 1 -89.0863 -91.3262 -84.45 + 78 242.708 444 4 0 -89.0808 -91.3201 -85.85 + 78 312.844 455 3 1 -89.0023 -91.2014 -114.45 + 78 169.712 444 3 0 -89.0009 -91.1533 -115.85 + 78 116.152 445 3 0 -89.0007 -91.15 -115.945 + 78 42.9219 450 2 0 -89.0088 -90.05 -146.076 + 78 229.811 454 1 1 -89.0648 -88.8141 -174.45 + 78 121.259 456 1 0 -89.087 -88.7256 -175.85 + 78 108.111 452 0 1 -89.5084 -86.9569 -204.45 + 78 77.0514 465 0 0 -89.5033 -86.8677 -205.85 + 78 68.4833 466 0 0 -89.5022 -86.85 -206.132 + 78 22.0533 454 3 1 -89.05 -91.2253 -114.762 + 78 69.8315 442 3 0 -89.803 -91.7158 -115.85 + 78 150.498 441 3 0 -89.8586 -91.7501 -115.929 + 78 390.217 455 2 1 -88.9599 -90.2248 -144.45 + 78 278.682 456 2 0 -43.0324 -88.65 -146.15 + 78 4.52252 457 2 0 -42.9844 -88.65 -146.066 + 78 144.109 455 4 1 -88.9562 -91.2364 -84.45 + 78 189.762 444 2 0 -89.0164 -91.2136 -145.85 + 78 127.369 444 1 0 -89.1027 -91.2069 -175.85 + 78 102.948 453 0 1 -89.2588 -91.1193 -204.45 + 78 342.345 445 0 0 -89.2628 -91.1182 -205.85 + 78 249.642 454 0 1 -89.1307 -91.1408 -204.45 + 78 177.324 887 3 1 -2.6282 -38.1577 -114.45 + 78 35.5096 714 3 0 -1.02573 -37.0853 -115.85 + 78 3.51959 428 3 0 -13.3949 -94.35 -116.16 + 78 27.3286 503 0 0 -147.961 -79.4048 -206.25 + 78 181.518 356 2 0 -93.0002 -108.78 -146.25 + 78 47.4449 392 2 1 -101.55 -103.564 -144.469 + 78 8.04802 357 2 0 -92.9783 -108.75 -146.158 Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 7.56907 LIN +Particle energy: 2.87628 LIN +Particle: gamma +Event: 79 +Number of tracker hits in this event: 51 + 79 553.826 792 5 1 -21.4681 -21.9942 -54.45 + 79 246.988 790 5 0 -21.4489 -22.0201 -55.85 + 79 122.703 795 4 1 -20.9934 -22.5464 -84.45 + 79 141.433 787 4 0 -20.949 -22.5863 -85.85 + 79 104.441 799 3 1 -20.0872 -23.6082 -114.45 + 79 117.323 781 3 0 -20.0538 -23.664 -115.85 + 79 243.58 803 2 1 -19.3399 -24.892 -144.45 + 79 197.116 775 2 0 -19.2771 -24.929 -145.85 + 79 4.23814 810 1 1 -17.851 -25.6804 -174.45 + 79 103.619 811 1 1 -17.85 -25.6808 -174.482 + 79 120.177 771 1 0 -17.8102 -25.6958 -175.85 + 79 121.67 815 0 1 -16.9243 -25.9916 -204.45 + 79 103.671 770 0 0 -16.872 -25.9825 -205.85 + 79 169.329 804 2 1 -19.1928 -25.0323 -144.45 + 79 92.4775 946 2 0 -26.3003 9.26747 -146.25 + 79 118.727 947 2 0 -26.3402 9.45 -146.044 + 79 124.265 767 2 1 -26.451 10.3968 -144.849 + 79 22.9247 793 5 1 -21.45 -21.9867 -54.6916 + 79 28.3866 787 5 0 -21.634 -22.6135 -55.85 + 79 109.994 786 5 0 -21.6454 -22.65 -55.9295 + 79 190.706 767 4 1 -26.4855 -38.6731 -84.45 + 79 101.225 706 4 0 -26.6337 -38.6755 -85.8502 + 79 125.222 753 3 1 -29.3301 -37.2698 -114.45 + 79 59.4053 752 3 1 -29.4501 -37.5028 -114.695 + 79 37.7272 708 3 0 -30.1064 -38.4012 -115.85 + 79 105.704 707 3 0 -30.145 -38.45 -115.919 + 79 9.71371 706 3 0 -30.2707 -38.65 -116.21 + 79 120.035 703 2 1 -39.2667 -56.7979 -144.451 + 79 140.33 613 2 0 -39.8785 -57.2971 -145.85 + 79 104.052 679 1 1 -44.0914 -62.687 -174.45 + 79 30.3681 586 1 0 -43.6571 -62.8269 -175.85 + 79 206.746 585 1 0 -43.601 -62.85 -175.968 + 79 42.732 643 1 0 -24.854 -51.3066 -176.25 + 79 110.522 644 1 0 -24.8586 -51.2492 -176.179 + 79 13.8714 645 1 0 -24.9183 -51.05 -175.903 + 79 152.866 774 1 1 -25.1223 -50.7102 -174.85 + 79 25.6697 773 1 1 -25.2501 -50.6101 -174.549 + 79 113.902 708 4 0 -26.7147 -38.2965 -85.85 + 79 201.631 707 4 0 -26.8278 -38.45 -85.9449 + 79 168.591 792 4 1 -21.5726 -21.9486 -84.45 + 79 152.687 790 4 0 -21.5745 -21.9478 -85.85 + 79 186.23 792 3 1 -21.6313 -21.9319 -114.45 + 79 95.0287 790 3 0 -21.6348 -21.93 -115.85 + 79 190.846 791 2 1 -21.7106 -21.8785 -144.45 + 79 134.121 790 2 0 -21.7138 -21.8756 -145.85 + 79 119.078 791 1 1 -21.7795 -21.8298 -174.45 + 79 139.431 791 1 0 -21.7824 -21.8279 -175.85 + 79 109.238 791 0 1 -21.8292 -21.7865 -204.45 + 79 97.2815 791 0 0 -21.8383 -21.7769 -205.85 + 79 22.8791 394 1 1 -101.15 -53.4145 -174.524 + 79 93.4785 1220 2 0 100.929 64.0589 -146.25 +Number of digits in this event: 26 +Using G4ParticleGun... +Particle energy: 8.3545 LIN +Particle: gamma +Event: 80 +Number of tracker hits in this event: 20 + 80 266.648 598 3 1 -60.3335 82.0434 -114.45 + 80 285.004 1309 3 0 -60.3874 82.0035 -115.85 + 80 105.007 593 2 1 -61.346 81.2211 -144.45 + 80 156.835 1306 2 0 -61.5766 81.3628 -145.85 + 80 109.935 571 1 1 -65.7862 83.8185 -174.45 + 80 101.138 1319 1 0 -65.8637 83.9624 -175.85 + 80 128.126 560 0 1 -67.9522 87.1356 -204.45 + 80 166.397 1337 0 0 -68.0534 87.4916 -205.85 + 80 123.642 598 2 1 -60.3415 82.0439 -144.45 + 80 136.278 1309 2 0 -60.342 82.0441 -145.85 + 80 101.455 598 1 1 -60.3532 82.0494 -174.45 + 80 324.971 1309 1 0 -60.3537 82.0485 -175.85 + 80 756.5 598 0 1 -60.3615 82.0327 -204.45 + 80 277.179 1309 0 0 -60.3634 82.0312 -205.85 + 80 162.028 1147 1 0 -121.218 49.63 -176.25 + 80 81.1341 1148 1 0 -121.238 49.6501 -176.18 + 80 157.363 1206 1 0 -84.6815 61.3095 -176.25 + 80 29.5695 1343 5 0 -4.67277 88.6694 -56.25 + 80 95.3876 1342 5 0 -4.6255 88.65 -56.0482 + 80 491.462 1310 0 0 -60.509 82.0621 -205.85 +Number of digits in this event: 17 +Using G4ParticleGun... +Particle energy: 4.69274 LIN +Particle: gamma +Event: 81 +Number of tracker hits in this event: 1 + 81 117.978 1381 3 0 1.85591 96.368 -116.25 +Number of digits in this event: 2 +Using G4ParticleGun... +Particle energy: 2.73218 LIN +Particle: gamma +Event: 82 +Number of tracker hits in this event: 45 + 82 215.442 834 9 1 -13.1786 -75.1815 65.55 + 82 265.643 524 9 0 -13.1791 -75.1795 64.15 + 82 355.629 834 8 1 -13.2 -75.1411 35.55 + 82 254.737 524 8 0 -13.2011 -75.1379 34.15 + 82 139.346 834 7 1 -13.2132 -75.0872 5.55 + 82 102.014 524 7 0 -13.2071 -75.0844 4.15 + 82 229.322 834 6 1 -13.0698 -75.02 -24.45 + 82 134.723 525 6 0 -13.0557 -75.0163 -25.85 + 82 146.856 836 5 1 -12.769 -74.9541 -54.45 + 82 116.59 525 5 0 -12.7528 -74.9507 -55.85 + 82 137.529 838 4 1 -12.4063 -74.8091 -84.45 + 82 115.375 526 4 0 -12.3901 -74.804 -85.85 + 82 154.968 839 3 1 -12.0787 -74.7193 -114.45 + 82 128.91 526 3 0 -12.0576 -74.7135 -115.85 + 82 154.52 842 2 1 -11.6147 -74.5988 -144.45 + 82 130.156 527 2 0 -11.592 -74.5915 -145.85 + 82 115.146 844 1 1 -11.1355 -74.4266 -174.45 + 82 113.613 528 1 0 -11.1204 -74.4224 -175.85 + 82 176.662 846 0 1 -10.7657 -74.3449 -204.45 + 82 106.136 528 0 0 -10.7543 -74.3454 -205.85 + 82 11.6566 472 0 0 -26.2592 -85.45 -206.233 + 82 80.7967 473 0 0 -26.2796 -85.45 -206.212 + 82 115.152 555 0 0 -42.944 -69.0293 -206.25 + 82 117.496 833 7 1 -13.2867 -74.9043 5.55 + 82 115.276 525 7 0 -13.2982 -74.9268 4.15 + 82 137.937 832 6 1 -13.5109 -75.4823 -24.45 + 82 263.054 522 6 0 -13.5395 -75.5781 -25.85 + 82 111.928 829 5 1 -14.1927 -77.547 -54.45 + 82 126.524 511 5 0 -14.2204 -77.6846 -55.85 + 82 134.622 826 4 1 -14.7394 -80.5712 -84.45 + 82 105.131 496 4 0 -14.7653 -80.7152 -85.85 + 82 80.9826 823 3 1 -15.3474 -83.7244 -114.45 + 82 135.583 480 3 0 -15.3859 -83.8814 -115.85 + 82 133.858 819 2 1 -16.2304 -87.0812 -144.45 + 82 118.985 463 2 0 -16.2123 -87.263 -145.85 + 82 287.702 818 1 1 -16.3071 -91.1041 -174.45 + 82 98.4941 444 1 0 -16.3618 -91.2954 -175.85 + 82 102.951 812 0 1 -17.4648 -95.1632 -204.45 + 82 20.0137 424 0 0 -17.561 -95.3395 -205.85 + 82 150.73 423 0 0 -17.5668 -95.35 -205.934 + 82 84.4046 421 6 0 5.45431 -95.8528 -26.25 + 82 99.6909 833 6 1 -13.45 -75.6212 -24.8214 + 82 82.8439 835 6 1 -13.05 -75.9119 -24.7423 + 82 86.5968 836 6 1 -12.8499 -75.8536 -24.6218 + 82 184.256 837 6 1 -12.6493 -75.8683 -24.5873 +Number of digits in this event: 26 +Using G4ParticleGun... +Particle energy: 5.33652 LIN +Particle: gamma +Event: 83 +Number of tracker hits in this event: 12 + 83 312.394 1275 1 1 75.0651 92.3133 -174.45 + 83 231.949 1360 1 0 75.0663 92.3122 -175.85 + 83 265.544 1275 0 1 75.0951 92.2949 -204.45 + 83 123.451 1360 0 0 75.097 92.2954 -205.85 + 83 99.9611 1349 0 1 89.8871 61.5777 -204.85 + 83 37.757 1322 2 1 84.632 -120.889 -144.85 + 83 101.817 1323 2 1 84.65 -121.736 -144.521 + 83 123.074 1470 0 0 83.9138 114.15 -206.192 + 83 106.086 1361 0 0 75.0875 92.4325 -205.85 + 83 28.7073 390 6 1 -101.982 68.947 -24.85 + 83 152.805 389 6 1 -102.151 68.9432 -24.5747 + 83 175.692 388 6 1 -102.35 68.9381 -24.4751 +Number of digits in this event: 8 +Using G4ParticleGun... +Particle energy: 3.76629 LIN Particle: gamma Event: 84 -Number of tracker hits in this event: 52 - 84 316.671 553 5 1 -69.2739 -48.3591 -54.45 - 84 238.265 658 5 0 -69.274 -48.3595 -55.85 - 84 484.088 553 4 1 -69.2787 -48.3683 -84.45 - 84 736.383 658 4 0 -69.279 -48.3687 -85.85 - 84 302.98 553 3 1 -69.2858 -48.3775 -114.45 - 84 444.647 658 3 0 -69.2866 -48.3797 -115.85 - 84 235.044 553 2 1 -69.3065 -48.4172 -144.45 - 84 263.395 658 2 0 -69.3077 -48.4186 -145.85 - 84 248.02 553 1 1 -69.3334 -48.446 -174.45 - 84 482.093 658 1 0 -69.3354 -48.4465 -175.85 - 84 136.544 553 0 1 -69.3792 -48.4534 -204.45 - 84 252.952 657 0 0 -69.3827 -48.4546 -205.85 - 84 2.62307 974 0 0 -78.6235 14.85 -205.958 - 84 136.079 512 0 1 -77.6106 15.535 -204.85 - 84 104.529 728 2 1 -34.45 6.63059 -144.805 - 84 73.7463 657 1 0 -69.2271 -48.6022 -175.85 - 84 71.8922 656 1 0 -69.2135 -48.65 -176.026 - 84 6.24737 700 1 0 -42.6265 -39.8511 -176.25 - 84 202.074 701 1 0 -42.6207 -39.85 -176.244 - 84 115.15 696 1 1 -40.8413 -40.8563 -174.85 - 84 91.6836 697 1 1 -40.65 -40.9181 -174.752 - 84 59.8266 698 1 1 -40.45 -40.9277 -174.761 - 84 15.1575 699 1 1 -40.25 -40.8379 -174.821 - 84 83.4604 702 1 0 -38.9143 -39.6497 -175.867 - 84 82.1827 703 1 0 -38.8069 -39.45 -175.991 - 84 79.5535 549 0 1 -70.1501 -44.7227 -204.45 - 84 69.5162 550 0 1 -70.05 -44.8879 -204.667 - 84 73.0064 672 0 0 -69.509 -45.546 -205.85 - 84 66.6239 671 0 0 -69.4116 -45.65 -206.066 - 84 106.671 554 2 1 -69.1688 -48.1925 -144.45 - 84 131.519 659 2 0 -69.1701 -48.1913 -145.85 - 84 97.3788 554 1 1 -69.2265 -48.216 -174.45 - 84 215.58 659 1 0 -69.2247 -48.2294 -175.85 - 84 117.722 554 0 1 -69.141 -48.5484 -204.45 - 84 149.587 1524 5 0 34.0303 124.986 -56.25 - 84 208.088 1523 5 0 34.0903 124.95 -55.9007 - 84 347.793 753 1 0 -95.1417 -29.4269 -176.25 - 84 415.604 419 1 1 -96.2706 -28.4163 -174.85 - 84 110.448 554 3 1 -69.25 -48.2314 -114.769 - 84 151.554 549 3 1 -70.0867 -48.0898 -114.45 - 84 207.753 659 3 0 -70.1098 -48.1 -115.85 - 84 140.65 548 2 1 -70.4129 -48.2974 -144.45 - 84 108.379 544 1 1 -71.2159 -47.6593 -174.45 - 84 291.249 662 1 0 -71.2255 -47.6404 -175.85 - 84 122.606 543 0 1 -71.4064 -47.6545 -204.45 - 84 200.594 661 0 0 -71.4289 -47.6758 -205.85 - 84 113.647 552 3 1 -69.452 -48.4205 -114.45 - 84 87.1054 655 2 0 -69.3584 -48.8581 -145.85 - 84 120.505 552 1 1 -69.5101 -49.0028 -174.45 - 84 128.227 655 1 0 -69.513 -49.0175 -175.85 - 84 110.037 552 0 1 -69.5405 -49.1007 -204.45 - 84 194.47 654 0 0 -69.5096 -49.1411 -205.85 -Number of digits in this event: 32 +Number of tracker hits in this event: 0 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 8.50649 LIN +Particle energy: 1.6341 LIN Particle: gamma Event: 85 Number of tracker hits in this event: 0 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 9.00445 LIN -Particle: gamma -Event: 86 -Number of tracker hits in this event: 2 - 86 102.806 252 0 0 -53.1099 -129.55 -206.202 - 86 36.5693 684 1 0 -100.119 -43.05 -175.949 -Number of digits in this event: 1 -Using G4ParticleGun... -Particle energy: 2.5173 LIN -Particle: gamma -Event: 87 -Number of tracker hits in this event: 0 Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 4.86424 LIN +Particle energy: 3.07609 LIN +Particle: gamma +Event: 86 +Number of tracker hits in this event: 77 + 86 216.501 908 7 1 1.84063 -60.2255 5.55 + 86 416.594 599 7 0 1.84228 -60.2232 4.15 + 86 302.602 908 6 1 1.83314 -60.2122 -24.45 + 86 97.7967 599 6 0 1.83071 -60.2132 -25.85 + 86 255.953 908 5 1 1.78539 -60.2482 -54.45 + 86 141.628 598 5 0 1.78446 -60.26 -55.85 + 86 239.024 908 4 1 1.7793 -60.4973 -84.45 + 86 102.412 597 4 0 1.77905 -60.5074 -85.85 + 86 539.143 908 3 1 1.80511 -60.7293 -114.45 + 86 224.598 596 3 0 1.80772 -60.7413 -115.85 + 86 107.161 909 2 1 1.85513 -60.9808 -144.45 + 86 252.561 595 2 0 1.85916 -60.9878 -145.85 + 86 259.772 909 1 1 1.93467 -61.1298 -174.45 + 86 125.757 594 1 0 1.94208 -61.1349 -175.85 + 86 117.338 910 0 1 2.09169 -61.2155 -204.45 + 86 95.3921 594 0 0 2.09273 -61.2192 -205.85 + 86 25.3357 1790 1 0 49.8819 178.15 -176.001 + 86 19.2979 1158 1 1 51.65 163.926 -174.642 + 86 213.049 1791 1 0 49.8862 178.35 -175.936 + 86 105.126 1792 1 0 49.8368 178.55 -176.167 + 86 29.4003 1590 1 1 138.236 -88.1225 -174.45 + 86 125.875 1589 1 1 138.15 -88.1754 -174.47 + 86 63.3642 1588 1 1 137.95 -88.3064 -174.512 + 86 103.976 1587 1 1 137.75 -88.4405 -174.534 + 86 91.4584 1586 1 1 137.55 -88.6575 -174.516 + 86 63.0111 1585 1 1 137.35 -88.9263 -174.501 + 86 322.565 752 2 0 95.0055 -29.4886 -146.25 + 86 50.5706 751 2 0 95.2733 -29.65 -145.955 + 86 239.175 599 3 0 1.86483 -60.1044 -115.85 + 86 170.791 914 2 1 2.87754 -58.5214 -144.45 + 86 104.516 608 2 0 2.78272 -58.3272 -145.85 + 86 106.088 894 1 1 -1.08761 -54.9751 -174.45 + 86 157.81 626 1 0 -1.18458 -54.8287 -175.85 + 86 0.806151 883 0 1 -3.44964 -52.3 -204.45 + 86 109.817 882 0 1 -3.45008 -52.2998 -204.455 + 86 120.371 638 0 0 -3.50663 -52.2957 -205.85 + 86 118.783 913 2 1 2.83647 -60.124 -144.45 + 86 206.2 600 2 0 2.80083 -60.0259 -145.85 + 86 20.3425 910 1 1 2.05035 -58.6336 -174.797 + 86 143.49 608 1 0 2.47984 -58.4299 -175.85 + 86 189.818 974 0 1 14.8764 -50.8389 -204.45 + 86 18.3207 657 0 0 15.229 -48.5035 -205.85 + 86 63.4165 658 0 0 15.2356 -48.45 -205.882 + 86 70.5154 659 0 0 15.2556 -48.2496 -205.997 + 86 70.5187 660 0 0 15.2782 -48.05 -206.116 + 86 18.3026 661 0 0 15.2994 -47.85 -206.236 + 86 297.171 907 3 1 1.65 -59.7889 -114.668 + 86 119.929 619 3 0 -1.00877 -56.1975 -115.85 + 86 60.905 620 3 0 -1.09495 -56.05 -115.921 + 86 150.051 621 3 0 -1.16315 -55.8499 -116.022 + 86 69.9502 622 3 0 -1.23081 -55.65 -116.085 + 86 82.9738 623 3 0 -1.2969 -55.45 -116.107 + 86 60.3207 624 3 0 -1.3662 -55.25 -116.146 + 86 51.5822 625 3 0 -1.43835 -55.0499 -116.18 + 86 52.2321 626 3 0 -1.47342 -54.85 -116.174 + 86 83.3378 627 3 0 -1.54263 -54.6498 -116.163 + 86 0.18795 628 3 0 -1.64492 -54.45 -116.248 + 86 102.632 598 6 0 1.81312 -60.4045 -25.85 + 86 111.104 597 5 0 1.7535 -60.5158 -55.85 + 86 235.912 596 4 0 1.68666 -60.7107 -85.85 + 86 109.173 906 2 1 1.38906 -60.9205 -144.45 + 86 112.091 905 1 1 1.10166 -60.9076 -174.45 + 86 149.486 595 1 0 1.0915 -60.9105 -175.85 + 86 167.79 904 0 1 0.862538 -61.0105 -204.45 + 86 101.373 595 0 0 0.856581 -61.0164 -205.85 + 86 169.981 772 14 1 -25.4827 -25.6223 215.15 + 86 135.168 918 3 1 3.73931 -56.3244 -114.45 + 86 305.476 618 3 0 3.8767 -56.3118 -115.85 + 86 98.9867 606 3 0 -3.86926 -58.6546 -116.25 + 86 27.5541 607 3 0 -3.90908 -58.6499 -116.173 + 86 61.9544 605 3 0 -4.07037 -58.85 -116.075 + 86 85.636 604 3 0 -4.07336 -59.05 -115.998 + 86 37.3401 875 3 1 -4.97961 -61.2901 -114.85 + 86 105.222 874 3 1 -5.05 -61.3657 -114.798 + 86 50.4491 873 3 1 -5.25 -61.3472 -114.741 + 86 80.8335 591 3 0 -6.06272 -61.8495 -115.85 + 86 121.808 590 3 0 -6.06346 -61.85 -115.851 +Number of digits in this event: 33 +Using G4ParticleGun... +Particle energy: 1.69433 LIN +Particle: gamma +Event: 87 +Number of tracker hits in this event: 111 + 87 232.738 1250 9 1 70.0955 -5.42145 65.55 + 87 349.277 873 9 0 70.1013 -5.42262 64.15 + 87 286.049 1250 8 1 70.1962 -5.4439 35.5495 + 87 127.595 872 8 0 70.1546 -5.47512 34.1496 + 87 225.003 1247 7 1 69.4884 -6.27563 5.55 + 87 13.0865 1246 7 1 69.45 -6.27074 5.21443 + 87 118.914 868 7 0 69.3263 -6.26097 4.15 + 87 129.26 1229 6 1 65.9857 -5.76636 -24.4501 + 87 121.52 871 6 0 65.7898 -5.76911 -25.85 + 87 131.422 1207 5 1 61.5491 -5.93659 -54.45 + 87 174.238 870 5 0 61.373 -5.94744 -55.85 + 87 122.179 1177 4 1 55.5581 -7.47838 -84.4504 + 87 89.6983 1176 4 1 55.4499 -7.49859 -84.786 + 87 120.948 862 4 0 55.1308 -7.54868 -85.85 + 87 37.1518 1133 3 1 46.7223 -8.97968 -114.45 + 87 103.872 1132 3 1 46.65 -8.91984 -114.602 + 87 122.922 858 3 0 46.0447 -8.4128 -115.85 + 87 1.56155 859 3 0 45.8547 -8.24997 -116.243 + 87 46.2703 1061 2 1 32.2898 3.89275 -144.45 + 87 106.776 1060 2 1 32.2495 3.98507 -144.587 + 87 291.021 924 2 0 31.9115 4.90805 -145.85 + 87 77.9667 925 2 0 31.8639 5.05004 -146.035 + 87 92.8947 1012 1 1 22.5167 27.4927 -174.45 + 87 64.9159 1011 1 1 22.45 27.6611 -174.658 + 87 6.19903 1042 1 0 22.0701 28.6391 -175.85 + 87 111.036 1043 1 0 22.0658 28.65 -175.863 + 87 82.0786 1044 1 0 21.9805 28.85 -176.104 + 87 153.842 947 0 1 9.5771 50.3386 -204.45 + 87 68.3105 946 0 1 9.44983 50.3889 -204.5 + 87 66.3355 945 0 1 9.24946 50.4681 -204.584 + 87 149.137 944 0 1 9.05 50.5543 -204.664 + 87 59.7782 943 0 1 8.85 50.6322 -204.735 + 87 57.6654 942 0 1 8.64984 50.7039 -204.798 + 87 154.599 1161 0 0 4.1962 52.3398 -205.85 + 87 208.508 1162 0 0 3.85471 52.45 -205.925 + 87 165.372 1163 0 0 3.3087 52.65 -206.027 + 87 202.39 1164 0 0 2.77339 52.85 -206.097 + 87 78.4453 1165 0 0 2.2574 53.05 -206.183 + 87 68.8453 1185 0 0 -119.545 57.1525 -206.25 + 87 95.697 1184 0 0 -119.752 57.05 -206.178 + 87 98.3159 1183 0 0 -120.007 56.85 -206.059 + 87 57.7544 1182 0 0 -120.261 56.65 -205.899 + 87 41.4844 291 0 1 -121.837 55.4367 -204.85 + 87 94.0778 290 0 1 -121.95 55.3468 -204.77 + 87 189.019 289 0 1 -122.15 55.1575 -204.58 + 87 153.105 948 0 1 9.65002 50.2924 -204.745 + 87 68.4824 1147 0 0 10.1055 49.4802 -205.85 + 87 4.49711 1146 0 0 10.105 49.45 -205.854 + 87 371.069 1250 6 1 70.2284 -5.47645 -24.45 + 87 215.156 872 6 0 70.2331 -5.46273 -25.85 + 87 108.205 1251 5 1 70.2679 -5.1838 -54.45 + 87 105.338 874 5 0 70.2813 -5.16897 -55.85 + 87 142.074 1253 4 1 70.6684 -4.9705 -84.45 + 87 138.865 875 4 0 70.6763 -4.9698 -85.85 + 87 121.388 1253 3 1 70.8489 -4.96143 -114.45 + 87 131.988 875 3 0 70.8392 -4.95023 -115.85 + 87 124.885 1252 2 1 70.6177 -4.67364 -144.45 + 87 143.36 877 2 0 70.5934 -4.6462 -145.85 + 87 131.609 1250 1 1 70.0658 -4.14482 -174.45 + 87 96.9406 879 1 0 70.0307 -4.10794 -175.85 + 87 113.496 1245 0 1 69.2344 -3.40114 -204.45 + 87 104.233 883 0 0 69.1955 -3.35235 -205.85 + 87 155.073 1250 5 1 70.1407 -5.50411 -54.45 + 87 114.873 872 5 0 70.1244 -5.52625 -55.85 + 87 145.127 1248 4 1 69.7999 -5.95464 -84.45 + 87 128.394 870 4 0 69.7916 -5.98928 -85.85 + 87 166.316 1247 3 1 69.5978 -6.74501 -114.45 + 87 147.771 866 3 0 69.5765 -6.78904 -115.85 + 87 107.806 1245 2 1 69.1982 -7.66517 -144.45 + 87 99.7155 861 2 0 69.0439 -7.73156 -145.85 + 87 118.569 1228 1 1 65.727 -9.09767 -174.45 + 87 131.939 854 1 0 65.4909 -9.20753 -175.85 + 87 200.595 1202 0 1 60.5663 -11.4785 -204.45 + 87 155.157 842 0 0 60.3185 -11.5542 -205.85 + 87 96.8974 840 0 0 61.7256 -11.9051 -205.85 + 87 9.03025 1231 0 1 66.3255 -10.2156 -204.85 + 87 13.8653 844 0 0 70.2365 -11.2438 -205.85 + 87 38.6481 1254 0 1 71.033 -11.2477 -204.85 + 87 64.4212 877 8 0 70.1104 -4.45908 34.15 + 87 69.6013 878 8 0 70.1094 -4.45 33.9958 + 87 121.569 1249 7 1 69.9458 -2.91756 5.55 + 87 111.044 886 7 0 69.9601 -2.81853 4.15 + 87 143.554 896 6 0 70.2216 -0.69574 -25.85 + 87 109.943 1249 5 1 70.0249 1.41808 -54.45 + 87 166.511 906 5 0 69.9712 1.4443 -55.85 + 87 41.1285 907 5 0 69.9598 1.45 -56.1536 + 87 168.75 1243 4 1 68.7012 2.05845 -84.45 + 87 155.288 910 4 0 68.6494 2.09945 -85.85 + 87 216.901 1237 3 1 67.567 2.89836 -114.45 + 87 163.766 914 3 0 67.5299 2.94507 -115.85 + 87 123.867 1233 2 1 66.7309 3.72824 -144.45 + 87 103.915 918 2 0 66.7215 3.70658 -145.85 + 87 211.393 1232 1 1 66.6001 3.23148 -174.451 + 87 128.056 915 1 0 66.5615 3.16276 -175.85 + 87 124.486 1227 0 1 65.5135 1.50041 -204.45 + 87 116.778 907 0 0 65.4805 1.46565 -205.85 + 87 75.9568 1233 1 1 66.65 3.24872 -174.524 + 87 37.3208 1234 1 1 66.85 3.29832 -174.764 + 87 58.0914 917 1 0 67.9118 3.48348 -175.85 + 87 200.063 916 1 0 68.0907 3.44983 -175.952 + 87 74.986 1443 0 1 108.817 -16.5002 -204.45 + 87 90.8378 1442 0 1 108.75 -16.4 -204.623 + 87 46.6271 822 0 0 107.898 -15.5128 -205.85 + 87 111.18 823 0 0 107.817 -15.4498 -205.933 + 87 47.098 824 0 0 107.562 -15.25 -206.133 + 87 7.96896 1292 1 0 155.055 78.45 -176.13 + 87 84.9216 1643 1 1 148.75 -76.0516 -174.836 + 87 109.595 1249 9 1 70.0068 -5.45981 65.55 + 87 140.984 1248 9 1 69.85 -5.49075 65.3748 + 87 59.0786 871 9 0 69.4385 -5.78865 64.1497 + 87 245.612 870 9 0 69.3689 -5.85 64.1052 +Number of digits in this event: 55 +Using G4ParticleGun... +Particle energy: 1.35438 LIN Particle: gamma Event: 88 -Number of tracker hits in this event: 19 - 88 316.814 265 1 1 -127.148 11.2559 -174.45 - 88 289.964 956 1 0 -127.149 11.2555 -175.85 - 88 394.791 264 0 1 -127.201 11.2302 -204.45 - 88 183.577 955 0 0 -127.204 11.2294 -205.85 - 88 63.5424 902 3 1 0.49928 102.161 -114.85 - 88 101.412 903 3 1 0.650337 102.29 -114.643 - 88 100.054 954 0 0 -127.039 11.05 -205.96 - 88 212.384 935 0 0 -140.463 7.15204 -206.25 - 88 36.3362 936 0 0 -140.777 7.25 -206.164 - 88 234.205 934 0 0 -141.102 7.04987 -206.154 - 88 75.8681 933 0 0 -141.223 6.84975 -206.181 - 88 1.15831 932 0 0 -141.372 6.65 -206.247 - 88 329.399 956 0 0 -127.238 11.3028 -205.85 - 88 19.7482 728 3 0 -19.5531 -34.2973 -116.25 - 88 73.3465 729 3 0 -19.5542 -34.25 -116.207 - 88 64.3478 730 3 0 -19.5942 -34.05 -116.146 - 88 8.92467 731 3 0 -19.6691 -33.85 -116.227 - 88 316.977 884 3 0 -43.6573 -3.15385 -116.25 - 88 6.05284 955 1 0 -127.15 11.25 -176.245 -Number of digits in this event: 10 -Using G4ParticleGun... -Particle energy: 3.60526 LIN -Particle: gamma -Event: 89 -Number of tracker hits in this event: 9 - 89 135.712 499 2 1 -80.1475 -58.4419 -144.611 - 89 282.626 608 2 0 -80.1469 -58.4418 -145.85 - 89 356.011 499 1 1 -80.1341 -58.4401 -174.45 - 89 120.783 608 1 0 -80.1345 -58.4379 -175.85 - 89 220.009 499 0 1 -80.1428 -58.39 -204.45 - 89 164.502 608 0 0 -80.1431 -58.3832 -205.85 - 89 143.785 607 1 0 -80.1633 -58.4538 -175.85 - 89 101.697 607 0 0 -80.0547 -58.4719 -205.85 - 89 214.516 784 0 0 6.48788 -23.2144 -206.25 -Number of digits in this event: 10 -Using G4ParticleGun... -Particle energy: 6.83834 LIN -Particle: gamma -Event: 90 -Number of tracker hits in this event: 21 - 90 211.912 381 1 1 -103.881 -24.0905 -174.45 - 90 248.813 779 1 0 -103.898 -24.0806 -175.85 - 90 119.229 379 0 1 -104.228 -23.88 -204.45 - 90 113.41 780 0 0 -104.24 -23.8674 -205.85 - 90 173.336 1270 2 1 74.2184 -138.57 -144.45 - 90 312.125 1269 2 1 74.0498 -138.823 -144.72 - 90 95.6958 1268 2 1 73.85 -139.002 -144.762 - 90 295.852 381 0 1 -103.869 -24.0739 -204.45 - 90 134.746 779 0 0 -103.871 -24.0821 -205.85 - 90 81.5902 786 0 0 -103.616 -22.8141 -205.85 - 90 58.4446 787 0 0 -103.643 -22.65 -205.938 - 90 49.2662 788 0 0 -103.661 -22.45 -205.963 - 90 64.345 789 0 0 -103.659 -22.25 -206.007 - 90 124.219 790 0 0 -103.546 -22.0499 -205.986 - 90 91.0135 390 0 1 -102.042 -20.1103 -204.85 - 90 202.85 391 0 1 -101.95 -20.0235 -204.771 - 90 74.916 392 0 1 -101.75 -20.0359 -204.614 - 90 154.847 393 0 1 -101.55 -20.057 -204.714 - 90 132.034 394 0 1 -101.35 -19.8294 -204.762 - 90 32.3561 800 0 0 -100.915 -19.8669 -205.85 - 90 103.461 801 0 0 -100.889 -19.85 -205.883 -Number of digits in this event: 11 -Using G4ParticleGun... -Particle energy: 3.15455 LIN -Particle: gamma -Event: 91 -Number of tracker hits in this event: 3 - 91 76.7137 747 0 1 -30.4766 92.4873 -204.85 - 91 79.0751 1537 7 0 63.2061 127.663 3.75058 - 91 95.3799 1538 7 0 63.3067 127.75 3.85726 +Number of tracker hits in this event: 0 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 2.91353 LIN +Particle energy: 9.52578 LIN +Particle: gamma +Event: 89 +Number of tracker hits in this event: 30 + 89 311.872 1281 5 1 76.4207 -22.1209 -54.45 + 89 208.444 789 5 0 76.4182 -22.1229 -55.85 + 89 241.948 1281 4 1 76.373 -22.1673 -84.45 + 89 384.769 789 4 0 76.3715 -22.1693 -85.85 + 89 121.808 1281 3 1 76.3446 -22.2125 -114.45 + 89 231.826 789 3 0 76.3434 -22.2134 -115.85 + 89 135.797 1281 2 1 76.316 -22.2258 -144.45 + 89 111.436 789 2 0 76.3151 -22.2275 -145.85 + 89 100.597 1281 1 1 76.3019 -22.2574 -174.45 + 89 109.732 788 1 0 76.3004 -22.2588 -175.85 + 89 178.922 1281 0 1 76.2597 -22.2763 -204.45 + 89 261.093 788 0 0 76.2593 -22.2813 -205.85 + 89 11.4059 765 2 0 -91.7546 -26.85 -146.053 + 89 73.4825 438 2 1 -92.4153 -27.3421 -144.85 + 89 532.662 1280 0 1 76.2414 -22.2802 -204.45 + 89 206.698 789 0 0 76.3055 -22.1429 -205.85 + 89 75.2031 1276 0 1 75.2746 -22.9672 -204.85 + 89 141.663 1275 0 1 75.2499 -22.9768 -204.781 + 89 14.6535 786 0 0 76.0777 -22.8243 -205.85 + 89 100.919 785 0 0 76.0704 -22.85 -205.916 + 89 4.4313 1179 0 1 56.0068 -39.7378 -204.85 + 89 126.372 1282 4 1 76.4559 -22.1091 -84.45 + 89 140.963 1282 3 1 76.4791 -22.0742 -114.45 + 89 115.569 1282 2 1 76.4888 -21.9249 -144.45 + 89 112.174 790 2 0 76.4888 -21.9182 -145.85 + 89 102.005 1282 1 1 76.4799 -21.7857 -174.45 + 89 113.303 791 1 0 76.4832 -21.7756 -175.85 + 89 132.074 1282 0 1 76.5517 -21.5611 -204.45 + 89 123.366 792 0 0 76.5554 -21.5516 -205.85 + 89 291.973 791 0 0 76.2027 -21.769 -205.85 +Number of digits in this event: 20 +Using G4ParticleGun... +Particle energy: 9.78446 LIN +Particle: gamma +Event: 90 +Number of tracker hits in this event: 139 + 90 247.919 845 7 1 -11.0362 -61.2068 5.55 + 90 332.555 594 7 0 -11.0367 -61.2079 4.15 + 90 273.374 845 6 1 -11.0483 -61.2316 -24.45 + 90 263.316 594 6 0 -11.0491 -61.233 -25.85 + 90 516.213 844 5 1 -11.0658 -61.2607 -54.45 + 90 416.372 593 5 0 -11.0664 -61.2614 -55.85 + 90 416.544 844 4 1 -11.0776 -61.2714 -84.45 + 90 440.371 593 4 0 -11.0778 -61.2737 -85.85 + 90 545.227 844 3 1 -11.0975 -61.3111 -114.45 + 90 457.101 593 3 0 -11.0985 -61.3122 -115.85 + 90 119.822 844 2 1 -11.1181 -61.3384 -144.45 + 90 266.239 593 2 0 -11.1203 -61.3377 -145.85 + 90 372.055 844 1 1 -11.1573 -61.3156 -174.45 + 90 436.618 593 1 0 -11.1614 -61.3129 -175.85 + 90 145.812 844 0 1 -11.2498 -61.2558 -204.45 + 90 271.087 843 0 1 -11.25 -61.2558 -204.487 + 90 611.841 593 0 0 -11.2567 -61.2544 -205.85 + 90 0.542786 592 3 0 -11.2428 -61.45 -116.249 + 90 242.372 428 3 0 -79.1324 -94.4612 -116.25 + 90 139.847 500 3 1 -79.9017 -94.8138 -114.85 + 90 178.349 499 3 1 -80.05 -94.8124 -114.761 + 90 28.3668 470 4 0 8.09961 -85.9911 -86.25 + 90 88.0389 469 4 0 8.10775 -86.05 -86.1791 + 90 142.525 939 4 1 7.96288 -86.8479 -84.85 + 90 29.2995 938 4 1 7.85 -86.981 -84.5616 + 90 111.287 841 2 1 -11.7724 -61.2593 -144.45 + 90 97.1334 840 1 1 -11.9847 -61.2506 -174.45 + 90 165.046 837 0 1 -12.5571 -61.9528 -204.45 + 90 120.103 590 0 0 -12.5739 -62.0143 -205.85 + 90 13.8123 214 4 0 -29.4558 -137.312 -86.25 + 90 230.612 213 4 0 -29.4446 -137.35 -86.2071 + 90 28.1154 668 4 1 -46.3858 -131.202 -84.85 + 90 166.843 251 4 0 -46.4677 -129.923 -85.85 + 90 38.8607 535 3 1 -72.9223 -160.148 -114.85 + 90 201.366 443 4 1 -91.35 -1.96196 -84.7511 + 90 138.772 382 2 1 -103.718 19.5682 -144.45 + 90 127.292 383 2 1 -103.55 19.5629 -144.543 + 90 34.7144 264 2 0 20.6836 -127.15 -146.218 + 90 149.715 845 2 1 -11.0492 -61.4459 -144.45 + 90 257.973 592 2 0 -11.0417 -61.4536 -145.85 + 90 135.548 845 1 1 -10.9085 -61.6365 -174.45 + 90 125.393 592 1 0 -10.8973 -61.641 -175.85 + 90 630.242 846 0 1 -10.6691 -61.7401 -204.45 + 90 129.522 591 0 0 -10.6665 -61.7438 -205.85 + 90 6.3625 847 0 1 -10.621 -61.9944 -204.45 + 90 239.183 728 2 0 -14.579 -34.4102 -146.25 + 90 39.2489 727 2 0 -14.6549 -34.45 -146.142 + 90 118.954 841 4 1 -11.749 -62.6912 -84.45 + 90 111.144 586 4 0 -11.5954 -62.7219 -85.85 + 90 181.088 859 3 1 -8.06386 -62.8223 -114.45 + 90 154.283 585 3 0 -8.01947 -62.8733 -115.851 + 90 109.313 863 2 1 -7.38528 -64.3939 -144.45 + 90 48.5143 577 2 0 -7.58263 -64.6293 -145.85 + 90 74.0091 576 2 0 -7.60236 -64.65 -145.979 + 90 117.768 841 1 1 -11.7177 -68.0061 -174.45 + 90 121.007 559 1 0 -11.9784 -68.1764 -175.85 + 90 50.567 809 0 1 -18.0683 -70.6645 -204.45 + 90 85.4289 810 0 1 -18.0498 -70.6292 -204.589 + 90 42.9433 548 0 0 -17.9008 -70.2988 -205.85 + 90 71.0213 549 0 0 -17.8773 -70.25 -206.046 + 90 182.574 594 5 0 -11.0266 -61.0704 -55.85 + 90 68.2467 595 5 0 -11.0246 -61.05 -56.0004 + 90 175.516 849 4 1 -10.1927 -57.301 -84.45 + 90 47.8028 614 4 0 -10.2796 -57.0899 -85.85 + 90 68.0269 615 4 0 -10.3047 -57.05 -86.0803 + 90 124.902 829 3 1 -14.0777 -52.3105 -114.45 + 90 21.9031 641 3 0 -14.1918 -51.6825 -115.85 + 90 99.5124 642 3 0 -14.1965 -51.65 -115.919 + 90 59.4721 817 2 1 -16.5809 -40.4114 -144.45 + 90 66.1634 816 2 1 -16.65 -40.3916 -144.638 + 90 172.13 699 2 0 -17.0986 -40.2128 -145.85 + 90 73.2273 746 1 1 -30.7631 -34.4273 -174.45 + 90 89.7805 745 1 1 -30.85 -34.3383 -174.623 + 90 99.9146 731 1 0 -31.492 -33.7975 -175.85 + 90 61.6615 732 1 0 -31.6525 -33.65 -176.117 + 90 100.52 653 0 1 -49.2836 -17.3778 -204.45 + 90 93.5286 652 0 1 -49.451 -17.5317 -204.648 + 90 126.059 808 0 0 -50.5164 -18.3522 -205.85 + 90 84.1172 807 0 0 -50.6462 -18.4501 -206.001 + 90 54.0691 845 5 1 -11.05 -61.2741 -54.6304 + 90 68.7838 851 4 1 -9.74347 -62.1246 -84.4502 + 90 118.295 850 4 1 -9.85 -62.22 -84.631 + 90 121.076 584 4 0 -10.616 -63.0572 -85.85 + 90 60.9303 583 4 0 -10.7864 -63.25 -86.1296 + 90 34.8378 647 4 0 -60.8821 -50.524 -86.25 + 90 81.2573 648 4 0 -60.9415 -50.4499 -86.1825 + 90 54.1042 649 4 0 -61.0954 -50.25 -85.9812 + 90 118.396 590 4 1 -62.0209 -49.2146 -84.8499 + 90 511.81 589 4 1 -62.05 -49.1841 -84.8149 + 90 13.0957 588 4 1 -62.25 -48.9705 -84.4602 + 90 22.8011 669 4 0 -62.1257 -46.125 -85.8504 + 90 69.7897 670 4 0 -62.1319 -46.0496 -85.9023 + 90 95.158 671 4 0 -62.2037 -45.8499 -86.0351 + 90 51.071 672 4 0 -62.3485 -45.6499 -86.1734 + 90 164.399 591 4 1 -61.85 -48.6575 -84.7723 + 90 135.964 592 4 1 -61.65 -48.5763 -84.6591 + 90 45.2513 180 4 0 -83.4209 -144.019 -86.25 + 90 184.808 179 4 0 -83.5041 -144.15 -86.1328 + 90 123.181 178 4 0 -83.7322 -144.35 -85.9681 + 90 185.491 177 4 0 -83.6282 -144.55 -86.0243 + 90 187.016 176 4 0 -83.5496 -144.75 -85.8749 + 90 233.962 667 5 0 74.8656 -46.4819 -56.25 + 90 69.1821 843 5 1 -11.25 -61.3082 -54.5336 + 90 284.792 842 5 1 -11.4502 -61.2909 -54.5512 + 90 110.822 846 5 1 -10.8182 -61.2414 -54.45 + 90 163.467 848 4 1 -10.4342 -61.1479 -84.45 + 90 150.38 594 4 0 -10.4162 -61.1384 -85.85 + 90 102.941 851 3 1 -9.8341 -61.1807 -114.45 + 90 244.571 594 3 0 -9.82706 -61.1859 -115.85 + 90 415.217 853 2 1 -9.42318 -61.2227 -144.45 + 90 138.279 594 2 0 -9.4784 -61.2203 -145.85 + 90 122.788 847 1 1 -10.6316 -61.0964 -174.45 + 90 18.911 846 1 1 -10.65 -61.087 -174.767 + 90 33.2959 594 1 0 -10.7131 -61.0536 -175.85 + 90 92.8241 595 1 0 -10.7199 -61.05 -175.967 + 90 4.05535 839 0 1 -12.2484 -60.1844 -204.45 + 90 126.076 838 0 1 -12.25 -60.1849 -204.462 + 90 101.835 599 0 0 -12.4449 -60.238 -205.85 + 90 15.588 598 0 0 -12.4903 -60.25 -206.173 + 90 98.3445 852 2 1 -9.50725 -61.2753 -144.45 + 90 38.7357 851 2 1 -9.65 -61.3874 -144.718 + 90 39.0599 768 1 1 -26.4117 -65.1863 -174.45 + 90 193.344 767 1 1 -26.45 -65.2366 -174.534 + 90 3.83175 532 1 0 -18.2414 -73.64 -175.85 + 90 111.044 531 1 0 -18.2307 -73.65 -175.852 + 90 76.7033 530 1 0 -17.9143 -73.85 -175.939 + 90 124.887 529 1 0 -17.6935 -74.0501 -175.937 + 90 70.9896 528 1 0 -17.421 -74.25 -175.91 + 90 55.8442 527 1 0 -17.3155 -74.45 -175.937 + 90 228.307 526 1 0 -17.2725 -74.65 -175.952 + 90 79.7204 525 1 0 -17.371 -74.85 -175.967 + 90 107.06 524 1 0 -17.4261 -75.05 -176.022 + 90 299.115 523 1 0 -17.3422 -75.25 -176.075 + 90 237.196 813 1 1 -17.3923 -73.1421 -174.85 + 90 23.3825 854 2 1 -9.25 -61.2129 -144.506 + 90 252.021 855 0 1 -8.92245 -61.3057 -204.45 + 90 8.25761 627 0 0 0.05 -54.5845 -205.915 + 90 80.4343 555 6 0 -103.881 -68.9882 -26.25 + 90 156.197 554 6 0 -103.842 -69.0501 -26.1478 +Number of digits in this event: 69 +Using G4ParticleGun... +Particle energy: 6.03666 LIN +Particle: gamma +Event: 91 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 +Using G4ParticleGun... +Particle energy: 6.76465 LIN Particle: gamma Event: 92 -Number of tracker hits in this event: 23 - 92 234.713 1069 4 1 34.0478 79.73 -84.45 - 92 346.796 1298 4 0 34.0437 79.7364 -85.85 - 92 110.569 1069 3 1 33.9488 79.8747 -114.45 - 92 118.593 1299 3 0 33.9386 79.8829 -115.85 - 92 251.37 1068 2 1 33.7522 79.9588 -144.45 - 92 154.349 1299 2 0 33.7481 79.9706 -145.85 - 92 55.0036 1068 1 1 33.6523 80.2325 -174.45 - 92 67.1487 1067 1 1 33.65 80.2359 -174.641 - 92 120.706 1301 1 0 33.6358 80.2575 -175.85 - 92 123.219 1066 0 1 33.297 80.788 -204.45 - 92 117.507 1303 0 0 33.2926 80.8074 -205.85 - 92 118.479 1070 3 1 34.0764 79.6091 -114.45 - 92 110.562 1297 3 0 34.079 79.6022 -115.85 - 92 123.732 1070 2 1 34.1385 79.4721 -144.45 - 92 116.563 1297 2 0 34.1392 79.4638 -145.85 - 92 103.561 1070 1 1 34.1587 79.3033 -174.45 - 92 153.403 1296 1 0 34.1621 79.2954 -175.85 - 92 228.57 1070 0 1 34.2051 79.122 -204.45 - 92 384.486 1295 0 0 34.2009 79.1068 -205.85 - 92 102.152 1069 0 1 34.05 79.3631 -204.676 - 92 107.467 1068 0 1 33.8496 79.4754 -204.661 - 92 116.11 1067 0 1 33.6498 79.4528 -204.629 - 92 17.2715 1072 0 1 34.45 79.6387 -204.627 -Number of digits in this event: 11 +Number of tracker hits in this event: 53 + 92 183.903 1001 2 1 20.3908 -16.7708 -144.45 + 92 128.932 816 2 0 20.3937 -16.7692 -145.85 + 92 232.218 1002 1 1 20.462 -16.7684 -174.45 + 92 363.102 816 1 0 20.4723 -16.7709 -175.85 + 92 234.708 1003 0 1 20.6841 -16.8213 -204.45 + 92 445.209 816 0 0 20.6893 -16.8245 -205.85 + 92 129.955 637 0 0 8.91694 -52.6458 -206.25 + 92 1.88622 636 0 0 8.91684 -52.6501 -206.246 + 92 96.3122 817 0 0 20.9387 -16.6136 -205.851 + 92 109.238 815 0 0 21.1163 -16.85 -206.215 + 92 164.932 814 0 0 21.1728 -17.05 -206.229 + 92 212.065 1001 0 1 20.4441 -16.7479 -204.45 + 92 123.022 1002 0 1 20.4502 -16.7525 -204.471 + 92 72.5126 1000 2 1 20.25 -16.8402 -144.635 + 92 116.083 814 2 0 19.7448 -17.079 -145.85 + 92 45.6951 943 1 1 8.71274 -22.1043 -174.45 + 92 98.5098 942 1 1 8.65 -22.1488 -174.589 + 92 18.9157 788 1 0 8.07131 -22.4364 -175.85 + 92 141.27 787 1 0 8.04387 -22.45 -175.911 + 92 56.6446 866 0 1 -6.68838 -28.1649 -204.45 + 92 97.5997 865 0 1 -6.85 -28.2424 -204.54 + 92 80.1214 864 0 1 -7.05042 -28.3416 -204.65 + 92 69.6832 863 0 1 -7.25 -28.4362 -204.763 + 92 1.91477 753 0 0 -9.16436 -29.4473 -205.85 + 92 152.097 752 0 0 -9.16946 -29.45 -205.853 + 92 201.199 751 0 0 -9.52319 -29.65 -206.059 + 92 12.6581 750 0 0 -9.81495 -29.85 -206.23 + 92 2.0264 569 0 0 -49.2576 -66.2444 -206.25 + 92 76.3148 568 0 0 -49.2613 -66.25 -206.245 + 92 80.9183 567 0 0 -49.3736 -66.4503 -206.091 + 92 17.0039 566 0 0 -49.4412 -66.6501 -205.921 + 92 107.371 653 0 1 -49.3441 -67.3085 -204.85 + 92 57.7944 689 1 0 -82.5876 -42.1519 -176.25 + 92 266.166 690 1 0 -82.7164 -42.0495 -176.139 + 92 79.1276 480 1 1 -83.8568 -41.6802 -174.85 + 92 50.312 479 1 1 -84.05 -41.6536 -174.654 + 92 57.9813 478 1 1 -84.2504 -41.6625 -174.583 + 92 59.7958 477 1 1 -84.45 -41.6811 -174.565 + 92 101.015 476 1 1 -84.65 -41.6784 -174.543 + 92 86.4266 475 1 1 -84.8502 -41.6928 -174.54 + 92 54.83 474 1 1 -85.05 -41.7297 -174.52 + 92 65.1558 473 1 1 -85.25 -41.8035 -174.527 + 92 62.6175 472 1 1 -85.45 -41.854 -174.536 + 92 64.9672 471 1 1 -85.65 -41.9055 -174.504 + 92 158.063 470 1 1 -86.0433 -41.988 -174.45 + 92 51.8414 762 1 0 -81.469 -27.4991 -176.25 + 92 116.847 763 1 0 -81.3594 -27.45 -176.126 + 92 77.2591 764 1 0 -81.1431 -27.25 -176.018 + 92 259.686 765 1 0 -81.207 -27.05 -175.957 + 92 44.0248 1449 2 1 109.95 148.886 -144.594 + 92 382.449 1001 1 1 20.3961 -16.7717 -174.45 + 92 128.763 1003 1 1 20.65 -16.7386 -174.708 + 92 194.224 1004 1 1 20.85 -16.7651 -174.799 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 9.26329 LIN +Particle energy: 9.06253 LIN Particle: gamma Event: 93 Number of tracker hits in this event: 0 -Number of digits in this event: 2 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 7.73245 LIN +Particle energy: 8.04436 LIN Particle: gamma Event: 94 -Number of tracker hits in this event: 53 - 94 221.991 588 5 1 -62.2928 14.8151 -54.45 - 94 274.703 973 5 0 -62.2921 14.8151 -55.85 - 94 152.102 588 4 1 -62.2748 14.8157 -84.45 - 94 108.905 973 4 0 -62.2721 14.8157 -85.85 - 94 286.063 589 3 1 -62.2106 14.8163 -114.45 - 94 237.185 973 3 0 -62.2065 14.8165 -115.85 - 94 413.5 589 2 1 -62.1213 14.8246 -144.45 - 94 582.456 973 2 0 -62.117 14.8232 -145.85 - 94 263.595 590 1 1 -62.032 14.801 -174.45 - 94 111.161 973 1 0 -62.0276 14.7998 -175.85 - 94 290.077 590 0 1 -61.939 14.7764 -204.45 - 94 122.443 973 0 0 -61.9369 14.7744 -205.85 - 94 140.912 586 1 1 -62.7835 14.6116 -174.45 - 94 124.758 972 1 0 -62.7888 14.6232 -175.85 - 94 498.677 586 0 1 -62.7544 14.8198 -204.45 - 94 123.309 974 0 0 -62.7801 14.8768 -205.85 - 94 125.248 968 0 0 -62.507 13.6579 -205.85 - 94 198.472 967 0 0 -62.5045 13.65 -205.857 - 94 67.7659 889 0 0 -75.7914 -2.12216 -206.25 - 94 228.541 888 0 0 -75.8705 -2.25 -206.211 - 94 189.414 971 0 0 -62.6798 14.3517 -205.85 - 94 21.7449 970 0 0 -62.6493 14.25 -206.171 - 94 107.548 585 0 1 -62.85 14.7696 -204.507 - 94 27.536 972 0 0 -63.3588 14.4835 -205.85 - 94 120.447 589 1 1 -62.1739 14.4087 -174.45 - 94 106.27 971 1 0 -62.1927 14.3785 -175.85 - 94 110.178 589 4 1 -62.2208 14.8525 -84.45 - 94 178.042 974 4 0 -62.2162 14.8574 -85.85 - 94 140.098 582 2 1 -63.5598 11.8771 -144.45 - 94 98.0559 957 2 0 -63.787 11.5121 -145.85 - 94 47.3178 956 2 0 -63.8395 11.45 -146.095 - 94 26.9495 549 1 1 -70.2126 3.63196 -174.45 - 94 162.708 548 1 1 -70.2504 3.60916 -174.507 - 94 20.0953 547 1 1 -70.45 3.47448 -174.789 - 94 4.68832 915 1 0 -71.5599 3.05336 -175.85 - 94 239.511 914 1 0 -71.5694 3.05 -175.859 - 94 129.905 385 0 1 -102.995 -7.54594 -204.45 - 94 3.53616 857 0 0 -103.508 -8.64203 -205.85 - 94 112.341 856 0 0 -103.513 -8.65067 -205.861 - 94 62.8772 855 0 0 -103.621 -8.85 -206.154 - 94 58.0287 599 1 1 -60.2369 2.93057 -174.45 - 94 386.555 591 1 1 -61.85 15.1958 -174.454 - 94 265.14 975 1 0 -61.8438 15.2016 -175.85 - 94 108.858 591 0 1 -61.7098 15.3239 -204.45 - 94 123.461 976 0 0 -61.7028 15.3335 -205.85 - 94 11.7093 708 8 1 -38.3473 136.429 35.15 - 94 211.543 969 0 0 -62.0003 13.9888 -205.85 - 94 107.734 981 1 0 -64.1868 16.3208 -175.85 - 94 70.5588 980 1 0 -64.234 16.2499 -175.975 - 94 168.118 979 1 0 -64.2254 16.05 -175.911 - 94 39.0199 978 1 0 -64.2774 15.8495 -175.928 - 94 128.584 579 1 1 -64.1745 15.4829 -174.85 - 94 156.698 977 1 0 -64.1763 15.6243 -175.85 -Number of digits in this event: 32 +Number of tracker hits in this event: 83 + 94 251.431 1141 9 1 48.3597 -86.1975 65.55 + 94 276.566 469 9 0 48.348 -86.1864 64.15 + 94 154.424 1140 8 1 48.1507 -85.9541 35.55 + 94 112.112 470 8 0 48.1704 -85.9417 34.15 + 94 148.689 1143 7 1 48.6544 -85.6451 5.55 + 94 128.156 472 7 0 48.6898 -85.6413 4.15 + 94 123.799 1146 6 1 49.4228 -85.6641 -24.45 + 94 119.582 471 6 0 49.4736 -85.6544 -25.85 + 94 135.144 1152 5 1 50.5234 -85.4062 -54.45 + 94 109.704 473 5 0 50.6049 -85.3906 -55.85 + 94 168.799 1160 4 1 52.2033 -84.9903 -84.45 + 94 120.767 475 4 0 52.2924 -84.952 -85.85 + 94 191.513 1169 3 1 53.96 -84.1971 -114.45 + 94 119.413 479 3 0 54.0349 -84.1559 -115.85 + 94 124.503 1177 2 1 55.5884 -83.3222 -144.45 + 94 210.527 483 2 0 55.6399 -83.3166 -145.85 + 94 116.922 1183 1 1 56.6702 -83.2076 -174.45 + 94 110.609 483 1 0 56.6811 -83.2742 -175.85 + 94 127.092 1183 0 1 56.7857 -84.5765 -204.45 + 94 159.862 477 0 0 56.6939 -84.6219 -205.85 + 94 151.541 937 1 1 7.62683 132.783 -174.85 + 94 91.3966 936 1 1 7.44998 133.747 -174.547 + 94 71.4375 938 1 1 7.65 133.86 -174.685 + 94 170.004 1565 1 0 8.3606 133.283 -175.85 + 94 9.44453 1564 1 0 8.71473 133.15 -176.24 + 94 79.9517 1236 1 0 27.1204 67.4062 -176.25 + 94 324.134 1237 1 0 26.8516 67.45 -176.198 + 94 232.19 1422 1 0 -98.3873 104.668 -176.25 + 94 107.863 1423 1 0 -98.417 104.75 -176.225 + 94 31.3689 373 1 0 -56.7132 -105.49 -176.25 + 94 304.881 372 1 0 -56.7736 -105.55 -176.219 + 94 236.167 1151 2 1 50.3435 -83.6567 -144.45 + 94 161.226 482 2 0 50.2976 -83.5744 -145.85 + 94 111.154 1145 1 1 49.2174 -82.2045 -174.45 + 94 106.707 487 1 0 49.0396 -82.5541 -175.85 + 94 1.14506 486 1 0 48.982 -82.65 -176.245 + 94 19.2768 1121 0 1 44.2726 -88.7851 -204.45 + 94 131.694 1120 0 1 44.25 -88.8326 -204.514 + 94 91.1708 450 0 0 43.841 -89.8598 -205.85 + 94 8.26168 449 0 0 43.7239 -90.15 -206.228 + 94 15.2062 478 2 0 50.1574 -84.4249 -145.85 + 94 147.188 477 2 0 50.1511 -84.45 -145.895 + 94 0.410578 476 2 0 50.0988 -84.65 -146.248 + 94 53.2853 1126 1 1 45.376 -100.824 -174.45 + 94 101.631 1125 1 1 45.25 -100.866 -174.6 + 94 11.8864 1124 1 1 45.05 -100.925 -174.817 + 94 168.062 394 1 0 44.0595 -101.212 -175.85 + 94 208.169 977 0 1 15.5816 -107.202 -204.45 + 94 138.19 374 0 0 15.284 -105.173 -205.85 + 94 310.93 375 0 0 15.2798 -105.15 -205.865 + 94 409.814 376 0 0 15.2637 -104.95 -206.021 + 94 2.86358 377 0 0 15.2438 -104.75 -206.246 + 94 112.162 937 0 1 7.45252 -89.895 -204.85 + 94 183.927 936 0 1 7.45 -89.8942 -204.846 + 94 121.305 935 0 1 7.25 -89.8029 -204.543 + 94 69.175 934 0 1 7.04998 -90.0322 -204.58 + 94 23.8915 849 3 1 -10.05 -168.828 -114.772 + 94 171.505 1141 8 1 48.3599 -86.2015 35.55 + 94 115.619 469 8 0 48.3585 -86.2018 34.15 + 94 139.793 1141 7 1 48.3318 -86.2053 5.55 + 94 117.856 469 7 0 48.3308 -86.2058 4.15 + 94 134.026 1141 6 1 48.3042 -86.2158 -24.45 + 94 110.788 469 6 0 48.3045 -86.2151 -25.85 + 94 143.929 1141 5 1 48.3068 -86.1962 -54.45 + 94 410.58 469 5 0 48.3055 -86.1957 -55.85 + 94 116.348 1141 4 1 48.2712 -86.1938 -84.45 + 94 158.844 469 4 0 48.2721 -86.1947 -85.85 + 94 107.156 1141 3 1 48.2948 -86.2262 -114.45 + 94 103.455 469 3 0 48.2982 -86.2291 -115.85 + 94 121.008 1141 2 1 48.3777 -86.2875 -144.45 + 94 111.268 468 2 0 48.3809 -86.2893 -145.85 + 94 118.93 1142 1 1 48.4536 -86.3169 -174.45 + 94 119.394 468 1 0 48.4582 -86.3163 -175.85 + 94 447.781 1142 0 1 48.5535 -86.3209 -204.45 + 94 126.296 468 0 0 48.5562 -86.3216 -205.85 + 94 53.4569 433 3 0 -22.8951 -93.4843 -116.25 + 94 152.313 467 0 0 48.6616 -86.5205 -205.85 + 94 93.8329 471 0 0 48.6436 -85.846 -205.85 + 94 151.84 1321 4 1 84.45 -2.32249 -84.6366 + 94 9.6919 1000 4 1 20.25 6.42599 -84.5727 + 94 222.851 848 2 1 -10.2931 -162.976 -144.85 + 94 81.3689 846 2 1 -10.65 -162.558 -144.717 + 94 215.862 849 2 1 -10.25 -163.338 -144.48 +Number of digits in this event: 46 Using G4ParticleGun... -Particle energy: 4.34395 LIN +Particle energy: 7.84284 LIN Particle: gamma Event: 95 -Number of tracker hits in this event: 50 - 95 266.402 265 6 1 -127.096 73.1059 -24.45 - 95 243.199 1265 6 0 -127.095 73.1047 -25.85 - 95 258.053 265 5 1 -127.076 73.0876 -54.45 - 95 214.097 1265 5 0 -127.075 73.0884 -55.85 - 95 147.896 265 4 1 -127.069 73.1164 -84.45 - 95 152.384 1265 4 0 -127.067 73.1158 -85.85 - 95 155.374 265 3 1 -127.022 73.1048 -114.45 - 95 187.779 1265 3 0 -127.024 73.1027 -115.85 - 95 199.579 265 2 1 -127.056 73.0449 -144.45 - 95 113.103 1264 2 0 -127.06 73.0444 -145.85 - 95 114.258 265 1 1 -127.133 73.0391 -174.45 - 95 137.162 1264 1 0 -127.135 73.0391 -175.85 - 95 627.636 264 0 1 -127.203 73.0352 -204.45 - 95 207.499 1264 0 0 -127.206 73.0343 -205.85 - 95 19.2463 1444 0 0 -171.251 108.95 -205.956 - 95 44.2454 43 0 1 -171.462 108.476 -204.85 - 95 73.9828 42 0 1 -171.55 108.483 -204.702 - 95 95.1272 41 0 1 -171.75 108.516 -204.549 - 95 391.678 40 0 1 -171.959 108.713 -204.45 - 95 65.7896 1265 0 0 -127.01 73.05 -206.006 - 95 85.96 1263 0 0 -127.242 72.85 -205.963 - 95 228.874 266 0 1 -126.915 73.112 -204.45 - 95 176.15 1266 0 0 -126.836 73.3196 -205.85 - 95 392.251 1128 0 0 -158.965 45.7783 -206.25 - 95 81.5407 1035 0 0 -104.455 27.25 -205.927 - 95 130.79 381 0 1 -103.854 26.6586 -204.85 - 95 121.605 265 0 1 -127.007 73.046 -204.45 - 95 72.6595 267 0 1 -126.75 73.2748 -204.809 - 95 160.255 1269 0 0 -124.865 73.8791 -205.85 - 95 107.369 1223 0 0 -116.822 64.7222 -206.25 - 95 26.3914 314 0 1 -117.326 64.3308 -204.85 - 95 81.8304 313 0 1 -117.35 64.2981 -204.769 - 95 71.2147 312 0 1 -117.55 64.0888 -204.578 - 95 72.3961 311 0 1 -117.75 63.8794 -204.514 - 95 82.9669 310 0 1 -117.951 63.7726 -204.457 - 95 98.4514 309 0 1 -118.15 63.6959 -204.649 - 95 74.2245 1214 0 0 -118.498 62.9913 -205.85 - 95 151.484 1213 0 0 -118.53 62.8498 -205.99 - 95 35.8262 1212 0 0 -118.409 62.6496 -206.17 - 95 125.45 266 4 1 -126.825 73.3397 -84.45 - 95 117.016 1266 4 0 -126.815 73.3455 -85.85 - 95 103.894 267 3 1 -126.623 73.4824 -114.45 - 95 149.748 1267 3 0 -126.605 73.4948 -115.85 - 95 172.807 269 2 1 -126.254 73.6899 -144.45 - 95 179.646 1268 2 0 -126.222 73.7082 -145.85 - 95 141.212 273 1 1 -125.549 74.0935 -174.45 - 95 157.245 1270 1 0 -125.53 74.1052 -175.85 - 95 132.002 274 0 1 -125.168 74.3368 -204.45 - 95 103.218 1270 0 0 -125.417 74.1648 -205.851 - 95 35.1532 175 0 1 -144.95 48.3737 -204.565 -Number of digits in this event: 30 +Number of tracker hits in this event: 1 + 95 8.3898 1228 5 1 65.8484 86.4625 -54.45 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 3.19066 LIN +Particle energy: 2.64634 LIN Particle: gamma Event: 96 -Number of tracker hits in this event: 21 - 96 243.858 403 2 1 -99.4431 111.153 -144.45 - 96 246.476 1455 2 0 -99.4442 111.152 -145.85 - 96 327.632 403 1 1 -99.4701 111.111 -174.45 - 96 215.629 1454 1 0 -99.4717 111.107 -175.85 - 96 199.964 403 0 1 -99.5064 111.023 -204.45 - 96 178.904 1454 0 0 -99.5113 111.012 -205.85 - 96 2.39763 73 0 1 -165.35 80.4311 -204.677 - 96 53.0589 652 9 0 -17.8359 -49.45 63.8165 - 96 12.4602 651 9 0 -17.7666 -49.65 64.1236 - 96 152.128 812 9 1 -17.6409 -50.553 65.15 - 96 53.9267 813 9 1 -17.45 -50.8503 65.4598 - 96 35.1154 536 1 1 -72.745 130.21 -174.85 - 96 213.448 1455 1 0 -99.7212 111.191 -175.85 - 96 109.744 404 0 1 -99.1861 111.499 -204.45 - 96 102.401 1456 0 0 -99.1729 111.518 -205.85 - 96 130.039 1311 2 0 -65.6209 82.4444 -146.25 - 96 162.723 1312 2 0 -65.5984 82.45 -146.247 - 96 375.284 1310 2 0 -65.1295 82.2496 -145.883 - 96 63.7137 1309 2 0 -65.0531 82.05 -145.928 - 96 53.1657 682 12 1 -43.5712 59.422 155.15 - 96 165.671 681 12 1 -43.6503 59.3679 155.51 -Number of digits in this event: 16 +Number of tracker hits in this event: 113 + 96 198.737 835 8 1 -12.8645 -27.2184 35.55 + 96 226.717 764 8 0 -12.8633 -27.2181 34.15 + 96 408.101 836 7 1 -12.8321 -27.2098 5.55 + 96 228.125 764 7 0 -12.8299 -27.2084 4.15 + 96 139.226 836 6 1 -12.7918 -27.1832 -24.45 + 96 142.81 764 6 0 -12.7904 -27.1823 -25.85 + 96 156.238 836 5 1 -12.7569 -27.1684 -54.45 + 96 110.366 764 5 0 -12.7579 -27.1701 -55.85 + 96 119.67 836 4 1 -12.7782 -27.2156 -84.45 + 96 140.202 764 4 0 -12.7778 -27.2164 -85.85 + 96 102.909 836 3 1 -12.7599 -27.2322 -114.45 + 96 135.896 764 3 0 -12.7558 -27.2357 -115.85 + 96 106.573 837 2 1 -12.6474 -27.2993 -144.45 + 96 110.707 763 2 0 -12.6416 -27.3041 -145.85 + 96 126.681 837 1 1 -12.5346 -27.3892 -174.45 + 96 119.345 763 1 0 -12.5342 -27.3943 -175.85 + 96 124.038 837 0 1 -12.5309 -27.5114 -204.45 + 96 152.656 762 0 0 -12.5298 -27.5158 -205.85 + 96 59.483 923 4 0 -21.766 4.85 -86.0526 + 96 41.5124 1407 1 1 101.55 -35.802 -174.802 + 96 236.876 1408 1 1 101.751 -35.8475 -174.636 + 96 217.661 835 0 1 -12.9439 -27.359 -204.45 + 96 243.955 763 0 0 -12.9585 -27.3509 -205.85 + 96 0.10867 1699 2 1 159.95 -147.927 -144.531 + 96 118.403 828 6 1 -14.3699 -26.4373 -24.45 + 96 57.7172 768 6 0 -14.2027 -26.4259 -25.85 + 96 56.4089 767 6 0 -14.1839 -26.45 -26.0575 + 96 112.163 842 5 1 -11.5061 -30.5842 -54.45 + 96 45.3717 843 5 1 -11.45 -30.6554 -54.7072 + 96 82.3945 745 5 0 -11.1841 -30.9748 -55.8501 + 96 65.5359 744 5 0 -11.1231 -31.05 -56.1239 + 96 168.702 873 4 1 -5.30051 -39.5812 -84.45 + 96 18.3632 700 4 0 -5.12042 -40.0318 -85.8503 + 96 120.529 699 4 0 -5.1126 -40.05 -85.9073 + 96 110.935 895 3 1 -0.996785 -48.0572 -114.45 + 96 109.37 657 3 0 -0.795912 -48.5156 -115.85 + 96 112.628 912 2 1 2.47681 -57.2937 -144.451 + 96 140.797 611 2 0 2.683 -57.7133 -145.85 + 96 103.175 938 1 1 7.81688 -65.7663 -174.45 + 96 3.98475 939 1 1 7.85002 -65.9158 -174.829 + 96 111.043 568 1 0 7.94049 -66.3143 -175.85 + 96 18.093 567 1 0 7.97404 -66.45 -176.181 + 96 151.17 955 0 1 11.0837 -78.5593 -204.45 + 96 88.0203 956 0 1 11.2502 -78.8126 -204.837 + 96 136.159 502 0 0 11.6971 -79.4786 -205.85 + 96 70.2909 501 0 0 11.8046 -79.65 -206.1 + 96 50.1056 518 0 0 14.6763 -76.3871 -206.25 + 96 82.8782 519 0 0 14.6637 -76.2499 -206.091 + 96 73.6592 971 0 1 14.4299 -75.4446 -204.85 + 96 52.7517 972 0 1 14.45 -75.3396 -204.603 + 96 121.652 765 7 0 -12.5234 -26.9589 4.15 + 96 140.878 864 6 1 -7.18932 -22.3232 -24.45 + 96 108.5 789 6 0 -6.90105 -22.2279 -25.85 + 96 90.3189 896 5 1 -0.776027 -20.535 -54.45 + 96 14.877 897 5 1 -0.65 -20.5638 -54.7749 + 96 156.807 796 5 0 -0.24457 -20.6674 -55.85 + 96 199.676 958 4 1 11.7192 -24.6764 -84.4506 + 96 94.7465 778 4 0 12.1805 -24.3438 -85.85 + 96 3.55934 779 4 0 12.3177 -24.25 -86.2412 + 96 123.642 1008 3 1 21.7155 -17.1845 -114.45 + 96 98.9866 815 3 0 21.8706 -17.0012 -115.85 + 96 217.282 1024 2 1 25.0312 -13.2002 -144.45 + 96 157.045 1025 2 1 25.05 -13.1997 -144.468 + 96 99.4202 1026 2 1 25.25 -13.1938 -144.653 + 96 184.749 836 2 0 26.401 -12.7719 -145.85 + 96 108.149 837 2 0 26.7604 -12.65 -146.068 + 96 190.061 1250 1 1 70.1807 7.99641 -174.45 + 96 25.445 1251 1 1 70.25 7.39332 -174.801 + 96 26.9081 928 1 0 70.4481 5.74486 -175.85 + 96 72.1597 927 1 0 70.4554 5.65 -175.911 + 96 186.263 926 1 0 70.4656 5.45 -176.021 + 96 55.7868 925 1 0 70.4735 5.25 -176.111 + 96 54.8055 924 1 0 70.4882 5.05 -176.179 + 96 20.8734 923 1 0 70.4875 4.85 -176.228 + 96 235.47 1226 0 1 65.3679 -92.8901 -204.45 + 96 24.7409 429 0 0 64.7463 -94.3114 -205.85 + 96 147.749 428 0 0 64.7154 -94.35 -205.905 + 96 17.7017 427 0 0 64.4342 -94.55 -206.22 + 96 168.751 948 4 1 9.66387 -36.0883 -84.4502 + 96 81.9596 747 3 0 -55.2995 -30.6211 -116.25 + 96 45.8131 836 8 1 -12.85 -27.2231 35.319 + 96 294.98 839 7 1 -12.1165 -27.3848 5.54995 + 96 116.964 763 7 0 -12.0706 -27.3958 4.14884 + 96 127.301 844 6 1 -11.155 -27.8139 -24.4507 + 96 121.429 761 6 0 -11.0257 -27.8193 -25.85 + 96 135.683 857 5 1 -8.51767 -27.6535 -54.4506 + 96 142.988 761 5 0 -8.60469 -27.6856 -55.85 + 96 122.723 844 4 1 -11.0675 -28.5963 -84.45 + 96 116.346 758 4 0 -11.3575 -28.3673 -85.8501 + 96 101.37 815 3 1 -16.8626 -22.4243 -114.45 + 96 121.605 789 3 0 -17.0162 -22.1751 -115.85 + 96 263.958 796 2 1 -20.6962 -17.0904 -144.451 + 96 254.084 818 2 0 -20.6537 -16.4056 -145.85 + 96 196.696 819 2 0 -20.6465 -16.25 -146.213 + 96 39.1249 813 1 1 -17.3376 -5.27989 -174.45 + 96 95.2935 814 1 1 -17.25 -5.35433 -174.546 + 96 66.7176 815 1 1 -17.05 -5.51986 -174.788 + 96 110.607 871 1 0 -16.2844 -5.82307 -175.85 + 96 26.4776 870 1 0 -16.0279 -5.85 -176.175 + 96 38.8532 957 0 1 11.5032 -11.6831 -204.45 + 96 91.9373 843 0 0 10.9711 -11.3283 -205.85 + 96 53.5937 844 0 0 10.8882 -11.25 -206.159 + 96 28.6615 823 0 0 -0.878192 -15.3986 -206.25 + 96 91.3363 822 0 0 -0.881001 -15.4501 -206.13 + 96 23.5773 892 0 1 -1.61083 -15.9997 -204.85 + 96 441.148 891 0 1 -1.65015 -16.0611 -204.783 + 96 11.5499 890 0 1 -1.85 -16.4655 -204.47 + 96 69.5745 846 1 0 63.6955 -10.7648 -176.25 + 96 79.9428 842 2 0 42.0914 -11.4732 -146.25 + 96 30.4839 1299 2 0 -17.3332 79.85 -146.093 + 96 169.9 808 5 0 9.11065 -18.4024 -56.25 + 96 104.236 945 5 1 9.08827 -18.0374 -54.8498 + 96 419.774 946 5 1 9.25028 -18.0623 -54.6738 +Number of digits in this event: 48 Using G4ParticleGun... -Particle energy: 1.54628 LIN +Particle energy: 5.79601 LIN Particle: gamma Event: 97 -Number of tracker hits in this event: 125 - 97 359.081 1221 10 1 64.3817 -23.0593 95.55 - 97 162.983 784 10 0 64.3834 -23.0622 94.15 - 97 114.712 1221 9 1 64.4275 -23.1283 65.55 - 97 107.937 784 9 0 64.4301 -23.1288 64.15 - 97 154.14 1221 8 1 64.4223 -23.1684 35.55 - 97 156.508 784 8 0 64.4161 -23.1675 34.15 - 97 117.484 1221 7 1 64.262 -23.1367 5.55 - 97 131.774 784 7 0 64.2534 -23.1337 4.15 - 97 121.113 1220 6 1 64.0849 -23.0924 -24.45 - 97 281.265 784 6 0 64.0688 -23.0887 -25.85 - 97 160.289 1218 5 1 63.7023 -23.0246 -54.45 - 97 148.355 785 5 0 63.6849 -23.0202 -55.85 - 97 116.678 1216 4 1 63.3412 -22.9402 -84.45 - 97 102.007 785 4 0 63.3255 -22.939 -85.85 - 97 152.041 1214 3 1 62.9973 -22.911 -114.45 - 97 141.897 785 3 0 62.9763 -22.9112 -115.85 - 97 134.105 1212 2 1 62.5161 -22.8924 -144.45 - 97 130.071 785 2 0 62.4899 -22.889 -145.85 - 97 165.163 1209 1 1 61.9581 -22.8171 -174.45 - 97 169.382 786 1 0 61.9328 -22.8117 -175.85 - 97 435.063 1206 0 1 61.3856 -22.7376 -204.45 - 97 387.197 786 0 0 61.3604 -22.7215 -205.85 - 97 27.4814 544 4 1 -71.1368 -96.6226 -84.85 - 97 141.686 543 4 1 -71.25 -96.6326 -84.768 - 97 167.51 542 4 1 -71.4501 -96.8348 -84.6729 - 97 8.54536 1211 2 1 62.45 -22.9081 -144.831 - 97 101.731 784 2 0 61.1998 -23.1963 -145.85 - 97 77.2663 783 2 0 60.955 -23.25 -146.067 - 97 168.575 905 2 0 89.9109 1.159 -146.25 - 97 68.962 904 2 0 90.4825 1.04972 -145.954 - 97 72.7438 903 2 0 90.6335 0.85 -145.919 - 97 59.312 902 2 0 90.676 0.649698 -145.906 - 97 90.9668 901 2 0 90.6876 0.449947 -146.004 - 97 75.4723 900 2 0 90.7095 0.25 -146.12 - 97 213.443 734 2 0 84.4056 -33.2372 -146.25 - 97 258.983 733 2 0 84.4286 -33.25 -146.22 - 97 35.058 1687 5 0 1.70951 157.55 -56.0203 - 97 147.241 1686 5 0 1.61708 157.55 -55.961 - 97 244.721 1685 5 0 1.43533 157.35 -56.0421 - 97 8.80727 785 6 0 64.1354 -23.05 -26.1334 - 97 58.7336 1220 5 1 64.1509 -23.1716 -54.4503 - 97 56.6023 1219 5 1 64.05 -23.1641 -54.6665 - 97 354.767 784 5 0 63.5052 -23.1869 -55.8503 - 97 59.6784 1139 4 1 47.9982 -27.9276 -84.45 - 97 67.1867 1140 4 1 48.0502 -27.9625 -84.5848 - 97 126.013 758 4 0 48.4635 -28.2957 -85.8501 - 97 52.8332 1191 3 1 58.3249 -38.1316 -114.45 - 97 110.208 1190 3 1 58.25 -38.2425 -114.601 - 97 26.7584 704 3 0 57.7326 -39.1902 -115.85 - 97 77.7307 703 3 0 57.6998 -39.2501 -115.925 - 97 30.9639 702 3 0 57.5989 -39.45 -116.165 - 97 189.246 648 3 0 47.4261 -50.404 -116.25 - 97 45.1439 649 3 0 47.3958 -50.25 -115.965 - 97 108.394 1135 3 1 47.2471 -49.6121 -114.85 - 97 203.993 732 4 0 27.9053 -33.6161 -86.25 - 97 41.0524 733 4 0 27.649 -33.45 -85.9581 - 97 101.445 1033 4 1 26.8421 -32.8659 -84.8498 - 97 38.839 1032 4 1 26.6498 -32.7325 -84.5405 - 97 0.888052 669 5 0 44.3872 -46.2485 -56.25 - 97 116.418 668 5 0 44.384 -46.25 -56.2458 - 97 179.761 667 5 0 44.1944 -46.45 -56.0745 - 97 340.695 1121 5 1 44.3885 -46.2594 -54.8494 - 97 79.2628 1026 5 0 64.7159 25.3512 -56.25 - 97 150.582 1027 5 0 64.7892 25.4501 -56.2008 - 97 220.553 1028 5 0 64.9303 25.65 -56.0807 - 97 312.683 928 9 0 15.6361 5.82528 63.75 - 97 79.5328 1222 10 1 64.4504 -23.1769 95.4499 - 97 177.903 1223 10 1 64.65 -23.2438 95.3495 - 97 136.865 1224 10 1 64.85 -22.9608 95.3095 - 97 177.178 1225 10 1 65.05 -22.5739 95.4452 - 97 99.2007 785 10 0 64.3559 -23.014 94.15 - 97 168.968 1219 9 1 63.9797 -22.2904 65.5493 - 97 146.578 788 9 0 63.9012 -22.3017 64.1492 - 97 124.575 1211 8 1 62.4256 -22.2493 35.55 - 97 118.738 789 8 0 62.2898 -22.2328 34.1497 - 97 203.848 1196 7 1 59.3276 -21.5271 5.55 - 97 18.499 1195 7 1 59.25 -21.5198 5.23144 - 97 135.84 792 7 0 58.9965 -21.4888 4.15 - 97 115.602 1159 6 1 52.017 -20.1658 -24.45 - 97 133.178 799 6 0 51.8307 -20.1873 -25.85 - 97 125.019 1140 5 1 48.1093 -21.1856 -54.45 - 97 48.6055 1139 5 1 48.05 -21.2904 -54.7865 - 97 62.0698 792 5 0 47.8567 -21.622 -55.85 - 97 215.229 791 5 0 47.8406 -21.65 -55.941 - 97 212.747 1116 4 1 43.3829 -30.9757 -84.45 - 97 19.8577 740 4 0 43.2288 -32.0117 -85.8502 - 97 87.353 739 4 0 43.2222 -32.05 -85.9016 - 97 22.8648 738 4 0 43.1841 -32.25 -86.1877 - 97 205.689 1102 3 1 40.6243 -53.0571 -114.45 - 97 12.6043 625 3 0 40.4883 -55.0087 -115.85 - 97 81.3411 624 3 0 40.4853 -55.05 -115.88 - 97 62.3532 623 3 0 40.4628 -55.2501 -116.024 - 97 47.4151 622 3 0 40.4338 -55.4501 -116.166 - 97 36.1476 1076 2 1 35.4337 -90.8868 -144.45 - 97 142.805 1077 2 1 35.45 -90.951 -144.556 - 97 31.0956 442 2 0 35.6648 -91.7117 -145.85 - 97 117.976 441 2 0 35.6757 -91.75 -145.914 - 97 8.33769 440 2 0 35.7359 -91.95 -146.223 - 97 174.106 1103 1 1 40.8374 -109.352 -174.45 - 97 1.38527 348 1 0 40.6354 -110.548 -175.85 - 97 137.969 347 1 0 40.6351 -110.55 -175.852 - 97 216.274 346 1 0 40.5982 -110.75 -176.082 - 97 233 1083 0 1 36.8162 -135.425 -204.45 - 97 78.6295 1082 0 1 36.65 -135.753 -204.728 - 97 25.8129 216 0 0 35.9337 -136.902 -205.85 - 97 69.303 215 0 0 35.9032 -136.95 -205.897 - 97 63.9324 214 0 0 35.7756 -137.15 -206.098 - 97 131.99 1104 3 1 40.9128 -20.107 -114.45 - 97 132.671 799 3 0 40.8292 -20.1767 -115.85 - 97 12.8588 1090 2 1 38.0814 -21.529 -144.45 - 97 122.943 1089 2 1 38.05 -21.5521 -144.495 - 97 13.5267 1088 2 1 37.8499 -21.6992 -144.813 - 97 42.6024 789 2 0 37.2174 -22.1984 -145.85 - 97 107.655 788 2 0 37.1531 -22.2502 -145.961 - 97 49.6766 995 1 1 19.1881 -39.3149 -174.45 - 97 105.522 994 1 1 19.0492 -39.3621 -174.534 - 97 122.014 993 1 1 18.85 -39.4273 -174.651 - 97 43.3732 992 1 1 18.6498 -39.4948 -174.77 - 97 206.733 700 1 0 16.9053 -39.9823 -175.85 - 97 123.556 699 1 0 16.6571 -40.05 -175.995 - 97 68.7997 773 0 1 -25.257 -49.8066 -204.45 - 97 61.9755 772 0 1 -25.45 -49.7966 -204.577 - 97 72.5033 771 0 1 -25.6504 -49.781 -204.721 - 97 179.14 651 0 0 -27.2524 -49.7084 -205.85 - 97 25.2238 652 0 0 -27.785 -49.65 -206.197 -Number of digits in this event: 61 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 7.28316 LIN +Particle energy: 2.80754 LIN Particle: gamma Event: 98 -Number of tracker hits in this event: 5 - 98 38.7666 50 1 0 -7.05846 -170.027 -176.25 - 98 90.282 49 1 0 -7.05297 -170.15 -176.198 - 98 120.641 48 1 0 -7.15013 -170.35 -176.128 - 98 94.02 47 1 0 -7.32838 -170.55 -175.937 - 98 193.26 46 1 0 -7.41235 -170.75 -175.99 -Number of digits in this event: 3 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 7.44967 LIN +Particle energy: 7.04893 LIN Particle: gamma Event: 99 -Number of tracker hits in this event: 2 - 99 333.333 1062 3 0 54.5971 32.5674 -116.25 - 99 45.6795 1063 3 0 54.6225 32.65 -116.108 -Number of digits in this event: 3 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Run terminated. Run Summary Number of events processed : 100 - User=32.930000s Real=33.175545s Sys=0.010000s + User=41.770000s Real=43.618044s Sys=0.050000s End of Run 1 There are histograms that can be viewed with visualization: 4 h1 histograms(s) @@ -8960,7797 +8950,7807 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun... -Particle energy: 7.35759 LIN +Particle energy: 7.46377 LIN Particle: e- Event: 0 -Number of tracker hits in this event: 55 - 0 115.117 1275 10 0 -88.4432 75.066 94.15 - 0 114.877 458 9 1 -88.4443 75.0699 65.55 - 0 166.399 1275 9 0 -88.4446 75.07 64.15 - 0 116.514 457 8 1 -88.4616 75.0834 35.55 - 0 362.427 1275 8 0 -88.4619 75.0846 34.15 - 0 134.82 457 7 1 -88.4712 75.1085 5.55 - 0 118.099 1275 7 0 -88.4731 75.1113 4.15 - 0 110.224 457 6 1 -88.5116 75.1662 -24.45 - 0 124.46 1275 6 0 -88.5107 75.1633 -25.85 - 0 202.491 457 5 1 -88.4804 75.1146 -54.45 - 0 137.437 1275 5 0 -88.4737 75.1144 -55.85 - 0 110.029 458 4 1 -88.3542 75.1294 -84.45 - 0 213.963 1275 4 0 -88.3281 75.1587 -85.85 - 0 98.4623 461 3 1 -87.7831 75.7789 -114.45 - 0 170.137 1278 3 0 -87.7524 75.8113 -115.85 - 0 232.842 464 2 1 -87.1105 76.4463 -144.45 - 0 117.956 1282 2 0 -87.0738 76.4838 -145.85 - 0 110.376 468 1 1 -86.3467 77.2731 -174.45 - 0 89.7122 1286 1 0 -86.3088 77.3145 -175.85 - 0 114.757 472 0 1 -85.5465 78.142 -204.45 - 0 123.191 1290 0 0 -85.5116 78.1843 -205.85 - 0 17.9413 1399 10 1 99.95 -123.955 95.4959 - 0 47.3593 465 2 1 -87.0498 76.4883 -144.819 - 0 139.147 464 3 1 -87.0969 74.6564 -114.45 - 0 118.203 1273 3 0 -87.0839 74.6743 -115.85 - 0 144.071 473 2 1 -85.4331 74.7033 -144.45 - 0 116.583 1273 2 0 -85.4962 74.6782 -145.85 - 0 161.959 464 1 1 -87.1862 73.7087 -174.45 - 0 187.284 1268 1 0 -87.3484 73.6995 -175.85 - 0 114.286 446 0 1 -90.9026 73.9567 -204.45 - 0 122.669 1269 0 0 -90.7599 73.9216 -205.85 - 0 249.036 467 3 1 -86.4678 73.1501 -114.45 - 0 113.653 1265 3 0 -86.4232 73.2048 -115.85 - 0 118.362 471 2 1 -85.7306 74.4276 -144.45 - 0 245.523 1272 2 0 -85.7292 74.5174 -145.85 - 0 141.421 484 1 1 -83.1172 75.9598 -174.451 - 0 20.0321 1280 1 0 -83.1823 76.2307 -175.85 - 0 89.6334 1281 1 0 -83.1864 76.2501 -175.945 - 0 46.9316 477 0 1 -84.5107 81.6883 -204.45 - 0 65.6112 476 0 1 -84.65 81.7329 -204.574 - 0 59.6391 475 0 1 -84.85 81.8026 -204.725 - 0 97.9245 1312 0 0 -85.9494 82.4965 -205.85 - 0 135.67 1313 0 0 -86.1829 82.6501 -206.123 - 0 109.499 188 1 1 -142.35 47.3994 -174.82 - 0 292.01 456 2 1 -88.6596 75.2081 -144.45 - 0 424.868 1275 2 0 -88.6619 75.208 -145.85 - 0 286.735 456 1 1 -88.7272 75.2089 -174.45 - 0 196.916 1275 1 0 -88.7296 75.2087 -175.85 - 0 123.788 456 0 1 -88.7834 75.2018 -204.45 - 0 196.839 1275 0 0 -88.7867 75.2 -205.85 - 0 36.6405 635 0 1 -53.0381 -59.5148 -204.45 - 0 98.6679 1276 1 0 -88.7627 75.259 -175.85 - 0 138.688 455 0 1 -88.8942 75.3699 -204.45 - 0 191.234 1276 0 0 -88.8997 75.3747 -205.85 - 0 34.0671 1276 2 0 -88.6153 75.25 -146.137 -Number of digits in this event: 29 +Number of tracker hits in this event: 94 + 0 120.546 321 9 1 -115.829 -38.9848 65.55 + 0 128.253 705 9 0 -115.829 -38.9841 64.15 + 0 390.782 321 8 1 -115.826 -38.9686 35.55 + 0 218.666 705 8 0 -115.826 -38.9674 34.15 + 0 324.883 321 7 1 -115.831 -38.942 5.55 + 0 236.656 705 7 0 -115.831 -38.94 4.15 + 0 214.788 321 6 1 -115.828 -38.9023 -24.45 + 0 264.336 705 6 0 -115.829 -38.9011 -25.85 + 0 236.593 321 5 1 -115.84 -38.879 -54.45 + 0 105.326 705 5 0 -115.842 -38.8773 -55.85 + 0 122.073 321 4 1 -115.895 -38.8379 -84.45 + 0 119.796 706 4 0 -115.897 -38.8364 -85.85 + 0 213.107 320 3 1 -115.951 -38.8089 -114.45 + 0 174.785 706 3 0 -115.953 -38.806 -115.85 + 0 127.007 320 2 1 -116.004 -38.7492 -144.45 + 0 135.225 706 2 0 -116.005 -38.7459 -145.85 + 0 118.509 320 1 1 -116.04 -38.6777 -174.45 + 0 486.262 706 1 0 -116.047 -38.6828 -175.85 + 0 329.29 319 0 1 -116.309 -38.6397 -204.45 + 0 94.2909 707 0 0 -116.308 -38.4721 -205.85 + 0 74.0682 708 0 0 -116.309 -38.45 -206.032 + 0 28.4448 320 0 1 -116.15 -38.3319 -204.761 + 0 196.499 709 0 0 -116.439 -38.2158 -205.85 + 0 454.85 321 3 1 -115.95 -38.8032 -114.478 + 0 90.0859 1150 0 1 50.2215 -123.085 -204.45 + 0 116.623 1149 0 1 50.05 -122.926 -204.605 + 0 54.4478 1148 0 1 49.85 -122.751 -204.784 + 0 408.637 288 0 0 49.2638 -122.523 -205.85 + 0 64.6597 704 8 0 -115.846 -39.2116 34.15 + 0 137.449 703 8 0 -115.847 -39.25 33.9339 + 0 99.922 322 7 1 -115.665 -42.458 5.55 + 0 185.539 686 7 0 -115.617 -42.707 4.15 + 0 114.795 322 6 1 -115.727 -46.69 -24.45 + 0 18.7793 323 6 1 -115.55 -46.6966 -24.7976 + 0 182.268 666 6 0 -114.967 -46.6931 -25.85 + 0 155.057 399 5 1 -100.322 -46.0402 -54.45 + 0 121.475 672 5 0 -99.8211 -45.6238 -55.85 + 0 131.564 460 4 1 -87.996 -34.9611 -84.45 + 0 96.4969 726 4 0 -87.9611 -34.7327 -85.8501 + 0 80.2727 463 3 1 -87.3121 -32.7882 -114.45 + 0 50.3849 464 3 1 -87.2498 -32.727 -114.714 + 0 111.199 738 3 0 -86.9114 -32.3876 -115.85 + 0 130.664 477 2 1 -84.4888 -25.3798 -144.45 + 0 41.8211 776 2 0 -84.5385 -24.7166 -145.85 + 0 94.7208 777 2 0 -84.5445 -24.65 -145.993 + 0 4.67812 453 1 1 -89.4479 -14.88 -174.45 + 0 137.514 452 1 1 -89.45 -14.8776 -174.463 + 0 111.863 827 1 0 -89.5725 -14.5996 -175.85 + 0 13.5495 439 0 1 -92.1694 -13.7618 -204.45 + 0 106.245 440 0 1 -92.15 -13.7466 -204.513 + 0 102.257 831 0 0 -91.7216 -13.6908 -205.85 + 0 37.2445 832 0 0 -91.6072 -13.65 -206.101 + 0 49.8584 763 2 0 -83.6897 -27.3814 -145.85 + 0 53.1233 762 2 0 -83.6634 -27.45 -145.875 + 0 183.66 484 2 1 -83.2381 -28.194 -144.85 + 0 40.2554 481 1 1 -83.7695 -12.4419 -174.45 + 0 347.513 480 1 1 -83.85 -12.356 -174.482 + 0 132.574 336 4 1 -112.822 -38.1818 -84.45 + 0 133.463 339 4 1 -112.35 -38.1608 -84.7131 + 0 45.6062 335 4 1 -112.95 -38.0226 -84.8143 + 0 157.14 710 4 0 -113.224 -37.8819 -85.85 + 0 39.0727 336 1 1 -112.767 -51.7051 -174.45 + 0 82.9427 337 1 1 -112.75 -51.7025 -174.6 + 0 108.734 641 1 0 -112.578 -51.7667 -175.85 + 0 118.839 355 0 1 -109.143 -53.4628 -204.45 + 0 125.91 635 0 0 -109.095 -53.0291 -205.85 + 0 231.053 704 5 0 -115.729 -39.101 -55.85 + 0 99.1599 325 4 1 -114.958 -39.2392 -84.45 + 0 16.2688 326 4 1 -114.95 -39.2395 -84.8157 + 0 139.964 704 4 0 -114.926 -39.2395 -85.85 + 0 215.893 329 3 1 -114.248 -39.327 -114.45 + 0 108.296 703 3 0 -114.211 -39.3184 -115.85 + 0 64.1136 331 2 1 -113.773 -38.9437 -144.45 + 0 44.3614 332 2 1 -113.75 -38.9519 -144.685 + 0 120.871 705 2 0 -113.635 -38.9765 -145.85 + 0 144.15 348 1 1 -110.404 -39.1741 -174.45 + 0 2.7598 349 1 1 -110.35 -39.1583 -174.835 + 0 108.652 704 1 0 -110.204 -39.1125 -175.85 + 0 155.824 369 0 1 -106.211 -37.3567 -204.45 + 0 215.307 714 0 0 -106.121 -37.2196 -205.85 + 0 243.969 340 0 1 -112.116 -39.635 -204.45 + 0 100.036 701 0 0 -112.029 -39.6992 -205.85 + 0 53.6234 696 0 0 -112.028 -40.7459 -205.85 + 0 120.983 695 0 0 -112.02 -40.8505 -205.983 + 0 0.298315 694 0 0 -112.013 -41.05 -206.248 + 0 84.4357 330 3 1 -114.15 -39.5738 -114.642 + 0 272.696 702 3 0 -113.435 -39.5563 -115.85 + 0 158.229 416 2 1 -96.8741 -42.765 -144.45 + 0 120.699 686 2 0 -96.7439 -42.7613 -145.851 + 0 136.062 456 1 1 -88.661 -39.5163 -174.45 + 0 13.1936 705 1 0 -89.2058 -38.8686 -175.85 + 0 29.5013 707 1 0 -89.5363 -38.65 -176.174 + 0 98.9954 332 3 1 -113.612 -40.068 -114.85 + 0 227.481 308 9 0 -38.0935 -118.491 63.75 +Number of digits in this event: 49 Using G4ParticleGun... -Particle energy: 4.83492 LIN +Particle energy: 7.22937 LIN Particle: e- Event: 1 -Number of tracker hits in this event: 77 - 1 104.427 1321 9 1 84.2901 83.8943 65.55 - 1 140.221 1319 9 0 84.2902 83.8957 64.15 - 1 223.979 1321 8 1 84.2846 83.9535 35.55 - 1 108.63 1319 8 0 84.2824 83.9523 34.15 - 1 118.306 1320 7 1 84.227 83.9255 5.55 - 1 142.606 1319 7 0 84.2241 83.9179 4.15 - 1 118.925 1321 6 1 84.2694 83.852 -24.45 - 1 141.042 1319 6 0 84.3218 83.8564 -25.85 - 1 117.972 1326 5 1 85.4096 84.0128 -54.45 - 1 48.6122 1319 5 0 85.4765 84.046 -55.85 - 1 82.0011 1320 5 0 85.4839 84.05 -56.0049 - 1 182.409 1335 4 1 87.0614 84.7765 -84.45 - 1 265.481 1323 4 0 87.1576 84.801 -85.85 - 1 71.1126 1344 3 1 89.0345 85.2491 -114.45 - 1 33.4061 1345 3 1 89.05 85.2566 -114.725 - 1 162.087 1326 3 0 89.1161 85.2876 -115.85 - 1 165.463 1352 2 1 90.7003 85.9934 -144.45 - 1 121.187 1330 2 0 90.7486 86.0711 -145.85 - 1 225.086 1358 1 1 91.8758 87.6135 -174.45 - 1 221.713 1338 1 0 91.9669 87.7293 -175.85 - 1 364.2 1370 0 1 94.1518 89.8522 -204.45 - 1 139.118 1349 0 0 94.3507 89.9496 -205.85 - 1 349.833 1369 0 1 94.1281 89.8437 -204.45 - 1 218.845 1348 0 0 94.0106 89.7969 -205.85 - 1 53.9456 1331 0 0 93.6905 86.4467 -205.85 - 1 53.3522 1361 0 1 92.4721 86.1689 -204.85 - 1 164.058 1325 0 0 92.1076 85.0763 -205.85 - 1 100.713 1350 0 0 94.6347 90.2545 -205.85 - 1 38.3299 1351 0 0 94.7613 90.35 -206.133 - 1 340.944 1319 2 1 83.9952 83.8877 -144.45 - 1 131.558 1318 2 0 84.03 83.7862 -145.85 - 1 406.544 1321 1 1 84.4023 81.2199 -174.45 - 1 108.885 1305 1 0 84.4304 81.0825 -175.85 - 1 30.7425 1304 1 0 84.4336 81.0499 -176.177 - 1 141.685 1323 0 1 84.7454 77.8059 -204.45 - 1 105.554 1287 0 0 84.8889 77.6478 -205.85 - 1 210.7 1319 2 0 83.9961 83.8879 -145.85 - 1 312.553 1319 1 1 83.9679 83.857 -174.45 - 1 548.696 1319 1 0 83.9669 83.8527 -175.85 - 1 160.71 1319 0 1 83.9426 83.7786 -204.45 - 1 119.881 1318 0 0 83.9487 83.7636 -205.85 - 1 67.4178 1238 3 1 67.85 23.537 -114.696 - 1 14.494 1307 0 1 81.4657 83.341 -204.45 - 1 118.598 1306 0 1 81.45 83.3628 -204.494 - 1 66.2153 1319 0 0 81.0816 83.9581 -205.85 - 1 196.094 1320 0 0 81.0252 84.05 -206.067 - 1 182.164 1318 1 0 83.9757 83.85 -176.203 - 1 62.3385 1320 1 1 84.05 84.056 -174.478 - 1 0.723796 1320 1 0 85.6338 84.0501 -176.247 - 1 116.501 1243 1 0 139.526 68.7057 -176.25 - 1 309.92 1321 3 1 84.3474 84.0661 -114.45 - 1 95.7375 1319 3 0 84.335 83.9754 -115.85 - 1 155.815 1320 2 1 84.1837 82.1791 -144.45 - 1 22.3775 1306 2 0 83.8823 81.2739 -145.85 - 1 117.079 1305 2 0 83.8743 81.2499 -145.887 - 1 24.5001 1304 2 0 83.8096 81.05 -146.193 - 1 158.021 1288 1 1 77.7592 62.6289 -174.45 - 1 4.32204 1287 1 1 77.65 62.374 -174.84 - 1 30.6808 1208 1 0 77.3608 61.7152 -175.85 - 1 118.216 1207 1 0 77.332 61.65 -175.95 - 1 146.725 1242 0 1 68.6377 42.9004 -204.45 - 1 20.7075 1109 0 0 68.1823 41.9006 -205.85 - 1 169.58 1108 0 0 68.1589 41.85 -205.921 - 1 28.6235 1107 0 0 68.0685 41.6499 -206.203 - 1 20.8311 1012 0 0 106.267 22.4694 -206.25 - 1 190.783 1320 3 0 84.3636 84.0907 -115.85 - 1 124.396 1322 2 1 84.5517 84.1223 -144.45 - 1 117.38 1320 2 0 84.6346 84.1355 -145.85 - 1 127.253 1331 1 1 86.3069 84.3701 -174.45 - 1 145.221 1321 1 0 86.3464 84.3637 -175.85 - 1 117.549 1332 0 1 86.532 84.2226 -204.45 - 1 72.6622 1322 3 1 84.45 84.1579 -114.74 - 1 31.9028 1331 3 1 86.2693 89.165 -114.85 - 1 21.0918 1351 3 0 87.4138 90.4919 -115.85 - 1 4.15254 1352 3 0 87.4302 90.55 -115.857 - 1 72.5271 1336 3 1 87.3122 92.3704 -114.85 - 1 173.668 1335 3 1 87.2498 92.4259 -114.845 +Number of tracker hits in this event: 54 + 1 227.245 654 11 1 -49.1307 17.5564 125.55 + 1 97.1232 987 11 0 -49.1312 17.556 124.15 + 1 119.98 654 10 1 -49.1391 17.5517 95.55 + 1 119.126 987 10 0 -49.1401 17.5513 94.15 + 1 384.611 654 9 1 -49.1603 17.5397 65.55 + 1 230.256 987 9 0 -49.1609 17.5386 64.15 + 1 124.76 654 8 1 -49.1732 17.5148 35.55 + 1 128.372 987 8 0 -49.1733 17.515 34.15 + 1 352.225 654 7 1 -49.1774 17.5213 5.55 + 1 505.337 987 7 0 -49.1783 17.5218 4.15 + 1 352.352 654 6 1 -49.1908 17.5311 -24.45 + 1 242.494 987 6 0 -49.1912 17.5331 -25.85 + 1 233.932 654 5 1 -49.2029 17.5721 -54.45 + 1 205.99 987 5 0 -49.2082 17.5754 -55.85 + 1 101.21 653 4 1 -49.3158 17.6452 -84.45 + 1 139.258 987 4 0 -49.3209 17.6491 -85.85 + 1 27.2874 988 4 0 -49.3221 17.65 -86.1701 + 1 157.536 653 3 1 -49.4254 17.7249 -114.45 + 1 132.171 988 3 0 -49.43 17.7276 -115.85 + 1 127.406 652 2 1 -49.521 17.7866 -144.45 + 1 419.006 988 2 0 -49.5251 17.7898 -145.85 + 1 130.963 652 1 1 -49.6065 17.8571 -174.45 + 1 219.827 989 1 0 -49.6109 17.8599 -175.85 + 1 134.536 651 0 1 -49.7071 17.9185 -204.45 + 1 127.442 989 0 0 -49.7104 17.9217 -205.85 + 1 117.905 792 13 0 -149.224 -21.6381 183.75 + 1 110.6 154 13 1 -149.168 -20.7394 185.15 + 1 59.483 1042 3 0 -74.1393 28.45 -116.006 + 1 124.79 986 6 0 -49.1956 17.3884 -25.85 + 1 407.98 986 5 0 -49.1584 17.2985 -55.85 + 1 107.027 654 4 1 -49.2098 17.2269 -84.45 + 1 98.6206 985 4 0 -49.2091 17.2186 -85.85 + 1 109.655 654 3 1 -49.1877 17.0408 -114.45 + 1 274.244 984 3 0 -49.1897 17.0321 -115.85 + 1 229.894 653 2 1 -49.2647 16.8738 -144.45 + 1 103.944 984 2 0 -49.2606 16.8699 -145.85 + 1 130.286 654 1 1 -49.1975 16.7671 -174.45 + 1 98.4987 983 1 0 -49.1973 16.7472 -175.85 + 1 465.052 654 0 1 -49.2267 16.3736 -204.45 + 1 119.777 981 0 0 -49.2176 16.3818 -205.85 + 1 143.902 655 5 1 -49.0362 17.4126 -54.45 + 1 174.567 655 4 1 -48.9889 17.4013 -84.45 + 1 129.899 986 4 0 -48.9864 17.4105 -85.85 + 1 93.8542 655 3 1 -48.9405 17.5726 -114.45 + 1 134.11 987 3 0 -48.9351 17.5782 -115.85 + 1 116.053 655 2 1 -48.8602 17.6715 -144.45 + 1 139.465 656 1 1 -48.7095 17.9372 -174.45 + 1 126.573 657 0 1 -48.6431 18.0627 -204.45 + 1 138.362 990 0 0 -48.6516 18.0605 -205.85 + 1 32.2636 524 2 0 -108.624 -75.149 -146.25 + 1 447.899 525 2 0 -108.583 -75.05 -146.192 + 1 362.278 986 0 0 -49.2321 17.4101 -205.85 + 1 67.117 985 0 0 -49.2126 17.25 -206.032 + 1 155.445 653 9 1 -49.2504 17.7364 65.4254 Number of digits in this event: 38 Using G4ParticleGun... -Particle energy: 3.04735 LIN +Particle energy: 7.64786 LIN Particle: e- Event: 2 -Number of tracker hits in this event: 51 - 2 140.523 1582 8 1 136.701 -32.544 35.55 - 2 102.034 737 8 0 136.7 -32.5442 34.15 - 2 103.508 1582 7 1 136.674 -32.5576 5.55 - 2 139.375 737 7 0 136.677 -32.5565 4.15 - 2 121.745 1582 6 1 136.746 -32.5492 -24.45 - 2 135.27 737 6 0 136.746 -32.5566 -25.85 - 2 113.007 1583 5 1 136.76 -32.7175 -54.45 - 2 179.131 736 5 0 136.765 -32.7257 -55.85 - 2 297.568 1583 4 1 136.858 -32.8971 -84.45 - 2 169.855 735 4 0 136.858 -32.8963 -85.85 - 2 132.929 1583 3 1 136.854 -32.8707 -114.45 - 2 90.8 735 3 0 136.853 -32.868 -115.85 - 2 153.006 1583 2 1 136.797 -32.8178 -144.45 - 2 146.832 736 2 0 136.8 -32.8164 -145.85 - 2 127.136 1583 1 1 136.89 -32.7903 -174.45 - 2 115.358 736 1 0 136.888 -32.7874 -175.85 - 2 113.302 1583 0 1 136.795 -32.7695 -204.45 - 2 146.626 736 0 0 136.787 -32.7734 -205.85 - 2 2.5325 1582 4 1 136.745 -32.4528 -84.45 - 2 93.1488 738 4 0 137.389 -32.285 -85.85 - 2 61.852 739 4 0 137.489 -32.25 -86.0637 - 2 138.915 1667 3 1 153.681 -29.8961 -114.45 - 2 20.3283 1668 3 1 153.75 -29.8357 -114.82 - 2 32.6093 751 3 0 153.869 -29.6774 -115.851 - 2 66.3468 752 3 0 153.9 -29.65 -115.966 - 2 253.974 1377 4 1 95.75 -125.457 -84.4962 - 2 41.4851 748 3 0 155.739 -30.3152 -115.85 - 2 177.157 737 5 0 136.657 -32.5674 -56.0967 - 2 107.703 1599 4 1 140.056 -32.5857 -84.45 - 2 22.5837 1598 4 1 139.95 -32.4473 -84.7885 - 2 129.329 740 4 0 139.55 -32.0434 -85.85 - 2 201.801 1542 3 1 128.717 -19.0854 -114.45 - 2 117.963 1543 3 1 128.75 -18.8849 -114.557 - 2 48.244 1541 3 1 128.55 -18.3969 -114.679 - 2 85.356 1540 3 1 128.35 -18.3632 -114.669 - 2 56.2236 1539 3 1 128.15 -18.4108 -114.74 - 2 59.4195 1538 3 1 127.95 -18.4344 -114.757 - 2 71.6818 1537 3 1 127.75 -18.395 -114.752 - 2 56.6504 1536 3 1 127.55 -18.2935 -114.794 - 2 65.2783 815 3 0 126.342 -16.9452 -115.85 - 2 56.8717 816 3 0 126.287 -16.85 -115.966 - 2 110.455 817 3 0 126.35 -16.65 -115.987 - 2 47.5527 818 3 0 126.14 -16.45 -116.157 - 2 154.491 1117 3 0 95.8575 43.4935 -116.25 - 2 36.3689 1116 3 0 95.5879 43.4497 -115.931 - 2 71.774 1377 3 1 95.5504 42.4674 -114.85 - 2 296.121 1376 3 1 95.5499 42.3587 -114.695 - 2 167.051 1590 4 1 138.325 -34.0491 -84.4503 - 2 52.5918 1591 4 1 138.35 -33.7714 -84.7197 - 2 105.681 736 4 0 138.864 -32.85 -85.9684 - 2 31.2012 737 4 0 139.057 -32.6499 -86.1689 -Number of digits in this event: 23 +Number of tracker hits in this event: 92 + 2 128.52 443 10 1 -91.3574 -5.47982 95.55 + 2 142.002 872 10 0 -91.3578 -5.48058 94.15 + 2 153.081 443 9 1 -91.3616 -5.49679 65.55 + 2 147.853 872 9 0 -91.3617 -5.4973 64.15 + 2 169.644 443 8 1 -91.3665 -5.50962 35.55 + 2 103.133 872 8 0 -91.3679 -5.51069 34.15 + 2 136 443 7 1 -91.3956 -5.53451 5.55 + 2 101.819 872 7 0 -91.399 -5.53697 4.15 + 2 211.724 443 6 1 -91.4697 -5.58694 -24.45 + 2 304.258 872 6 0 -91.4729 -5.58879 -25.85 + 2 105.06 443 5 1 -91.537 -5.62574 -54.45 + 2 346.224 872 5 0 -91.5398 -5.62738 -55.85 + 2 184.812 442 4 1 -91.5949 -5.65913 -84.45 + 2 110.091 871 4 0 -91.5983 -5.6608 -85.85 + 2 111.581 442 3 1 -91.6655 -5.69324 -114.45 + 2 141.443 871 3 0 -91.6677 -5.69519 -115.85 + 2 126.445 442 2 1 -91.7121 -5.736 -144.45 + 2 143.016 871 2 0 -91.7127 -5.73868 -145.85 + 2 110.739 442 1 1 -91.7222 -5.79319 -174.45 + 2 145.395 871 1 0 -91.7235 -5.79566 -175.85 + 2 113.686 441 0 1 -91.7535 -5.84749 -204.45 + 2 108.528 871 0 0 -91.7548 -5.84931 -205.85 + 2 132.937 432 12 0 -62.0464 -93.6498 153.75 + 2 212.135 431 12 0 -62.0234 -93.75 153.918 + 2 213.272 824 3 0 100.941 -15.25 -115.969 + 2 238.058 869 4 0 162.073 -6.1567 -86.25 + 2 52.2654 1718 4 1 163.801 -6.28562 -84.85 + 2 86.8246 1719 4 1 163.95 -6.30518 -84.7275 + 2 274.414 444 6 1 -91.2015 -5.69426 -24.45 + 2 39.1992 868 6 0 -91.6977 -6.42321 -25.85 + 2 81.5297 867 6 0 -91.6829 -6.45 -25.9452 + 2 55.7591 883 6 0 -74.78 -3.30768 -26.2496 + 2 275.783 884 6 0 -74.6801 -3.25 -26.137 + 2 45.8113 885 6 0 -73.9711 -3.04994 -25.9114 + 2 359.797 536 6 1 -72.7973 -1.60675 -24.85 + 2 122.198 433 5 1 -93.4623 -5.56143 -54.45 + 2 118.536 427 4 1 -94.5848 -6.543 -84.4502 + 2 108.534 867 4 0 -94.7292 -6.61442 -85.85 + 2 155.658 411 3 1 -97.8422 -8.19073 -114.45 + 2 129.114 859 3 0 -97.9712 -8.12023 -115.85 + 2 155.538 396 2 1 -100.865 -6.51508 -144.45 + 2 109.588 867 2 0 -101.031 -6.62752 -145.85 + 2 29.4789 866 2 0 -101.065 -6.65 -146.135 + 2 134.634 379 1 1 -104.199 -9.01549 -174.45 + 2 132.665 854 1 0 -104.449 -9.13107 -175.851 + 2 127.866 352 0 1 -109.652 -11.5286 -204.45 + 2 117.548 841 0 0 -109.883 -11.7108 -205.85 + 2 99.1982 427 3 1 -94.5813 -8.46731 -114.45 + 2 353.265 856 3 0 -95.0058 -8.69835 -115.85 + 2 93.1921 380 2 1 -104.056 -14.7227 -144.45 + 2 18.782 379 2 1 -104.15 -14.7681 -144.78 + 2 111.17 825 2 0 -104.462 -14.9061 -145.85 + 2 6.78241 338 1 1 -112.538 -19.6385 -174.45 + 2 127.77 337 1 1 -112.55 -19.6375 -174.478 + 2 140.021 802 1 0 -113.19 -19.5845 -175.85 + 2 154.03 262 0 1 -127.661 -19.4563 -204.45 + 2 21.8356 804 0 0 -127.325 -19.0696 -205.85 + 2 106.257 805 0 0 -127.307 -19.05 -205.918 + 2 61.9061 330 5 0 -34.1831 -113.95 -56.0935 + 2 131.579 728 5 1 -34.4318 -114.311 -54.85 + 2 57.9527 428 3 1 -94.5463 -8.50997 -114.45 + 2 56.5249 429 3 1 -94.3498 -8.49507 -114.505 + 2 65.8751 430 3 1 -94.1499 -8.47629 -114.57 + 2 48.2112 431 3 1 -93.95 -8.47585 -114.656 + 2 56.1002 432 3 1 -93.75 -8.47172 -114.752 + 2 72.2354 857 3 0 -91.5416 -8.61988 -115.85 + 2 97.1504 807 3 0 5.96478 -18.47 -116.25 + 2 84.7766 808 3 0 6.28957 -18.45 -116.043 + 2 113.634 938 3 1 7.68629 -18.3559 -114.85 + 2 136.856 939 3 1 7.85 -18.36 -114.742 + 2 136.816 940 3 1 8.05 -18.3584 -114.612 + 2 301.057 941 3 1 8.25 -18.368 -114.484 + 2 311.015 942 3 1 8.51525 -18.1871 -114.45 + 2 44.0026 937 3 1 7.6495 -17.911 -114.589 + 2 47.8209 936 3 1 7.45 -17.8672 -114.642 + 2 57.6887 935 3 1 7.25 -17.8411 -114.68 + 2 66.4952 934 3 1 7.04997 -17.788 -114.727 + 2 136.441 933 3 1 6.85 -17.7207 -114.75 + 2 125.971 932 3 1 6.64989 -17.6598 -114.694 + 2 68.7424 931 3 1 6.45 -17.6011 -114.671 + 2 80.3319 930 3 1 6.25 -17.5125 -114.683 + 2 55.4717 929 3 1 6.05 -17.4151 -114.687 + 2 67.2059 928 3 1 5.84961 -17.3266 -114.673 + 2 67.6175 927 3 1 5.64952 -17.2953 -114.688 + 2 45.6747 926 3 1 5.44983 -17.2415 -114.775 + 2 95.8574 816 3 0 4.71266 -16.7267 -115.85 + 2 58.9202 817 3 0 4.53324 -16.6499 -116.067 + 2 151.498 825 3 0 23.2461 -14.9997 -116.25 + 2 6.76055 826 3 0 23.4101 -14.85 -115.872 + 2 140.377 1017 3 1 23.5971 -13.9305 -114.85 + 2 41.4503 1018 3 1 23.6501 -13.6822 -114.585 + 2 120.712 943 3 1 8.65 -18.5748 -114.496 +Number of digits in this event: 45 Using G4ParticleGun... -Particle energy: 1.59166 LIN +Particle energy: 7.1575 LIN Particle: e- Event: 3 -Number of tracker hits in this event: 67 - 3 115.604 1023 11 1 24.8078 33.0347 125.55 - 3 113.443 1064 11 0 24.7976 33.0397 124.15 - 3 122.721 1022 10 1 24.5921 33.1349 95.55 - 3 129.769 1065 10 0 24.5827 33.1354 94.15 - 3 137.41 1021 9 1 24.384 33.1433 65.55 - 3 95.9091 1065 9 0 24.3755 33.144 64.15 - 3 346.51 1020 8 1 24.2153 33.1813 35.55 - 3 114.398 1065 8 0 24.2036 33.1816 34.15 - 3 114.367 1019 7 1 23.974 33.1833 5.55 - 3 156.929 1065 7 0 23.968 33.1798 4.15 - 3 75.8047 1019 6 1 23.8528 33.1282 -24.45 - 3 28.7258 1018 6 1 23.85 33.1283 -24.7698 - 3 132.836 1065 6 0 23.8401 33.128 -25.85 - 3 124.699 1017 5 1 23.5868 33.0974 -54.45 - 3 136.87 1065 5 0 23.571 33.0939 -55.85 - 3 120.983 1015 4 1 23.2494 33.0011 -84.45 - 3 101.615 1064 4 0 23.2335 33.0101 -85.85 - 3 110.962 1014 3 1 22.9001 33.1798 -114.45 - 3 109.63 1065 3 0 22.8819 33.1936 -115.85 - 3 118.147 1012 2 1 22.5275 33.4651 -144.45 - 3 164.846 1067 2 0 22.5054 33.482 -145.85 - 3 197.834 1009 1 1 22.045 33.8299 -174.45 - 3 121.009 1069 1 0 22.0244 33.8536 -175.85 - 3 238.625 1007 0 1 21.5812 34.337 -204.45 - 3 133.673 1071 0 0 21.5586 34.368 -205.85 - 3 90.1549 1379 7 0 101.108 96.0191 3.75 - 3 49.5106 1078 0 0 22.2175 35.684 -205.85 - 3 113.677 1079 0 0 22.2537 35.85 -205.986 - 3 9.80535 1080 0 0 22.2801 36.05 -206.208 - 3 8.56112 1434 0 0 42.6537 107.117 -206.25 - 3 46.9065 1435 0 0 42.6601 107.15 -206.241 - 3 66.8514 1436 0 0 42.671 107.35 -206.205 - 3 79.5973 1437 0 0 42.6605 107.55 -206.107 - 3 57.9953 1438 0 0 42.5777 107.75 -205.976 - 3 21.9563 1110 0 1 42.0851 108.612 -204.85 - 3 102.366 1109 0 1 42.05 108.657 -204.801 - 3 141.952 1108 0 1 41.85 108.812 -204.694 - 3 109.646 1066 2 0 22.4817 33.45 -146.089 - 3 66.0188 997 0 0 38.1298 19.5155 -206.25 - 3 88.4717 998 0 0 38.0271 19.65 -205.923 - 3 63.4179 1094 0 1 38.8959 20.305 -204.85 - 3 5.14627 1009 0 0 39.4125 21.8527 -205.85 - 3 7.02894 1082 0 1 36.48 24.9079 -204.85 - 3 1.92574 1020 0 0 34.0112 24.0753 -205.85 - 3 66.7452 1062 0 1 32.6257 24.1786 -204.85 - 3 202.8 1066 8 0 23.8731 33.2504 34.15 - 3 130.577 988 7 1 17.8051 35.5544 5.54888 - 3 2.38552 1077 7 0 17.4664 35.6496 4.14982 - 3 134.322 1078 7 0 17.4649 35.65 4.14379 - 3 127.229 954 6 1 10.9962 37.9401 -24.45 - 3 117.172 1090 6 0 10.8091 38.0691 -25.85 - 3 104.707 932 5 1 6.57468 40.9866 -54.45 - 3 138.116 1105 5 0 6.49716 41.1507 -55.85 - 3 132.17 929 4 1 5.96636 43.5546 -84.45 - 3 158.086 1119 4 0 5.95986 43.9166 -85.8501 - 3 27.275 935 3 1 7.057 51.2655 -114.45 - 3 105.513 934 3 1 7.04997 51.2941 -114.531 - 3 129.691 1158 3 0 6.92544 51.7717 -115.85 - 3 63.0209 1159 3 0 6.90502 51.85 -116.063 - 3 113.008 915 2 1 3.24403 64.0938 -144.45 - 3 53.1642 1221 2 0 3.07633 64.4064 -145.85 - 3 58.6292 1222 2 0 3.04966 64.4502 -146.035 - 3 333.767 893 1 1 -1.25229 71.5221 -174.45 - 3 148.19 1257 1 0 -1.62098 71.5199 -175.85 - 3 156.51 853 0 1 -9.32695 73.118 -204.45 - 3 233.217 1266 0 0 -9.40666 73.3159 -205.85 - 3 315.024 894 1 1 -1.24404 71.5204 -174.45 -Number of digits in this event: 29 +Number of tracker hits in this event: 187 + 3 163.636 1065 11 1 33.2062 7.9523 125.55 + 3 180.628 939 11 0 33.2054 7.95374 124.15 + 3 164.806 1065 10 1 33.1853 7.98249 95.55 + 3 142.517 939 10 0 33.1845 7.98327 94.15 + 3 120.423 1065 9 1 33.1684 8.00273 65.55 + 3 106.725 939 9 0 33.1681 8.00434 64.15 + 3 400.703 1065 8 1 33.1592 8.05276 35.55 + 3 102.085 940 8 0 33.1576 8.05325 34.15 + 3 778.5 1065 7 1 33.1254 8.05863 5.55 + 3 568.866 940 7 0 33.1173 8.05913 4.15 + 3 119.786 1064 6 1 32.9464 8.0493 -24.45 + 3 350.656 940 6 0 32.9389 8.05267 -25.85 + 3 172.597 1063 5 1 32.755 8.12791 -54.45 + 3 268.309 940 5 0 32.7534 8.1232 -55.85 + 3 580.647 1063 4 1 32.7535 8.03923 -84.45 + 3 299.404 939 4 0 32.7504 8.03623 -85.85 + 3 109.155 1063 3 1 32.6592 7.99503 -114.45 + 3 292.147 939 3 0 32.6554 8.01251 -115.85 + 3 156.716 1062 2 1 32.5629 8.30991 -144.45 + 3 171.438 941 2 0 32.5612 8.32263 -145.85 + 3 286.313 1062 1 1 32.5376 8.57965 -174.45 + 3 117.806 942 1 0 32.5392 8.59807 -175.85 + 3 214.343 1062 0 1 32.6022 8.96999 -204.45 + 3 95.7936 944 0 0 32.5933 8.98873 -205.85 + 3 196.942 1059 0 1 32.0235 8.60894 -204.45 + 3 144.237 1060 0 1 32.05 8.58832 -204.742 + 3 255.507 942 0 0 32.2236 8.50287 -205.85 + 3 112.73 933 7 0 32.9469 6.84429 4.15 + 3 5.53389 932 7 0 32.9461 6.65 3.76944 + 3 114.929 1063 0 1 32.7676 8.0437 -204.45 + 3 50.426 937 0 0 32.89 7.51149 -205.85 + 3 73.2435 936 0 0 32.9039 7.44971 -206.015 + 3 30.6992 878 0 0 47.1269 -4.41706 -206.25 + 3 104.882 877 0 0 47.1808 -4.45 -206.152 + 3 59.7257 1144 0 1 48.9225 -5.66071 -204.85 + 3 75.6815 1145 0 1 49.05 -5.74938 -204.764 + 3 103.403 1146 0 1 49.25 -5.92669 -204.603 + 3 96.1425 1147 0 1 49.45 -6.1193 -204.519 + 3 36.9328 1148 0 1 49.6502 -6.3872 -204.474 + 3 104.41 791 1 0 53.6696 -21.6707 -176.25 + 3 81.9891 790 1 0 53.7034 -21.8502 -176.004 + 3 120.339 1170 1 1 54.1224 -22.9932 -174.85 + 3 115.173 1171 1 1 54.25 -23.3822 -174.616 + 3 14.864 714 2 0 40.1331 -37.2197 -146.25 + 3 140.931 713 2 0 40.1093 -37.25 -146.204 + 3 198.45 1097 2 1 39.5388 -37.3301 -144.85 + 3 63.3633 1096 2 1 39.4499 -37.3608 -144.54 + 3 616.107 711 2 0 39.7962 -37.7111 -145.85 + 3 92.5805 712 2 0 39.3172 -37.65 -146.158 + 3 68.5638 400 1 0 -76.3069 -99.95 -176.164 + 3 123.215 1064 3 1 32.8918 8.26028 -114.45 + 3 94.7272 1065 3 1 33.05 7.86081 -114.638 + 3 30.5967 1066 3 1 33.25 7.62953 -114.804 + 3 53.4227 930 3 0 34.8002 6.18725 -115.85 + 3 626.764 929 3 0 34.9445 6.05 -115.916 + 3 233.533 928 3 0 35.4923 5.85 -115.919 + 3 169.563 1084 3 1 36.9348 4.42377 -114.85 + 3 75.5449 1080 3 1 36.1161 8.2164 -114.85 + 3 369.377 939 8 0 33.1585 8.03169 34.15 + 3 215.744 1064 7 1 32.9186 8.10254 5.55 + 3 508.314 1065 6 1 33.1012 7.87123 -24.45 + 3 49.4274 939 6 0 33.113 7.85234 -25.85 + 3 65.5599 938 6 0 33.1146 7.85 -26.0208 + 3 102.257 1066 5 1 33.3503 7.45199 -54.45 + 3 119.963 936 5 0 33.3618 7.4467 -55.85 + 3 177.304 1067 4 1 33.597 7.43452 -84.45 + 3 107.923 937 4 0 33.5921 7.45308 -85.85 + 3 117.682 1067 3 1 33.476 7.80747 -114.45 + 3 152.803 938 3 0 33.4676 7.82245 -115.85 + 3 189.252 1066 2 1 33.2748 8.16715 -144.45 + 3 371.327 940 2 0 33.2859 8.19045 -145.85 + 3 251.508 1067 1 1 33.4566 8.67741 -174.45 + 3 115.58 943 1 0 33.4429 8.73421 -175.85 + 3 119.798 1064 0 1 33.0134 9.75841 -204.45 + 3 106.072 948 0 0 32.9631 9.78771 -205.85 + 3 56.3364 1603 4 0 102.681 140.767 -86.25 + 3 155.617 1604 4 0 102.681 140.95 -86.1562 + 3 217.513 1419 4 1 104.007 140.967 -84.85 + 3 68.2819 1420 4 1 104.15 140.943 -84.5865 + 3 73.9289 1126 0 1 45.4175 10.8328 -204.85 + 3 44.013 1068 1 1 33.65 8.25646 -174.761 + 3 57.8795 935 1 0 33.7402 7.23258 -175.85 + 3 99.1632 934 1 0 33.7708 7.05 -175.968 + 3 121.498 933 1 0 33.728 6.85 -176.132 + 3 100.778 932 1 0 33.5523 6.64976 -176.226 + 3 123.458 839 1 0 27.161 -12.0738 -176.25 + 3 80.7123 1038 1 1 27.7475 -12.0197 -174.85 + 3 288.79 1037 1 1 27.6499 -11.9918 -174.705 + 3 129.706 1036 1 1 27.45 -12.039 -174.68 + 3 280.809 1035 1 1 27.25 -12.2566 -174.613 + 3 78.8463 858 0 0 45.2492 -8.35055 -205.85 + 3 148.055 1065 2 1 33.25 8.06145 -144.523 + 3 22.8024 930 6 0 33.8509 6.10482 -25.85 + 3 113.136 929 6 0 33.8854 6.05 -25.8997 + 3 38.7595 928 6 0 33.9967 5.85 -26.1466 + 3 109.41 938 8 0 33.204 7.85 33.8723 + 3 70.9937 931 8 0 -13.8862 6.34097 33.75 + 3 117.239 977 8 0 -84.5752 15.6001 33.75 + 3 67.5517 476 8 1 -84.7731 15.2569 35.1502 + 3 90.0536 475 8 1 -84.8505 15.2164 35.3937 + 3 56.516 474 8 1 -85.05 15.3185 35.512 + 3 73.5535 473 8 1 -85.25 15.365 35.4372 + 3 66.4582 472 8 1 -85.45 15.3677 35.2309 + 3 62.2425 471 8 1 -85.65 15.3907 35.1672 + 3 97.1844 470 8 1 -85.85 15.3117 35.192 + 3 110.901 469 8 1 -86.05 15.1728 35.2942 + 3 489.675 468 8 1 -86.2501 14.9179 35.4134 + 3 73.9057 467 8 1 -86.45 14.6564 35.4003 + 3 112.758 1066 8 1 33.265 8.03894 35.55 + 3 64.4528 1064 8 1 33.05 8.52465 35.2764 + 3 11.4799 946 8 0 32.9642 9.42875 34.15 + 3 157.532 947 8 0 32.9586 9.45 34.1084 + 3 60.0036 948 8 0 32.6977 9.65 33.7979 + 3 36.2354 1603 8 0 26.7571 140.869 33.75 + 3 290.3 1604 8 0 26.8593 140.95 33.7855 + 3 121.354 1605 8 0 26.9988 141.15 33.8981 + 3 202.076 1606 8 0 26.9634 141.35 33.8079 + 3 125.171 1064 5 1 32.9528 8.16209 -54.45 + 3 423.021 940 4 0 32.7427 8.22875 -85.85 + 3 107.24 1062 3 1 32.5792 8.24891 -114.45 + 3 108.541 940 3 0 32.572 8.24708 -115.85 + 3 163.084 1061 2 1 32.4214 8.20546 -144.45 + 3 366.108 1061 1 1 32.2781 8.15547 -174.45 + 3 327.354 940 1 0 32.2701 8.15024 -175.85 + 3 144.517 940 0 0 32.076 8.05572 -205.85 + 3 19.0115 907 0 0 97.5479 1.60577 -206.25 + 3 346.516 917 0 0 108.513 3.56234 -206.25 + 3 91.0854 1326 2 0 35.9904 85.3338 -146.25 + 3 118.109 1327 2 0 35.8838 85.45 -146.055 + 3 109.178 1328 2 0 35.6612 85.65 -146.193 + 3 26.066 1329 2 0 35.4232 85.85 -146.238 + 3 30.7114 1060 1 1 32.2025 8.0794 -174.45 + 3 8.10854 923 1 0 33.2451 4.67765 -175.85 + 3 65.1921 922 1 0 33.2527 4.65 -175.862 + 3 267.234 921 1 0 33.3132 4.45 -175.951 + 3 130.045 920 1 0 33.3518 4.25 -176.043 + 3 48.9711 919 1 0 33.3503 4.04979 -176.122 + 3 59.218 918 1 0 33.3532 3.85 -176.207 + 3 110.836 1060 3 1 32.1845 8.5972 -114.45 + 3 109.785 943 3 0 32.1195 8.68787 -115.85 + 3 138.232 1055 2 1 31.1611 10.7225 -144.45 + 3 164.868 954 2 0 31.0684 10.924 -145.85 + 3 119.407 1044 1 1 29.0058 14.7699 -174.45 + 3 117.264 974 1 0 28.8898 14.9703 -175.85 + 3 120.757 1033 0 1 26.8394 19.3485 -204.45 + 3 203.296 997 0 0 26.7008 19.4749 -205.85 + 3 65.6732 1049 1 1 29.8621 13.2818 -174.45 + 3 102.025 1050 0 1 30.0893 10.3714 -204.45 + 3 42.4403 1049 0 1 30.05 10.4747 -204.532 + 3 107.579 952 0 0 30.9445 10.4945 -205.85 + 3 88.5427 953 0 0 31.044 10.6502 -206.106 + 3 116.324 1046 0 1 29.3565 10.3688 -204.85 + 3 206.889 1045 0 1 29.25 10.5238 -204.752 + 3 115.695 1057 3 1 31.5852 7.90711 -114.45 + 3 155.588 1051 2 1 30.4345 8.05814 -144.45 + 3 125.359 1041 1 1 28.3374 7.96317 -174.45 + 3 108.148 939 1 0 28.2595 7.9344 -175.85 + 3 125.709 1031 0 1 26.3492 6.99972 -204.45 + 3 120.175 934 0 0 26.246 6.96791 -205.85 + 3 39.7151 1066 6 1 33.25 8.40882 -24.7426 + 3 190.196 946 6 0 33.5766 9.26277 -25.85 + 3 49.7316 947 6 0 33.6386 9.45 -26.0849 + 3 180.831 1093 6 0 16.0685 38.7264 -26.25 + 3 98.215 973 6 1 14.8426 38.4656 -24.85 + 3 167.942 972 6 1 14.6494 38.4538 -24.6556 + 3 71.8862 971 6 1 14.4498 38.4942 -24.4656 + 3 40.7667 873 7 0 84.1246 -5.36055 3.75 + 3 95.6163 872 7 0 84.2349 -5.45 3.8106 + 3 83.0015 871 7 0 84.4134 -5.65 3.95211 + 3 45.6451 870 7 0 84.5674 -5.85 4.08367 + 3 29.2181 1332 7 1 86.6318 -7.78886 5.15 + 3 205.548 1333 7 1 86.65 -7.80583 5.15944 + 3 214.742 1334 7 1 86.85 -8.19514 5.28231 + 3 88.4195 1335 7 1 87.0501 -8.54358 5.32433 + 3 80.0583 1336 7 1 87.25 -8.79063 5.34317 + 3 76.3764 1337 7 1 87.45 -8.98311 5.34957 + 3 41.7474 1338 7 1 87.6504 -9.11678 5.22166 + 3 232.903 853 7 0 89.2771 -9.29119 4.15 + 3 47.1457 827 7 0 93.0409 -14.5204 4.15 + 3 22.211 1375 7 1 95.294 -15.6285 5.15 + 3 19.7439 1376 7 1 95.35 -15.651 5.15795 + 3 250.309 814 7 0 96.2699 -17.1912 4.15 + 3 84.4239 813 7 0 96.2883 -17.25 4.06205 + 3 12.0232 939 7 0 33.2055 8.04998 3.78335 + 3 42.525 1064 10 1 33.05 8.03819 95.2309 + 3 112.392 941 10 0 31.5482 8.3019 94.15 + 3 130.064 942 10 0 31.3036 8.45 93.9541 +Number of digits in this event: 79 Using G4ParticleGun... -Particle energy: 8.34014 LIN +Particle energy: 7.70429 LIN Particle: e- Event: 4 -Number of tracker hits in this event: 88 - 4 141.563 991 11 1 18.2517 -11.6012 125.55 - 4 111.852 842 11 0 18.2502 -11.6019 124.15 - 4 212.454 990 10 1 18.2019 -11.6255 95.55 - 4 325.188 842 10 0 18.1905 -11.6257 94.15 - 4 290.401 989 9 1 17.9789 -11.6411 65.55 - 4 110.848 841 9 0 17.9609 -11.6566 64.15 - 4 198.492 987 8 1 17.5642 -12.0025 35.55 - 4 124.97 839 8 0 17.4982 -12.1664 34.1498 - 4 289.488 980 7 1 16.2003 -15.6893 5.55 - 4 109.872 821 7 0 16.1697 -15.8371 4.1497 - 4 165.403 820 7 0 16.1674 -15.85 4.03431 - 4 284.443 977 6 1 15.6291 -19.2445 -24.4502 - 4 93.7817 803 6 0 15.5791 -19.332 -25.8503 - 4 146.249 971 5 1 14.42 -20.8264 -54.45 - 4 103.278 796 5 0 14.3845 -20.8129 -55.85 - 4 101.811 969 4 1 13.8907 -19.8896 -84.45 - 4 319.765 800 4 0 13.8619 -19.8936 -85.85 - 4 103.307 964 3 1 12.9588 -20.2105 -114.45 - 4 149.794 799 3 0 12.7944 -20.236 -115.85 - 4 97.831 947 2 1 9.54443 -20.8476 -144.45 - 4 99.9608 795 2 0 9.40688 -20.8888 -145.85 - 4 15.6327 932 1 1 6.45751 -22.2013 -174.45 - 4 95.7899 931 1 1 6.45 -22.1956 -174.519 - 4 129.323 789 1 0 6.33513 -22.1054 -175.85 - 4 105.517 915 0 1 3.14851 -20.2316 -204.45 - 4 21.2223 914 0 1 3.05 -20.1982 -204.771 - 4 135.704 799 0 0 2.72518 -20.1014 -205.85 - 4 161.589 946 1 1 9.42122 -37.0282 -174.45 - 4 61.7953 947 1 1 9.45006 -36.96 -174.68 - 4 123.576 717 1 0 9.71075 -36.5406 -175.85 - 4 29.7535 718 1 0 9.77647 -36.4498 -176.115 - 4 109.818 977 0 1 15.5018 -30.3797 -204.45 - 4 10.0925 746 0 0 15.9008 -30.8401 -205.85 - 4 104.058 745 0 0 15.9092 -30.85 -205.879 - 4 80.4449 945 1 1 9.25 -37.2868 -174.667 - 4 47.6102 944 1 1 9.05 -37.5282 -174.794 - 4 15.8201 704 1 0 7.28603 -39.2159 -175.85 - 4 105.516 703 1 0 7.24757 -39.2504 -175.87 - 4 98.8492 702 1 0 6.9909 -39.45 -176.02 - 4 37.0113 701 1 0 6.74207 -39.65 -176.17 - 4 18.9691 696 0 1 -40.6863 -63.1567 -204.45 - 4 91.9513 697 0 1 -40.65 -63.1471 -204.526 - 4 156.356 587 0 0 -39.9603 -62.6461 -205.85 - 4 6.98105 850 9 0 17.5652 -9.86368 64.15 - 4 283.394 851 9 0 17.5595 -9.85 64.1406 - 4 275.005 386 1 0 -13.9676 -102.821 -176.25 - 4 442.554 385 1 0 -13.8955 -102.95 -176.048 - 4 199.813 831 1 1 -13.7559 -104.298 -174.85 - 4 60.0757 832 1 1 -13.65 -104.713 -174.468 - 4 70.3507 833 1 1 -13.45 -104.655 -174.599 - 4 92.9587 834 1 1 -13.25 -104.588 -174.703 - 4 44.4487 382 1 0 -11.8789 -103.678 -175.85 - 4 107.284 383 1 0 -11.7763 -103.55 -175.871 - 4 73.6036 384 1 0 -11.6968 -103.35 -175.93 - 4 60.6562 388 1 0 -63.8759 -102.484 -176.25 - 4 93.1475 387 1 0 -63.9637 -102.55 -176.07 - 4 185.586 582 1 1 -63.5292 -103.019 -174.85 - 4 176.358 583 1 1 -63.4499 -103.089 -174.515 - 4 0.920023 584 1 1 -63.25 -103.053 -174.848 - 4 301.116 389 1 0 -62.9468 -102.238 -175.85 - 4 290.691 390 1 0 -62.9122 -102.15 -175.973 - 4 254.942 991 10 1 18.2504 -11.6195 95.5054 - 4 3.24421 841 10 0 19.0703 -11.65 93.7668 - 4 28.2324 999 9 1 19.9405 -18.4647 65.55 - 4 89.2704 1000 9 1 20.05 -18.5058 65.534 - 4 62.7502 1001 9 1 20.25 -18.6274 65.4758 - 4 73.6592 1002 9 1 20.45 -18.7501 65.3922 - 4 107.707 1003 9 1 20.65 -18.8679 65.2679 - 4 104.022 802 9 0 21.9638 -19.5195 64.1499 - 4 67.9975 801 9 0 22.177 -19.65 63.9068 - 4 29.7782 1147 8 1 49.5824 -37.0605 35.55 - 4 78.8821 1148 8 1 49.65 -37.1065 35.4693 - 4 84.5917 1149 8 1 49.85 -37.2858 35.504 - 4 83.7614 1150 8 1 50.05 -37.3171 35.311 - 4 127.093 714 8 0 50.9219 -37.2208 34.15 - 4 17.3338 715 8 0 51.0933 -37.0497 33.7966 - 4 74.6225 744 8 0 -26.6142 -31.0782 33.75 - 4 103.11 745 8 0 -26.7481 -31.05 33.8825 - 4 375.044 746 8 0 -26.7667 -30.85 33.9539 - 4 5.16073 747 8 0 -26.7904 -30.65 33.7954 - 4 17.9765 983 10 1 16.6643 -11.2732 95.15 - 4 18.6011 836 10 0 15.7406 -12.6504 94.15 - 4 136.918 990 11 1 18.2499 -11.5998 125.342 - 4 167.643 989 11 1 18.05 -11.5309 125.319 - 4 48.0789 1420 1 0 82.7665 104.169 -176.25 - 4 130.604 1419 1 0 82.7524 104.149 -176.206 - 4 23.192 1418 1 0 82.794 103.95 -175.924 - 4 310.965 1315 1 1 83.1515 102.76 -174.85 -Number of digits in this event: 34 +Number of tracker hits in this event: 55 + 4 158.583 1274 10 1 75.0093 60.232 95.55 + 4 100.747 1200 10 0 75.0086 60.232 94.15 + 4 127.078 1274 9 1 74.997 60.2308 65.55 + 4 120.576 1200 9 0 74.9975 60.231 64.15 + 4 122.644 1274 8 1 75.0077 60.2308 35.55 + 4 114.542 1200 8 0 75.0083 60.23 34.15 + 4 107.27 1274 7 1 75.0198 60.2202 5.55 + 4 124.221 1200 7 0 75.0215 60.2205 4.15 + 4 130.305 1275 6 1 75.0577 60.2359 -24.45 + 4 118.556 1200 6 0 75.0612 60.238 -25.85 + 4 131.934 1275 5 1 75.1292 60.2629 -54.45 + 4 118.877 1201 5 0 75.1314 60.2596 -55.85 + 4 107.392 1275 4 1 75.1694 60.1869 -84.45 + 4 151.584 1200 4 0 75.1751 60.1812 -85.85 + 4 137.264 1276 3 1 75.2936 60.0654 -114.45 + 4 132.278 1200 3 0 75.2945 60.0634 -115.85 + 4 155.529 1276 2 1 75.3169 60.0349 -144.45 + 4 293.611 1199 2 0 75.322 60.0259 -145.85 + 4 169.363 1276 1 1 75.4294 59.7861 -174.45 + 4 136.956 1198 1 0 75.4391 59.774 -175.85 + 4 437.642 1277 0 1 75.6362 59.5357 -204.45 + 4 119.933 1197 0 0 75.6471 59.524 -205.85 + 4 236.228 1198 2 0 75.061 59.85 -145.943 + 4 243.574 1275 3 1 75.1934 60.2649 -114.45 + 4 269.598 1201 3 0 75.2127 60.2547 -115.85 + 4 264.843 1277 2 1 75.5726 60.0715 -144.45 + 4 247.708 1200 2 0 75.6068 60.0759 -145.85 + 4 105.75 1281 1 1 76.4297 60.2583 -174.45 + 4 256.378 1201 1 0 76.484 60.2724 -175.85 + 4 247.501 1287 0 1 77.6141 60.6916 -204.45 + 4 144.436 1203 0 0 77.657 60.6905 -205.85 + 4 140.402 1202 0 0 77.178 60.4895 -205.85 + 4 134.961 1182 0 0 74.5285 56.5981 -206.25 + 4 399.679 1181 0 0 74.4527 56.45 -205.894 + 4 318.811 1201 2 0 75.5092 60.25 -146.245 + 4 114.987 1277 1 1 75.4774 60.445 -174.45 + 4 129.104 1202 1 0 75.4794 60.4835 -175.85 + 4 114.059 1206 0 0 75.4594 61.3992 -205.85 + 4 12.2265 1336 6 0 58.5112 87.2972 -26.25 + 4 81.1833 179 13 0 -91.6644 -144.15 183.863 + 4 244.565 178 13 0 -91.601 -144.35 183.996 + 4 214.958 1274 2 1 75.0034 60.3364 -144.45 + 4 107.508 1265 1 1 73.2346 59.7721 -174.45 + 4 122.486 1199 1 0 73.2371 59.8686 -175.85 + 4 116.954 1265 0 1 73.1419 62.1208 -204.45 + 4 118.614 1210 0 0 73.1374 62.219 -205.85 + 4 37.7011 1275 2 1 75.05 60.3429 -144.742 + 4 46.1239 1288 1 1 77.8211 60.4822 -174.45 + 4 58.2979 1289 1 1 77.85 60.4707 -174.632 + 4 166.691 1310 0 1 82.1969 58.1043 -204.45 + 4 2.48812 1311 0 1 82.25 58.1141 -204.834 + 4 196.748 1190 0 0 82.4573 58.1605 -205.85 + 4 6.32555 1189 0 0 82.5032 58.05 -206.239 + 4 28.4002 1096 0 0 115.763 39.2658 -206.25 + 4 38.376 1176 0 0 126.241 55.3714 -206.25 +Number of digits in this event: 36 Using G4ParticleGun... -Particle energy: 2.9316 LIN +Particle energy: 7.10325 LIN Particle: e- Event: 5 -Number of tracker hits in this event: 80 - 5 141.624 853 11 1 -9.42772 -79.452 125.55 - 5 114.008 502 11 0 -9.43039 -79.4538 124.15 - 5 269.111 852 10 1 -9.48146 -79.4865 95.55 - 5 115.691 502 10 0 -9.48211 -79.4876 94.15 - 5 110.278 852 9 1 -9.50719 -79.5173 65.55 - 5 126.171 502 9 0 -9.50724 -79.5165 64.15 - 5 117.628 852 8 1 -9.5115 -79.5039 35.55 - 5 117.929 502 8 0 -9.51374 -79.5025 34.15 - 5 117.597 852 7 1 -9.55799 -79.4973 5.55 - 5 134.061 502 7 0 -9.56009 -79.4959 4.15 - 5 129.253 852 6 1 -9.6259 -79.4633 -24.45 - 5 137.148 502 6 0 -9.62588 -79.464 -25.85 - 5 415.34 852 5 1 -9.60586 -79.477 -54.45 - 5 397.376 502 5 0 -9.62066 -79.4821 -55.85 - 5 98.7579 850 4 1 -9.96665 -79.4756 -84.45 - 5 284.642 502 4 0 -9.96755 -79.4674 -85.85 - 5 142.494 850 3 1 -9.91083 -79.3 -114.45 - 5 116.981 503 3 0 -9.90167 -79.2855 -115.85 - 5 114.012 851 2 1 -9.76471 -78.9634 -144.45 - 5 119.933 505 2 0 -9.76085 -78.9442 -145.85 - 5 121.002 851 1 1 -9.72106 -78.5108 -174.45 - 5 128.029 507 1 0 -9.73678 -78.4902 -175.85 - 5 124.94 849 0 1 -10.0667 -78.0833 -204.45 - 5 122.107 509 0 0 -10.1302 -78.0678 -205.851 - 5 462.563 851 5 1 -9.65008 -79.4814 -54.7369 - 5 227.834 966 11 0 156.585 13.3172 123.75 - 5 113.355 1039 0 1 27.8942 -135.565 -204.85 - 5 131.427 1038 0 1 27.8499 -135.523 -204.495 - 5 82.517 1037 0 1 27.65 -135.488 -204.65 - 5 30.3731 1036 0 1 27.45 -135.482 -204.787 - 5 379.521 223 0 0 26.2219 -135.515 -205.85 - 5 163.888 224 0 0 25.9758 -135.349 -206.026 - 5 61.4642 225 0 0 25.8401 -135.15 -205.936 - 5 86.7762 226 0 0 25.7356 -134.95 -205.9 - 5 59.4425 227 0 0 25.5667 -134.75 -205.938 - 5 41.129 1023 0 1 24.7077 -134.051 -204.85 - 5 63.606 1022 0 1 24.65 -134.017 -204.796 - 5 169.388 1024 0 1 25.048 -135.988 -204.85 - 5 19.5629 1025 0 1 25.05 -135.98 -204.751 - 5 97.1065 831 1 1 -13.7008 -70.3751 -174.85 - 5 114.452 851 4 1 -9.79209 -79.5826 -84.45 - 5 118.333 854 3 1 -9.12173 -79.4155 -114.45 - 5 196.969 502 3 0 -8.99968 -79.524 -115.85 - 5 149.469 868 2 1 -6.44143 -82.0133 -144.45 - 5 138.269 490 2 0 -6.45637 -82.0377 -145.85 - 5 185.096 871 1 1 -5.76733 -82.1378 -174.45 - 5 241.842 488 1 0 -5.82828 -82.3087 -175.85 - 5 241.649 863 0 1 -7.25252 -87.4435 -204.45 - 5 109.744 462 0 0 -7.34919 -87.5745 -205.85 - 5 239.089 853 3 1 -9.3118 -79.3181 -114.45 - 5 8.52699 499 3 0 -9.55047 -80.2427 -115.85 - 5 126.745 498 3 0 -9.55393 -80.25 -115.88 - 5 201.134 863 4 1 -7.41078 -79.8757 -84.45 - 5 272.44 500 4 0 -7.39591 -79.9762 -85.85 - 5 85.4051 865 3 1 -7.01653 -81.9849 -114.451 - 5 32.5303 864 3 1 -7.05 -81.9995 -114.738 - 5 101.353 489 3 0 -7.1695 -82.0674 -115.85 - 5 23.3423 850 2 1 -10.0426 -83.318 -144.451 - 5 110.949 849 2 1 -10.05 -83.3119 -144.522 - 5 128.441 484 2 0 -10.1897 -83.1712 -145.851 - 5 150.203 836 1 1 -12.826 -80.2841 -174.45 - 5 74.9363 500 1 0 -12.7426 -79.9145 -175.85 - 5 45.4949 501 1 0 -12.7246 -79.85 -176.078 - 5 108.065 851 0 1 -9.84179 -70.845 -204.45 - 5 47.3203 547 0 0 -9.42453 -70.5034 -205.85 - 5 41.4839 548 0 0 -9.35336 -70.45 -206.079 - 5 57.139 837 1 1 -12.554 -79.8944 -174.451 - 5 72.6931 838 1 1 -12.45 -79.7423 -174.544 - 5 3.82088 864 4 1 -7.25 -79.8749 -84.4552 - 5 131.965 501 5 0 -9.89833 -79.8398 -55.85 - 5 153.012 477 5 0 -6.22265 -84.5371 -56.25 - 5 200.119 865 5 1 -6.9648 -85.0016 -54.85 - 5 148.924 864 5 1 -7.05 -85.1486 -54.4657 - 5 13.4106 850 5 1 -9.85 -79.7235 -54.8191 - 5 64.2665 500 5 0 -10.6353 -80.0163 -55.8505 - 5 162.074 499 5 0 -10.6928 -80.05 -55.9392 - 5 155.628 769 5 0 -77.1198 -26.1847 -56.25 - 5 265.257 770 5 0 -77.1803 -26.0497 -56.1028 - 5 182.359 853 10 1 -9.45 -79.4547 95.3527 - 5 157.94 496 10 0 -9.45565 -80.6654 94.1499 -Number of digits in this event: 43 -Using G4ParticleGun... -Particle energy: 4.34842 LIN -Particle: e- -Event: 6 -Number of tracker hits in this event: 99 - 6 114.035 1252 11 1 70.4776 -27.1783 125.55 - 6 114.743 764 11 0 70.478 -27.1766 124.15 - 6 135.897 1252 10 1 70.4862 -27.1407 95.55 - 6 202.376 764 10 0 70.4846 -27.1386 94.15 - 6 130.049 1252 9 1 70.4559 -27.1041 65.55 - 6 258.181 764 9 0 70.4504 -27.0996 64.15 - 6 220.935 1251 8 1 70.3374 -27.0068 35.55 - 6 150.546 765 8 0 70.3334 -27.002 34.15 - 6 138.748 1251 7 1 70.267 -26.897 5.55 - 6 103.624 765 7 0 70.2639 -26.8878 4.15 - 6 130.634 1250 6 1 70.2121 -26.6943 -24.45 - 6 124.134 766 6 0 70.2128 -26.6923 -25.85 - 6 102.877 1250 5 1 70.2232 -26.6621 -54.45 - 6 344.712 766 5 0 70.2209 -26.6582 -55.85 - 6 112.835 1250 4 1 70.1642 -26.5946 -84.45 - 6 302.957 767 4 0 70.1549 -26.5906 -85.85 - 6 436.548 1249 3 1 69.9219 -26.4604 -114.45 - 6 110.981 767 3 0 69.8983 -26.45 -115.85 - 6 556.75 768 3 0 69.8982 -26.45 -115.854 - 6 168.384 1246 2 1 69.3847 -26.3063 -144.45 - 6 371.454 768 2 0 69.3682 -26.2817 -145.85 - 6 394.668 1245 1 1 69.0604 -25.8006 -174.45 - 6 106.965 771 1 0 69.0487 -25.7655 -175.85 - 6 109.319 1243 0 1 68.8211 -24.9745 -204.45 - 6 148.236 775 0 0 68.7981 -24.9401 -205.85 - 6 34.5614 823 0 0 56.0541 -15.3236 -206.25 - 6 60.8039 824 0 0 55.9646 -15.2499 -206.179 - 6 66.2722 825 0 0 55.8466 -15.05 -206.147 - 6 122.849 826 0 0 55.7197 -14.85 -206.18 - 6 17.6493 827 0 0 55.4311 -14.65 -206.221 - 6 21.16 1244 1 1 69.0499 -25.8421 -174.549 - 6 127.594 1251 2 1 70.3735 -26.4266 -144.45 - 6 149.001 1263 1 1 72.665 -26.0622 -174.45 - 6 285.867 770 1 0 72.7557 -26.0282 -175.85 - 6 106.387 1274 0 1 74.9928 -24.9908 -204.45 - 6 119.972 776 0 0 75.0639 -24.8054 -205.85 - 6 244.05 1249 2 1 69.9698 -25.79 -144.45 - 6 131.162 771 2 0 69.975 -25.752 -145.85 - 6 115.204 1250 1 1 70.0715 -25.0094 -174.45 - 6 226.854 775 1 0 70.0696 -24.9889 -175.85 - 6 123.524 1249 0 1 69.9896 -24.5133 -204.45 - 6 316.802 777 0 0 69.9906 -24.4896 -205.85 - 6 252.498 1247 1 1 69.5485 -25.8942 -174.45 - 6 470.068 769 1 0 69.7616 -26.1262 -175.85 - 6 143.708 1277 0 1 75.5209 -30.0225 -204.45 - 6 170.392 750 0 0 75.7185 -30.0197 -205.85 - 6 127.823 1264 0 1 72.9636 -25.8513 -204.45 - 6 124.938 772 0 0 73.0795 -25.6459 -205.85 - 6 356.066 1251 5 1 70.4453 -26.7567 -54.45 - 6 353.346 1252 4 1 70.4968 -26.6648 -84.45 - 6 216.912 766 4 0 70.5019 -26.6564 -85.85 - 6 578.904 1252 3 1 70.6022 -26.4787 -114.45 - 6 104.352 1252 2 1 70.6232 -26.307 -144.45 - 6 116.581 1252 1 1 70.6268 -26.1204 -174.45 - 6 116.245 1253 0 1 70.6573 -26.0697 -204.45 - 6 156.322 769 0 0 70.6547 -26.0628 -205.85 - 6 110.912 827 2 0 -56.4607 -14.45 -146.209 - 6 55.6458 1454 8 1 111.038 -16.2035 35.15 - 6 400.402 1455 8 1 111.15 -16.2454 35.4909 - 6 6.75642 1456 8 1 111.35 -16.1527 35.1696 - 6 85.7252 829 8 0 113.066 -14.2164 34.15 - 6 11.1324 830 8 0 113.226 -14.05 34.1369 - 6 136.927 1472 8 1 114.607 -12.3962 35.1501 - 6 177.555 1473 8 1 114.75 -11.9846 35.4604 - 6 305.19 1474 8 1 114.95 -11.929 35.5183 - 6 248.509 1475 8 1 115.15 -12.1776 35.4511 - 6 38.5774 973 6 0 54.7026 14.7826 -26.25 - 6 164.641 1253 3 1 70.6502 -26.6259 -114.53 - 6 240.763 1254 3 1 70.85 -26.7871 -114.693 - 6 94.1515 762 3 0 71.6574 -27.4923 -115.85 - 6 104.84 761 3 0 71.7792 -27.65 -116.056 - 6 65.6007 665 3 0 71.5773 -46.9 -116.249 - 6 47.223 664 3 0 71.5792 -47.05 -116.039 - 6 189.054 1258 3 1 71.7571 -47.5255 -114.85 - 6 42.7846 1257 3 1 71.6426 -47.5478 -114.45 - 6 79.0755 1256 3 1 71.45 -47.5738 -114.51 - 6 172.661 1255 3 1 71.2499 -47.6067 -114.578 - 6 50.151 1251 3 1 70.45 -47.3938 -114.733 - 6 56.7159 760 3 0 71.8015 -27.85 -116.117 - 6 71.9673 759 3 0 71.7881 -28.05 -116.117 - 6 80.1177 758 3 0 71.7769 -28.25 -116.112 - 6 37.9244 757 3 0 71.8724 -28.45 -116.134 - 6 71.0273 376 3 0 110.985 -104.777 -116.25 - 6 97.8334 375 3 0 111.05 -104.95 -116.187 - 6 104.948 374 3 0 110.969 -105.15 -115.93 - 6 277.831 373 3 0 111.007 -105.35 -115.993 - 6 97.0761 1459 3 1 112.052 -106.281 -114.85 - 6 146.545 58 3 0 91.5231 -168.513 -116.25 - 6 51.0566 57 3 0 91.4929 -168.55 -116.144 - 6 230.493 1251 4 1 70.2628 -26.5597 -84.45 - 6 121.118 1250 3 1 70.1135 -26.4804 -114.45 - 6 205.577 1245 2 1 69.1675 -24.6785 -144.45 - 6 116.421 777 2 0 69.1612 -24.57 -145.85 - 6 130.375 791 1 0 69.072 -21.8239 -175.85 - 6 93.2044 1246 0 1 69.2935 -18.041 -204.45 - 6 116.95 810 0 0 69.2828 -17.9087 -205.85 - 6 221.877 765 4 0 70.5443 -26.85 -86.1483 - 6 44.4962 727 4 0 84.0151 -34.632 -86.25 - 6 53.909 217 11 0 7.52939 -136.673 123.75 -Number of digits in this event: 56 -Using G4ParticleGun... -Particle energy: 5.83752 LIN -Particle: e- -Event: 7 -Number of tracker hits in this event: 46 - 7 113.722 1410 7 1 102.324 -106.27 5.55 - 7 102.574 369 7 0 102.326 -106.27 4.15 - 7 103.154 1411 6 1 102.36 -106.267 -24.45 - 7 104.629 369 6 0 102.362 -106.267 -25.85 - 7 158.762 1411 5 1 102.401 -106.278 -54.45 - 7 115.005 369 5 0 102.402 -106.279 -55.85 - 7 100.787 1411 4 1 102.44 -106.296 -84.45 - 7 111.791 369 4 0 102.443 -106.296 -85.85 - 7 374.304 1411 3 1 102.491 -106.301 -114.45 - 7 322.753 369 3 0 102.493 -106.302 -115.85 - 7 388.996 1411 2 1 102.54 -106.313 -144.45 - 7 117.415 369 2 0 102.545 -106.316 -145.85 - 7 169.872 1412 1 1 102.656 -106.389 -174.45 - 7 106.629 368 1 0 102.663 -106.388 -175.85 - 7 106.434 1413 0 1 102.794 -106.357 -204.45 - 7 199.214 368 0 0 102.801 -106.354 -205.85 - 7 54.9663 995 2 1 19.116 15.5339 -144.85 - 7 350.896 1412 0 1 102.626 -106.449 -204.45 - 7 19.84 1411 0 1 102.55 -106.67 -204.833 - 7 135.418 364 0 0 102.354 -107.214 -205.85 - 7 85.2472 363 0 0 102.31 -107.35 -206.114 - 7 192.422 380 0 0 106.127 -104.089 -206.25 - 7 2.45382 1435 0 1 107.344 -103.457 -204.85 - 7 145.168 1436 0 1 107.35 -103.454 -204.844 - 7 91.5015 1437 0 1 107.55 -103.611 -204.532 - 7 14.3913 1438 0 1 107.75 -103.824 -204.463 - 7 33.4741 949 3 1 9.9607 -96.8145 -114.85 - 7 124.525 368 2 0 102.447 -106.522 -145.85 - 7 117.647 1414 1 1 103.134 -105.988 -174.45 - 7 51.3421 373 1 0 103.007 -105.404 -175.85 - 7 78.6351 374 1 0 102.995 -105.35 -175.972 - 7 83.3964 1391 0 1 98.4567 -95.5127 -204.45 - 7 130.799 1390 0 1 98.35 -95.4234 -204.656 - 7 98.8358 425 0 0 97.7204 -95.0558 -205.85 - 7 43.358 426 0 0 97.5675 -94.95 -206.124 - 7 73.7617 1389 0 1 98.1498 -95.4673 -204.569 - 7 252.318 1388 0 1 97.95 -95.4044 -204.527 - 7 240.821 1387 0 1 97.7495 -95.5222 -204.452 - 7 151.314 370 3 0 102.406 -106.138 -115.85 - 7 109.371 1398 2 1 99.9363 -103.569 -144.45 - 7 137.645 383 2 0 99.8468 -103.472 -145.85 - 7 122.036 1387 1 1 97.6786 -100.995 -174.45 - 7 231.385 396 1 0 97.3462 -100.83 -175.85 - 7 119.777 1345 0 1 89.1891 -94.7531 -204.45 - 7 91.271 430 0 0 88.7478 -94.0531 -205.85 - 7 97.3853 431 0 0 88.6857 -93.95 -206.05 -Number of digits in this event: 21 -Using G4ParticleGun... -Particle energy: 9.76381 LIN -Particle: e- -Event: 8 -Number of tracker hits in this event: 76 - 8 129.072 1104 8 1 40.8736 139.632 35.55 - 8 232.262 1597 8 0 40.8729 139.632 34.15 - 8 97.2958 1104 7 1 40.8567 139.624 5.55 - 8 151.928 1597 7 0 40.856 139.624 4.15 - 8 219.323 1103 6 1 40.8366 139.622 -24.45 - 8 110.431 1597 6 0 40.835 139.623 -25.85 - 8 149.816 1103 5 1 40.8019 139.636 -54.45 - 8 101.709 1597 5 0 40.8008 139.636 -55.85 - 8 120.9 1103 4 1 40.776 139.642 -84.45 - 8 143.423 1597 4 0 40.774 139.641 -85.85 - 8 123.046 1103 3 1 40.7331 139.615 -114.45 - 8 200.542 1597 3 0 40.7307 139.614 -115.85 - 8 121.667 1103 2 1 40.679 139.61 -144.45 - 8 104.922 1597 2 0 40.6754 139.61 -145.85 - 8 129.621 1102 1 1 40.604 139.6 -174.45 - 8 459.376 1597 1 0 40.601 139.598 -175.85 - 8 394.669 1102 0 1 40.5423 139.574 -204.45 - 8 336.029 1597 0 0 40.54 139.572 -205.85 - 8 106.504 796 2 0 -32.8394 -20.7112 -146.25 - 8 136.336 795 2 0 -32.5904 -20.85 -146.124 - 8 78.7722 794 2 0 -32.4291 -21.05 -145.979 - 8 150.093 728 2 1 -34.2901 -21.8105 -144.85 - 8 100.708 729 2 1 -34.25 -21.726 -144.667 - 8 112.183 1313 0 1 82.65 59.9844 -204.815 - 8 26.1998 1312 0 1 82.65 59.6692 -204.659 - 8 7.61226 1344 4 0 112.667 88.9891 -85.85 - 8 72.4244 1140 0 1 48.1072 121.487 -204.85 - 8 66.7497 1141 0 1 48.2501 121.321 -204.492 - 8 176.195 1785 9 0 -83.4205 177.214 63.75 - 8 162.417 1784 9 0 -83.4458 177.15 64.0344 - 8 110.454 484 9 1 -83.0805 176.831 65.15 - 8 394.634 485 9 1 -83.05 176.807 65.2187 - 8 49.6915 591 7 1 -61.68 78.1029 5.15 - 8 218.76 590 7 1 -61.85 77.9965 5.38636 - 8 227.323 1103 1 1 40.6803 139.67 -174.45 - 8 372.994 1106 0 1 41.2936 139.884 -204.45 - 8 121.326 1598 0 0 41.317 139.902 -205.85 - 8 159.942 1098 0 1 39.8243 139.235 -204.45 - 8 203.864 1595 0 0 39.8045 139.21 -205.85 - 8 432.451 1104 6 1 40.8533 139.642 -24.45 - 8 269.833 1598 6 0 40.9444 139.824 -25.85 - 8 150.944 1107 5 1 41.638 141.296 -54.45 - 8 113.574 1605 5 0 41.3074 141.251 -55.85 - 8 156.253 1065 4 1 33.1449 141.615 -84.45 - 8 63.0976 1608 4 0 32.928 141.904 -85.85 - 8 43.1574 1609 4 0 32.9012 141.95 -86.0828 - 8 198.374 1045 3 1 29.0502 146.899 -114.45 - 8 16.3647 1639 3 0 29.1588 148.11 -115.85 - 8 105.529 1640 3 0 29.1628 148.151 -115.897 - 8 36.83 1641 3 0 29.1717 148.35 -116.119 - 8 167.049 1046 2 1 29.3276 171.567 -144.45 - 8 12.0156 1765 2 0 29.5074 173.314 -145.85 - 8 57.333 1766 2 0 29.5079 173.35 -145.872 - 8 55.1581 1767 2 0 29.5039 173.55 -145.986 - 8 79.2836 1768 2 0 29.5023 173.75 -146.099 - 8 33.0256 1769 2 0 29.5158 173.95 -146.202 - 8 111.061 1105 6 1 41.0501 139.828 -24.5832 - 8 216.87 1106 6 1 41.25 139.927 -24.7521 - 8 178.407 1107 6 1 41.4502 140.225 -24.7106 - 8 192.421 1102 5 1 40.5228 143.065 -54.45 - 8 102.555 1615 5 0 40.6904 143.305 -55.85 - 8 36.0674 1616 5 0 40.7268 143.35 -56.1153 - 8 164.569 1121 4 1 44.2848 148.587 -84.45 - 8 39.1693 1642 4 0 44.2548 148.738 -85.85 - 8 71.0164 1643 4 0 44.2524 148.75 -85.9535 - 8 114.266 1114 3 1 42.976 151.325 -114.451 - 8 159.108 1656 3 0 42.8459 151.447 -115.85 - 8 181.409 1097 2 1 39.6251 155.098 -144.45 - 8 75.1996 1676 2 0 39.5605 155.477 -145.85 - 8 37.0798 1677 2 0 39.5427 155.55 -146.12 - 8 118.774 1086 1 1 37.3866 161.875 -174.45 - 8 108.735 1709 1 0 37.182 162.025 -175.85 - 8 23.089 1061 0 1 32.4338 165.889 -204.45 - 8 88.0407 1062 0 1 32.45 165.926 -204.525 - 8 62.4506 1732 0 0 32.6735 166.626 -205.85 - 8 49.0938 1733 0 0 32.7176 166.75 -206.099 -Number of digits in this event: 40 -Using G4ParticleGun... -Particle energy: 8.67352 LIN -Particle: e- -Event: 9 -Number of tracker hits in this event: 82 - 9 218.455 488 9 1 -82.2962 95.0139 65.55 - 9 109.635 1374 9 0 -82.3053 95.0155 64.15 - 9 145.939 487 8 1 -82.4914 95.0486 35.55 - 9 101.438 1374 8 0 -82.5 95.0494 34.15 - 9 115.754 486 7 1 -82.6768 95.0589 5.55 - 9 153.534 1374 7 0 -82.6857 95.0585 4.15 - 9 102.198 485 6 1 -82.8723 95.0491 -24.45 - 9 102.092 1374 6 0 -82.8797 95.0461 -25.85 - 9 138.39 485 5 1 -83.0313 94.9856 -54.45 - 9 135.589 1374 5 0 -83.0393 94.9811 -55.85 - 9 142.637 484 4 1 -83.2017 94.8921 -84.45 - 9 265.105 1373 4 0 -83.2109 94.8878 -85.85 - 9 222.669 483 3 1 -83.397 94.8031 -114.45 - 9 101.956 1373 3 0 -83.4059 94.7985 -115.85 - 9 754.891 482 2 1 -83.5822 94.7037 -144.45 - 9 371.38 1372 2 0 -83.591 94.7001 -145.85 - 9 409.355 481 1 1 -83.7662 94.6215 -174.45 - 9 397.302 1372 1 0 -83.7748 94.6187 -175.85 - 9 586.639 480 0 1 -83.9449 94.561 -204.45 - 9 109.025 1372 0 0 -83.952 94.5586 -205.85 - 9 88.6286 795 9 0 114.565 -20.9413 63.75 - 9 75.3168 1651 9 1 150.442 -33.6958 65.55 - 9 24.2252 796 9 0 114.585 -20.85 64.088 - 9 220.45 1474 9 1 115.014 -20.6893 65.15 - 9 118.588 1373 2 0 -83.6233 94.7511 -145.85 - 9 104.659 479 1 1 -84.0677 95.703 -174.45 - 9 156.85 1377 1 0 -84.1392 95.7275 -175.85 - 9 166.269 472 0 1 -85.572 96.3129 -204.45 - 9 109.85 1380 0 0 -85.6498 96.3302 -205.85 - 9 21.9211 162 5 1 -147.551 64.505 -54.45 - 9 130.626 163 5 1 -147.55 64.5168 -54.4896 - 9 166.088 1369 1 0 -85.3825 94.0904 -175.85 - 9 84.5063 476 1 1 -84.7924 94.9975 -174.85 - 9 166.219 1376 1 0 -84.2341 95.4895 -175.85 - 9 37.0976 481 2 1 -83.6502 94.7142 -144.725 - 9 46.1241 457 1 1 -88.6251 94.6978 -174.45 - 9 68.3998 456 1 1 -88.65 94.6968 -174.593 - 9 301.676 1373 1 0 -88.9425 94.75 -176.075 - 9 17.5586 422 0 1 -95.7135 96.9292 -204.45 - 9 169.332 421 0 1 -95.75 96.9525 -204.523 - 9 139.567 1387 0 0 -96.4727 97.5574 -205.85 - 9 19.1705 1388 0 0 -96.6932 97.75 -206.195 - 9 156.1 1368 2 0 -83.5756 93.809 -145.85 - 9 157.98 1371 0 0 -83.8904 94.5162 -205.85 - 9 93.8257 1308 0 0 -152.703 81.6846 -206.25 - 9 30.6218 1166 0 0 -132.696 53.3339 -206.25 - 9 92.0662 207 0 1 -138.55 59.3252 -204.483 - 9 179.048 482 0 1 -83.5622 95.8099 -204.45 - 9 108.846 1378 0 0 -83.5646 95.8467 -205.85 - 9 39.8132 1374 1 0 -83.7219 94.95 -176.003 - 9 31.7647 1295 1 0 -127.383 79.0857 -176.25 - 9 200.057 1294 1 0 -127.469 79.05 -176.177 - 9 43.7899 257 1 1 -128.648 79.9466 -174.85 - 9 119.404 256 1 1 -128.75 80.0343 -174.711 - 9 433.044 255 1 1 -128.95 80.1409 -174.46 - 9 539.266 1305 1 0 -129.088 81.1332 -175.85 - 9 178.338 1304 1 0 -128.436 81.05 -176.138 - 9 225.232 1375 0 0 -83.9353 95.163 -205.85 - 9 119.908 1374 0 0 -83.9339 95.1315 -205.85 - 9 93.4568 483 2 1 -83.4499 95.0981 -144.668 - 9 111.103 606 1 1 -58.8184 90.277 -174.45 - 9 113.445 1348 1 0 -58.2249 89.7552 -175.85 - 9 34.0224 1347 1 0 -58.0959 89.65 -176.124 - 9 58.641 679 0 1 -44.083 82.3053 -204.45 - 9 135.163 680 0 1 -44.0499 82.2744 -204.481 - 9 34.9246 681 0 1 -43.85 82.0216 -204.765 - 9 16.6214 1303 0 0 -43.2385 80.7126 -205.85 - 9 78.4852 1302 0 0 -43.2109 80.65 -205.897 - 9 77.1965 1301 0 0 -43.0672 80.4499 -206.08 - 9 80.8089 678 0 1 -44.25 82.4371 -204.509 - 9 276.361 677 0 1 -44.4501 82.6185 -204.607 - 9 252.985 488 1 1 -82.253 95.0214 -174.45 - 9 111.627 1375 1 0 -82.5618 95.2078 -175.85 - 9 120.433 457 0 1 -88.4802 101.361 -204.45 - 9 101.361 1408 0 0 -88.7343 101.933 -205.852 - 9 212.035 1409 0 0 -88.7442 101.95 -205.893 - 9 131.33 1410 0 0 -88.7964 102.15 -206.178 - 9 6.95713 1411 0 0 -111.093 102.357 -206.25 - 9 87.3883 1407 0 0 -111.716 101.75 -206.115 - 9 87.3964 1406 0 0 -111.848 101.55 -206.061 - 9 115.073 1405 0 0 -112.008 101.35 -205.865 - 9 179.511 339 0 1 -112.216 101.185 -204.85 -Number of digits in this event: 39 -Using G4ParticleGun... -Particle energy: 8.85987 LIN -Particle: e- -Event: 10 -Number of tracker hits in this event: 71 - 10 239.713 1251 10 1 70.3707 90.6355 95.55 - 10 131.147 1352 10 0 70.3703 90.6351 94.15 - 10 171.96 1251 9 1 70.361 90.6284 65.55 - 10 189.967 1352 9 0 70.3598 90.6278 64.15 - 10 120.819 1251 8 1 70.3309 90.6141 35.55 - 10 191.496 1352 8 0 70.3292 90.6132 34.15 - 10 155.158 1251 7 1 70.2957 90.6014 5.55 - 10 144.152 1352 7 0 70.2937 90.6004 4.15 - 10 458.059 1251 6 1 70.2574 90.5854 -24.45 - 10 467.959 1352 6 0 70.2577 90.5874 -25.85 - 10 337.478 1251 5 1 70.2703 90.6261 -54.45 - 10 122.265 1352 5 0 70.2707 90.6277 -55.85 - 10 166.003 1251 4 1 70.2777 90.666 -84.45 - 10 187.485 1352 4 0 70.2783 90.6675 -85.85 - 10 131.432 1251 3 1 70.282 90.69 -114.45 - 10 146.199 1352 3 0 70.2836 90.6924 -115.85 - 10 131.92 1251 2 1 70.2939 90.7388 -144.45 - 10 172.934 1352 2 0 70.2947 90.7413 -145.85 - 10 107.424 1251 1 1 70.3084 90.7903 -174.45 - 10 130.699 1353 1 0 70.3101 90.7922 -175.85 - 10 141.852 1251 0 1 70.3556 90.8391 -204.45 - 10 137.061 1353 0 0 70.3579 90.8411 -205.85 - 10 156.727 1411 1 1 102.432 102.987 -174.45 - 10 173.022 1410 1 1 102.35 102.932 -174.494 - 10 23.0347 961 1 0 130.849 12.45 -175.985 - 10 11.8453 1554 1 1 131.115 10.7784 -174.85 - 10 73.511 955 1 0 132.583 11.1436 -175.85 - 10 58.116 866 1 1 -6.85 17.4536 -174.572 - 10 240.07 1067 0 0 -3.52987 33.5906 -206.25 - 10 19.1803 884 0 1 -3.10443 33.5831 -204.85 - 10 58.6912 885 0 1 -3.05 33.6028 -204.834 - 10 227.665 1072 0 0 -2.80723 34.5112 -205.85 - 10 45.1035 550 1 1 -70.0136 68.8858 -174.85 - 10 144.649 1354 5 0 70.3306 90.9769 -55.85 - 10 136.081 1255 4 1 71.1416 91.4283 -84.45 - 10 133.217 1356 4 0 71.192 91.4028 -85.85 - 10 101.977 1261 3 1 72.3783 90.8859 -114.45 - 10 125.6 1353 3 0 72.4408 90.9232 -115.85 - 10 117.858 1268 2 1 73.7514 91.6336 -144.45 - 10 215.971 1357 2 0 73.8418 91.6987 -145.85 - 10 32.9954 1278 1 1 75.8431 92.8654 -174.45 - 10 346.154 1279 1 1 75.85 92.8663 -174.568 - 10 196.56 1363 1 0 75.9166 92.8809 -175.85 - 10 125.427 1286 0 1 77.3876 93.1844 -204.45 - 10 153.892 1365 0 0 77.4392 93.1842 -205.85 - 10 47.2081 1280 1 1 76.05 92.8732 -174.5 - 10 253.395 1361 1 0 75.2819 92.3837 -175.85 - 10 146.533 1351 5 0 70.3066 90.3791 -55.85 - 10 130.234 1250 4 1 70.2182 90.1688 -84.45 - 10 132.813 1350 4 0 70.2086 90.161 -85.85 - 10 129.647 1249 3 1 69.9564 89.9976 -114.45 - 10 205.441 1349 3 0 69.9552 89.9864 -115.85 - 10 100.816 1249 2 1 69.9813 89.773 -144.45 - 10 287.453 1348 2 0 69.9761 89.7608 -145.85 - 10 107.112 1249 1 1 69.8695 89.5738 -174.45 - 10 117.283 1347 1 0 69.8695 89.5581 -175.85 - 10 107.296 1249 0 1 69.899 89.2539 -204.45 - 10 129.641 1345 0 0 69.9109 89.2307 -205.85 - 10 60.771 1347 2 0 69.9375 89.65 -146.027 - 10 182.447 1351 6 0 70.4936 90.5499 -25.9915 - 10 11.3955 1252 6 1 70.45 90.6668 -24.8164 - 10 144.516 1353 6 0 71.1632 90.7753 -25.85 - 10 73.5731 1466 6 0 86.6516 113.367 -26.2498 - 10 70.085 1465 6 0 86.569 113.35 -26.0277 - 10 75.379 1464 6 0 86.6302 113.15 -26.0992 - 10 222.083 1463 6 0 86.7602 112.95 -26.0234 - 10 39.4186 1462 6 0 87.0062 112.75 -25.9396 - 10 70.7807 1331 6 1 86.4116 112.823 -24.85 - 10 140.944 1330 6 1 86.25 112.85 -24.7274 - 10 157.985 1329 6 1 86.05 112.928 -24.7116 - 10 48.9704 575 4 0 -90.8756 -65.05 -86.0384 -Number of digits in this event: 50 -Using G4ParticleGun... -Particle energy: 6.49047 LIN -Particle: e- -Event: 11 -Number of tracker hits in this event: 139 - 11 110.073 1070 11 1 34.1641 9.33229 125.55 - 11 178.295 946 11 0 34.1621 9.33174 124.15 - 11 204.472 1070 10 1 34.124 9.31704 95.55 - 11 138.471 946 10 0 34.1223 9.31578 94.15 - 11 129.406 1070 9 1 34.0912 9.28251 65.55 - 11 136.601 946 9 0 34.0891 9.2808 64.15 - 11 46.4263 1070 8 1 34.0502 9.24386 35.55 - 11 227.233 1069 8 1 34.05 9.24338 35.3714 - 11 136.594 945 8 0 34.0485 9.23996 34.15 - 11 162.117 1069 7 1 34.0131 9.16651 5.55 - 11 207.604 945 7 0 34.0118 9.16298 4.15 - 11 474.999 1069 6 1 33.989 9.08371 -24.45 - 11 469.173 945 6 0 33.9877 9.07989 -25.85 - 11 381.479 1069 5 1 33.9594 8.99899 -54.45 - 11 115.556 944 5 0 33.9574 8.99614 -55.85 - 11 123.972 1069 4 1 33.9189 8.9214 -84.45 - 11 174.331 944 4 0 33.9058 8.92336 -85.85 - 11 224.093 1067 3 1 33.6377 8.97178 -114.45 - 11 115.744 944 3 0 33.625 8.96093 -115.85 - 11 108.697 1066 2 1 33.2871 8.76402 -144.45 - 11 114.24 943 2 0 33.262 8.73446 -145.85 - 11 262.693 1063 1 1 32.7811 8.02283 -174.45 - 11 133.721 939 1 0 32.8006 8.02212 -175.851 - 11 114.27 1066 0 1 33.3868 7.96121 -204.45 - 11 148.991 939 0 0 33.368 7.895 -205.85 - 11 265.71 938 1 0 33.2269 7.70221 -175.85 - 11 325.484 1739 7 1 167.95 120.544 5.1509 - 11 111.015 739 0 0 8.46159 -32.05 -206.085 - 11 35.0603 1550 2 1 130.15 83.5757 -144.759 - 11 92.1599 1551 2 1 130.35 83.597 -144.484 - 11 253.866 1068 1 1 33.7602 8.52222 -174.5 - 11 258.702 942 1 0 33.7568 8.51485 -175.85 - 11 133.324 1069 0 1 33.8719 8.72391 -204.45 - 11 119.031 942 0 0 33.8153 8.61065 -205.85 - 11 105.148 943 1 0 33.6709 8.65 -175.973 - 11 88.646 1046 0 1 29.3464 10.8828 -204.45 - 11 86.2315 1047 0 1 29.45 11.0877 -204.634 - 11 71.6657 962 0 0 29.9834 12.4688 -205.85 - 11 70.4924 963 0 0 30.0305 12.65 -205.994 - 11 61.9549 964 0 0 30.0801 12.8502 -206.138 - 11 179.921 893 9 0 14.475 -1.34545 63.75 - 11 72.9576 968 9 1 13.7397 -1.68991 65.15 - 11 266.705 967 9 1 13.65 -1.74405 65.304 - 11 122.076 948 8 0 33.469 9.67153 34.1491 - 11 8.84222 1020 7 1 24.0732 15.2144 5.55 - 11 128.517 1019 7 1 24.05 15.2015 5.53579 - 11 193.038 1018 7 1 23.85 15.0666 5.37319 - 11 20.7313 1017 7 1 23.65 14.9496 5.18049 - 11 172.312 971 7 0 22.5156 14.3985 4.14981 - 11 34.7969 845 6 1 -10.9611 15.8035 -24.45 - 11 53.0978 846 6 1 -10.85 15.8 -24.5185 - 11 54.8408 847 6 1 -10.65 15.7994 -24.6359 - 11 62.727 848 6 1 -10.4498 15.8143 -24.754 - 11 1.14601 849 6 1 -10.25 15.885 -24.8483 - 11 275.41 984 6 0 -7.91454 16.9013 -25.85 - 11 501.869 985 6 0 -7.52674 17.05 -25.9798 - 11 12.7202 990 5 1 18.0806 18.0358 -54.45 - 11 123.596 989 5 1 18.05 18.0208 -54.4902 - 11 167.702 988 5 1 17.85 17.7476 -54.6682 - 11 247.398 987 5 1 17.6497 17.3987 -54.7788 - 11 80.2398 976 5 0 17.1587 15.3745 -55.8503 - 11 149.384 975 5 0 17.0674 15.25 -55.9658 - 11 37.1158 974 5 0 17.0867 15.05 -56.1787 - 11 53.871 786 5 0 -2.56501 -22.8387 -56.25 - 11 87.6932 785 5 0 -2.56297 -22.85 -56.2408 - 11 7.48057 988 5 0 -103.422 17.8233 -56.25 - 11 31.6686 1373 5 0 -127.542 94.812 -56.25 - 11 10.6439 986 6 0 -6.84414 17.25 -26.0701 - 11 286.791 945 5 0 33.9112 9.17684 -55.85 - 11 131.202 1068 4 1 33.8163 9.39813 -84.45 - 11 110.909 946 4 0 33.7992 9.41463 -85.85 - 11 265.191 948 3 0 33.4636 9.81713 -115.85 - 11 103.045 1068 2 1 33.7091 10.1123 -144.45 - 11 136.44 950 2 0 33.7263 10.1434 -145.85 - 11 119.134 1070 1 1 34.1602 10.7934 -174.45 - 11 123.456 953 1 0 34.2008 10.8254 -175.85 - 11 117.245 1074 0 1 35.0218 11.4307 -204.45 - 11 119.089 957 0 0 35.0819 11.458 -205.85 - 11 24.0373 569 4 1 -66.05 56.0132 -84.7323 - 11 12.7737 988 0 0 29.2588 17.8309 -206.25 - 11 102.72 989 0 0 29.2445 17.85 -206.203 - 11 60.9071 990 0 0 29.0845 18.05 -206.099 - 11 99.098 991 0 0 28.9321 18.2502 -206.149 - 11 61.277 992 0 0 28.8517 18.45 -206.136 - 11 28.373 993 0 0 28.8497 18.65 -206.166 - 11 52.2786 1066 0 0 52.364 33.3869 -206.25 - 11 264.122 1067 0 0 52.4629 33.45 -206.137 - 11 176.12 1068 0 0 52.1648 33.65 -206.061 - 11 8.3898 898 6 0 42.7041 -0.257773 -26.25 - 11 250.098 1071 4 1 34.4299 9.01797 -84.45 - 11 59.5006 945 4 0 34.4786 9.05 -86.0235 - 11 99.6947 1077 3 1 35.4725 9.67472 -114.45 - 11 337.698 1082 2 1 36.5855 10.2704 -144.45 - 11 124.761 951 2 0 36.6527 10.2984 -145.85 - 11 144.883 1090 1 1 38.0782 10.8314 -174.45 - 11 321.602 954 1 0 38.1502 10.8779 -175.85 - 11 153.858 1098 0 1 39.6737 11.7879 -204.45 - 11 152.89 958 0 0 39.7545 11.8062 -205.85 - 11 253.819 729 6 0 51.2061 -34.0857 -26.25 - 11 159.546 947 2 0 36.046 9.57889 -145.85 - 11 138.778 946 2 0 36.0283 9.44998 -145.885 - 11 16.9496 1080 2 1 36.0655 10.0809 -144.85 - 11 0.980638 931 2 0 55.0067 6.35471 -145.85 - 11 1.29883 1218 2 1 63.7567 4.95163 -144.85 - 11 27.9021 904 2 0 69.9677 1.00103 -145.85 - 11 10.1982 898 2 0 70.7052 -0.44202 -145.85 - 11 15.9322 1246 2 1 69.3897 0.719284 -144.85 - 11 29.0785 1081 2 1 36.45 10.471 -144.756 - 11 111.94 955 2 0 35.9206 11.1004 -145.85 - 11 70.7573 956 2 0 35.8213 11.2504 -146.107 - 11 49.1726 1009 1 1 22.0194 23.4519 -174.45 - 11 133.459 1010 1 1 22.05 23.5513 -174.539 - 11 52.6673 1023 1 0 22.6037 24.7269 -175.85 - 11 88.0157 1024 1 0 22.6592 24.85 -176.02 - 11 33.3228 1077 0 1 35.5664 36.5824 -204.45 - 11 119.141 1078 0 1 35.6502 36.482 -204.527 - 11 15.0219 1079 0 1 35.8502 36.2382 -204.797 - 11 130.814 1076 0 0 36.079 35.4003 -205.85 - 11 89.3035 1075 0 0 36.0918 35.2497 -206.024 - 11 11.7089 1270 2 0 93.3478 74.2259 -146.25 - 11 58.1294 1271 2 0 93.3734 74.2501 -146.236 - 11 135.685 1665 4 0 174.308 153.208 -86.25 - 11 34.9969 1664 4 0 174.324 153.15 -86.1492 - 11 145.204 1455 1 0 -10.1911 111.15 -176.154 - 11 71.3334 1454 1 0 -10.1713 111.15 -176.239 - 11 76.3448 1072 4 1 34.45 9.06389 -84.6019 - 11 281.861 1067 2 1 33.5925 9.26339 -144.45 - 11 129.857 945 2 0 33.6662 9.2114 -145.85 - 11 225.211 1074 1 1 35.0499 8.27852 -174.45 - 11 21.5201 1075 1 1 35.05 8.2784 -174.471 - 11 128.222 941 1 0 35.0443 8.2681 -175.85 - 11 171.381 1072 0 1 34.5449 8.09679 -204.45 - 11 125.798 940 0 0 34.5698 8.10746 -205.85 - 11 9.79727 955 1 0 35.0151 11.05 -176.2 - 11 176.691 1109 0 1 41.9687 11.8318 -204.45 - 11 57.9916 949 0 0 42.0944 9.99066 -205.85 - 11 66.8732 948 0 0 42.104 9.85 -205.971 - 11 102.259 947 0 0 42.152 9.65 -206.127 - 11 4.3787 945 0 0 33.675 9.24836 -206.239 -Number of digits in this event: 66 -Using G4ParticleGun... -Particle energy: 5.03913 LIN -Particle: e- -Event: 12 -Number of tracker hits in this event: 57 - 12 102.023 800 11 1 -19.8685 -44.3402 125.55 - 12 133.299 678 11 0 -19.8686 -44.3395 124.15 - 12 111.784 800 10 1 -19.8729 -44.3238 95.55 - 12 117.087 678 10 0 -19.8743 -44.3229 94.15 - 12 146.161 800 9 1 -19.9007 -44.3093 65.55 - 12 107.393 678 9 0 -19.9039 -44.3067 64.15 - 12 112.863 800 8 1 -19.9675 -44.2587 35.55 - 12 103.944 678 8 0 -19.9689 -44.2572 34.15 - 12 196.612 800 7 1 -20.0045 -44.2363 5.55 - 12 154.17 679 7 0 -20.0088 -44.2389 4.15 - 12 148.354 799 6 1 -20.0868 -44.2987 -24.45 - 12 98.4942 678 6 0 -20.0905 -44.3023 -25.85 - 12 129.438 799 5 1 -20.1748 -44.3819 -54.45 - 12 152.89 678 5 0 -20.1779 -44.3856 -55.85 - 12 136.019 799 4 1 -20.2305 -44.4958 -84.45 - 12 110.262 677 4 0 -20.2306 -44.4995 -85.85 - 12 102.88 798 3 1 -20.2527 -44.5542 -114.45 - 12 111.446 677 3 0 -20.256 -44.5557 -115.85 - 12 241.489 798 2 1 -20.3374 -44.5711 -144.45 - 12 129.847 677 2 0 -20.3515 -44.5646 -145.85 - 12 176.806 797 1 1 -20.6269 -44.4294 -174.45 - 12 173.502 678 1 0 -20.6451 -44.4402 -175.85 - 12 157.574 795 0 1 -20.9785 -44.6821 -204.45 - 12 219.144 676 0 0 -20.9875 -44.6859 -205.85 - 12 96.562 514 6 0 -146.531 -77.0981 -26.25 - 12 173.89 674 0 0 -20.4253 -45.1606 -205.85 - 12 133.317 673 0 0 -20.5884 -45.25 -206.134 - 12 99.8374 794 0 1 -21.05 -44.5489 -204.551 - 12 0.532519 793 0 1 -21.2503 -44.7103 -204.847 - 12 42.8066 548 0 0 -43.8079 -70.3575 -206.25 - 12 190.531 547 0 0 -43.8944 -70.45 -206.186 - 12 0.400702 546 0 0 -44.0927 -70.65 -205.852 - 12 436.862 679 0 1 -44.0635 -71.1738 -204.85 - 12 49.1755 680 0 1 -44.05 -71.2571 -204.763 - 12 63.9867 533 0 0 -44.2099 -73.2903 -205.85 - 12 178.752 532 0 0 -44.14 -73.45 -205.936 - 12 256.566 531 0 0 -43.8015 -73.65 -206.124 - 12 1.34373 612 0 0 -67.0571 -57.6447 -206.25 - 12 124.317 611 0 0 -67.0674 -57.65 -206.232 - 12 173.185 610 0 0 -67.3062 -57.8504 -206.046 - 12 100.262 799 2 1 -20.25 -44.6296 -144.489 - 12 57.9712 800 2 1 -20.05 -44.7527 -144.706 - 12 268.383 674 2 0 -19.4269 -45.13 -145.85 - 12 7.47353 673 2 0 -19.1455 -45.2501 -146.026 - 12 141.757 877 2 0 50.7154 -4.5213 -146.25 - 12 188.615 878 2 0 50.7733 -4.45 -146.212 - 12 6.24556 1196 3 1 59.25 -42.5972 -114.618 - 12 95.7738 1195 3 1 59.25 -42.6524 -114.572 - 12 121.238 797 2 1 -20.45 -44.6171 -144.505 - 12 119.777 676 2 0 -20.6322 -44.7139 -145.85 - 12 307.552 773 2 0 -24.769 -25.4351 -146.25 - 12 91.5054 774 2 0 -24.6082 -25.2493 -146.17 - 12 58.1942 1197 2 0 -23.3678 59.45 -146.177 - 12 265.615 687 1 0 -19.1155 -42.6418 -176.25 - 12 133.301 688 1 0 -19.1294 -42.4499 -175.972 - 12 261.151 802 0 1 -19.5644 -44.5507 -204.45 - 12 207.509 677 0 0 -19.5575 -44.5511 -205.85 -Number of digits in this event: 34 -Using G4ParticleGun... -Particle energy: 9.3303 LIN -Particle: e- -Event: 13 -Number of tracker hits in this event: 91 - 13 135.649 713 10 1 -37.4417 105.431 95.55 - 13 106.572 1426 10 0 -37.4412 105.431 94.15 - 13 207.9 713 9 1 -37.4328 105.436 65.55 - 13 112.497 1426 9 0 -37.4321 105.435 64.15 - 13 129.646 713 8 1 -37.4149 105.421 35.55 - 13 133.052 1426 8 0 -37.4124 105.422 34.15 - 13 109.718 713 7 1 -37.3629 105.441 5.55 - 13 103.136 1426 7 0 -37.3602 105.442 4.15 - 13 398.923 713 6 1 -37.298 105.47 -24.45 - 13 141.49 1426 6 0 -37.2954 105.47 -25.85 - 13 197.394 714 5 1 -37.2373 105.475 -54.45 - 13 145.337 1426 5 0 -37.2345 105.474 -55.85 - 13 350.377 714 4 1 -37.1793 105.446 -84.45 - 13 818.502 1426 4 0 -37.171 105.448 -85.85 - 13 248.635 715 3 1 -37.0163 105.453 -114.45 - 13 388.172 1426 3 0 -37.0095 105.448 -115.85 - 13 274.677 715 2 1 -36.8557 105.333 -144.45 - 13 185.077 1425 2 0 -36.8467 105.323 -145.85 - 13 111.195 716 1 1 -36.6648 105.105 -174.45 - 13 147.473 1424 1 0 -36.6567 105.092 -175.85 - 13 130.977 717 0 1 -36.5025 104.818 -204.45 - 13 158.018 1423 0 0 -36.4942 104.811 -205.85 - 13 159.885 718 2 1 -36.3161 105.152 -144.45 - 13 123.41 1424 2 0 -36.281 105.098 -145.85 - 13 102.831 723 1 1 -35.4373 103.958 -174.45 - 13 231.546 1418 1 0 -35.4042 103.913 -175.85 - 13 108.904 727 0 1 -34.5002 103.048 -204.45 - 13 145.779 1414 0 0 -34.4525 103.003 -205.85 - 13 132.702 713 3 1 -37.3408 105.436 -114.45 - 13 262.129 714 2 1 -37.1482 106.904 -144.45 - 13 281.179 1434 2 0 -37.2027 106.955 -145.851 - 13 107.39 708 1 1 -38.2663 107.923 -174.45 - 13 138.249 1439 1 0 -38.2674 107.997 -175.85 - 13 133.395 708 0 1 -38.4387 110.101 -204.45 - 13 125.924 1450 0 0 -38.4497 110.19 -205.85 - 13 247.109 1137 5 1 47.45 -25.204 -54.7499 - 13 48.7467 1136 5 1 47.45 -25.347 -54.6306 - 13 168.842 1138 5 1 47.65 -25.5913 -54.7024 - 13 87.1998 1713 4 0 -72.1092 162.794 -86.25 - 13 163.953 1714 4 0 -72.2144 162.95 -85.8785 - 13 37.6013 1433 2 0 -36.7687 106.892 -145.85 - 13 29.291 1435 2 0 -36.7253 107.15 -146.158 - 13 110.767 1426 2 0 -37.1862 105.386 -145.85 - 13 113.767 705 1 1 -38.9014 102.989 -174.45 - 13 107.546 1414 1 0 -39.0409 103.004 -175.85 - 13 126.3 701 0 1 -39.6931 103.29 -204.45 - 13 1.60514 700 0 1 -39.85 103.215 -204.843 - 13 146.241 1413 0 0 -40.3065 102.909 -205.85 - 13 66.7541 1428 6 0 -37.0988 105.871 -25.8501 - 13 65.6227 1429 6 0 -37.0422 105.95 -26.0528 - 13 150.768 750 5 1 -30.0313 118.062 -54.45 - 13 108.933 1494 5 0 -29.6647 118.973 -55.8501 - 13 17.9465 1495 5 0 -29.5838 119.15 -56.1656 - 13 81.32 793 4 1 -21.4235 135.713 -84.4501 - 13 65.4729 794 4 1 -21.25 135.767 -84.6712 - 13 28.7191 1578 4 0 -20.4671 135.937 -85.85 - 13 326.87 1579 4 0 -20.3988 135.95 -85.9542 - 13 311.622 1503 4 0 -28.4309 120.873 -86.25 - 13 310.521 1502 4 0 -29.4016 120.75 -85.9988 - 13 140.659 1427 6 0 -37.3355 105.585 -25.85 - 13 175.332 716 5 1 -36.8111 107.855 -54.45 - 13 111.057 1439 5 0 -36.8736 108.081 -55.85 - 13 122.325 710 4 1 -37.9971 113.095 -84.45 - 13 5.51742 1466 4 0 -37.719 113.545 -85.8501 - 13 158.669 1467 4 0 -37.7154 113.55 -85.8676 - 13 94.3961 739 3 1 -32.0921 122.888 -114.45 - 13 61.612 1516 3 0 -32.2094 123.466 -115.85 - 13 81.9123 1517 3 0 -32.2208 123.55 -116.044 - 13 205.236 730 2 1 -33.8687 135.747 -144.451 - 13 68.1821 1581 2 0 -34.3208 136.441 -145.85 - 13 59.6481 1582 2 0 -34.4 136.55 -146.087 - 13 84.0312 681 1 1 -43.7543 147.641 -174.45 - 13 183.065 680 1 1 -43.85 147.706 -174.542 - 13 38.6685 679 1 1 -44.05 147.865 -174.753 - 13 86.01 1642 1 0 -44.9922 148.6 -175.85 - 13 130.761 1643 1 0 -45.172 148.75 -176.059 - 13 122.211 524 0 1 -75.0905 172.782 -204.45 - 13 109.032 523 0 1 -75.25 172.607 -204.585 - 13 245.272 522 0 1 -75.45 172.412 -204.753 - 13 1.2026 1756 0 0 -76.6984 171.353 -205.85 - 13 132.962 1755 0 0 -76.702 171.35 -205.853 - 13 47.2533 1754 0 0 -76.9968 171.15 -206.126 - 13 77.3781 521 0 1 -75.65 172.205 -204.754 - 13 81.157 715 5 1 -36.8501 107.889 -54.6766 - 13 387.24 712 1 1 -37.4898 105.4 -174.45 - 13 278.431 1426 1 0 -37.4883 105.397 -175.85 - 13 275.659 712 0 1 -37.4536 105.341 -204.45 - 13 318.228 1425 0 0 -37.4595 105.331 -205.85 - 13 9.66888 713 1 1 -37.4378 105.377 -174.45 - 13 88.9817 1423 1 0 -37.8134 104.95 -175.92 - 13 106.014 1426 0 0 -37.5447 105.399 -205.85 -Number of digits in this event: 53 -Using G4ParticleGun... -Particle energy: 5.60599 LIN -Particle: e- -Event: 14 -Number of tracker hits in this event: 77 - 14 101.276 1371 10 1 94.3962 -66.8073 95.5308 - 14 102.196 566 10 0 94.3962 -66.8074 94.15 - 14 225.084 1371 9 1 94.3967 -66.8076 65.55 - 14 115.482 566 9 0 94.3972 -66.8079 64.15 - 14 397.525 1371 8 1 94.4036 -66.8118 35.55 - 14 127.005 566 8 0 94.4056 -66.8117 34.15 - 14 523.826 1371 7 1 94.4478 -66.8103 5.55 - 14 113.01 566 7 0 94.4511 -66.8113 4.15 - 14 274.56 1371 6 1 94.5128 -66.8334 -24.45 - 14 99.7556 566 6 0 94.5124 -66.8323 -25.85 - 14 107.892 1371 5 1 94.5055 -66.8132 -54.45 - 14 110.278 566 5 0 94.5059 -66.8115 -55.85 - 14 120.666 1371 4 1 94.5 -66.7786 -84.45 - 14 140.594 566 4 0 94.499 -66.7764 -85.85 - 14 114.348 1371 3 1 94.4707 -66.733 -114.45 - 14 135.082 566 3 0 94.4718 -66.7288 -115.85 - 14 131.306 1371 2 1 94.4971 -66.6323 -144.45 - 14 136.881 567 2 0 94.4968 -66.6273 -145.85 - 14 106.136 1371 1 1 94.4917 -66.5217 -174.45 - 14 118.101 567 1 0 94.493 -66.5183 -175.85 - 14 115.836 1371 0 1 94.5256 -66.4647 -204.45 - 14 124.815 567 0 0 94.5247 -66.4596 -205.85 - 14 169.703 862 12 1 -7.62791 83.3194 155.15 - 14 70.1158 1391 0 1 98.4504 -93.9941 -204.85 - 14 216.176 1372 6 1 94.5501 -66.7581 -24.5579 - 14 4.80104 567 6 0 94.8068 -66.4554 -25.85 - 14 103.423 568 6 0 94.8117 -66.45 -25.8735 - 14 368.799 625 3 1 -54.85 -36.9667 -114.714 - 14 198.006 624 3 1 -55.05 -36.5264 -114.553 - 14 68.9046 623 3 1 -55.25 -36.357 -114.688 - 14 118.833 567 7 0 94.4171 -66.6169 4.15 - 14 103.81 592 6 0 94.7559 -61.6204 -25.85 - 14 116.811 1380 5 1 96.2395 -56.1452 -54.4501 - 14 114.696 620 5 0 96.5083 -55.9161 -55.85 - 14 0.718016 621 5 0 96.5871 -55.85 -56.2474 - 14 129.744 1411 4 1 102.403 -51.0098 -84.45 - 14 131.174 646 4 0 102.612 -50.7984 -85.85 - 14 83.2599 1431 3 1 106.505 -46.5345 -114.45 - 14 77.3537 1432 3 1 106.55 -46.5427 -114.726 - 14 125.606 667 3 0 106.725 -46.6192 -115.85 - 14 54.1164 1454 2 1 111.108 -49.208 -144.45 - 14 66.2205 1455 2 1 111.15 -49.207 -144.648 - 14 118.975 653 2 0 111.375 -49.254 -145.85 - 14 154.303 1476 1 1 115.51 -51.1303 -174.45 - 14 26.5191 646 1 0 115.313 -50.6757 -175.85 - 14 84.9243 647 1 0 115.302 -50.65 -175.927 - 14 121.322 1454 0 1 111.149 -41.3962 -204.45 - 14 26.5795 694 0 0 110.845 -41.0705 -205.85 - 14 108.656 695 0 0 110.826 -41.0499 -205.94 - 14 159.211 670 3 0 107.14 -46.041 -115.85 - 14 110.092 565 7 0 94.3906 -66.8603 4.15 - 14 129.483 1368 6 1 93.8239 -67.2287 -24.4501 - 14 113.642 563 6 0 93.7839 -67.2522 -25.85 - 14 114.799 1363 5 1 92.9042 -67.8393 -54.45 - 14 117.539 560 5 0 92.815 -67.8602 -55.85 - 14 140.035 1357 4 1 91.6468 -68.1033 -84.45 - 14 188.622 559 4 0 91.6104 -68.0722 -85.85 - 14 126.994 1353 3 1 90.8319 -67.5195 -114.45 - 14 103.522 562 3 0 90.8529 -67.5681 -115.85 - 14 174.179 1355 2 1 91.3019 -68.6026 -144.45 - 14 140.591 557 2 0 91.31 -68.6406 -145.85 - 14 34.1144 556 2 0 91.3079 -68.65 -146.135 - 14 100.517 1353 1 1 90.8966 -69.6474 -174.45 - 14 57.7356 554 1 0 90.9927 -69.1175 -175.85 - 14 50.7881 555 1 0 91.0068 -69.05 -176.042 - 14 96.1448 1361 0 1 92.4672 -60.7179 -204.45 - 14 37.9975 598 0 0 92.3322 -60.2953 -205.85 - 14 82.6729 599 0 0 92.3225 -60.2498 -205.993 - 14 127.557 1356 2 1 91.35 -68.6144 -144.637 - 14 249.292 172 1 0 175.091 -145.557 -176.25 - 14 31.9422 1370 9 1 94.2442 -66.7588 65.55 - 14 86.7544 1372 9 1 94.55 -66.6691 65.4894 - 14 57.9084 1373 9 1 94.75 -66.5452 65.4845 - 14 89.5952 1374 9 1 94.95 -66.4236 65.4492 - 14 185.406 1375 9 1 95.15 -66.3624 65.3702 - 14 4.21446 1376 9 1 95.3502 -66.1919 65.1605 - 14 139.375 572 9 0 96.1953 -65.5853 64.15 -Number of digits in this event: 34 -Using G4ParticleGun... -Particle energy: 7.00423 LIN -Particle: e- -Event: 15 -Number of tracker hits in this event: 67 - 15 160.553 623 11 1 -55.2965 33.7806 125.55 - 15 149.298 1068 11 0 -55.2957 33.7809 124.15 - 15 154.281 623 10 1 -55.2809 33.7806 95.55 - 15 99.3501 1068 10 0 -55.2807 33.7814 94.15 - 15 117.602 623 9 1 -55.282 33.797 65.55 - 15 103.488 1068 9 0 -55.2822 33.7987 64.15 - 15 97.8265 623 8 1 -55.2832 33.8345 35.55 - 15 121.597 1068 8 0 -55.284 33.8364 34.15 - 15 106.725 623 7 1 -55.2959 33.8764 5.55 - 15 159.919 1069 7 0 -55.2965 33.8774 4.15 - 15 148.277 623 6 1 -55.3111 33.897 -24.45 - 15 164.996 1069 6 0 -55.3133 33.8971 -25.85 - 15 124.837 623 5 1 -55.3565 33.9047 -54.45 - 15 219.916 1069 5 0 -55.3583 33.9043 -55.85 - 15 113.648 623 4 1 -55.3924 33.9013 -84.45 - 15 104.517 1069 4 0 -55.3946 33.8996 -85.85 - 15 114.196 623 3 1 -55.4443 33.8559 -114.45 - 15 120.968 1069 3 0 -55.4467 33.8524 -115.85 - 15 120.237 622 2 1 -55.4953 33.7789 -144.45 - 15 123.42 1068 2 0 -55.498 33.7744 -145.85 - 15 114.131 622 1 1 -55.5541 33.6793 -174.45 - 15 163.978 1068 1 0 -55.558 33.6749 -175.85 - 15 235.377 622 0 1 -55.6358 33.5814 -204.45 - 15 135.964 1067 0 0 -55.6394 33.5779 -205.85 - 15 52.879 1400 0 0 -11.9447 100.15 -206.101 - 15 76.3807 1401 0 0 -11.8146 100.35 -206.013 - 15 83.4014 1402 0 0 -11.7402 100.55 -206.103 - 15 78.9731 1403 0 0 -11.6283 100.75 -205.979 - 15 64.6148 839 0 1 -12.1414 102.612 -204.85 - 15 271.554 838 0 1 -12.25 102.742 -204.772 - 15 119.437 1068 0 0 -55.3249 33.7706 -205.85 - 15 379.175 622 3 1 -55.45 33.8841 -114.555 - 15 262.346 1070 3 0 -55.3841 34.05 -115.859 - 15 125.283 632 2 1 -53.5329 36.4892 -144.451 - 15 11.5271 633 2 1 -53.45 36.4908 -144.838 - 15 110.495 1082 2 0 -53.2457 36.493 -145.85 - 15 192.524 670 1 1 -45.955 37.8253 -174.45 - 15 127.287 1090 1 0 -45.6494 38.0986 -175.85 - 15 128.861 704 0 1 -39.1895 44.0053 -204.45 - 15 54.4049 705 0 1 -39.05 43.9979 -204.697 - 15 129.481 1119 0 0 -38.3747 43.9665 -205.85 - 15 132.362 1186 0 0 -12.0348 57.2704 -206.25 - 15 68.8608 1187 0 0 -11.7786 57.45 -205.983 - 15 86.2059 846 0 1 -10.7364 58.1831 -204.85 - 15 258.982 847 0 1 -10.65 58.262 -204.734 - 15 18.0155 848 0 1 -10.45 58.42 -204.494 - 15 80.6072 1389 1 0 33.9517 98.0092 -176.25 - 15 582.66 1390 1 0 34.1274 98.1502 -176.149 - 15 261.092 1391 1 0 34.4021 98.35 -175.991 - 15 29.6527 1084 1 1 36.9484 98.9008 -174.85 - 15 45.6727 1085 1 1 37.051 98.9196 -174.823 - 15 73.3074 1392 1 0 40.6174 98.55 -176.114 - 15 70.1257 1393 1 0 40.6556 98.75 -176.133 - 15 394.888 1394 1 0 40.7127 98.95 -176.144 - 15 327.372 1395 1 0 41.2308 99.15 -175.988 - 15 176.33 1098 1 1 39.796 98.5007 -174.85 - 15 244.397 1069 0 0 -45.661 33.9185 -206.25 - 15 108.941 631 2 1 -53.6501 36.5401 -144.519 - 15 24.3962 1083 2 0 -54.6024 36.796 -145.85 - 15 441.194 1084 2 0 -54.6847 36.8501 -145.882 - 15 314.442 1085 2 0 -54.9992 37.05 -145.887 - 15 44.747 1086 2 0 -55.2319 37.25 -145.984 - 15 130.557 617 2 1 -56.4692 36.7418 -144.45 - 15 122.212 589 1 1 -62.2111 40.5696 -174.45 - 15 144.94 1102 1 0 -62.1863 40.5293 -175.85 - 15 131.169 588 0 1 -62.3383 40.4615 -204.45 - 15 359.699 1101 0 0 -62.4085 40.3427 -205.85 -Number of digits in this event: 40 -Using G4ParticleGun... -Particle energy: 4.24818 LIN -Particle: e- -Event: 16 -Number of tracker hits in this event: 64 - 16 131.888 1432 10 1 106.675 -0.348794 95.55 - 16 143.116 898 10 0 106.675 -0.347833 94.15 - 16 441.957 1432 9 1 106.681 -0.344825 65.55 - 16 421.311 898 9 0 106.686 -0.347421 64.15 - 16 244.7 1433 8 1 106.775 -0.393655 35.55 - 16 240.055 898 8 0 106.78 -0.398588 34.15 - 16 249.016 1433 7 1 106.875 -0.522538 5.55 - 16 276.369 897 7 0 106.885 -0.531811 4.15 - 16 103.362 1434 6 1 107.071 -0.728164 -24.45 - 16 406.254 896 6 0 107.081 -0.742496 -25.85 - 16 123.666 1435 5 1 107.284 -1.02935 -54.45 - 16 181.309 895 5 0 107.288 -1.04707 -55.85 - 16 42.7558 894 5 0 107.289 -1.05 -56.0816 - 16 166.036 1436 4 1 107.42 -1.41995 -84.45 - 16 105.164 893 4 0 107.421 -1.44063 -85.85 - 16 135.752 1436 3 1 107.465 -1.88639 -114.45 - 16 140.935 890 3 0 107.463 -1.90971 -115.85 - 16 139.768 1436 2 1 107.417 -2.39053 -144.45 - 16 119.747 888 2 0 107.412 -2.41274 -145.85 - 16 99.8195 1435 1 1 107.332 -2.86485 -174.45 - 16 133.759 885 1 0 107.326 -2.88678 -175.85 - 16 411.815 1435 0 1 107.19 -3.29673 -204.45 - 16 414.238 883 0 0 107.184 -3.31679 -205.85 - 16 15.0314 879 0 0 105.88 -4.22936 -205.85 - 16 168.132 878 0 0 105.874 -4.25024 -205.863 - 16 135.549 1432 8 1 106.663 -0.375149 35.55 - 16 106.08 1432 7 1 106.572 -0.481872 5.55 - 16 130.595 1432 6 1 106.566 -0.700779 -24.45 - 16 126.071 1432 5 1 106.599 -0.846835 -54.45 - 16 93.582 1432 4 1 106.576 -0.97306 -84.45 - 16 199.029 895 4 0 106.579 -0.979401 -85.85 - 16 185.933 1432 3 1 106.634 -1.10613 -114.45 - 16 254.041 894 3 0 106.639 -1.11548 -115.85 - 16 116.653 1432 2 1 106.719 -1.32033 -144.45 - 16 122.255 893 2 0 106.722 -1.33313 -145.85 - 16 186.231 1433 1 1 106.832 -1.6153 -174.45 - 16 207.212 892 1 0 106.84 -1.62271 -175.85 - 16 104.497 1434 0 1 106.989 -1.6713 -204.45 - 16 107.856 892 0 0 106.942 -1.63303 -205.85 - 16 103.301 1431 8 1 106.459 -0.731022 35.55 - 16 97.2869 896 8 0 106.396 -0.794892 34.15 - 16 203.054 1424 7 1 105.141 -2.25322 5.55 - 16 131.865 888 7 0 105.145 -2.37732 4.15 - 16 137.457 1425 6 1 105.237 -4.80556 -24.45 - 16 118.195 875 6 0 105.216 -4.96976 -25.85 - 16 140.2 1423 5 1 104.859 -8.0639 -54.45 - 16 131.39 858 5 0 104.857 -8.26464 -55.85 - 16 109.114 1423 4 1 104.801 -12.3176 -84.45 - 16 110.783 837 4 0 104.868 -12.5234 -85.85 - 16 115.417 1430 3 1 106.185 -16.4671 -114.45 - 16 135.411 816 3 0 106.267 -16.7448 -115.85 - 16 7.50401 1438 2 1 107.949 -22.3503 -144.451 - 16 119.847 1439 2 1 107.95 -22.3555 -144.477 - 16 16.7138 787 2 0 108.055 -22.6357 -145.85 - 16 115.993 786 2 0 108.061 -22.65 -145.921 - 16 75.9296 1452 1 1 110.727 -28.3553 -174.45 - 16 86.6384 1453 1 1 110.75 -28.3811 -174.614 - 16 85.7189 757 1 0 110.916 -28.5944 -175.85 - 16 26.1707 756 1 0 110.957 -28.65 -176.175 - 16 148.578 1471 0 1 114.416 -33.5 -204.45 - 16 53.642 731 0 0 114.522 -33.8101 -205.85 - 16 88.2904 730 0 0 114.536 -33.85 -206.022 - 16 14.2061 552 4 0 99.0424 -69.6202 -86.25 - 16 437.484 551 4 0 99.0331 -69.65 -86.2329 -Number of digits in this event: 38 -Using G4ParticleGun... -Particle energy: 3.64824 LIN -Particle: e- -Event: 17 -Number of tracker hits in this event: 65 - 17 136.982 833 11 1 -13.3448 -29.6468 125.55 - 17 157.852 752 11 0 -13.3457 -29.6452 124.15 - 17 183.635 833 10 1 -13.3546 -29.6328 95.55 - 17 112.328 751 10 0 -13.5299 -29.6603 94.15 - 17 139.49 814 9 1 -17.1579 -30.1454 65.55 - 17 126.244 748 9 0 -17.066 -30.2625 64.1493 - 17 119.138 824 8 1 -15.1753 -32.6559 35.55 - 17 121.625 736 8 0 -15.358 -32.7654 34.1499 - 17 54.1014 802 7 1 -19.5888 -34.4974 5.55 - 17 50.9457 801 7 1 -19.65 -34.4769 5.35363 - 17 171.277 728 7 0 -20.0051 -34.3709 4.15 - 17 1.71276 761 6 1 -27.8473 -31.9719 -24.45 - 17 206.93 760 6 1 -27.8501 -31.9701 -24.4584 - 17 25.5804 741 6 0 -28.2797 -31.67 -25.85 - 17 105.359 742 6 0 -28.3085 -31.65 -25.9398 - 17 3.76313 710 5 1 -38.0457 -24.4146 -54.45 - 17 270.542 709 5 1 -38.05 -24.4102 -54.4617 - 17 97.9662 781 5 0 -38.5587 -23.7913 -55.85 - 17 36.5815 782 5 0 -38.6739 -23.6499 -56.16 - 17 49.9887 653 4 1 -49.4006 -11.8079 -84.4501 - 17 131.172 652 4 1 -49.4501 -11.7342 -84.5847 - 17 1.99434 844 4 0 -49.9039 -11.0557 -85.8501 - 17 244.832 845 4 0 -49.9077 -11.05 -85.8607 - 17 9.05883 846 4 0 -50.0442 -10.85 -86.23 - 17 227.29 868 4 0 -123.704 -6.29898 -86.25 - 17 105.61 867 4 0 -124.394 -6.45 -85.9701 - 17 47.5079 263 4 1 -127.402 -7.19032 -84.8499 - 17 62.0311 262 4 1 -127.55 -7.22708 -84.7947 - 17 64.0556 261 4 1 -127.75 -7.27424 -84.7178 - 17 71.6069 260 4 1 -127.95 -7.31841 -84.6372 - 17 102.818 259 4 1 -128.15 -7.36265 -84.5568 - 17 13.2754 258 4 1 -128.35 -7.4104 -84.4739 - 17 95.1255 708 5 1 -38.25 -24.7091 -54.5812 - 17 118.204 707 5 1 -38.4503 -24.8586 -54.5085 - 17 51.1087 706 5 1 -38.65 -24.8852 -54.4575 - 17 92.8239 705 5 1 -38.85 -24.8682 -54.4765 - 17 3.06058 704 5 1 -39.05 -24.7806 -54.4555 - 17 198.487 832 6 1 -13.4624 -29.546 -24.45 - 17 243.138 752 6 0 -13.4634 -29.5438 -25.85 - 17 242.508 832 5 1 -13.4753 -29.4953 -54.45 - 17 315.165 752 5 0 -13.4784 -29.4995 -55.85 - 17 247.764 832 4 1 -13.5564 -29.5541 -84.45 - 17 474.756 752 4 0 -13.5682 -29.5546 -85.85 - 17 225.424 831 3 1 -13.8103 -29.5414 -114.45 - 17 127.352 752 3 0 -13.8193 -29.5375 -115.85 - 17 285.892 830 2 1 -13.9818 -29.4603 -144.45 - 17 318.928 753 2 0 -13.9901 -29.4496 -145.85 - 17 402.079 829 1 1 -14.1436 -29.2324 -174.45 - 17 692.69 754 1 0 -14.1454 -29.2245 -175.85 - 17 97.0792 829 0 1 -14.1719 -29 -204.45 - 17 411.457 755 0 0 -14.181 -28.9902 -205.85 - 17 128.07 828 0 1 -14.2676 -28.9909 -204.822 - 17 1.34843 801 3 0 63.5968 -19.7634 -115.85 - 17 174.475 753 3 0 -13.7319 -29.37 -115.85 - 17 178.932 828 1 1 -14.25 -29.2416 -174.483 - 17 249.368 754 0 0 -14.4473 -29.052 -205.85 - 17 155.254 948 0 0 -45.6539 9.65 -206.079 - 17 107.401 827 0 1 -14.4504 -29.0576 -204.677 - 17 463.055 753 0 0 -14.3636 -29.2502 -205.948 - 17 477.102 826 0 1 -14.664 -29.3229 -204.45 - 17 243.717 743 1 0 36.4522 -31.3516 -176.25 - 17 125.311 833 0 1 -13.4097 -29.1866 -204.45 - 17 62.9544 631 12 0 -5.08944 -53.7575 153.751 - 17 192.618 630 12 0 -5.08186 -53.85 153.936 - 17 328.074 629 12 0 -5.09265 -54.05 154.013 -Number of digits in this event: 40 -Using G4ParticleGun... -Particle energy: 6.08316 LIN -Particle: e- -Event: 18 -Number of tracker hits in this event: 40 - 18 100.688 609 10 1 -58.0961 -92.4787 95.55 - 18 93.2097 438 10 0 -58.0954 -92.4801 94.15 - 18 250.192 609 9 1 -58.0828 -92.5058 65.55 - 18 130.6 438 9 0 -58.083 -92.5055 64.15 - 18 127.396 609 8 1 -58.0888 -92.5 35.55 - 18 160.252 438 8 0 -58.0881 -92.4982 34.15 - 18 108.844 609 7 1 -58.0788 -92.4665 5.55 - 18 209.954 438 7 0 -58.0788 -92.4649 4.15 - 18 105.372 609 6 1 -58.0751 -92.4319 -24.45 - 18 133.005 438 6 0 -58.0732 -92.432 -25.85 - 18 120.507 610 5 1 -58.0327 -92.4366 -54.45 - 18 165.634 438 5 0 -58.0328 -92.4346 -55.85 - 18 150.227 610 4 1 -58.0293 -92.3901 -84.45 - 18 108.985 438 4 0 -58.0275 -92.3888 -85.85 - 18 112.588 610 3 1 -57.9966 -92.3666 -114.45 - 18 157.473 438 3 0 -57.9936 -92.3656 -115.85 - 18 141.864 610 2 1 -57.9401 -92.3455 -144.45 - 18 135.513 439 2 0 -57.9375 -92.3446 -145.85 - 18 140.615 610 1 1 -57.8794 -92.3262 -174.45 - 18 160.871 439 1 0 -57.8768 -92.3261 -175.85 - 18 105.443 611 0 1 -57.8297 -92.3237 -204.45 - 18 102.538 439 0 0 -57.8289 -92.3245 -205.85 - 18 105.211 11 8 1 -177.829 -120.055 35.15 - 18 3.40397 302 8 0 -178.566 -119.75 34.0469 - 18 102.15 656 5 1 -48.8039 -99.9666 -54.45 - 18 115.733 655 5 1 -48.85 -99.9831 -54.5485 - 18 18.5267 1016 6 0 4.43176 23.25 -26.1359 - 18 24.8451 924 6 1 5.00052 24.0064 -24.8497 - 18 154.602 925 6 1 5.05 24.0403 -24.7829 - 18 53.8483 926 6 1 5.25 24.1553 -24.5369 - 18 63.482 927 6 1 5.45 24.1437 -24.6689 - 18 67.9675 928 6 1 5.65 24.0961 -24.8142 - 18 126.361 1018 6 0 6.44071 23.6947 -25.85 - 18 151.353 1017 6 0 6.49498 23.6499 -25.918 - 18 203.556 327 7 0 -15.3261 -114.657 3.75 - 18 162.506 326 7 0 -15.0985 -114.75 3.93 - 18 147.67 325 7 0 -14.6667 -114.95 3.87529 - 18 468.683 324 7 0 -14.5034 -115.15 3.91734 - 18 117.525 716 6 1 -36.7318 97.967 -24.85 - 18 306.482 717 6 1 -36.65 98.2153 -24.54 -Number of digits in this event: 25 -Using G4ParticleGun... -Particle energy: 7.39468 LIN -Particle: e- -Event: 19 -Number of tracker hits in this event: 126 - 19 98.4383 741 8 1 -31.7983 134.56 35.55 - 19 100.468 1572 8 0 -31.7983 134.56 34.15 - 19 335.05 741 7 1 -31.7986 134.548 5.55 - 19 132.285 1571 7 0 -31.7993 134.547 4.15 - 19 364.232 741 6 1 -31.8102 134.515 -24.45 - 19 165.447 1571 6 0 -31.8083 134.512 -25.85 - 19 112.456 741 5 1 -31.7698 134.463 -54.45 - 19 223.404 1571 5 0 -31.7686 134.46 -55.85 - 19 116.187 741 4 1 -31.7411 134.415 -84.45 - 19 126.563 1571 4 0 -31.7418 134.414 -85.85 - 19 222.938 741 3 1 -31.7526 134.388 -114.45 - 19 193.138 1571 3 0 -31.7541 134.385 -115.85 - 19 289.435 741 2 1 -31.7855 134.328 -144.45 - 19 134.621 1570 2 0 -31.7874 134.327 -145.85 - 19 262.813 741 1 1 -31.8179 134.307 -174.45 - 19 246.166 1570 1 0 -31.8149 134.305 -175.85 - 19 113.229 741 0 1 -31.7775 134.261 -204.45 - 19 118.744 1570 0 0 -31.776 134.257 -205.85 - 19 206.568 1062 4 0 -103.815 32.6362 -86.25 - 19 190.576 1407 7 0 -98.8701 101.731 3.75 - 19 73.3995 1408 7 0 -99.2168 101.75 3.83966 - 19 149.828 450 1 1 -90.0149 109.149 -174.85 - 19 257.279 1572 7 0 -31.8118 134.569 4.15 - 19 243.882 1572 6 0 -31.8613 134.579 -25.85 - 19 241.153 738 5 1 -32.3913 134.461 -54.45 - 19 129.232 738 4 1 -32.3701 134.326 -84.45 - 19 149.971 1570 4 0 -32.3775 134.296 -85.85 - 19 101.753 737 3 1 -32.5881 133.714 -114.45 - 19 118.268 1567 3 0 -32.6102 133.657 -115.85 - 19 135.015 735 2 1 -32.9913 132.591 -144.45 - 19 134.471 1561 2 0 -33.0156 132.533 -145.85 - 19 414.006 732 1 1 -33.4814 131.37 -174.45 - 19 144.598 1555 1 0 -33.536 131.256 -175.85 - 19 140.453 726 0 1 -34.7753 128.677 -204.45 - 19 112.862 1542 0 0 -34.888 128.606 -205.85 - 19 94.1047 1337 2 0 -28.0723 87.5644 -146.25 - 19 22.8641 1418 3 0 -35.5833 103.792 -116.25 - 19 230.94 1417 3 0 -35.5914 103.75 -116.222 - 19 395.048 739 5 1 -32.14 134.687 -54.45 - 19 181.845 740 5 1 -32.05 134.519 -54.8406 - 19 75.4554 1570 5 0 -31.6184 134.259 -55.85 - 19 73.8091 1569 5 0 -31.5696 134.15 -56.0948 - 19 98.4273 1568 5 0 -31.7115 133.95 -56.1918 - 19 66.5074 1567 5 0 -31.9366 133.75 -56.1939 - 19 77.205 1566 5 0 -32.062 133.55 -56.1699 - 19 104.23 1565 5 0 -32.1462 133.35 -56.1743 - 19 187.558 1564 5 0 -32.1101 133.15 -56.2098 - 19 129.755 1572 5 0 -32.1938 134.681 -55.85 - 19 116.828 734 4 1 -33.2386 132.012 -84.4501 - 19 74.0758 1557 4 0 -33.0123 131.599 -85.85 - 19 97.8187 1556 4 0 -32.9857 131.55 -86.0196 - 19 131.526 760 3 1 -27.9388 123.137 -114.45 - 19 1.93635 759 3 1 -28.05 123.046 -114.843 - 19 134.319 1513 3 0 -28.3856 122.854 -115.851 - 19 156.97 703 2 1 -39.291 117.448 -144.45 - 19 165.918 1485 2 0 -39.3846 117.343 -145.851 - 19 9.06501 702 1 1 -39.6352 113.937 -174.45 - 19 111.947 701 1 1 -39.65 113.939 -174.469 - 19 24.8888 700 1 1 -39.8501 113.968 -174.744 - 19 140.33 1469 1 0 -40.5665 114.037 -175.85 - 19 164.152 596 0 1 -60.8397 116.159 -204.45 - 19 42.794 1487 0 0 -60.5731 117.66 -205.85 - 19 59.9504 1488 0 0 -60.562 117.751 -205.928 - 19 63.2084 1489 0 0 -60.5508 117.95 -206.101 - 19 87.5373 737 5 1 -32.45 134.43 -54.5598 - 19 106.151 1589 5 0 -49.5462 138.022 -56.25 - 19 91.4567 1590 5 0 -49.509 138.15 -56.0397 - 19 57.2456 1591 5 0 -49.4079 138.35 -55.9606 - 19 21.9254 1592 5 0 -49.3862 138.55 -55.9078 - 19 211.947 656 5 1 -48.8162 139.517 -54.85 - 19 414.088 657 5 1 -48.65 139.641 -54.7715 - 19 103.717 1573 5 0 -31.9497 134.844 -55.85 - 19 160.469 740 4 1 -31.9387 135.276 -84.45 - 19 134.656 1575 4 0 -31.9339 135.296 -85.85 - 19 188.231 1577 3 0 -31.7858 135.708 -115.85 - 19 150.434 1579 2 0 -31.7364 136.014 -145.85 - 19 143.69 1580 1 0 -31.7211 136.316 -175.85 - 19 139.818 742 0 1 -31.6126 136.45 -204.45 - 19 136.174 1581 0 0 -31.6039 136.47 -205.85 - 19 16.0509 705 4 1 -38.9615 165.185 -84.45 - 19 136.127 740 3 1 -32.0438 135.703 -114.45 - 19 112.987 739 3 1 -32.05 135.696 -114.5 - 19 65.082 1576 3 0 -32.2318 135.55 -115.994 - 19 116.407 727 2 1 -34.5588 132.491 -144.45 - 19 28.476 1558 2 0 -34.5271 131.801 -145.85 - 19 120.347 1557 2 0 -34.5251 131.75 -145.958 - 19 91.559 733 1 1 -33.45 116.842 -174.561 - 19 130.964 1478 1 0 -33.0697 115.947 -175.85 - 19 36.7275 1477 1 0 -32.984 115.75 -176.132 - 19 42.0295 795 0 1 -21.0097 92.5627 -204.45 - 19 63.2719 796 0 1 -20.85 92.4761 -204.512 - 19 90.539 797 0 1 -20.6498 92.3689 -204.594 - 19 82.3275 798 0 1 -20.4498 92.2719 -204.669 - 19 97.2771 799 0 1 -20.25 92.1687 -204.747 - 19 18.4103 800 0 1 -20.05 92.0686 -204.823 - 19 73.6734 1353 0 0 -17.522 90.8694 -205.85 - 19 158.804 1352 0 0 -17.2893 90.75 -205.935 - 19 146.954 1351 0 0 -16.8767 90.55 -206.069 - 19 100.31 1350 0 0 -16.4377 90.35 -206.193 - 19 222.772 1162 0 0 89.1656 52.5896 -206.25 - 19 136.357 1161 0 0 89.5723 52.45 -206.079 - 19 2.52454 1160 0 0 90.0464 52.25 -205.89 - 19 26.3176 1362 0 1 92.6767 51.0957 -204.85 - 19 77.3516 1363 0 1 92.7501 51.0611 -204.822 - 19 67.9696 1364 0 1 92.95 50.9634 -204.738 - 19 56.1914 1365 0 1 93.15 50.8618 -204.655 - 19 65.9298 1366 0 1 93.3502 50.7328 -204.585 - 19 93.8279 1367 0 1 93.5501 50.6106 -204.558 - 19 62.3063 1368 0 1 93.7501 50.4884 -204.538 - 19 66.4839 1369 0 1 93.9504 50.3646 -204.523 - 19 55.7029 1370 0 1 94.1514 50.2455 -204.507 - 19 78.6207 1371 0 1 94.3502 50.1497 -204.486 - 19 72.2431 1372 0 1 94.55 50.0425 -204.472 - 19 69.7415 1373 0 1 94.75 49.914 -204.469 - 19 41.1237 1374 0 1 94.95 49.7688 -204.457 - 19 152.397 1236 1 0 143.074 67.3095 -176.25 - 19 102.79 1237 1 0 143.511 67.45 -175.998 - 19 146.755 1635 1 1 147.211 67.0836 -174.85 - 19 66.2296 1636 1 1 147.35 67.0701 -174.81 - 19 51.707 1637 1 1 147.551 67.0144 -174.764 - 19 72.5402 1638 1 1 147.75 66.9381 -174.748 - 19 100.398 1639 1 1 147.95 66.8285 -174.697 - 19 77.1695 1640 1 1 148.15 66.6891 -174.605 - 19 48.8589 1641 1 1 148.35 66.5317 -174.506 - 19 20.5356 1579 3 0 -31.6936 136.128 -115.85 - 19 105.453 1580 3 0 -31.6732 136.15 -115.923 -Number of digits in this event: 57 -Using G4ParticleGun... -Particle energy: 5.08808 LIN -Particle: e- -Event: 20 -Number of tracker hits in this event: 111 - 20 107.351 338 9 1 -112.382 58.5876 65.55 - 20 118.902 1192 9 0 -112.383 58.5893 64.15 - 20 238.529 338 8 1 -112.407 58.6268 35.55 - 20 104.112 1192 8 0 -112.407 58.6293 34.15 - 20 348.921 338 7 1 -112.421 58.6836 5.55 - 20 126.967 1193 7 0 -112.422 58.6845 4.15 - 20 302.608 338 6 1 -112.44 58.707 -24.45 - 20 1008.42 1193 6 0 -112.439 58.7095 -25.85 - 20 225.639 338 5 1 -112.472 58.8266 -54.45 - 20 226.293 1193 5 0 -112.481 58.8303 -55.85 - 20 248.041 337 4 1 -112.717 58.9265 -84.45 - 20 272.684 1194 4 0 -112.722 58.9238 -85.85 - 20 378.525 336 3 1 -112.834 58.8321 -114.45 - 20 280.02 1193 3 0 -112.846 58.8401 -115.85 - 20 238.46 335 2 1 -113.08 59.0211 -144.45 - 20 146.429 1194 2 0 -113.092 59.0376 -145.85 - 20 189.483 333 1 1 -113.359 59.3796 -174.45 - 20 104.541 1196 1 0 -113.378 59.3985 -175.85 - 20 137.604 332 0 1 -113.716 59.8034 -204.45 - 20 109.69 1198 0 0 -113.742 59.8235 -205.85 - 20 160.582 335 1 1 -113.04 59.5288 -174.45 - 20 342.514 1190 1 0 -113.087 58.2335 -175.85 - 20 92.6198 1189 1 0 -113.077 58.05 -176.032 - 20 77.3318 1059 3 0 -100.477 32.0012 -116.25 - 20 94.402 1192 5 0 -112.515 58.5613 -55.85 - 20 118.878 1191 4 0 -112.611 58.2948 -85.85 - 20 120.196 1188 3 0 -112.952 57.8436 -115.85 - 20 131.693 1186 2 0 -113.106 57.4119 -145.85 - 20 275.919 334 1 1 -113.254 57.1613 -174.45 - 20 106.133 1185 1 0 -113.254 57.1401 -175.85 - 20 232.249 334 0 1 -113.251 56.6068 -204.45 - 20 103.44 1182 0 0 -113.255 56.5986 -205.85 - 20 54.5822 654 2 1 -49.25 154.057 -144.514 - 20 9.0561 1457 2 0 74.0402 111.55 -145.973 - 20 39.0258 1371 3 0 70.1394 94.5017 -116.25 - 20 42.5804 1175 0 0 -90.05 55.2038 -206.045 - 20 284.357 1188 1 0 -113.31 57.6534 -175.85 - 20 24.5853 335 0 1 -113.15 76.09 -204.759 - 20 85.7354 1282 0 0 -112.698 76.5801 -205.85 - 20 209.381 1283 0 0 -112.654 76.65 -206.125 - 20 202.095 1187 1 0 -113.281 57.65 -176.136 - 20 62.3255 1186 1 0 -113.353 57.4033 -175.85 - 20 183.654 308 0 1 -118.525 63.696 -204.45 - 20 178.554 1219 0 0 -118.293 63.8708 -205.85 - 20 137.207 337 5 1 -112.649 58.7859 -54.45 - 20 131.253 336 4 1 -112.772 58.8656 -84.45 - 20 91.3769 335 3 1 -112.972 58.7102 -114.45 - 20 138.81 334 2 1 -113.263 58.6906 -144.45 - 20 112.572 1193 2 0 -113.283 58.6715 -145.85 - 20 108.842 332 1 1 -113.699 58.2662 -174.45 - 20 155.325 328 0 1 -114.439 57.8919 -204.45 - 20 128.594 1189 0 0 -114.482 57.8858 -205.85 - 20 39.7113 1323 2 0 -88.4756 84.7984 -146.25 - 20 23.6558 1064 2 0 -114.966 32.8898 -146.25 - 20 4.21604 1596 0 0 -138.328 139.499 -206.25 - 20 100.707 1269 6 0 -139.012 73.8592 -26.25 - 20 85.8391 1270 6 0 -139.198 74.05 -26.0451 - 20 29.8038 1271 6 0 -139.255 74.25 -25.9269 - 20 1.23703 202 6 1 -139.747 74.9321 -24.85 - 20 481.952 201 6 1 -139.75 74.9354 -24.8432 - 20 205.944 1192 7 0 -112.448 58.6175 4.15 - 20 148.119 335 6 1 -113.013 57.7124 -24.45 - 20 131.704 1187 6 0 -113.054 57.6388 -25.85 - 20 121.377 331 5 1 -113.777 56.2621 -54.45 - 20 136.014 1180 5 0 -113.772 56.2133 -55.85 - 20 121.188 332 4 1 -113.578 55.2991 -84.45 - 20 57.3068 1176 4 0 -113.582 55.2567 -85.85 - 20 48.4601 1175 4 0 -113.582 55.25 -86.0605 - 20 116.907 332 3 1 -113.597 54.1445 -114.45 - 20 232.54 1170 3 0 -113.534 54.0958 -115.85 - 20 382.074 339 2 1 -112.246 53.2457 -144.45 - 20 110.992 1165 2 0 -112.174 53.2084 -145.85 - 20 164.807 345 1 1 -110.966 52.3418 -174.45 - 20 120.216 1160 1 0 -110.954 52.2417 -175.85 - 20 94.0662 347 0 1 -110.574 50.2319 -204.45 - 20 100.708 1150 0 0 -110.612 50.1488 -205.85 - 20 125.208 346 6 1 -110.841 57.792 -24.4501 - 20 112.975 1188 6 0 -110.803 57.7126 -25.85 - 20 91.4576 351 5 1 -109.908 55.9246 -54.45 - 20 146.589 1179 5 0 -109.822 55.9863 -55.85 - 20 269.565 360 4 1 -108 57.2089 -84.45 - 20 255.542 1186 4 0 -107.893 57.3304 -85.85 - 20 255.776 373 3 1 -105.452 59.7881 -114.451 - 20 97.3492 1199 3 0 -105.523 59.9039 -115.85 - 20 46.39 367 2 1 -106.729 62.3448 -144.45 - 20 62.8995 366 2 1 -106.75 62.355 -144.615 - 20 101.026 1211 2 0 -106.863 62.4331 -145.85 - 20 33.4796 1212 2 0 -106.89 62.45 -146.173 - 20 147.799 357 1 1 -108.619 63.8755 -174.45 - 20 157.895 1220 1 0 -108.944 64.078 -175.85 - 20 234.623 323 0 1 -115.414 68.1077 -204.45 - 20 51.2526 1240 0 0 -115.537 68.2314 -205.85 - 20 57.3023 1241 0 0 -115.551 68.25 -206.061 - 20 77.578 374 3 1 -105.35 59.7963 -114.527 - 20 78.6947 375 3 1 -105.15 59.7734 -114.704 - 20 160.014 1195 3 0 -103.757 59.1632 -115.85 - 20 145.225 1194 3 0 -103.358 59.05 -116.065 - 20 133.312 1198 3 0 -105.193 59.7766 -115.85 - 20 130.681 389 2 1 -102.344 59.6498 -144.45 - 20 152.034 1200 2 0 -101.779 60.1273 -145.85 - 20 28.4673 1201 2 0 -101.646 60.25 -146.156 - 20 159.39 1334 2 0 -111.236 86.9019 -146.25 - 20 67.3037 340 2 1 -112.031 87.3459 -144.85 - 20 138.743 1338 3 0 -130.58 87.8017 -116.25 - 20 159.11 1339 3 0 -130.803 87.85 -115.94 - 20 98.3139 1340 3 0 -131.29 88.05 -116.144 - 20 75.099 344 5 1 -111.348 59.364 -54.45 - 20 194.973 1200 5 0 -110.324 60.1172 -55.85 - 20 33.2286 1201 5 0 -110.151 60.2502 -56.1611 - 20 63.8984 1507 5 0 -117.084 121.61 -56.25 - 20 19.6754 1508 5 0 -117.103 121.75 -56.2066 -Number of digits in this event: 63 -Using G4ParticleGun... -Particle energy: 3.9936 LIN -Particle: e- -Event: 21 -Number of tracker hits in this event: 27 - 21 112.459 1033 9 1 26.83 -119.82 65.55 - 21 104.719 301 9 0 26.8311 -119.82 64.15 - 21 122.254 1034 8 1 26.856 -119.814 35.55 - 21 267.229 301 8 0 26.8586 -119.816 34.15 - 21 261.945 1034 7 1 26.9171 -119.852 5.55 - 21 106.641 301 7 0 26.9201 -119.853 4.15 - 21 99.7519 1034 6 1 26.9867 -119.877 -24.45 - 21 126.925 301 6 0 26.9902 -119.878 -25.85 - 21 247.278 1035 5 1 27.0704 -119.887 -54.45 - 21 136.276 301 5 0 27.0761 -119.888 -55.85 - 21 104.138 1035 4 1 27.1972 -119.903 -84.45 - 21 166.716 301 4 0 27.2015 -119.905 -85.85 - 21 252.246 1036 3 1 27.3103 -119.939 -114.45 - 21 120.169 301 3 0 27.3187 -119.941 -115.85 - 21 125.212 1037 2 1 27.481 -119.972 -144.45 - 21 115.887 300 2 0 27.4875 -119.973 -145.85 - 21 123.045 1037 1 1 27.6163 -119.996 -174.45 - 21 147.389 300 1 0 27.6209 -119.995 -175.85 - 21 136.342 1038 0 1 27.7095 -119.972 -204.45 - 21 117.513 300 0 0 27.7144 -119.972 -205.85 - 21 20.8147 482 0 1 -83.45 -79.4077 -204.695 - 21 71.7329 481 0 1 -83.65 -79.3194 -204.588 - 21 103.372 480 0 1 -83.85 -79.1556 -204.613 - 21 237.213 479 0 1 -84.05 -79.2066 -204.651 - 21 249.977 478 0 1 -84.25 -79.2151 -204.69 - 21 247.341 1035 7 1 27.05 -120.196 5.40973 - 21 64.454 302 8 0 26.9869 -119.75 33.8706 +Number of tracker hits in this event: 21 + 5 128.832 1517 8 1 123.708 60.8145 35.55 + 5 206.598 1203 8 0 123.708 60.8149 34.15 + 5 120.759 1517 7 1 123.703 60.8245 5.55 + 5 130.029 1203 7 0 123.704 60.8251 4.15 + 5 149.365 1517 6 1 123.738 60.8414 -24.45 + 5 182.945 1203 6 0 123.742 60.8404 -25.85 + 5 130.568 1518 5 1 123.827 60.8185 -54.45 + 5 102.974 1203 5 0 123.831 60.8171 -55.85 + 5 162.913 1518 4 1 123.907 60.7899 -84.45 + 5 202.166 1203 4 0 123.909 60.7885 -85.85 + 5 277.906 1518 3 1 123.939 60.7677 -114.45 + 5 117.296 1203 3 0 123.942 60.7672 -115.85 + 5 352.524 1519 2 1 123.991 60.7603 -144.45 + 5 159.234 1203 2 0 123.994 60.7608 -145.85 + 5 108.236 1519 1 1 124.053 60.7754 -174.45 + 5 115.569 1203 1 0 124.056 60.7761 -175.85 + 5 197.657 1519 0 1 124.114 60.7946 -204.45 + 5 150.624 1203 0 0 124.121 60.7924 -205.85 + 5 73.6307 1517 3 1 123.75 60.5595 -114.832 + 5 284.849 1197 3 0 123.222 59.5718 -115.85 + 5 163.91 1196 3 0 123.243 59.45 -116.094 Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 8.94818 LIN +Particle energy: 3.48349 LIN Particle: e- -Event: 22 -Number of tracker hits in this event: 157 - 22 126.024 705 10 1 -39.0237 -84.0721 95.55 - 22 106.804 479 10 0 -39.0237 -84.0727 94.15 - 22 117.409 705 9 1 -39.025 -84.0843 65.55 - 22 110.047 479 9 0 -39.0253 -84.0851 64.15 - 22 155.99 705 8 1 -39.0307 -84.1018 35.55 - 22 149.989 479 8 0 -39.0311 -84.1038 34.15 - 22 101.028 705 7 1 -39.0345 -84.1399 5.55 - 22 113.355 479 7 0 -39.0357 -84.1408 4.15 - 22 177.331 704 6 1 -39.0599 -84.1526 -24.45 - 22 110.758 479 6 0 -39.06 -84.1536 -25.85 - 22 865.917 704 5 1 -39.0642 -84.1771 -54.45 - 22 678.659 479 5 0 -39.065 -84.1761 -55.85 - 22 144.977 704 4 1 -39.0816 -84.1542 -84.45 - 22 465.239 479 4 0 -39.0812 -84.1516 -85.85 - 22 575.02 704 3 1 -39.076 -84.096 -114.45 - 22 356.096 479 3 0 -39.0764 -84.092 -115.85 - 22 383.771 704 2 1 -39.084 -84.0087 -144.45 - 22 229.253 480 2 0 -39.0847 -84.0047 -145.85 - 22 113.247 704 1 1 -39.0988 -83.9229 -174.45 - 22 519.977 480 1 0 -39.101 -83.9189 -175.85 - 22 159.576 704 0 1 -39.1499 -83.8334 -204.45 - 22 95.0936 481 0 0 -39.152 -83.828 -205.85 - 22 17.6712 1147 3 0 -80.5791 49.45 -116.063 - 22 40.1096 856 0 1 -8.85 -56.5808 -204.777 - 22 104.314 702 4 1 -39.5896 -84.0106 -84.45 - 22 117.245 480 4 0 -39.5676 -83.9857 -85.85 - 22 130.255 483 3 0 -39.2385 -83.2783 -115.85 - 22 75.7215 491 2 0 -39.2017 -81.6688 -145.85 - 22 65.5889 492 2 0 -39.1956 -81.65 -146.096 - 22 408.592 707 1 1 -38.6013 -79.4182 -174.45 - 22 142.724 503 1 0 -38.5038 -79.3081 -175.85 - 22 105.292 717 0 1 -36.5048 -77.1433 -204.45 - 22 25.2715 514 0 0 -36.3582 -77.0554 -205.85 - 22 122.089 515 0 0 -36.3488 -77.05 -205.939 - 22 113.728 703 2 1 -39.2503 -81.655 -144.602 - 22 91.5238 487 3 0 -39.6714 -82.6011 -115.85 - 22 45.2693 488 3 0 -39.8124 -82.45 -116.115 - 22 130.868 620 2 1 -55.9658 -71.2318 -144.45 - 22 149.744 543 2 0 -55.7482 -71.3249 -145.85 - 22 310.12 705 3 1 -39.0496 -83.5328 -114.456 - 22 272.582 706 3 1 -38.85 -83.6169 -114.715 - 22 200.456 481 3 0 -37.957 -83.7827 -115.85 - 22 11.6337 482 3 0 -37.5621 -83.65 -116.214 - 22 129.056 702 1 1 -39.5839 -84.3285 -174.45 - 22 50.6033 476 1 0 -39.4996 -84.8045 -175.85 - 22 76.5426 475 1 0 -39.4913 -84.85 -175.988 - 22 163.45 702 0 1 -39.5473 -93.6188 -204.45 - 22 76.1735 428 0 0 -39.5949 -94.3949 -205.85 - 22 43.2299 427 0 0 -39.5961 -94.55 -206.112 - 22 1.66007 388 0 0 -63.8389 -102.352 -206.25 - 22 153.215 389 0 0 -63.844 -102.35 -206.247 - 22 16.4061 390 0 0 -64.1778 -102.15 -205.899 - 22 105.488 575 0 1 -64.8819 -101.627 -204.85 - 22 89.7639 574 0 1 -65.0505 -101.514 -204.644 - 22 7.64024 573 0 1 -65.2501 -101.422 -204.473 - 22 72.3432 369 1 0 -60.5686 -106.249 -176.25 - 22 71.7693 368 1 0 -60.5571 -106.35 -176.015 - 22 75.2095 608 1 1 -58.3722 -108.126 -174.85 - 22 105.54 609 1 1 -58.25 -108.285 -174.631 - 22 225.133 356 0 0 -54.8466 -108.946 -206.25 - 22 92.9496 473 2 0 -40.151 -85.2985 -146.25 - 22 106.028 700 2 1 -39.9196 -85.1982 -144.85 - 22 37.912 752 1 1 -29.65 -90.8339 -174.696 - 22 165.013 691 4 1 -41.7772 -81.9702 -84.45 - 22 39.9298 491 4 0 -41.6265 -81.6802 -85.85 - 22 71.6146 492 4 0 -41.6084 -81.65 -86.0061 - 22 43.5206 521 3 0 -38.9397 -75.7193 -115.85 - 22 107.392 522 3 0 -38.9265 -75.65 -115.987 - 22 8.84271 724 2 1 -35.0614 -61.9268 -144.45 - 22 114.928 725 2 1 -35.05 -61.9104 -144.467 - 22 32.7307 726 2 1 -34.85 -61.6334 -144.769 - 22 63.8423 596 2 0 -34.152 -60.779 -145.85 - 22 111.037 597 2 0 -34.0487 -60.65 -146.01 - 22 43.38 841 1 1 -11.7687 -34.7654 -174.45 - 22 78.8261 842 1 1 -11.65 -34.6162 -174.491 - 22 111.983 843 1 1 -11.45 -34.3615 -174.561 - 22 113.349 844 1 1 -11.25 -34.0353 -174.646 - 22 188.241 845 1 1 -11.05 -33.7155 -174.708 - 22 109.674 846 1 1 -10.85 -33.4333 -174.745 - 22 208.723 847 1 1 -10.65 -33.1626 -174.782 - 22 45.8711 848 1 1 -10.45 -32.8943 -174.825 - 22 68.0293 760 1 0 -6.66315 -28.0216 -175.85 - 22 61.9792 761 1 0 -6.51924 -27.85 -175.888 - 22 92.4854 762 1 0 -6.35332 -27.65 -175.932 - 22 307.796 763 1 0 -6.19471 -27.45 -175.976 - 22 157.897 764 1 0 -6.06045 -27.25 -176.034 - 22 194.717 765 1 0 -5.93005 -27.0497 -176.107 - 22 116.764 766 1 0 -5.79595 -26.85 -176.192 - 22 94.7948 1101 0 1 40.3897 34.7406 -204.45 - 22 111.091 1102 0 1 40.45 34.9364 -204.601 - 22 43.9059 1083 0 0 41.1118 36.7556 -205.85 - 22 81.4535 1084 0 0 41.1478 36.85 -205.911 - 22 54.033 1085 0 0 41.2184 37.05 -206.028 - 22 72.9983 1086 0 0 41.2868 37.25 -206.131 - 22 32.0042 1087 0 0 41.3555 37.4503 -206.222 - 22 1.0572 1495 0 0 25.71 119.347 -206.25 - 22 69.8533 1496 0 0 25.7084 119.35 -206.249 - 22 60.696 1497 0 0 25.5905 119.55 -206.18 - 22 64.6529 1498 0 0 25.4638 119.75 -206.111 - 22 80.9098 1499 0 0 25.3404 119.95 -206.032 - 22 89.1021 1500 0 0 25.2253 120.15 -205.953 - 22 15.5776 1501 0 0 25.1035 120.35 -205.872 - 22 222.244 1018 0 1 23.8498 122.564 -204.85 - 22 162.773 1017 0 1 23.65 122.938 -204.689 - 22 203.646 1016 0 1 23.45 123.257 -204.568 - 22 91.9342 1015 0 1 23.25 123.566 -204.463 - 22 5.24052 1014 0 1 23.0331 124.323 -204.45 - 22 47.6672 1527 0 0 24.9968 125.659 -205.85 - 22 117.474 1528 0 0 25.0955 125.75 -205.944 - 22 12.8247 1529 0 0 25.3655 125.95 -206.215 - 22 168.986 1570 0 0 36.5612 134.15 -206.145 - 22 58.116 1509 0 0 19.7296 122.15 -206.204 - 22 5.44952 767 1 0 -5.83412 -26.65 -175.868 - 22 266.325 867 1 1 -6.58645 -25.4081 -174.85 - 22 299.865 868 1 1 -6.45 -24.8891 -174.7 - 22 5.17672 703 3 1 -39.25 -76.3862 -114.836 - 22 133.546 517 3 0 -39.9372 -76.4998 -115.85 - 22 67.678 644 3 0 -27.2487 -51.1982 -116.25 - 22 110.941 645 3 0 -27.167 -51.05 -116.081 - 22 52.6154 646 3 0 -27.0531 -50.85 -115.966 - 22 140.369 766 3 1 -26.6735 -49.4524 -114.85 - 22 95.5126 767 3 1 -26.65 -49.3879 -114.796 - 22 61.3095 768 3 1 -26.45 -49.2487 -114.702 - 22 178.804 769 3 1 -26.2496 -49.1407 -114.667 - 22 219.667 770 3 1 -26.0492 -49.0825 -114.685 - 22 199.21 771 3 1 -25.85 -48.9877 -114.678 - 22 260.816 772 3 1 -25.65 -48.7872 -114.648 - 22 269.69 765 3 1 -26.8501 -49.1824 -114.676 - 22 255.873 690 4 1 -41.8504 -81.9001 -84.6096 - 22 483.595 494 4 0 -43.5882 -81.1263 -85.85 - 22 209.164 489 4 0 -41.6107 -82.0996 -85.85 - 22 227.69 705 4 1 -39.0453 -84.1434 -84.45 - 22 118.848 480 3 0 -38.8414 -83.9982 -115.85 - 22 252.247 706 2 1 -38.6648 -83.8648 -144.45 - 22 234.794 482 1 0 -38.4849 -83.642 -175.85 - 22 133.728 709 0 1 -38.2327 -83.332 -204.45 - 22 142.805 483 0 0 -38.239 -83.3196 -205.85 - 22 132.23 479 2 0 -38.8026 -84.1514 -145.85 - 22 103.861 706 1 1 -38.6583 -84.1379 -174.45 - 22 213.852 479 1 0 -38.6536 -84.1385 -175.85 - 22 204.409 707 0 1 -38.5558 -84.1471 -204.45 - 22 154.117 479 0 0 -38.5529 -84.1492 -205.85 - 22 123.29 703 1 1 -39.2501 -83.9602 -174.45 - 22 165.194 697 0 1 -40.6264 -83.9074 -204.451 - 22 1.01373 698 0 1 -40.45 -83.7471 -204.842 - 22 358.953 484 0 0 -40.2421 -83.25 -205.894 - 22 110.369 721 1 1 -35.6912 -46.5027 -174.85 - 22 242.931 696 0 1 -40.65 -83.9239 -204.515 - 22 8.83148 485 0 0 -42.2265 -83.0499 -205.861 - 22 29.5444 693 0 1 -41.2706 -77.9725 -204.85 - 22 46.7299 521 0 0 -41.2572 -75.7736 -205.85 - 22 3.14931 522 0 0 -41.2775 -75.65 -205.853 - 22 308.681 688 0 1 -42.3074 -71.6525 -204.85 - 22 129.87 698 1 1 -40.2543 -81.1875 -174.45 - 22 101.955 495 1 0 -40.3503 -81.0475 -175.85 - 22 131.016 689 0 1 -42.1833 -78.2466 -204.45 - 22 113.157 509 0 0 -42.2407 -78.163 -205.85 -Number of digits in this event: 67 +Event: 6 +Number of tracker hits in this event: 43 + 6 104.26 1525 9 1 125.152 25.7702 65.55 + 6 104.262 1028 9 0 125.153 25.7704 64.15 + 6 130.773 1525 8 1 125.176 25.7709 35.55 + 6 121.623 1028 8 0 125.178 25.7715 34.15 + 6 153.696 1525 7 1 125.216 25.7977 5.55 + 6 91.3768 1028 7 0 125.217 25.8009 4.15 + 6 129.808 1525 6 1 125.221 25.8627 -24.45 + 6 170.671 1029 6 0 125.221 25.8655 -25.85 + 6 115.056 1525 5 1 125.224 25.9174 -54.45 + 6 96.2266 1029 5 0 125.225 25.919 -55.85 + 6 284.385 1525 4 1 125.241 25.9498 -84.45 + 6 111.559 1029 4 0 125.242 25.9532 -85.85 + 6 110.785 1525 3 1 125.276 26.019 -114.45 + 6 239.81 1029 3 0 125.277 26.0251 -115.85 + 6 195.341 1525 2 1 125.295 26.1589 -144.45 + 6 141.864 1030 2 0 125.293 26.1663 -145.85 + 6 449.817 1525 1 1 125.261 26.3106 -174.45 + 6 346.384 1031 1 0 125.26 26.317 -175.85 + 6 1026.03 1525 0 1 125.225 26.4492 -204.45 + 6 349.507 1031 0 0 125.213 26.4444 -205.85 + 6 200.199 1032 0 0 125.203 26.633 -205.85 + 6 31.8448 1033 0 0 125.191 26.65 -206.146 + 6 115.673 1145 1 0 147.799 49.1409 -176.25 + 6 84.0569 1146 1 0 148.019 49.25 -176.058 + 6 18.8532 1642 1 1 148.709 49.7953 -174.85 + 6 212.192 1643 1 1 148.75 49.8259 -174.776 + 6 118.773 991 1 0 147.618 18.3189 -176.25 + 6 75.9808 990 1 0 147.891 18.25 -175.99 + 6 8.69839 1645 1 1 149.319 16.8874 -174.85 + 6 66.5743 1646 1 1 149.35 16.8748 -174.835 + 6 337.784 1647 1 1 149.55 16.7537 -174.74 + 6 19.4521 1648 1 1 149.75 16.4292 -174.475 + 6 42.8128 1035 0 0 125.149 27.1906 -205.85 + 6 113.212 1036 0 0 125.136 27.25 -205.952 + 6 35.4963 591 4 1 -61.832 -65.2644 -84.45 + 6 246.787 918 1 0 110.166 3.74044 -176.25 + 6 30.6982 1034 4 0 125.773 26.895 -85.85 + 6 107.407 1549 4 1 130.116 30.2369 -84.85 + 6 79.086 1550 4 1 130.15 30.265 -84.8414 + 6 181.583 1548 4 1 129.95 30.0973 -84.572 + 6 29.9348 1053 4 0 129.389 30.793 -85.85 + 6 160.531 1054 4 0 129.369 30.85 -85.8925 + 6 240.88 1055 4 0 129.448 31.05 -85.9488 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 7.24987 LIN +Particle energy: 1.69803 LIN Particle: e- -Event: 23 -Number of tracker hits in this event: 73 - 23 126.267 1433 9 1 106.923 71.7519 65.55 - 23 224.867 1258 9 0 106.922 71.7521 64.15 - 23 110.553 1433 8 1 106.911 71.7568 35.55 - 23 107.242 1258 8 0 106.914 71.7575 34.15 - 23 145.219 1434 7 1 106.955 71.77 5.55 - 23 123.925 1258 7 0 106.958 71.7703 4.15 - 23 133.583 1434 6 1 107.019 71.7769 -24.45 - 23 122.65 1258 6 0 107.021 71.7749 -25.85 - 23 120.519 1434 5 1 107.069 71.7357 -54.45 - 23 143.367 1258 5 0 107.072 71.7359 -55.85 - 23 207.648 1434 4 1 107.118 71.7421 -84.45 - 23 309.864 1258 4 0 107.12 71.7425 -85.85 - 23 137.998 1435 3 1 107.172 71.7419 -114.45 - 23 107.277 1258 3 0 107.179 71.7411 -115.85 - 23 111.978 1435 2 1 107.331 71.7349 -144.45 - 23 126.072 1258 2 0 107.339 71.7318 -145.85 - 23 439.16 1436 1 1 107.492 71.664 -174.45 - 23 211.611 1258 1 0 107.497 71.6614 -175.85 - 23 234.121 1437 0 1 107.599 71.6097 -204.45 - 23 111.301 1257 0 0 107.605 71.6074 -205.85 - 23 207.425 1043 11 0 -104.2 28.8355 123.75 - 23 24.0616 1153 13 0 -114.873 50.7399 183.75 - 23 98.0536 1154 13 0 -114.904 50.85 183.967 - 23 98.267 1155 13 0 -115.058 51.05 184.032 - 23 90.2944 322 13 1 -115.735 52.0328 185.15 - 23 221.1 321 13 1 -115.75 52.0587 185.186 - 23 133.93 1437 1 1 107.55 71.7245 -174.523 - 23 115.787 1257 1 0 107.524 71.621 -175.85 - 23 99.88 1247 0 0 107.535 69.5788 -205.851 - 23 231.736 1435 4 1 107.161 71.8073 -84.45 - 23 123.613 1259 4 0 107.038 71.9154 -85.85 - 23 89.9494 1418 3 1 103.799 74.1909 -114.45 - 23 13.7991 1271 3 0 103.67 74.4385 -115.85 - 23 88.1539 1272 3 0 103.664 74.45 -115.913 - 23 127.508 1403 2 1 100.893 79.6964 -144.45 - 23 109.548 1299 2 0 100.733 79.9633 -145.85 - 23 133.067 1383 1 1 96.8683 85.4253 -174.45 - 23 13.5707 1382 1 1 96.7499 85.5437 -174.808 - 23 127.128 1329 1 0 96.4147 85.9095 -175.85 - 23 6.26269 1330 1 0 96.2922 86.0501 -176.221 - 23 75.5507 1331 0 1 86.2997 97.8522 -204.45 - 23 109.62 1330 0 1 86.25 97.8611 -204.584 - 23 132.489 1389 0 0 85.7994 97.9721 -205.85 - 23 46.3402 1292 2 0 89.2726 78.5116 -146.25 - 23 97.1226 1434 3 1 106.988 71.5092 -114.45 - 23 202.654 1257 3 0 106.972 71.4824 -115.85 - 23 124.59 1432 2 1 106.619 71.0458 -144.45 - 23 114.952 1254 2 0 106.642 70.9891 -145.85 - 23 117.02 1435 1 1 107.158 69.6751 -174.45 - 23 157.112 1247 1 0 107.209 69.5848 -175.85 - 23 116.167 1440 0 1 108.23 67.7584 -204.45 - 23 96.9668 1238 0 0 108.237 67.6709 -205.85 - 23 14.588 1237 0 0 108.239 67.65 -206.187 - 23 123.327 1711 2 0 115.264 162.373 -146.25 - 23 113.527 1472 2 1 114.685 162.765 -144.85 - 23 114.506 1473 2 1 114.75 162.89 -144.459 - 23 44.7852 1474 2 1 114.95 162.848 -144.588 - 23 5.12636 1470 2 1 114.216 162.324 -144.85 - 23 57.6211 1766 2 0 121.078 173.369 -146.25 - 23 75.0958 1767 2 0 121.049 173.55 -146.088 - 23 30.8509 1768 2 0 121.021 173.75 -145.908 - 23 192.896 1503 2 1 120.882 174.798 -144.85 - 23 92.8748 1695 3 0 67.1842 159.261 -116.25 - 23 96.9482 1694 3 0 66.931 159.15 -116.155 - 23 77.6508 1693 3 0 66.6944 158.95 -116.08 - 23 70.8426 1692 3 0 66.5086 158.75 -115.964 - 23 48.7952 1224 3 1 64.956 157.265 -114.85 - 23 72.8359 1223 3 1 64.85 157.181 -114.782 - 23 69.9018 1222 3 1 64.6491 157 -114.67 - 23 93.8232 1221 3 1 64.4496 156.871 -114.587 - 23 58.8826 1220 3 1 64.25 156.743 -114.509 - 23 13.0526 1219 3 1 64.05 156.662 -114.457 - 23 55.381 1432 1 1 106.567 136.894 -174.85 -Number of digits in this event: 31 -Using G4ParticleGun... -Particle energy: 7.00826 LIN -Particle: e- -Event: 24 +Event: 7 Number of tracker hits in this event: 25 - 24 120.94 1280 10 1 76.1674 -85.8274 95.55 - 24 135.697 471 10 0 76.1671 -85.8291 94.15 - 24 126.083 1280 9 1 76.1646 -85.8613 65.55 - 24 105.727 470 9 0 76.1648 -85.8624 64.15 - 24 178.335 1280 8 1 76.1679 -85.8841 35.55 - 24 97.6342 470 8 0 76.1683 -85.8851 34.15 - 24 125.307 1280 7 1 76.1795 -85.9013 5.55 - 24 233.283 470 7 0 76.18 -85.9017 4.15 - 24 139.322 1280 6 1 76.193 -85.9158 -24.45 - 24 202.648 470 6 0 76.1934 -85.918 -25.85 - 24 133.23 1280 5 1 76.1982 -85.9637 -54.45 - 24 114.38 470 5 0 76.1992 -85.9662 -55.85 - 24 115.581 1280 4 1 76.2199 -86.0137 -84.45 - 24 122.732 470 4 0 76.2185 -86.015 -85.85 - 24 155.359 1280 3 1 76.184 -86.0452 -114.45 - 24 129.406 470 3 0 76.1817 -86.046 -115.85 - 24 130.885 1280 2 1 76.1386 -86.0592 -144.45 - 24 131.231 469 2 0 76.1366 -86.0593 -145.85 - 24 125.042 1280 1 1 76.1006 -86.0659 -174.45 - 24 126.243 469 1 0 76.0995 -86.0674 -175.85 - 24 357.944 1280 0 1 76.0617 -86.0938 -204.45 - 24 117.323 469 0 0 76.0579 -86.096 -205.85 - 24 302.888 470 0 0 76.0704 -86.0281 -205.85 - 24 118.005 474 10 0 75.8823 -85.2314 94.15 - 24 1.07056 475 10 0 75.7863 -85.05 93.754 + 7 128.044 1258 9 1 71.6938 -113.795 65.55 + 7 96.8467 331 9 0 71.6931 -113.797 64.15 + 7 132.986 1258 8 1 71.6745 -113.831 35.55 + 7 111.809 331 8 0 71.6743 -113.836 34.15 + 7 148.233 1257 7 1 71.6483 -113.959 5.55 + 7 139.176 330 7 0 71.6451 -113.962 4.15 + 7 131.173 1257 6 1 71.5618 -114.038 -24.45 + 7 158.464 330 6 0 71.5554 -114.044 -25.85 + 7 110.533 1256 5 1 71.4253 -114.154 -54.45 + 7 206.933 329 5 0 71.4296 -114.16 -55.85 + 7 136.036 1257 4 1 71.5324 -114.249 -84.45 + 7 123.209 329 4 0 71.5331 -114.254 -85.85 + 7 195.226 1257 3 1 71.5983 -114.331 -114.45 + 7 128.784 329 3 0 71.5955 -114.335 -115.85 + 7 433.052 1257 2 1 71.5252 -114.327 -144.45 + 7 152.522 329 2 0 71.5103 -114.321 -145.85 + 7 139.844 1256 1 1 71.257 -114.165 -174.45 + 7 10.5998 329 1 0 71.2406 -114.15 -175.85 + 7 103.524 330 1 0 71.2403 -114.15 -175.875 + 7 117.645 1254 0 1 70.8647 -113.96 -204.45 + 7 133.41 331 0 0 70.8788 -113.943 -205.85 + 7 83.6685 1428 0 1 105.813 -150.421 -204.85 + 7 120.888 1429 0 1 105.95 -150.581 -204.741 + 7 282.923 887 5 0 -1.30803 -2.61973 -56.25 + 7 322.847 888 5 0 -1.65244 -2.44984 -56.0822 Number of digits in this event: 21 Using G4ParticleGun... -Particle energy: 6.4014 LIN +Particle energy: 7.58518 LIN Particle: e- -Event: 25 -Number of tracker hits in this event: 35 - 25 101.955 1036 10 1 27.362 103.515 95.55 - 25 130.155 1416 10 0 27.3632 103.518 94.15 - 25 135.181 1036 9 1 27.3796 103.571 65.55 - 25 97.0967 1417 9 0 27.3794 103.575 64.15 - 25 112.387 1036 8 1 27.3705 103.642 35.55 - 25 127.874 1417 8 0 27.3689 103.647 34.15 - 25 114.909 1036 7 1 27.336 103.74 5.55 - 25 94.8571 1417 7 0 27.3355 103.746 4.15 - 25 258.03 1036 6 1 27.3173 103.859 -24.45 - 25 127.506 1418 6 0 27.3194 103.865 -25.85 - 25 145.445 1036 5 1 27.3358 103.976 -54.45 - 25 160.028 1419 5 0 27.338 103.984 -55.85 - 25 122.337 1036 4 1 27.3503 104.172 -84.45 - 25 113.638 1420 4 0 27.3503 104.181 -85.85 - 25 159.532 1036 3 1 27.3868 104.415 -114.45 - 25 101.021 1425 3 0 27.197 105.17 -115.85 - 25 33.9768 1426 3 0 27.1774 105.35 -116.171 - 25 179.742 1032 2 1 26.6174 121.107 -144.45 - 25 160.804 1031 2 1 26.45 121.296 -144.668 - 25 32.0796 1510 2 0 25.4484 122.293 -145.85 - 25 145.082 1511 2 0 25.3904 122.35 -145.918 - 25 74.1544 1512 2 0 25.1871 122.55 -146.149 - 25 1.57257 890 1 1 -2.04835 150.8 -174.45 - 25 133.913 889 1 1 -2.05 150.802 -174.453 - 25 139.583 1657 1 0 -2.72202 151.605 -175.85 - 25 55.5197 1658 1 0 -2.84577 151.75 -176.097 - 25 161.147 1740 1 0 -15.1536 168.182 -176.25 - 25 69.9154 811 1 1 -17.6926 170.386 -174.85 - 25 371.973 810 1 1 -17.85 170.396 -174.717 - 25 94.0628 809 1 1 -18.05 170.237 -174.548 - 25 271.673 993 1 1 18.7502 100.698 -174.85 - 25 169.734 1417 6 0 27.2639 103.675 -25.85 - 25 205.43 1466 6 0 52.5359 113.359 -26.2499 - 25 171.293 1163 6 1 52.7427 113.677 -24.85 - 25 98.38 1732 3 0 -111.287 166.553 -116.25 -Number of digits in this event: 22 -Using G4ParticleGun... -Particle energy: 5.41593 LIN -Particle: e- -Event: 26 -Number of tracker hits in this event: 32 - 26 123.895 435 10 1 -93.0868 -14.2342 95.55 - 26 122.43 829 10 0 -93.0886 -14.2349 94.15 - 26 134.124 435 9 1 -93.1242 -14.2499 65.55 - 26 166.752 828 9 0 -93.1253 -14.2517 64.15 - 26 113.378 434 8 1 -93.1502 -14.2853 35.55 - 26 129.434 828 8 0 -93.1545 -14.2862 34.15 - 26 114.484 434 7 1 -93.2498 -14.3028 5.55 - 26 127.649 828 7 0 -93.2527 -14.3049 4.15 - 26 214.839 434 6 1 -93.3114 -14.3508 -24.45 - 26 122.64 828 6 0 -93.3126 -14.3517 -25.85 - 26 128.085 434 5 1 -93.3447 -14.3728 -54.45 - 26 101.635 828 5 0 -93.3459 -14.3738 -55.85 - 26 164.264 433 4 1 -93.3727 -14.4015 -84.45 - 26 249.334 828 4 0 -93.3759 -14.4007 -85.85 - 26 99.2764 433 3 1 -93.4443 -14.3822 -114.45 - 26 109.329 828 3 0 -93.4484 -14.3794 -115.85 - 26 126.938 433 2 1 -93.5193 -14.3238 -144.45 - 26 156.552 828 2 0 -93.5175 -14.3198 -145.85 - 26 125.81 433 1 1 -93.4682 -14.236 -174.45 - 26 206.755 828 1 0 -93.4447 -14.2552 -175.851 - 26 107.574 437 0 1 -92.6554 -14.9985 -204.45 - 26 100.338 825 0 0 -92.6529 -14.9599 -205.85 - 26 8.3898 751 1 0 -77.6826 -29.7379 -176.25 - 26 80.2052 432 2 1 -93.55 -14.2976 -144.461 - 26 59.6827 431 2 1 -93.75 -14.2393 -144.677 - 26 165.954 827 2 0 -94.6021 -14.4633 -145.85 - 26 14.576 664 8 1 -47.2314 -14.2647 35.15 - 26 81.5453 663 8 1 -47.25 -14.2812 35.2087 - 26 116.095 662 8 1 -47.4501 -14.2828 35.3005 - 26 197.726 661 8 1 -47.65 -14.2784 35.4822 - 26 137.578 433 6 1 -93.35 -14.3364 -24.5336 - 26 285.527 432 6 1 -93.55 -14.6282 -24.6627 -Number of digits in this event: 20 -Using G4ParticleGun... -Particle energy: 2.64211 LIN -Particle: e- -Event: 27 -Number of tracker hits in this event: 113 - 27 159.727 877 11 1 -4.5663 -79.2035 125.55 - 27 135.182 504 11 0 -4.56635 -79.2016 124.15 - 27 107.65 877 10 1 -4.57266 -79.1539 95.55 - 27 116.554 504 10 0 -4.57317 -79.1544 94.15 - 27 319.461 877 9 1 -4.5796 -79.1717 65.55 - 27 433.246 504 9 0 -4.58048 -79.1765 64.15 - 27 149.814 877 8 1 -4.61676 -79.299 35.55 - 27 312.039 503 8 0 -4.60826 -79.2819 34.15 - 27 224.814 877 7 1 -4.45134 -78.963 5.55 - 27 30.7154 878 7 1 -4.45 -78.9586 5.24124 - 27 155.107 505 7 0 -4.44396 -78.9425 4.15 - 27 102.679 878 6 1 -4.30848 -78.4936 -24.45 - 27 184.292 507 6 0 -4.29787 -78.473 -25.85 - 27 119.048 880 5 1 -4.04097 -78.0741 -54.45 - 27 118.696 509 5 0 -4.0262 -78.0555 -55.85 - 27 115.45 881 4 1 -3.71486 -77.6701 -84.45 - 27 234.342 512 4 0 -3.69924 -77.6373 -85.85 - 27 109.134 883 3 1 -3.37093 -76.9572 -114.45 - 27 141.274 515 3 0 -3.35133 -76.9109 -115.85 - 27 144.96 885 2 1 -2.94652 -75.9859 -144.45 - 27 106.028 520 2 0 -2.93597 -75.9409 -145.85 - 27 142.64 886 1 1 -2.72755 -74.989 -174.45 - 27 258.029 525 1 0 -2.69474 -74.9266 -175.85 - 27 118.072 890 0 1 -2.01853 -73.6426 -204.45 - 27 204.866 532 0 0 -1.99126 -73.5896 -205.85 - 27 11.3847 454 2 0 -4.64379 -89.2408 -146.25 - 27 125.747 453 2 0 -4.64492 -89.25 -146.234 - 27 53.8974 452 2 0 -4.56296 -89.45 -146.004 - 27 264.064 879 2 1 -4.17075 -89.8375 -144.85 - 27 129.739 450 2 0 -5.3647 -90.0355 -145.85 - 27 156.083 831 3 0 31.8347 -13.7933 -116.25 - 27 122.818 830 3 0 31.7172 -13.8501 -116.022 - 27 204.395 829 3 0 31.8165 -14.05 -115.984 - 27 94.5058 164 7 0 -8.39426 -147.179 3.75 - 27 132.506 163 7 0 -8.39604 -147.35 3.9094 - 27 138.865 865 7 1 -7.00404 -148.505 5.15004 - 27 125.19 866 7 1 -6.85 -148.56 5.22943 - 27 147.587 508 8 0 -2.79125 -78.3282 34.1498 - 27 41.4283 509 8 0 -2.72476 -78.25 34.083 - 27 14.2514 782 1 1 -23.45 -60.6684 -174.524 - 27 249.821 877 2 1 -4.52898 -79.7518 -144.45 - 27 257.329 501 2 0 -4.66125 -79.7135 -145.85 - 27 231.883 862 1 1 -7.61774 -79.653 -174.45 - 27 108.152 502 1 0 -7.73212 -79.6278 -175.85 - 27 135.367 848 0 1 -10.4104 -79.1358 -204.45 - 27 21.8224 847 0 1 -10.45 -79.1373 -204.742 - 27 168.068 504 0 0 -10.5208 -79.1428 -205.851 - 27 154.059 861 1 1 -7.83456 -79.7663 -174.45 - 27 110.226 863 1 1 -7.44996 -79.3236 -174.718 - 27 231.903 864 1 1 -7.24994 -79.3819 -174.686 - 27 369.954 856 1 1 -8.74084 -78.1288 -174.45 - 27 139.554 509 1 0 -9.09579 -78.1979 -175.85 - 27 128.067 814 0 1 -17.2184 -78.9214 -204.45 - 27 48.4147 503 0 0 -17.2987 -79.25 -206.049 - 27 121.065 878 8 1 -4.38898 -79.4649 35.55 - 27 140.225 506 7 0 -4.50828 -78.6572 4.15 - 27 163.801 879 6 1 -4.19266 -77.9924 -24.45 - 27 98.3866 510 6 0 -4.15158 -77.9798 -25.85 - 27 115.422 884 5 1 -3.13672 -77.8516 -54.45 - 27 239.815 510 5 0 -3.09974 -77.8709 -55.85 - 27 157.644 888 4 1 -2.40131 -78.173 -84.45 - 27 140.225 509 4 0 -2.32175 -78.1663 -85.85 - 27 98.553 896 3 1 -0.772986 -78.1963 -114.45 - 27 233.318 509 3 0 -0.674958 -78.1622 -115.85 - 27 54.1809 906 2 1 1.44095 -77.6246 -144.45 - 27 76.0676 907 2 1 1.45 -77.6239 -144.59 - 27 144.577 512 2 0 1.53413 -77.6148 -145.85 - 27 221.956 917 1 1 3.48024 -77.4487 -174.45 - 27 108.805 513 1 0 3.55709 -77.3902 -175.85 - 27 152.357 925 0 1 5.15969 -76.168 -204.45 - 27 104.242 520 0 0 5.2555 -76.0379 -205.85 - 27 15.4203 926 0 1 5.25016 -76.0432 -204.815 - 27 1.99259 531 0 0 7.41048 -73.6571 -205.85 - 27 87.4297 533 0 0 7.55338 -73.45 -205.903 - 27 130.391 534 0 0 7.72254 -73.2497 -205.961 - 27 69.2975 535 0 0 7.90877 -73.0499 -206.133 - 27 280.143 536 0 0 8.0438 -72.8496 -206.151 - 27 142.797 537 0 0 8.35037 -72.65 -206.117 - 27 204.809 538 0 0 8.54773 -72.45 -205.942 - 27 21.8116 916 1 1 3.40687 -77.4496 -174.45 - 27 116.066 512 1 0 3.81947 -77.5549 -175.85 - 27 115.466 500 4 0 -1.59857 -79.9709 -85.85 - 27 58.7701 909 0 1 2.00381 -84.8763 -204.85 - 27 36.7393 503 9 0 -4.68439 -79.25 63.8729 - 27 118.765 866 8 1 -6.77242 -81.0471 35.55 - 27 149.545 495 8 0 -6.66057 -81.0202 34.15 - 27 133.654 889 7 1 -2.09757 -80.3935 5.55 - 27 92.6765 495 7 0 -1.97766 -80.9507 4.15 - 27 51.0785 494 7 0 -1.95816 -81.05 3.90594 - 27 198.018 899 6 1 -0.0809914 -91.8882 -24.45 - 27 33.9403 437 6 0 0.147374 -92.6737 -25.85 - 27 218.601 436 6 0 0.171671 -92.75 -25.9966 - 27 115.112 913 5 1 2.78879 -104.301 -54.45 - 27 111.692 378 5 0 2.6482 -104.392 -55.85 - 27 132.985 892 4 1 -1.63627 -107.081 -84.4501 - 27 106.334 367 4 0 -1.3609 -106.602 -85.85 - 27 84.7056 368 4 0 -1.32758 -106.55 -86.0098 - 27 115.173 921 3 1 4.31799 -99.4839 -114.45 - 27 116.427 403 3 0 4.10342 -99.3954 -115.85 - 27 152.643 893 2 1 -1.32628 -99.1259 -144.45 - 27 52.8984 411 2 0 -1.39876 -97.8596 -145.85 - 27 97.7838 412 2 0 -1.40484 -97.75 -145.989 - 27 0.933631 413 2 0 -1.43229 -97.5496 -146.243 - 27 108.807 874 1 1 -5.17535 -74.8419 -174.45 - 27 14.0083 873 1 1 -5.25001 -74.7439 -174.796 - 27 129.251 528 1 0 -5.55794 -74.3906 -175.85 - 27 43.2991 682 1 0 -3.96448 -43.5891 -176.25 - 27 104.935 683 1 0 -3.87718 -43.45 -176.108 - 27 29.3046 684 1 0 -3.76795 -43.25 -175.912 - 27 380.662 883 1 1 -3.41283 -41.9013 -174.85 - 27 378.264 884 1 1 -3.25 -41.3752 -174.587 - 27 24.216 435 6 0 0.431328 -92.95 -26.204 - 27 151.599 439 6 0 -0.973429 -92.1531 -25.85 -Number of digits in this event: 60 -Using G4ParticleGun... -Particle energy: 1.32854 LIN -Particle: e- -Event: 28 -Number of tracker hits in this event: 45 - 28 108.645 1052 10 1 30.495 86.0215 95.55 - 28 152.106 1329 10 0 30.4973 86.0162 94.15 - 28 142.363 1052 9 1 30.5342 85.8942 65.55 - 28 120.256 1329 9 0 30.5355 85.8918 64.15 - 28 374.966 1052 8 1 30.6058 85.8733 35.55 - 28 99.7375 1329 8 0 30.6195 85.8724 34.15 - 28 159.937 1054 7 1 30.9345 85.8905 5.55 - 28 130.449 1329 7 0 30.9319 85.8835 4.15 - 28 123.219 1053 6 1 30.7499 85.6945 -24.45 - 28 218.848 1328 6 0 30.7568 85.6701 -25.85 - 28 117.749 1053 5 1 30.7779 85.102 -54.45 - 28 136.669 1325 5 0 30.8148 85.0857 -55.85 - 28 133.115 1057 4 1 31.4818 84.7807 -84.45 - 28 254.075 1323 4 0 31.5256 84.7332 -85.85 - 28 104.274 1061 3 1 32.3959 83.8147 -114.45 - 28 148.657 1318 3 0 32.4245 83.7578 -115.85 - 28 170.622 1064 2 1 32.9972 82.6299 -144.45 - 28 164.939 1312 2 0 33.0388 82.5404 -145.85 - 28 132.396 1069 1 1 33.9442 80.7362 -174.45 - 28 13.0857 1303 1 0 33.9492 80.6533 -175.85 - 28 125.227 1302 1 0 33.9494 80.65 -175.903 - 28 110.708 1069 0 1 33.9722 78.7402 -204.45 - 28 283.881 1293 0 0 33.9812 78.6951 -205.85 - 28 299.275 1073 0 1 34.7585 78.3839 -204.45 - 28 8.65961 1290 0 0 34.9296 78.0566 -205.85 - 28 137.72 1289 0 0 34.9329 78.05 -205.879 - 28 159.822 1291 0 0 34.7684 78.3457 -205.85 - 28 60.3869 1325 8 0 30.343 85.1297 34.15 - 28 30.8626 1048 8 1 29.7004 84.1877 35.15 - 28 9.31974 1044 8 1 28.883 85.7098 35.15 - 28 380.656 1056 3 1 31.272 84.985 -114.45 - 28 254.805 1324 3 0 31.2788 84.9765 -115.85 - 28 122.879 1056 2 1 31.4414 84.8147 -144.45 - 28 153.92 1323 2 0 31.4503 84.8044 -145.85 - 28 115.271 1057 1 1 31.62 84.5897 -174.45 - 28 109.764 1322 1 0 31.619 84.5852 -175.85 - 28 139.662 1057 0 1 31.5886 84.5066 -204.45 - 28 120.334 1322 0 0 31.5716 84.5033 -205.85 - 28 100.937 1120 1 1 44.05 79.8926 -174.77 - 28 113.287 1054 2 1 30.9934 84.9402 -144.45 - 28 119.054 1324 2 0 30.9501 84.9506 -145.85 - 28 188.27 1050 1 1 30.22 85.4154 -174.45 - 28 102.019 1326 1 0 30.1561 85.4385 -175.85 - 28 186.594 1043 0 1 28.7036 85.9192 -204.45 - 28 123.783 1329 0 0 28.6283 85.9654 -205.85 -Number of digits in this event: 30 -Using G4ParticleGun... -Particle energy: 8.85848 LIN -Particle: e- -Event: 29 -Number of tracker hits in this event: 61 - 29 362.17 877 11 1 -4.55499 -28.6339 125.55 - 29 123.777 757 11 0 -4.55419 -28.633 124.15 - 29 99.3336 877 10 1 -4.53909 -28.619 95.55 - 29 146.939 757 10 0 -4.53812 -28.6181 94.15 - 29 90.7248 877 9 1 -4.51519 -28.5985 65.55 - 29 107.716 757 9 0 -4.51282 -28.5973 64.15 - 29 103.838 877 8 1 -4.466 -28.5755 35.55 - 29 102.978 757 8 0 -4.46387 -28.5739 34.15 - 29 132.957 878 7 1 -4.42019 -28.5361 5.55 - 29 118.279 757 7 0 -4.42051 -28.5336 4.15 - 29 156.574 878 6 1 -4.42851 -28.4816 -24.45 - 29 184.704 757 6 0 -4.42957 -28.4777 -25.85 - 29 111.027 877 5 1 -4.45995 -28.4034 -54.45 - 29 128.531 758 5 0 -4.46249 -28.3996 -55.85 - 29 132.166 877 4 1 -4.51044 -28.3336 -84.45 - 29 480.901 758 4 0 -4.51683 -28.331 -85.85 - 29 137.427 877 3 1 -4.6162 -28.2521 -114.45 - 29 587.138 758 3 0 -4.62155 -28.2509 -115.85 - 29 115.266 876 2 1 -4.73377 -28.2292 -144.45 - 29 94.2653 759 2 0 -4.73951 -28.23 -145.85 - 29 91.8365 875 1 1 -4.85958 -28.2576 -174.45 - 29 221.513 758 1 0 -4.86732 -28.2654 -175.85 - 29 477.15 875 0 1 -5.0071 -28.4461 -204.45 - 29 129.419 758 0 0 -5.01136 -28.4497 -205.85 - 29 132.55 757 0 0 -5.01168 -28.45 -205.953 - 29 683.979 759 0 0 -5.04766 -28.1871 -205.851 - 29 172.357 1383 4 1 96.8561 -175 -84.85 - 29 106.143 876 3 1 -4.65 -28.2874 -114.461 - 29 104.397 875 3 1 -4.85 -28.3931 -114.641 - 29 6.42383 874 3 1 -5.05 -28.5481 -114.831 - 29 42.7072 753 3 0 -6.15885 -29.3808 -115.85 - 29 159.187 752 3 0 -6.2566 -29.4503 -115.936 - 29 116.327 766 2 1 -26.6677 -38.8108 -144.45 - 29 66.1985 765 2 1 -26.85 -38.8097 -144.482 - 29 127.928 767 2 1 -26.6295 -38.9914 -144.45 - 29 117.283 768 2 1 -26.45 -39.0606 -144.733 - 29 68.0809 769 2 1 -26.25 -38.9673 -144.607 - 29 431.321 770 2 1 -26.05 -38.8965 -144.544 - 29 273.098 877 1 1 -4.55602 -28.1695 -174.45 - 29 397.566 759 1 0 -4.55807 -28.1372 -175.85 - 29 278.195 877 0 1 -4.52545 -27.4166 -204.45 - 29 135.426 762 0 0 -4.58472 -27.4577 -205.85 - 29 81.1536 1374 7 1 94.9716 -158.894 5.55 - 29 126.439 1375 7 1 95.15 -158.993 5.54428 - 29 182.752 1376 7 1 95.35 -159.11 5.39211 - 29 115.48 1377 7 1 95.55 -159.241 5.48484 - 29 278.643 878 4 1 -4.27704 -28.4283 -84.45 - 29 376.741 879 3 1 -4.24739 -28.4152 -114.45 - 29 250.472 879 2 1 -4.22497 -28.4225 -144.45 - 29 288.078 758 2 0 -4.22465 -28.4201 -145.85 - 29 251.991 879 1 1 -4.21979 -28.3746 -174.45 - 29 132.854 878 0 1 -4.2566 -28.3098 -204.45 - 29 51.5827 1576 8 1 135.35 62.0809 35.2036 - 29 108.004 880 0 1 -3.92721 -28.0703 -204.45 - 29 261.966 1088 2 1 37.7336 -99.5337 -144.45 - 29 214.747 881 0 1 -3.85 -28.1314 -204.476 - 29 2.67177 882 0 1 -3.65 -28.3002 -204.837 - 29 166.975 760 0 0 -3.21137 -28.0369 -205.85 - 29 393.739 820 0 0 -1.72474 -15.9784 -206.25 - 29 427.944 761 11 0 -4.97976 -27.8185 124.15 - 29 132.507 762 11 0 -5.11481 -27.65 123.962 -Number of digits in this event: 39 -Using G4ParticleGun... -Particle energy: 9.00731 LIN -Particle: e- -Event: 30 -Number of tracker hits in this event: 67 - 30 240.419 1021 9 1 24.3213 -123.524 65.55 - 30 171.962 283 9 0 24.3218 -123.523 64.15 - 30 124.578 1021 8 1 24.3306 -123.508 35.55 - 30 114.044 283 8 0 24.3339 -123.508 34.15 - 30 178.848 1021 7 1 24.3988 -123.493 5.55 - 30 109.589 283 7 0 24.4029 -123.493 4.15 - 30 111.419 1022 6 1 24.5073 -123.496 -24.45 - 30 173.549 283 6 0 24.5087 -123.496 -25.85 - 30 223.18 1022 5 1 24.5601 -123.498 -54.45 - 30 122.296 283 5 0 24.5639 -123.503 -55.85 - 30 100.872 1023 4 1 24.7109 -123.576 -84.45 - 30 139.627 282 4 0 24.7189 -123.578 -85.85 - 30 183.677 1024 3 1 24.859 -123.637 -114.45 - 30 160.758 282 3 0 24.8704 -123.647 -115.85 - 30 173.299 1025 2 1 25.1217 -123.836 -144.45 - 30 124.742 281 2 0 25.1347 -123.847 -145.85 - 30 132.349 1026 1 1 25.3847 -124.069 -174.45 - 30 110.375 280 1 0 25.3929 -124.08 -175.85 - 30 123.373 1027 0 1 25.5775 -124.282 -204.45 - 30 150.884 279 0 0 25.5986 -124.292 -205.85 - 30 367.485 1041 0 1 28.3418 -143.339 -204.85 - 30 25.0599 75 0 0 88.2626 -164.987 -206.25 - 30 142.069 76 0 0 88.2163 -164.95 -206.203 - 30 30.3087 77 0 0 87.9331 -164.749 -205.946 - 30 283.838 1337 0 1 87.5695 -164.634 -204.85 - 30 131.591 1336 0 1 87.45 -164.57 -204.618 - 30 281.833 1021 3 1 24.3869 -123.451 -114.45 - 30 269.445 283 3 0 24.3876 -123.45 -115.85 - 30 365.113 1021 2 1 24.4004 -123.433 -144.45 - 30 419.14 283 2 0 24.4039 -123.432 -145.85 - 30 106.485 1022 1 1 24.4796 -123.421 -174.45 - 30 118.056 283 1 0 24.4856 -123.422 -175.85 - 30 311.556 1022 0 1 24.6171 -123.433 -204.45 - 30 207.438 283 0 0 24.6267 -123.436 -205.85 - 30 86.4609 1039 0 1 28.0236 -139.405 -204.45 - 30 47.5364 1040 0 1 28.0503 -139.401 -204.564 - 30 237.321 202 0 0 28.4627 -139.643 -205.85 - 30 137.312 201 0 0 28.6107 -139.75 -206.173 - 30 118.548 1020 2 1 24.2498 -123.42 -144.556 - 30 28.4932 913 1 1 2.67215 -128.546 -174.45 - 30 300.07 912 1 1 2.64993 -128.551 -174.475 - 30 203.501 911 1 1 2.45 -128.608 -174.706 - 30 92.273 255 1 0 1.61196 -129.02 -175.85 - 30 28.0234 254 1 0 1.42173 -129.15 -176.15 - 30 76.4582 827 0 1 -14.5817 -144.444 -204.45 - 30 64.2356 828 0 1 -14.4497 -144.457 -204.674 - 30 228.949 182 0 0 -12.984 -143.677 -205.85 - 30 432.624 1021 0 1 24.3649 -123.453 -204.45 - 30 323.585 284 0 0 23.7748 -123.35 -206.048 - 30 17.4302 285 0 0 24.8669 -123.15 -206.185 - 30 88.1571 343 0 0 25.0263 -111.465 -206.25 - 30 30.361 344 0 0 24.9269 -111.35 -205.959 - 30 110.464 480 1 0 1.20555 -84.032 -176.25 - 30 72.5931 481 1 0 0.986464 -83.8499 -176.019 - 30 405.449 904 1 1 0.997613 -83.0353 -174.85 - 30 81.0315 903 1 1 0.85 -82.3439 -174.459 - 30 144.375 902 1 1 0.65 -82.4023 -174.63 - 30 210.685 901 1 1 0.45 -82.6727 -174.807 - 30 216.34 900 1 1 0.249722 -82.8877 -174.776 - 30 117.305 1021 1 1 24.3337 -123.328 -174.45 - 30 260.414 284 1 0 24.3318 -123.321 -175.85 - 30 288.138 114 5 0 101.93 -157.21 -56.2499 - 30 7.29994 113 5 0 101.905 -157.35 -56.1662 - 30 116.852 1022 3 1 24.4503 -123.573 -114.635 - 30 18.247 277 3 0 24.8688 -124.706 -115.851 - 30 244.584 276 3 0 24.9046 -124.75 -115.915 - 30 76.2242 275 3 0 25.2165 -124.95 -116.078 -Number of digits in this event: 41 -Using G4ParticleGun... -Particle energy: 3.28024 LIN -Particle: e- -Event: 31 -Number of tracker hits in this event: 107 - 31 116.806 857 10 1 -8.47245 89.7277 95.55 - 31 197.102 1348 10 0 -8.4713 89.7283 94.15 - 31 112.922 857 9 1 -8.45336 89.7409 65.55 - 31 107.491 1348 9 0 -8.45158 89.7395 64.15 - 31 158.466 858 8 1 -8.42452 89.7014 35.55 - 31 123.322 1348 8 0 -8.42605 89.7013 34.15 - 31 111.142 857 7 1 -8.46346 89.6934 5.55 - 31 184.419 1348 7 0 -8.46388 89.6895 4.15 - 31 718.621 857 6 1 -8.45766 89.61 -24.45 - 31 427.19 1347 6 0 -8.45806 89.6061 -25.85 - 31 122.031 857 5 1 -8.46471 89.5227 -54.45 - 31 412.603 1347 5 0 -8.46489 89.5196 -55.85 - 31 145.854 857 4 1 -8.46999 89.4614 -84.45 - 31 206.985 1347 4 0 -8.47109 89.4599 -85.85 - 31 122.083 857 3 1 -8.48001 89.4081 -114.45 - 31 133.774 1346 3 0 -8.48081 89.4103 -115.85 - 31 129.091 857 2 1 -8.4986 89.4428 -144.45 - 31 117.353 1346 2 0 -8.50129 89.4475 -145.85 - 31 159.409 857 1 1 -8.55364 89.563 -174.45 - 31 189.024 1347 1 0 -8.55829 89.5687 -175.85 - 31 137.761 856 0 1 -8.66877 89.6895 -204.45 - 31 114.528 1348 0 0 -8.67623 89.6945 -205.85 - 31 70.739 1052 2 1 30.6236 96.4847 -144.85 - 31 59.0056 1053 2 1 30.65 96.57 -144.552 - 31 166.039 1222 6 0 -4.06603 64.6074 -26.2498 - 31 162.965 1221 6 0 -4.06215 64.45 -26.1869 - 31 286.679 544 0 1 -71.05 120.943 -204.753 - 31 188.45 940 4 0 127.177 8.16791 -86.25 - 31 5.54693 829 5 1 -14.2477 88.0067 -54.45 - 31 113.89 828 5 1 -14.25 88.0059 -54.47 - 31 109.949 1339 5 0 -14.3493 87.9237 -55.85 - 31 93.8593 825 4 1 -15.0394 84.6727 -84.4502 - 31 109.761 826 4 1 -14.85 84.3281 -84.6723 - 31 7.87595 1312 4 0 -13.9843 82.4722 -85.8501 - 31 99.834 1311 4 0 -13.974 82.45 -85.8646 - 31 79.7459 1310 4 0 -13.8846 82.25 -86.0027 - 31 47.6737 1309 4 0 -13.7919 82.05 -86.1483 - 31 30.738 685 4 0 -24.266 -42.9471 -86.25 - 31 59.7238 684 4 0 -24.2929 -43.05 -86.2127 - 31 51.9433 683 4 0 -24.3355 -43.25 -86.1332 - 31 70.4198 682 4 0 -24.3797 -43.45 -86.0621 - 31 64.8565 681 4 0 -24.4178 -43.6501 -85.9934 - 31 42.4055 680 4 0 -24.4567 -43.8501 -85.916 - 31 152.864 775 4 1 -24.9281 -46.3749 -84.85 - 31 151.375 774 4 1 -25.05 -46.8945 -84.6447 - 31 147.787 772 4 1 -25.4754 -48.9051 -84.45 - 31 63.1439 771 4 1 -25.65 -49.1625 -84.7173 - 31 92.2946 648 4 0 -26.3454 -50.2509 -85.85 - 31 65.1086 647 4 0 -26.4395 -50.45 -86.0758 - 31 45.5941 773 3 1 -25.3033 -78.419 -114.45 - 31 80.5111 772 3 1 -25.45 -78.4144 -114.587 - 31 33.4064 771 3 1 -25.65 -78.4084 -114.775 - 31 390.728 508 3 0 -26.7873 -78.4248 -115.85 - 31 119.476 509 3 0 -27.1302 -78.25 -116.092 - 31 79.9669 733 1 1 -33.3583 -131.782 -174.45 - 31 119.24 822 4 1 -15.484 87.3661 -84.45 - 31 125.737 835 5 1 -12.9244 85.0709 -54.45 - 31 86.2348 1327 5 0 -13.2687 85.5877 -55.8504 - 31 101.614 1328 5 0 -13.3083 85.65 -55.9932 - 31 156.373 791 4 1 -21.7072 99.6178 -84.45 - 31 36.1109 1400 4 0 -22.0373 100.291 -85.85 - 31 99.525 1401 4 0 -22.0696 100.35 -85.9765 - 31 122.763 755 3 1 -28.9531 113.178 -114.45 - 31 9.70308 754 3 1 -29.05 113.353 -114.826 - 31 85.5365 1468 3 0 -29.3219 113.832 -115.85 - 31 48.8979 1469 3 0 -29.3927 113.95 -116.106 - 31 56.8451 706 2 1 -38.8276 127.681 -144.45 - 31 114.352 705 2 1 -38.8502 127.737 -144.559 - 31 62.4529 1541 2 0 -39.1725 128.456 -145.85 - 31 96.5991 1542 2 0 -39.2173 128.55 -146.014 - 31 135.515 663 1 1 -47.2834 144.793 -174.451 - 31 25.4642 1626 1 0 -47.5206 145.525 -175.85 - 31 113.203 1627 1 0 -47.529 145.55 -175.899 - 31 144.717 631 0 1 -53.7984 159.671 -204.45 - 31 56.1491 630 0 1 -53.8501 159.733 -204.675 - 31 119.928 1699 0 0 -54.1163 159.977 -205.85 - 31 242.677 858 5 1 -8.32522 89.6306 -54.45 - 31 161.035 860 4 1 -7.98163 89.1087 -84.45 - 31 337.086 1345 4 0 -7.92656 89.0707 -85.85 - 31 121.462 866 3 1 -6.7026 88.2729 -114.45 - 31 117.813 1340 3 0 -6.64897 88.2022 -115.85 - 31 278.878 872 2 1 -5.52464 86.8245 -144.45 - 31 151.557 1333 2 0 -5.46222 86.7478 -145.85 - 31 30.0823 878 1 1 -4.25491 85.2398 -174.45 - 31 100.679 879 1 1 -4.25 85.2357 -174.535 - 31 101.849 1325 1 0 -4.1735 85.1723 -175.85 - 31 123.199 888 0 1 -2.44383 83.8805 -204.45 - 31 123.127 1318 0 0 -2.31924 83.806 -205.85 - 31 215.044 871 2 1 -5.65 86.8334 -144.487 - 31 150.683 861 4 1 -7.69505 89.738 -84.45 - 31 152.903 1348 4 0 -7.64496 89.742 -85.85 - 31 117.293 867 3 1 -6.59697 89.8741 -114.45 - 31 239.05 1349 3 0 -6.56256 89.8704 -115.85 - 31 127.04 1348 2 0 -5.75612 89.69 -145.85 - 31 158.747 877 1 1 -4.52509 88.7407 -174.45 - 31 141.206 1343 1 0 -4.46077 88.713 -175.85 - 31 96.268 884 0 1 -3.12069 88.1431 -204.45 - 31 115.286 1340 0 0 -3.03766 88.1259 -205.85 - 31 179.005 862 4 1 -7.64995 89.5967 -84.5433 - 31 37.0836 863 4 1 -7.45 89.422 -84.799 - 31 216.816 1344 4 0 -5.28102 89.05 -85.9501 - 31 144.004 1346 4 0 -4.62198 89.25 -86.0106 - 31 19.2965 893 4 1 -1.31985 93.1611 -84.85 - 31 28.5961 1372 4 0 -0.164361 94.6796 -85.85 - 31 83.8668 1373 4 0 -0.132865 94.7504 -85.8867 - 31 265.025 1374 4 0 -0.102783 94.9501 -85.9176 - 31 63.3492 1375 4 0 -0.194419 95.15 -86.0772 -Number of digits in this event: 51 -Using G4ParticleGun... -Particle energy: 8.32587 LIN -Particle: e- -Event: 32 -Number of tracker hits in this event: 120 - 32 155.329 709 11 1 -38.1236 13.2767 125.55 - 32 102.347 966 11 0 -38.1246 13.2772 124.15 - 32 108.497 709 10 1 -38.1477 13.2901 95.55 - 32 199.896 966 10 0 -38.1489 13.2905 94.15 - 32 152.547 709 9 1 -38.1728 13.2964 65.55 - 32 143.323 966 9 0 -38.1721 13.2951 64.15 - 32 123.559 709 8 1 -38.1562 13.2659 35.55 - 32 169.935 966 8 0 -38.1572 13.2658 34.15 - 32 71.6231 709 7 1 -38.2107 13.2423 5.55 - 32 63.7637 708 7 1 -38.25 13.1859 5.3125 - 32 240.136 963 7 0 -38.4552 12.807 4.15 - 32 96.9395 680 6 1 -44.0203 5.4504 -24.45 - 32 117.938 927 6 0 -43.7706 5.5336 -25.8508 - 32 6.54606 696 5 1 -40.6713 8.71653 -54.45 - 32 86.2587 697 5 1 -40.6491 8.7163 -54.4743 - 32 65.2383 698 5 1 -40.45 8.71226 -54.6197 - 32 46.7694 699 5 1 -40.25 8.70791 -54.7608 - 32 284.629 943 5 0 -38.8665 8.77053 -55.8501 - 32 13.886 885 4 1 -2.88872 9.75268 -84.45 - 32 80.1659 886 4 1 -2.85 9.79986 -84.4971 - 32 117.571 887 4 1 -2.65 10.0239 -84.6731 - 32 70.2881 958 4 0 -1.52145 11.7232 -85.8502 - 32 78.3234 959 4 0 -1.44579 11.85 -85.9282 - 32 41.623 960 4 0 -1.22909 12.05 -86.1298 - 32 23.6704 1042 3 1 28.6003 39.3366 -114.45 - 32 100.078 1043 3 1 28.65 39.2609 -114.487 - 32 152.173 1044 3 1 28.85 38.9537 -114.674 - 32 4.8725 1092 3 0 28.4702 38.4561 -115.85 - 32 131.811 1091 3 0 28.4633 38.45 -115.868 - 32 30.6104 1081 0 0 -33.8923 36.3304 -205.85 - 32 18.4801 1082 0 0 -33.9881 36.45 -206.201 - 32 208.147 1059 0 0 -35.3889 32.0023 -206.25 - 32 75.0212 680 7 0 -19.7717 -43.8586 3.75 - 32 34.6986 679 7 0 -19.7711 -44.05 3.81261 - 32 318.462 709 5 1 -38.2026 13.2501 -54.45 - 32 332.38 966 5 0 -38.2031 13.2505 -55.85 - 32 549.634 709 4 1 -38.2137 13.2635 -84.45 - 32 364.966 966 4 0 -38.2134 13.264 -85.85 - 32 331.06 709 3 1 -38.2017 13.2852 -114.45 - 32 126.268 966 3 0 -38.2023 13.2857 -115.85 - 32 108.544 709 2 1 -38.2031 13.3063 -144.45 - 32 115.707 966 2 0 -38.2024 13.3071 -145.85 - 32 430.136 709 1 1 -38.1868 13.3292 -174.45 - 32 334.927 966 1 0 -38.1869 13.3305 -175.85 - 32 214.641 709 0 1 -38.1804 13.3558 -204.45 - 32 238.969 966 0 0 -38.1785 13.3544 -205.85 - 32 12.1374 922 4 1 4.62919 0.494095 -84.85 - 32 55.0005 923 4 1 4.65003 0.484992 -84.7746 - 32 126.046 708 4 1 -38.2501 13.299 -84.5083 - 32 627.624 710 3 1 -37.9387 13.2165 -114.45 - 32 115.976 965 3 0 -37.934 13.2139 -115.85 - 32 137.249 711 2 1 -37.8296 13.1627 -144.45 - 32 123.348 965 2 0 -37.8236 13.1635 -145.85 - 32 148.282 711 1 1 -37.7023 13.1847 -174.45 - 32 412.682 965 1 0 -37.7027 13.1888 -175.85 - 32 183.978 711 0 1 -37.6592 13.2599 -204.45 - 32 13.2994 1769 9 1 173.95 68.4484 65.2842 - 32 4.09906 1762 9 1 172.75 68.0819 65.4991 - 32 173.923 13 1 1 -177.35 -2.80752 -174.586 - 32 72.1665 12 1 1 -177.55 -2.82493 -174.475 - 32 272.846 708 0 1 -38.25 14.4973 -204.476 - 32 122.309 972 0 0 -38.3312 14.5826 -205.85 - 32 118.096 964 0 0 -38.3082 12.9724 -205.85 - 32 14.6065 614 7 0 177.306 -57.0915 3.75 - 32 18.0678 1244 13 0 -14.1636 68.9059 183.75 - 32 5.29029 1240 2 0 -29.6521 68.1011 -146.25 - 32 144.275 965 4 0 -38.1475 13.2072 -85.85 - 32 123.291 723 3 1 -35.259 14.103 -114.45 - 32 148.17 967 3 0 -35.2872 13.5931 -115.85 - 32 48.9391 718 2 1 -36.3051 4.07702 -144.45 - 32 180.328 719 2 1 -36.25 3.94586 -144.542 - 32 44.7906 909 2 0 -35.4911 2.02592 -145.85 - 32 74.2566 908 2 0 -35.4206 1.85 -145.966 - 32 46.5569 907 2 0 -35.3577 1.65 -146.084 - 32 31.3215 906 2 0 -35.3163 1.44944 -146.19 - 32 59.5366 797 1 1 -20.4716 -53.5431 -174.45 - 32 168.564 798 1 1 -20.45 -53.71 -174.58 - 32 73.8227 623 1 0 -20.1049 -55.2972 -175.85 - 32 89.707 622 1 0 -20.0713 -55.45 -175.97 - 32 48.8891 621 1 0 -20.021 -55.6508 -176.132 - 32 21.9029 845 0 1 -10.8876 -81.5069 -204.45 - 32 110.712 846 0 1 -10.85 -81.5367 -204.534 - 32 142.297 491 0 0 -10.4665 -81.8209 -205.85 - 32 91.4602 490 0 0 -10.4309 -81.85 -205.995 - 32 5.85166 336 0 0 37.3086 -112.936 -206.25 - 32 96.9981 335 0 0 37.3321 -112.95 -206.241 - 32 96.4089 334 0 0 37.6674 -113.15 -206.131 - 32 114.205 333 0 0 37.974 -113.35 -206.02 - 32 50.223 332 0 0 38.2546 -113.55 -205.931 - 32 52.2369 1101 0 1 40.3306 -115.089 -204.85 - 32 83.7051 1102 0 1 40.45 -115.167 -204.793 - 32 82.866 1103 0 1 40.65 -115.308 -204.716 - 32 69.6966 1104 0 1 40.8502 -115.425 -204.627 - 32 42.7422 1105 0 1 41.0501 -115.565 -204.514 - 32 35.6014 198 1 0 64.337 -140.503 -176.25 - 32 87.8372 197 1 0 64.3809 -140.55 -176.196 - 32 48.012 196 1 0 64.6022 -140.75 -175.974 - 32 40.1826 1228 1 1 65.7862 -141.369 -174.85 - 32 88.3653 1229 1 1 65.85 -141.404 -174.783 - 32 40.3774 1230 1 1 66.05 -141.459 -174.56 - 32 25.0446 256 2 0 61.5264 -128.783 -146.25 - 32 129.556 257 2 0 61.5125 -128.75 -146.175 - 32 187.285 1207 2 1 61.4887 -127.794 -144.849 - 32 44.904 321 3 0 57.7989 -115.779 -116.25 - 32 144.278 322 3 0 57.7847 -115.75 -116.141 - 32 51.0343 323 3 0 57.774 -115.55 -115.901 - 32 383.717 1193 3 1 58.8084 -112.575 -114.85 - 32 73.6506 1194 3 1 58.85 -112.235 -114.774 - 32 97.0008 684 3 1 -43.0798 15.583 -114.45 - 32 107.6 976 3 0 -43.2715 15.446 -115.85 - 32 98.9917 665 2 1 -46.9733 10.003 -144.45 - 32 106.094 948 2 0 -46.9396 9.81531 -145.85 - 32 248.769 668 1 1 -46.3365 4.97576 -174.45 - 32 29.3482 916 1 0 -46.4418 3.34809 -175.85 - 32 92.8166 915 1 0 -46.4507 3.25 -175.931 - 32 77.3551 914 1 0 -46.4778 3.04944 -176.101 - 32 139.578 654 0 1 -49.2101 -30.0733 -204.45 - 32 107.686 752 0 0 -49.2032 -29.5585 -205.85 - 32 59.7499 753 0 0 -49.196 -29.45 -206.117 - 32 309.15 967 10 0 -38.1044 13.4508 94.0948 -Number of digits in this event: 48 -Using G4ParticleGun... -Particle energy: 6.83885 LIN -Particle: e- -Event: 33 -Number of tracker hits in this event: 132 - 33 107.751 1037 10 1 27.4791 97.3294 95.55 - 33 124.809 1385 10 0 27.4786 97.3294 94.15 - 33 141.141 1037 9 1 27.4664 97.3305 65.55 - 33 189.904 1385 9 0 27.4644 97.33 64.15 - 33 404.628 1036 8 1 27.4195 97.3237 35.55 - 33 369.295 1385 8 0 27.4178 97.3241 34.15 - 33 124.347 1036 7 1 27.3884 97.3318 5.55 - 33 148.193 1385 7 0 27.3851 97.3316 4.15 - 33 135.08 1036 6 1 27.3222 97.3251 -24.45 - 33 124.034 1385 6 0 27.3196 97.3234 -25.85 - 33 220.503 1036 5 1 27.2682 97.2855 -54.45 - 33 114.367 1385 5 0 27.2665 97.2835 -55.85 - 33 148.853 1035 4 1 27.2322 97.2345 -84.45 - 33 120.13 1385 4 0 27.2315 97.2321 -85.85 - 33 125.032 1035 3 1 27.2196 97.1835 -114.45 - 33 286.181 1385 3 0 27.219 97.1804 -115.85 - 33 106.221 1035 2 1 27.2078 97.1214 -144.45 - 33 150.872 1384 2 0 27.2076 97.119 -145.85 - 33 106.188 1035 1 1 27.2086 97.0705 -174.45 - 33 165.425 1384 1 0 27.2085 97.0691 -175.85 - 33 136.043 1035 0 1 27.2043 97.0405 -204.45 - 33 143.101 1384 0 0 27.2043 97.0382 -205.85 - 33 21.802 1424 0 0 74.1781 105.088 -206.25 - 33 5.40611 1425 0 0 74.5518 105.15 -205.867 - 33 131.541 1277 0 1 75.4998 106.104 -204.85 - 33 258.408 1278 0 1 75.65 106.291 -204.534 - 33 14.3833 1279 0 1 75.85 106.964 -204.81 - 33 319.416 1437 0 0 76.0151 107.74 -205.85 - 33 112.815 1438 0 0 76.0159 107.75 -205.86 - 33 44.2446 1436 0 0 75.924 107.55 -206.038 - 33 101.679 971 2 0 -12.4954 14.4028 -146.25 - 33 167.724 970 2 0 -12.6242 14.25 -145.863 - 33 295.283 837 2 1 -12.518 14.1307 -144.85 - 33 59.871 1157 2 0 -23.9442 51.5351 -146.25 - 33 203.706 1158 2 0 -23.9749 51.65 -146.117 - 33 209.037 1159 2 0 -23.9445 51.85 -146.005 - 33 11.6842 1384 3 0 27.23 97.15 -116.053 - 33 102.61 1037 7 1 27.5395 97.2092 5.55 - 33 124.762 1384 7 0 27.5088 97.15 4.08773 - 33 108.161 1030 6 1 26.194 96.2884 -24.4522 - 33 114.883 1380 6 0 26.2423 96.3211 -25.8501 - 33 116.915 1386 5 0 27.4053 97.4031 -55.8507 - 33 118.931 1033 4 1 26.7591 98.7519 -84.45 - 33 69.7462 1393 4 0 26.6312 98.9149 -85.85 - 33 134.29 1394 4 0 26.5995 98.95 -86.1464 - 33 102.867 1017 3 1 23.6379 102.284 -114.45 - 33 136.794 1411 3 0 23.5291 102.386 -115.85 - 33 116.5 1007 2 1 21.4708 104.194 -144.45 - 33 48.9124 1420 2 0 21.4349 104.339 -145.85 - 33 164.391 1421 2 0 21.4325 104.35 -145.963 - 33 103.458 1004 1 1 21.0483 107.234 -174.45 - 33 129.982 1435 1 0 21.0417 107.326 -175.85 - 33 1.4381 1436 1 0 21.0396 107.35 -176.244 - 33 114.614 1005 0 1 21.0743 108.893 -204.45 - 33 99.6139 1444 0 0 21.0229 108.951 -205.85 - 33 97.5866 1014 2 1 22.8975 107.412 -144.45 - 33 26.9631 1013 2 1 22.85 107.401 -144.637 - 33 283.506 1031 4 1 26.2596 94.5367 -84.45 - 33 270.613 1370 4 0 26.3972 94.3121 -85.85 - 33 122.961 1048 3 1 29.7861 89.5434 -114.45 - 33 59.9789 1347 3 0 29.845 89.6467 -115.85 - 33 129.128 1348 3 0 29.8465 89.65 -115.889 - 33 5.81357 1052 2 1 30.6474 91.8498 -144.45 - 33 195.738 1053 2 1 30.65 91.8484 -144.468 - 33 237.708 1358 2 0 30.8455 91.7833 -145.85 - 33 130.127 1081 1 1 36.2768 89.3104 -174.45 - 33 120.482 1347 1 0 36.2995 89.517 -175.85 - 33 236.793 1094 0 1 38.874 95.4604 -204.45 - 33 109.523 1378 0 0 38.8474 95.8205 -205.85 - 33 47.5806 1040 3 1 28.239 90.6842 -114.45 - 33 77.6321 1041 3 1 28.25 90.7008 -114.604 - 33 124.999 1353 3 0 28.3531 90.825 -115.85 - 33 58.5249 1054 2 1 30.85 93.7685 -144.765 - 33 89.0093 1369 2 0 31.0761 94.0727 -145.85 - 33 36.0355 1370 2 0 31.1306 94.15 -146.121 - 33 15.0081 1083 1 1 36.8398 102.274 -174.45 - 33 117.539 1084 1 1 36.85 102.287 -174.492 - 33 26.259 1412 1 0 37.1505 102.713 -175.85 - 33 313.493 1413 1 0 37.1756 102.75 -175.963 - 33 37.7261 1115 0 1 43.2039 111.007 -204.45 - 33 84.0053 1116 0 1 43.25 111.063 -204.609 - 33 262.376 1456 0 0 43.6286 111.485 -205.85 - 33 50.8426 1457 0 0 43.6885 111.55 -206.043 - 33 61.8663 1268 1 0 32.8205 73.8189 -176.25 - 33 130.515 1267 1 0 32.8253 73.65 -176.145 - 33 273.375 1266 1 0 32.8607 73.4499 -176.085 - 33 0.40165 1387 6 0 26.3861 97.5633 -25.85 - 33 149.895 1032 7 1 26.5167 96.3906 5.55 - 33 150.294 1380 7 0 26.4169 96.3376 4.15 - 33 117.147 1021 6 1 24.347 95.1642 -24.45 - 33 119.462 1374 6 0 24.2771 95.1247 -25.85 - 33 142.616 1013 5 1 22.6795 94.1905 -54.45 - 33 14.2115 1012 5 1 22.65 94.1824 -54.7742 - 33 13.1924 1370 5 0 22.5617 94.1515 -55.85 - 33 97.107 1369 5 0 22.5574 94.15 -55.9032 - 33 136.274 1000 4 1 20.2194 93.5062 -84.45 - 33 141.737 1366 4 0 20.1178 93.4533 -85.85 - 33 167.427 989 3 1 17.9884 92.2994 -114.45 - 33 163.926 1360 3 0 17.863 92.1733 -115.85 - 33 36.5177 1359 3 0 17.8403 92.15 -116.105 - 33 137.683 976 2 1 15.4019 89.7078 -144.45 - 33 104.534 1347 2 0 15.2523 89.5826 -145.85 - 33 232.364 961 1 1 12.2991 87.0096 -174.45 - 33 135.977 1334 1 0 12.1517 86.9041 -175.85 - 33 120.788 943 0 1 8.73291 84.5621 -204.45 - 33 117.31 1321 0 0 8.52733 84.4044 -205.851 - 33 231.727 1248 0 0 -8.8256 69.8343 -206.25 - 33 48.8912 847 0 1 -10.5198 68.9792 -204.85 - 33 129.23 846 0 1 -10.6502 68.8808 -204.748 - 33 36.0697 845 0 1 -10.8501 68.6224 -204.534 - 33 95.7115 1211 1 0 -18.3515 62.3145 -176.25 - 33 350.384 808 1 1 -18.4375 62.1909 -174.85 - 33 371.806 807 1 1 -18.45 62.1834 -174.776 - 33 297.09 809 1 1 -18.25 61.9329 -174.761 - 33 153.775 810 1 1 -18.05 61.7196 -174.464 - 33 120.262 606 2 1 -58.8133 -19.7254 -144.85 - 33 40.856 605 2 1 -58.85 -19.7853 -144.808 - 33 114.619 962 1 1 12.45 86.9682 -174.66 - 33 105.757 1329 1 0 12.4959 86.0453 -175.85 - 33 121.464 1328 1 0 12.5407 85.8498 -176.02 - 33 130.436 1327 1 0 12.5099 85.65 -176.055 - 33 31.9863 1267 0 0 95.3728 73.4775 -206.25 - 33 315.454 1266 0 0 95.362 73.4499 -206.176 - 33 25.4063 1387 8 0 27.3306 97.7072 34.15 - 33 81.9584 1388 8 0 27.3198 97.75 34.0598 - 33 16.9857 1389 8 0 27.3054 97.9501 33.8044 - 33 84.4709 1026 7 1 25.401 126.724 5.55 - 33 134.02 1027 7 1 25.45 126.924 5.26004 - 33 4.5184 1537 7 0 25.7332 127.733 4.14989 - 33 454.928 1538 7 0 25.7382 127.75 4.12557 - 33 34.8148 1798 7 0 26.579 179.861 3.75 - 33 264.573 1799 7 0 26.5909 179.95 3.81076 -Number of digits in this event: 72 -Using G4ParticleGun... -Particle energy: 2.37754 LIN -Particle: e- -Event: 34 -Number of tracker hits in this event: 48 - 34 115.315 864 9 1 -7.15419 130.279 65.55 - 34 95.9287 1550 9 0 -7.1509 130.277 64.15 - 34 121.041 864 8 1 -7.07672 130.239 35.55 - 34 104.822 1550 8 0 -7.07234 130.234 34.15 - 34 191.914 865 7 1 -6.9759 130.142 5.55 - 34 184.203 1549 7 0 -6.96868 130.144 4.15 - 34 163.977 866 6 1 -6.80562 130.191 -24.45 - 34 117.501 1550 6 0 -6.79943 130.196 -25.85 - 34 165.207 866 5 1 -6.69013 130.28 -54.45 - 34 114.181 1550 5 0 -6.68993 130.283 -55.85 - 34 116.612 866 4 1 -6.69908 130.363 -84.45 - 34 122.226 1551 4 0 -6.6988 130.372 -85.85 - 34 104.097 866 3 1 -6.70261 130.554 -114.45 - 34 100.186 1552 3 0 -6.70231 130.562 -115.85 - 34 263.076 866 2 1 -6.68995 130.758 -144.45 - 34 130.917 1553 2 0 -6.66363 130.759 -145.85 - 34 126.149 869 1 1 -6.13031 130.766 -174.45 - 34 146.18 1553 1 0 -6.10624 130.778 -175.85 - 34 108.355 872 0 1 -5.60599 131.024 -204.45 - 34 96.0633 1554 0 0 -5.57618 131.036 -205.85 - 34 4.93398 1550 2 0 -4.90879 130.167 -145.85 - 34 182.24 880 2 1 -3.982 129.522 -144.85 - 34 34.566 867 2 1 -6.64281 130.529 -144.45 - 34 136.877 1552 2 0 -6.82882 130.609 -145.85 - 34 184.075 840 1 1 -12.0014 129.586 -174.45 - 34 5.78789 839 1 1 -12.05 129.517 -174.824 - 34 177.19 1545 1 0 -12.1877 129.309 -175.85 - 34 120.958 821 0 1 -15.7219 123.489 -204.45 - 34 2.54504 1514 0 0 -15.7456 122.956 -205.85 - 34 145.681 1513 0 0 -15.7459 122.95 -205.865 - 34 224.53 1491 3 0 -38.9467 118.465 -116.25 - 34 43.3743 699 3 1 -40.144 118.342 -114.85 - 34 60.1176 698 3 1 -40.25 118.346 -114.742 - 34 67.3144 697 3 1 -40.45 118.378 -114.671 - 34 44.5621 696 3 1 -40.65 118.334 -114.6 - 34 63.9319 695 3 1 -40.8501 118.324 -114.607 - 34 58.4921 694 3 1 -41.05 118.345 -114.685 - 34 95.1435 1488 3 0 -42.0724 117.922 -115.85 - 34 82.4044 1487 3 0 -42.2656 117.75 -116.017 - 34 89.4977 1486 3 0 -42.4518 117.55 -116.083 - 34 124.858 1485 3 0 -42.6853 117.35 -116.105 - 34 95.9453 1484 3 0 -42.9912 117.15 -116.139 - 34 5.37515 1483 3 0 -43.1808 116.95 -116.238 - 34 157.007 864 7 1 -7.05034 130.122 5.39816 - 34 13.2694 1467 0 0 -92.5702 113.569 -206.25 - 34 68.8482 1466 0 0 -92.5945 113.55 -206.235 - 34 197.531 1337 0 0 -96.1781 87.4801 -206.25 - 34 95.8539 1336 0 0 -96.1912 87.4498 -206.205 -Number of digits in this event: 22 -Using G4ParticleGun... -Particle energy: 8.11507 LIN -Particle: e- -Event: 35 -Number of tracker hits in this event: 28 - 35 126.828 1521 8 1 124.52 -63.8823 35.55 - 35 179.138 580 8 0 124.52 -63.8826 34.15 - 35 126.505 1521 7 1 124.524 -63.8851 5.55 - 35 118.028 580 7 0 124.526 -63.8859 4.15 - 35 114.593 1522 6 1 124.551 -63.9021 -24.45 - 35 104.575 580 6 0 124.553 -63.9022 -25.85 - 35 120.133 1522 5 1 124.597 -63.9036 -54.45 - 35 112.747 580 5 0 124.601 -63.9034 -55.85 - 35 142.871 1522 4 1 124.683 -63.8972 -84.45 - 35 118.286 580 4 0 124.685 -63.8958 -85.85 - 35 144.158 1522 3 1 124.706 -63.8704 -114.45 - 35 152.394 580 3 0 124.708 -63.8692 -115.85 - 35 140.841 1522 2 1 124.746 -63.8429 -144.45 - 35 110.376 581 2 0 124.748 -63.8418 -145.85 - 35 221.824 1523 1 1 124.799 -63.8212 -174.45 - 35 222.293 581 1 0 124.801 -63.8195 -175.85 - 35 469.652 1523 0 1 124.835 -63.7812 -204.45 - 35 261.432 581 0 0 124.836 -63.7802 -205.85 - 35 29.1435 833 14 1 -13.2865 55.8788 215.15 - 35 489.586 832 14 1 -13.45 55.9921 215.535 - 35 99.784 831 14 1 -13.65 55.6965 215.523 - 35 79.5403 664 1 0 -58.0235 -47.158 -176.25 - 35 195.764 663 1 0 -58.1962 -47.2502 -176.17 - 35 157.7 662 1 0 -58.3943 -47.45 -176.051 - 35 151.808 604 1 1 -59.1109 -47.4294 -174.85 - 35 335.709 605 1 1 -59.05 -47.4331 -174.52 - 35 146.035 1721 4 1 164.549 124.087 -84.45 - 35 32.6781 1722 4 1 164.55 124.085 -84.451 -Number of digits in this event: 21 -Using G4ParticleGun... -Particle energy: 6.7697 LIN -Particle: e- -Event: 36 -Number of tracker hits in this event: 72 - 36 129.511 1430 9 1 106.201 -78.6987 65.55 - 36 138.089 506 9 0 106.202 -78.6992 64.15 - 36 373.544 1430 8 1 106.223 -78.7077 35.55 - 36 217.638 506 8 0 106.223 -78.7087 34.15 - 36 117.246 1430 7 1 106.223 -78.7257 5.55 - 36 120.611 506 7 0 106.222 -78.7264 4.15 - 36 484.058 1430 6 1 106.215 -78.7422 -24.45 - 36 153.894 506 6 0 106.213 -78.7404 -25.85 - 36 103.099 1430 5 1 106.183 -78.7091 -54.45 - 36 112.261 506 5 0 106.181 -78.7071 -55.85 - 36 151.225 1430 4 1 106.152 -78.6704 -84.45 - 36 107.557 506 4 0 106.152 -78.6683 -85.85 - 36 283.522 1429 3 1 106.128 -78.6287 -114.45 - 36 392.776 507 3 0 106.031 -78.5556 -115.85 - 36 19.8494 1423 2 1 104.758 -77.6117 -144.45 - 36 121.444 1422 2 1 104.75 -77.6107 -144.517 - 36 179.044 512 2 0 104.61 -77.5785 -145.85 - 36 116.834 1407 1 1 101.656 -77.2909 -174.45 - 36 135.176 513 1 0 101.441 -77.3806 -175.85 - 36 118.668 1385 0 1 97.2783 -79.1391 -204.45 - 36 137.63 503 0 0 97.0829 -79.291 -205.85 - 36 151.04 1430 3 1 106.183 -78.7134 -114.45 - 36 0.916782 1428 3 1 105.95 -78.6714 -114.845 - 36 110.804 1311 2 1 82.3927 -79.8422 -144.45 - 36 47.0964 499 2 0 82.4368 -80.2036 -145.85 - 36 57.9433 498 2 0 82.4398 -80.25 -146.036 - 36 199.181 1312 1 1 82.6051 -86.7897 -174.45 - 36 28.2686 1313 1 1 82.65 -87.0419 -174.771 - 36 101.446 460 1 0 82.902 -87.8987 -175.85 - 36 60.7588 459 1 0 82.8798 -88.05 -176.064 - 36 1.05544 1315 0 1 83.2456 -108.951 -204.45 - 36 89.0259 1316 0 1 83.25 -108.956 -204.453 - 36 189.222 1317 0 1 83.45 -109.148 -204.612 - 36 29.0709 1318 0 1 83.65 -109.32 -204.805 - 36 163.315 349 0 0 85.1403 -110.198 -205.85 - 36 137.565 348 0 0 85.6911 -110.35 -206.131 - 36 46.2768 311 0 0 179.214 -117.787 -206.25 - 36 180.639 312 0 0 179.323 -117.75 -206.197 - 36 93.8611 1448 2 1 109.772 -80.1672 -144.45 - 36 2.38273 500 2 0 109.979 -79.8512 -145.85 - 36 161.243 501 2 0 109.98 -79.85 -145.855 - 36 225.737 1465 1 1 113.334 -70.2977 -174.45 - 36 1.15696 560 1 0 113.13 -67.8551 -175.85 - 36 60.2026 561 1 0 113.129 -67.85 -175.853 - 36 64.9139 562 1 0 113.122 -67.6493 -175.958 - 36 58.5353 563 1 0 113.11 -67.45 -176.061 - 36 35.6492 564 1 0 113.076 -67.25 -176.169 - 36 20.5606 1424 0 1 105.119 -22.4844 -204.45 - 36 237.333 1425 0 1 105.15 -22.4707 -204.534 - 36 38.8544 789 0 0 105.665 -22.0953 -205.85 - 36 133.412 790 0 0 105.709 -22.05 -205.975 - 36 234.372 818 0 0 121.263 -16.2762 -206.25 - 36 176.1 1510 0 1 122.223 -16.3723 -204.85 - 36 160.446 1511 0 1 122.35 -16.3554 -204.709 - 36 73.9942 1512 0 1 122.55 -16.3974 -204.453 - 36 47.2901 1509 0 1 122.15 -16.9393 -204.566 - 36 71.2212 1508 0 1 121.95 -16.9664 -204.648 - 36 91.6293 1507 0 1 121.75 -17.0069 -204.69 - 36 93.0461 1506 0 1 121.55 -17.2207 -204.581 - 36 80.0732 1505 0 1 121.35 -17.3628 -204.635 - 36 41.3137 1504 0 1 121.15 -17.4648 -204.726 - 36 227.96 811 0 0 120.692 -17.7719 -205.85 - 36 99.7214 810 0 0 120.671 -17.8503 -205.974 - 36 263.481 809 0 0 120.778 -18.0501 -206.031 - 36 178.64 1431 1 1 106.354 -78.8309 -174.45 - 36 308.474 506 1 0 106.35 -78.8312 -175.85 - 36 173.893 1430 0 1 106.29 -78.8313 -204.45 - 36 116.082 506 0 0 106.29 -78.8301 -205.85 - 36 57.4359 1430 1 1 106.35 -78.8249 -174.659 - 36 198.795 511 0 0 105.057 -77.7403 -205.85 - 36 97.1192 1799 2 1 179.95 -53.0981 -144.518 - 36 231.253 1429 6 1 106.15 -78.9044 -24.6329 -Number of digits in this event: 37 -Using G4ParticleGun... -Particle energy: 6.78283 LIN -Particle: e- -Event: 37 -Number of tracker hits in this event: 91 - 37 224.018 665 11 1 -46.9022 2.81533 125.55 - 37 149.1 913 11 0 -46.9034 2.81559 124.15 - 37 108.173 665 10 1 -46.9254 2.82608 95.55 - 37 130.148 913 10 0 -46.9276 2.82568 94.15 - 37 141.551 665 9 1 -46.9785 2.81339 65.55 - 37 143.514 913 9 0 -46.9818 2.81391 64.15 - 37 117.463 665 8 1 -47.0487 2.82541 35.55 - 37 108.464 913 8 0 -47.0513 2.82724 34.15 - 37 108.575 664 7 1 -47.11 2.86791 5.55 - 37 107.619 914 7 0 -47.1124 2.86808 4.15 - 37 136.987 664 6 1 -47.1653 2.87185 -24.45 - 37 116.451 914 6 0 -47.1688 2.87172 -25.85 - 37 138.532 664 5 1 -47.245 2.86572 -54.45 - 37 123.681 914 5 0 -47.2492 2.86411 -55.85 - 37 118.14 663 4 1 -47.3315 2.84181 -84.45 - 37 108.343 913 4 0 -47.3351 2.84014 -85.85 - 37 110.607 663 3 1 -47.3979 2.80171 -114.45 - 37 225.612 913 3 0 -47.401 2.79926 -115.85 - 37 116.978 662 2 1 -47.457 2.74439 -144.45 - 37 113.402 913 2 0 -47.4614 2.74155 -145.85 - 37 110.908 662 1 1 -47.5446 2.68491 -174.45 - 37 473.873 913 1 0 -47.5484 2.68334 -175.85 - 37 525.579 662 0 1 -47.6191 2.63466 -204.45 - 37 188.818 912 0 0 -47.6204 2.63328 -205.85 - 37 99.0048 661 0 1 -47.65 2.63283 -204.553 - 37 364.227 913 0 0 -48.313 2.65006 -206.089 - 37 103.49 1051 0 0 -43.3097 30.2706 -206.25 - 37 104.779 1052 0 0 -43.2669 30.45 -206.099 - 37 95.5646 1033 0 0 -29.0957 26.8374 -206.25 - 37 0.316427 1306 0 0 -30.2357 81.4241 -206.25 - 37 72.9405 1122 0 0 -10.8973 44.467 -206.25 - 37 40.9997 905 0 0 -47.1622 1.15471 -205.85 - 37 226.926 904 0 0 -47.1306 1.05 -205.963 - 37 129.273 903 0 0 -47.0548 0.85 -206.159 - 37 102.584 914 3 0 -47.4278 2.85007 -116.193 - 37 260.655 663 1 1 -47.4372 2.81142 -174.45 - 37 75.1896 892 1 1 -1.65 -35.6696 -174.754 - 37 43.9242 275 11 1 -125.07 58.9331 125.15 - 37 241.867 274 11 1 -125.15 58.943 125.389 - 37 116.529 663 0 1 -47.3961 2.70004 -204.45 - 37 97.6186 663 2 1 -47.4016 2.71748 -144.45 - 37 71.1217 664 2 1 -47.2499 2.60432 -144.633 - 37 95.546 665 2 1 -47.05 2.50176 -144.697 - 37 67.419 666 2 1 -46.8494 2.4323 -144.678 - 37 51.5382 667 2 1 -46.6495 2.37404 -144.665 - 37 59.5962 668 2 1 -46.45 2.39636 -144.576 - 37 48.8443 669 2 1 -46.2499 2.41577 -144.537 - 37 53.7479 670 2 1 -46.0496 2.42086 -144.49 - 37 54.4978 671 2 1 -45.85 2.41477 -144.46 - 37 59.3451 672 2 1 -45.65 2.38129 -144.482 - 37 56.8613 673 2 1 -45.45 2.42224 -144.498 - 37 60.7978 674 2 1 -45.25 2.47302 -144.494 - 37 56.8006 675 2 1 -45.0488 2.49288 -144.478 - 37 20.247 676 2 1 -44.8499 2.49856 -144.465 - 37 58.7158 868 3 0 -35.9179 -6.34413 -116.25 - 37 232.555 869 3 0 -35.9299 -6.25 -116.18 - 37 119.14 912 10 0 -46.6533 2.50417 94.15 - 37 148.503 911 10 0 -46.531 2.45 93.9821 - 37 274.266 910 10 0 -46.1547 2.25 93.9842 - 37 23.7411 909 10 0 -46.1503 2.05 93.9253 - 37 9.31522 911 11 0 -46.8387 2.25007 124.15 - 37 125.4 910 11 0 -46.8387 2.24998 124.15 - 37 160.619 678 10 1 -44.3072 -8.72718 95.5499 - 37 219.531 853 10 0 -44.0985 -9.30016 94.15 - 37 5.015 852 10 0 -44.0443 -9.45033 93.7674 - 37 183.139 701 9 1 -39.7559 -18.508 65.55 - 37 2.38043 806 9 0 -39.4447 -18.8477 64.15 - 37 254.979 805 9 0 -39.4426 -18.85 64.1406 - 37 70.0878 737 8 1 -32.5251 -25.9994 35.55 - 37 48.0028 738 8 1 -32.45 -26.0628 35.3007 - 37 93.5513 768 8 0 -32.0868 -26.3928 34.15 - 37 150.225 767 8 0 -32.0232 -26.45 33.9501 - 37 44.6015 781 7 1 -23.7194 -33.2061 5.55 - 37 95.3855 782 7 1 -23.65 -33.2456 5.41575 - 37 85.0371 732 7 0 -22.98 -33.6272 4.14964 - 37 120.912 731 7 0 -22.9396 -33.65 4.07243 - 37 50.0008 853 6 1 -9.30531 -40.8496 -24.45 - 37 91.2271 854 6 1 -9.25 -40.8549 -24.5655 - 37 176.557 695 6 0 -8.64463 -40.909 -25.85 - 37 7.39194 927 5 1 5.46787 -42.3207 -54.45 - 37 281.752 926 5 1 5.45 -42.3132 -54.4797 - 37 122.613 690 5 0 4.68822 -41.9644 -55.8502 - 37 110.832 847 4 1 -10.5431 -35.5085 -84.45 - 37 64.7271 846 4 1 -10.65 -35.2801 -84.7138 - 37 91.1192 729 4 0 -11.2297 -34.1426 -85.85 - 37 105.982 730 4 0 -11.2671 -34.05 -85.9413 - 37 58.0789 731 4 0 -11.3215 -33.85 -86.1466 - 37 128.609 889 4 1 -2.132 -50.4523 -84.45 - 37 132.879 890 4 1 -2.05 -50.4493 -84.5325 - 37 139.131 679 10 1 -44.25 -8.72033 95.3969 - 37 189.067 680 10 1 -44.05 -8.72668 95.221 -Number of digits in this event: 35 -Using G4ParticleGun... -Particle energy: 2.49704 LIN -Particle: e- -Event: 38 -Number of tracker hits in this event: 21 - 38 160.777 895 7 1 -0.889376 147.128 5.55 - 38 139.818 1634 7 0 -0.891575 147.116 4.15 - 38 259.03 895 6 1 -0.920525 146.889 -24.45 - 38 118.981 1633 6 0 -0.928382 146.872 -25.85 - 38 110.516 894 5 1 -1.10996 146.593 -54.45 - 38 219.542 1632 5 0 -1.10305 146.585 -55.85 - 38 119.255 895 4 1 -0.942676 146.393 -84.45 - 38 245.94 1631 4 0 -0.926409 146.387 -85.85 - 38 103.551 897 3 1 -0.574564 146.333 -114.45 - 38 117.989 1630 3 0 -0.549909 146.325 -115.85 - 38 127.952 899 2 1 -0.0680295 146.11 -144.45 - 38 374.32 902 1 1 0.484599 145.758 -174.45 - 38 96.1133 1627 1 0 0.517649 145.732 -175.85 - 38 118.477 905 0 1 1.21656 145.24 -204.45 - 38 129.022 1625 0 0 1.24877 145.196 -205.85 - 38 205.932 1348 10 1 89.7613 -56.0931 95.15 - 38 63.0532 1349 10 1 89.85 -56.3033 95.5362 - 38 141.584 1631 6 0 -1.62861 146.486 -25.85 - 38 203.601 1642 6 0 17.6842 148.647 -26.25 - 38 32.6607 1641 6 0 17.8945 148.55 -25.9028 - 38 127.623 989 6 1 17.9619 147.989 -24.85 -Number of digits in this event: 14 -Using G4ParticleGun... -Particle energy: 1.16616 LIN -Particle: e- -Event: 39 -Number of tracker hits in this event: 25 - 39 115.777 1156 10 1 51.416 -88.6884 95.55 - 39 122.876 456 10 0 51.4134 -88.697 94.15 - 39 131.093 1156 9 1 51.3521 -88.8535 65.55 - 39 141.089 455 9 0 51.3552 -88.8637 64.15 - 39 144 1156 8 1 51.4102 -89.0664 35.55 - 39 125.239 454 8 0 51.4085 -89.0796 34.15 - 39 116.186 1156 7 1 51.3867 -89.3811 5.55 - 39 226.22 453 7 0 51.3875 -89.4148 4.15 - 39 188.698 1157 5 1 51.4997 -90.7663 -54.45 - 39 110.312 446 5 0 51.4921 -90.8236 -55.85 - 39 116.448 1157 4 1 51.4719 -92.0287 -84.45 - 39 110.757 440 4 0 51.4954 -92.0757 -85.85 - 39 176.995 1159 3 1 52.0107 -93.045 -114.45 - 39 103.334 435 3 0 52.0178 -93.0966 -115.85 - 39 138.759 1160 2 1 52.1557 -94.1392 -144.45 - 39 94.7735 429 2 0 52.2024 -94.231 -145.85 - 39 124.579 1165 1 1 53.1333 -96.2021 -174.45 - 39 116.725 419 1 0 53.1788 -96.306 -175.85 - 39 179.322 1170 0 1 54.1407 -98.4418 -204.45 - 39 96.0869 408 0 0 54.2103 -98.5139 -205.85 - 39 20.589 491 3 0 107.861 -81.85 -115.972 - 39 199.228 1436 3 1 107.427 -81.3023 -114.85 - 39 339.476 1160 3 1 52.05 -93.0664 -114.813 - 39 95.4466 437 3 0 53.3415 -92.688 -115.85 - 39 6.36325 367 11 0 -83.6797 -106.605 123.75 -Number of digits in this event: 15 -Using G4ParticleGun... -Particle energy: 7.75849 LIN -Particle: e- -Event: 40 -Number of tracker hits in this event: 165 - 40 113.17 1117 11 1 43.477 27.474 125.55 - 40 129.554 1037 11 0 43.478 27.4721 124.15 - 40 116.742 1117 10 1 43.4991 27.4308 95.55 - 40 130.256 1036 10 0 43.5007 27.4283 94.15 - 40 108.832 1117 9 1 43.5308 27.3777 65.55 - 40 213.07 1036 9 0 43.5338 27.3733 64.15 - 40 110.761 1117 8 1 43.5962 27.2856 35.55 - 40 127.281 1036 8 0 43.5989 27.2809 34.15 - 40 428.513 1117 7 1 43.6469 27.1886 5.55 - 40 168.938 1035 7 0 43.6486 27.1837 4.15 - 40 131.915 1118 6 1 43.6775 27.0802 -24.45 - 40 106.759 1035 6 0 43.6791 27.0747 -25.85 - 40 126.904 1118 5 1 43.7192 26.9617 -54.45 - 40 108.183 1034 5 0 43.7211 26.9566 -55.85 - 40 389.594 1118 4 1 43.7588 26.8536 -84.45 - 40 119.36 1033 4 0 43.7597 26.8485 -85.85 - 40 453.631 1118 3 1 43.7745 26.745 -114.45 - 40 372.841 1033 3 0 43.7749 26.7406 -115.85 - 40 258.138 1118 2 1 43.7851 26.6454 -144.45 - 40 168.961 1032 2 0 43.7862 26.6398 -145.85 - 40 141.999 1118 1 1 43.8076 26.5284 -174.45 - 40 103.813 1032 1 0 43.8018 26.5215 -175.85 - 40 254.474 1118 0 1 43.6805 26.3747 -204.45 - 40 154.513 1031 0 0 43.6746 26.3677 -205.85 - 40 119.458 682 5 0 141.096 -43.4928 -56.25 - 40 222.081 681 5 0 141.341 -43.65 -56.137 - 40 53.3249 1117 2 1 43.65 26.6968 -144.659 - 40 204.354 1034 2 0 42.9283 26.9823 -145.85 - 40 180.2 1035 2 0 42.7546 27.05 -146.123 - 40 13.3931 1011 1 1 22.2951 33.5083 -174.45 - 40 218.051 1010 1 1 22.25 33.519 -174.477 - 40 87.0932 1009 1 1 22.05 33.5577 -174.58 - 40 78.1756 1008 1 1 21.85 33.5614 -174.699 - 40 14.9999 1061 1 0 19.0284 32.2662 -175.85 - 40 66.0496 1060 1 0 18.9961 32.25 -175.863 - 40 87.4803 1059 1 0 18.757 32.0493 -175.959 - 40 281.29 1058 1 0 18.4393 31.85 -176.089 - 40 16.2763 1057 1 0 17.761 31.65 -176.242 - 40 145.014 1115 2 1 43.2486 27.2502 -144.45 - 40 49.8626 1038 2 0 42.7044 27.819 -145.85 - 40 127.932 1039 2 0 42.677 27.85 -145.926 - 40 186.833 1058 1 1 31.8303 39.5715 -174.45 - 40 147.205 1100 1 0 31.6039 40.1008 -175.85 - 40 2.34997 1101 1 0 31.5431 40.25 -176.245 - 40 43.4811 1035 0 1 27.0746 50.8791 -204.45 - 40 139.906 1034 0 1 27.05 50.9033 -204.52 - 40 129.803 1156 0 0 26.632 51.3494 -205.85 - 40 30.9704 1157 0 0 26.5382 51.4501 -206.154 - 40 467.667 1119 2 1 44.0018 27.0787 -144.45 - 40 160.83 1119 1 1 43.993 27.6388 -174.45 - 40 183.05 1038 1 0 43.9824 27.6791 -175.85 - 40 108.131 1042 0 0 43.803 28.5959 -205.85 - 40 35.7986 626 8 0 43.3347 -54.7347 33.75 - 40 2.78375 98 4 0 108.694 -160.35 -86.0669 - 40 34.6614 97 4 0 108.777 -160.55 -85.903 - 40 30.8899 1439 4 1 108.139 -162.819 -84.85 - 40 24.4074 1440 4 1 108.15 -162.856 -84.8352 - 40 27.0957 83 4 0 109.335 -163.534 -85.85 - 40 151.097 82 4 0 109.347 -163.55 -85.8837 - 40 156.669 1178 6 1 55.6974 29.3576 -24.45 - 40 66.5911 1045 6 0 56.1554 29.0868 -25.85 - 40 28.029 1044 6 0 56.2227 29.05 -26.1175 - 40 14.2643 1216 5 1 63.4076 23.7214 -54.4505 - 40 94.0362 1217 5 1 63.4501 23.7392 -54.4962 - 40 49.8747 1218 5 1 63.65 23.8272 -54.7026 - 40 168.904 1020 5 0 64.9317 24.1227 -55.8501 - 40 29.6436 1323 5 0 108.791 84.7493 -56.25 - 40 79.4679 1324 5 0 108.845 84.8506 -56.1831 - 40 61.2941 1325 5 0 108.986 85.05 -56.1124 - 40 51.5107 1326 5 0 109.072 85.251 -56.0736 - 40 61.7479 1327 5 0 109.127 85.45 -56.0458 - 40 109.173 1328 5 0 109.167 85.65 -56.0392 - 40 78.3397 1329 5 0 109.206 85.85 -56.0723 - 40 60.3482 1330 5 0 109.263 86.05 -56.1024 - 40 67.0375 1331 5 0 109.342 86.25 -56.0528 - 40 56.4531 1332 5 0 109.473 86.4504 -55.9806 - 40 131.75 1333 5 0 109.568 86.6501 -55.9065 - 40 43.6645 1455 5 1 111.228 89.3744 -54.85 - 40 193.185 1456 5 1 111.35 89.544 -54.8069 - 40 162.066 1457 5 1 111.55 89.7561 -54.6934 - 40 52.4922 1458 5 1 111.75 89.9118 -54.6263 - 40 8.23739 1459 5 1 111.995 90.15 -54.8278 - 40 31.1553 1355 5 0 112.571 91.2653 -55.85 - 40 97.2657 1356 5 0 112.599 91.35 -55.9316 - 40 4.77166 1357 5 0 112.665 91.5503 -56.2295 - 40 186.276 1116 7 1 43.4499 26.9444 5.30055 - 40 60.4951 1117 4 1 43.65 26.9228 -84.6023 - 40 63.8585 1116 4 1 43.45 26.9294 -84.7309 - 40 40.8689 1036 4 0 41.4822 27.4197 -85.85 - 40 134.683 1037 4 0 41.3492 27.45 -85.9142 - 40 17.8162 1031 3 1 26.2709 33.7087 -114.45 - 40 108.599 1030 3 1 26.25 33.7144 -114.48 - 40 64.371 1029 3 1 26.05 33.8936 -114.751 - 40 39.4726 1071 3 0 25.3642 34.3898 -115.85 - 40 70.2558 1072 3 0 25.327 34.45 -115.987 - 40 10.0507 1073 3 0 25.274 34.6502 -116.216 - 40 84.1781 1049 3 0 3.28122 30.0217 -116.25 - 40 294.79 1050 3 0 3.43244 30.05 -116.063 - 40 132.897 191 7 1 -141.783 -34.4986 5.55 - 40 123.092 1032 4 0 43.4551 26.5972 -85.85 - 40 63.7064 1057 3 1 31.5076 20.9558 -114.45 - 40 58.871 1056 3 1 31.45 20.8474 -114.681 - 40 28.4103 1001 3 0 31.0434 20.2891 -115.851 - 40 93.5684 1000 3 0 31.0142 20.2498 -115.936 - 40 34.9748 1022 2 1 24.4839 8.96418 -144.45 - 40 101.657 1021 2 1 24.45 8.88442 -144.568 - 40 10.9789 938 2 0 24.2107 7.68311 -145.85 - 40 82.5245 937 2 0 24.2039 7.65 -145.885 - 40 54.8206 936 2 0 24.1458 7.44974 -146.121 - 40 76.3642 972 1 1 14.6203 -11.7434 -174.45 - 40 37.9355 973 1 1 14.65 -11.8894 -174.706 - 40 24.7628 837 1 0 14.6947 -12.6106 -175.85 - 40 97.2815 836 1 0 14.6949 -12.65 -175.91 - 40 7.62432 835 1 0 14.7035 -12.85 -176.223 - 40 139.769 658 1 0 34.0769 -48.2626 -176.25 - 40 23.5413 657 1 0 34.2278 -48.45 -175.924 - 40 35.6128 1073 1 1 34.8407 -49.0741 -174.85 - 40 334.975 1074 1 1 34.8501 -49.0832 -174.834 - 40 123.121 1075 1 1 35.0501 -49.7945 -174.781 - 40 31.9587 644 1 0 35.6464 -51.1442 -175.85 - 40 72.9641 643 1 0 35.6833 -51.2501 -175.935 - 40 64.6977 642 1 0 35.7226 -51.45 -176.097 - 40 0.515189 641 1 0 35.7248 -51.6501 -176.247 - 40 98.6205 331 1 0 -46.4505 -113.783 -176.25 - 40 94.6172 330 1 0 -46.7382 -113.95 -176.105 - 40 74.0805 329 1 0 -46.9382 -114.15 -176.026 - 40 266.801 661 1 1 -47.7458 -115.139 -174.85 - 40 48.3026 660 1 1 -47.85 -115.4 -174.545 - 40 67.4552 662 1 1 -47.6494 -115.144 -174.637 - 40 49.4975 663 1 1 -47.45 -115.112 -174.641 - 40 64.4618 664 1 1 -47.25 -115.092 -174.617 - 40 62.1023 665 1 1 -47.05 -115.005 -174.543 - 40 31.8551 666 1 1 -46.85 -114.863 -174.493 - 40 114.076 1033 2 0 43.7849 26.7361 -145.85 - 40 97.2825 1112 1 1 42.5251 27.0848 -174.451 - 40 410.864 1034 1 0 42.5924 27.0273 -175.85 - 40 160.172 1120 0 1 44.225 25.1471 -204.45 - 40 134.87 1025 0 0 44.2607 25.2099 -205.85 - 40 7.86077 703 3 1 -39.4094 86.5114 -114.85 - 40 135.027 965 1 1 13.2223 48.6919 -174.85 - 40 130.43 852 0 1 -9.45 124.834 -204.495 - 40 139.153 1395 0 0 17.0149 99.35 -205.954 - 40 5.45178 1151 1 0 13.3418 50.441 -175.85 - 40 168.521 1152 1 0 13.3438 50.45 -175.855 - 40 25.5155 1138 1 1 47.7476 33.697 -174.45 - 40 82.2635 1139 1 1 47.85 33.7119 -174.536 - 40 89.6098 1140 1 1 48.0503 33.7435 -174.689 - 40 0.674007 1141 1 1 48.25 33.756 -174.848 - 40 169.495 1069 1 0 49.3439 33.8791 -175.85 - 40 27.6606 1313 0 1 82.8045 35.2323 -204.45 - 40 108.295 1314 0 1 82.8504 35.2444 -204.544 - 40 34.218 1076 0 0 83.7579 35.4383 -205.85 - 40 118.515 1077 0 0 83.8084 35.45 -205.921 - 40 94.0225 1117 6 1 43.6335 27.2273 -24.45 - 40 182.813 1116 6 1 43.45 27.0765 -24.5316 - 40 164.557 1115 6 1 43.25 26.9516 -24.5604 - 40 268.347 1117 1 1 43.5991 26.9553 -174.45 - 40 160.609 1117 0 1 43.4932 26.9075 -204.45 - 40 182.508 1034 0 0 43.4305 26.9121 -205.85 - 40 252.765 1128 0 1 45.698 26.4698 -204.45 - 40 103.664 1032 0 0 45.8231 26.4534 -205.85 - 40 101.139 1127 0 1 45.65 26.5941 -204.64 - 40 66.2956 1038 0 0 45.5102 27.6669 -205.85 - 40 69.694 1039 0 0 45.4582 27.85 -206.031 - 40 26.1018 1040 0 0 45.4061 28.0506 -206.206 -Number of digits in this event: 62 -Using G4ParticleGun... -Particle energy: 5.95162 LIN -Particle: e- -Event: 41 -Number of tracker hits in this event: 17 - 41 181.06 550 7 1 -69.9905 -130.899 5.55 - 41 124.077 246 7 0 -69.9919 -130.898 4.15 - 41 109.547 550 6 1 -70.0196 -130.889 -24.45 - 41 270.402 246 6 0 -70.02 -130.889 -25.85 - 41 97.2243 550 5 1 -70.0206 -130.895 -54.45 - 41 102.273 246 5 0 -70.0201 -130.896 -55.85 - 41 119.964 550 4 1 -70.0082 -130.912 -84.45 - 41 143.609 246 4 0 -70.0075 -130.912 -85.85 - 41 260.495 550 3 1 -69.9864 -130.926 -114.45 - 41 110.266 246 3 0 -69.9869 -130.925 -115.85 - 41 149.803 550 2 1 -69.9946 -130.915 -144.45 - 41 108.951 246 2 0 -69.9949 -130.917 -145.85 - 41 100.312 550 1 1 -69.999 -130.944 -174.45 - 41 152.785 246 1 0 -69.9985 -130.945 -175.85 - 41 147.3 550 0 1 -69.9899 -130.965 -204.45 - 41 119.014 245 0 0 -69.9876 -130.964 -205.85 - 41 116.908 138 10 1 -152.35 -141.659 95.167 -Number of digits in this event: 10 -Using G4ParticleGun... -Particle energy: 8.63625 LIN -Particle: e- -Event: 42 -Number of tracker hits in this event: 40 - 42 101.884 210 8 1 -138.14 44.5235 35.55 - 42 116.148 1122 8 0 -138.14 44.5238 34.15 - 42 259.74 210 7 1 -138.146 44.5351 5.55 - 42 108.598 1122 7 0 -138.146 44.5353 4.15 - 42 122.11 210 6 1 -138.138 44.5338 -24.45 - 42 105.785 1122 6 0 -138.139 44.5303 -25.85 - 42 348.544 210 5 1 -138.147 44.44 -54.45 - 42 272.11 1121 5 0 -138.148 44.435 -55.85 - 42 112.551 209 4 1 -138.154 44.3353 -84.45 - 42 135.074 1121 4 0 -138.154 44.3301 -85.85 - 42 96.5228 209 3 1 -138.162 44.2278 -114.45 - 42 129.958 1120 3 0 -138.162 44.2245 -115.85 - 42 147.35 209 2 1 -138.154 44.1503 -144.45 - 42 113.331 1120 2 0 -138.15 44.1478 -145.85 - 42 115.391 210 1 1 -138.055 44.1062 -174.45 - 42 106.816 1120 1 0 -138.051 44.1048 -175.85 - 42 117.155 210 0 1 -137.995 44.073 -204.45 - 42 106.781 1120 0 0 -137.99 44.0722 -205.85 - 42 22.7776 159 4 1 -148.182 22.1027 -84.85 - 42 121.238 1123 5 0 -138.195 44.6807 -55.8501 - 42 159.642 201 4 1 -139.822 47.5896 -84.45 - 42 164.807 1137 4 0 -139.903 47.6227 -85.85 - 42 129.997 192 3 1 -141.557 48.4263 -114.45 - 42 157.308 1141 3 0 -141.677 48.4197 -115.85 - 42 15.4782 183 2 1 -143.546 48.9415 -144.45 - 42 87.1417 182 2 1 -143.55 48.9378 -144.518 - 42 101.267 1144 2 0 -143.592 48.8787 -145.85 - 42 150.348 181 1 1 -143.899 47.2598 -174.45 - 42 105.804 1136 1 0 -143.883 47.3545 -175.85 - 42 101.201 179 0 1 -144.297 48.8565 -204.45 - 42 155.873 1143 0 0 -144.467 48.8162 -205.85 - 42 125.187 233 4 1 -133.359 41.9211 -84.45 - 42 9.76424 232 4 1 -133.55 41.7222 -84.8179 - 42 197.967 1105 4 0 -134.042 41.1543 -85.8503 - 42 80.1896 1104 4 0 -134.126 41.05 -86.0232 - 42 30.2108 1147 4 0 -140.743 49.5475 -86.25 - 42 151.023 1148 4 0 -140.708 49.65 -86.1372 - 42 33.1549 1149 4 0 -140.697 49.8506 -85.9034 - 42 184.763 199 4 1 -140.336 50.8804 -84.85 - 42 206.95 209 7 1 -138.15 44.542 5.34319 -Number of digits in this event: 22 -Using G4ParticleGun... -Particle energy: 1.94494 LIN -Particle: e- -Event: 43 -Number of tracker hits in this event: 49 - 43 121.139 1582 8 1 136.574 1.00624 35.55 - 43 218.23 904 8 0 136.576 1.00199 34.15 - 43 180.755 1582 7 1 136.621 0.903925 5.55 - 43 218.95 904 7 0 136.629 0.901487 4.15 - 43 105.048 1583 6 1 136.799 0.864426 -24.45 - 43 97.2143 904 6 0 136.804 0.85885 -25.85 - 43 111.422 1583 5 1 136.879 0.730929 -54.45 - 43 101.173 903 5 0 136.883 0.722148 -55.85 - 43 301.972 1584 4 1 136.978 0.562211 -84.45 - 43 230.752 902 4 0 136.985 0.55447 -85.85 - 43 105.942 1584 3 1 137.116 0.376427 -114.45 - 43 110.693 901 3 0 137.126 0.363858 -115.85 - 43 117.274 1586 2 1 137.354 0.122313 -144.45 - 43 125.833 900 2 0 137.367 0.101465 -145.85 - 43 115.134 1587 1 1 137.655 -0.325035 -174.45 - 43 125.329 898 1 0 137.666 -0.348298 -175.85 - 43 117.693 1588 0 1 137.894 -0.812754 -204.45 - 43 255.176 896 0 0 137.902 -0.827899 -205.85 - 43 208.032 1585 4 1 137.229 0.738702 -84.45 - 43 197.974 1575 3 1 135.245 -2.63434 -114.451 - 43 339.317 888 3 0 135.538 -2.26543 -115.85 - 43 87.9002 889 3 0 135.551 -2.24988 -115.913 - 43 14.135 1602 2 1 140.741 3.97105 -144.45 - 43 222.129 1603 2 1 140.75 4.0117 -144.496 - 43 37.0882 925 2 0 140.871 5.18818 -145.85 - 43 77.4828 926 2 0 140.876 5.25 -145.921 - 43 30.9655 927 2 0 140.896 5.45 -146.138 - 43 48.2241 1617 1 1 143.631 33.5806 -174.45 - 43 145.637 1616 1 1 143.55 33.7007 -174.549 - 43 27.429 1615 1 1 143.35 34.0156 -174.839 - 43 73.8898 1075 1 0 142.67 35.1377 -175.851 - 43 74.2292 1076 1 0 142.603 35.25 -175.953 - 43 187.75 1077 1 0 142.482 35.4501 -176.155 - 43 106.23 1541 0 1 128.49 62.2141 -204.45 - 43 137.792 1212 0 0 128.118 62.5021 -205.85 - 43 24.5152 1067 1 0 144.499 33.5897 -175.85 - 43 194.072 1576 3 1 135.35 -2.61867 -114.516 - 43 70.5046 1583 4 1 136.95 0.871159 -84.6985 - 43 142.833 908 4 0 135.45 1.74667 -85.85 - 43 15.8458 909 4 0 135.211 1.8502 -86.0339 - 43 187.496 898 4 0 124.026 -0.363828 -86.25 - 43 202.78 1520 4 1 124.186 -0.282053 -84.8498 - 43 37.1938 1519 4 1 124.113 -0.136144 -84.45 - 43 19.9099 1521 4 1 124.35 -0.186848 -84.8069 - 43 108.158 899 4 0 124.968 -0.158858 -85.85 - 43 103.011 903 7 0 136.579 0.85 4.09828 - 43 216.457 902 7 0 136.536 0.649652 4.06816 - 43 53.1238 901 7 0 136.44 0.449853 3.84638 - 43 38.2668 1581 7 1 136.55 0.855993 5.27589 -Number of digits in this event: 23 -Using G4ParticleGun... -Particle energy: 3.61665 LIN -Particle: e- -Event: 44 -Number of tracker hits in this event: 69 - 44 116.188 960 8 1 12.1108 -144.181 35.55 - 44 120.289 179 8 0 12.108 -144.178 34.15 - 44 101.791 959 7 1 12.0474 -144.105 5.55 - 44 96.4041 180 7 0 12.0432 -144.097 4.15 - 44 133.151 959 6 1 11.9881 -143.968 -24.45 - 44 160.818 180 6 0 11.9847 -143.964 -25.85 - 44 395.778 959 5 1 11.9031 -143.869 -54.45 - 44 438.568 181 5 0 11.8954 -143.865 -55.85 - 44 106.295 958 4 1 11.7266 -143.77 -84.45 - 44 224.663 181 4 0 11.7141 -143.767 -85.85 - 44 117.758 957 3 1 11.4681 -143.703 -114.45 - 44 143.109 182 3 0 11.4464 -143.703 -115.85 - 44 123.707 954 2 1 11.0432 -143.852 -144.45 - 44 101.252 181 2 0 10.9994 -143.883 -145.85 - 44 135.589 950 1 1 10.2029 -144.591 -174.45 - 44 128.002 177 1 0 10.1758 -144.656 -175.85 - 44 115.102 947 0 1 9.59427 -145.934 -204.45 - 44 115.999 170 0 0 9.5516 -146.031 -205.85 - 44 441.569 959 4 1 11.9006 -143.894 -84.45 - 44 205.438 960 3 1 12.163 -144.168 -114.45 - 44 119.401 179 3 0 12.1533 -144.204 -115.85 - 44 154.558 960 2 1 12.1211 -145.006 -144.45 - 44 144.636 175 2 0 12.0791 -145.072 -145.85 - 44 312.438 956 1 1 11.3153 -146.431 -174.45 - 44 122.759 168 1 0 11.2982 -146.492 -175.85 - 44 105.454 954 0 1 10.9591 -147.811 -204.45 - 44 134.813 161 0 0 10.9446 -147.823 -205.85 - 44 134.115 180 4 0 11.9695 -143.991 -85.85 - 44 116.459 177 3 0 12.2509 -144.603 -115.85 - 44 113.105 962 2 1 12.5263 -145.284 -144.45 - 44 53.9418 174 2 0 12.5413 -145.343 -145.85 - 44 63.897 173 2 0 12.5433 -145.35 -146.015 - 44 125.39 964 1 1 12.8635 -146.617 -174.45 - 44 84.4321 167 1 0 12.8573 -146.725 -175.85 - 44 28.7277 166 1 0 12.8563 -146.75 -176.172 - 44 29.8833 964 0 1 12.853 -148.998 -204.45 - 44 81.6984 963 0 1 12.85 -149.005 -204.536 - 44 117.149 155 0 0 12.8027 -149.104 -205.85 - 44 213.546 960 4 1 12.05 -143.74 -84.6 - 44 118.961 188 4 0 12.7125 -142.475 -85.85 - 44 25.9206 189 4 0 12.7848 -142.35 -85.9782 - 44 65.4785 1037 3 1 27.5063 -166.229 -114.45 - 44 64.2613 1038 3 1 27.65 -166.298 -114.647 - 44 76.6527 67 3 0 28.5555 -166.671 -115.85 - 44 60.0743 66 3 0 28.7489 -166.75 -116.098 - 44 146.115 1151 2 1 50.2544 -178.886 -144.45 - 44 38.3132 10 2 0 50.4854 -178.027 -145.85 - 44 90.215 11 2 0 50.5093 -177.95 -145.975 - 44 300.816 1173 1 1 54.6981 -157.711 -174.45 - 44 60.6776 126 1 0 54.8938 -154.94 -175.85 - 44 95.5175 127 1 0 54.9027 -154.75 -175.953 - 44 104.934 128 1 0 54.9064 -154.55 -176.077 - 44 25.8555 129 1 0 54.9078 -154.35 -176.198 - 44 118.102 1174 0 1 54.9901 -100.136 -204.451 - 44 77.2452 401 0 0 54.9815 -99.7994 -205.85 - 44 47.1094 402 0 0 54.9785 -99.75 -206.074 - 44 1.6161 64 3 0 28.8936 -167.26 -115.85 - 44 69.461 965 1 0 13.137 13.05 -176.025 - 44 57.9853 982 1 1 16.45 18.6616 -174.536 - 44 128.862 983 1 1 16.65 19.0206 -174.48 - 44 107.292 984 1 1 16.85 19.0266 -174.517 - 44 195.558 957 0 1 11.4541 -143.43 -204.45 - 44 40.4949 956 0 1 11.45 -143.427 -204.711 - 44 257.536 183 0 0 11.4304 -143.406 -205.85 - 44 108.126 131 0 0 52.172 -153.905 -206.249 - 44 132.255 1162 0 1 52.5016 -153.615 -204.85 - 44 344.735 959 0 1 11.9539 -143.854 -204.45 - 44 273.598 182 0 0 11.9563 -143.707 -205.851 - 44 38.8889 1617 8 0 114.254 143.55 34.0879 +Event: 8 +Number of tracker hits in this event: 37 + 8 121.547 784 9 1 -23.2117 -123.947 65.55 + 8 115.515 281 9 0 -23.2119 -123.947 64.15 + 8 134.684 784 8 1 -23.2183 -123.939 35.55 + 8 127.705 281 8 0 -23.2186 -123.939 34.15 + 8 150.823 784 7 1 -23.2235 -123.942 5.55 + 8 140.826 281 7 0 -23.2227 -123.941 4.15 + 8 127.764 784 6 1 -23.1719 -123.905 -24.45 + 8 262.893 281 6 0 -23.1697 -123.904 -25.85 + 8 117.615 784 5 1 -23.1278 -123.875 -54.45 + 8 145.887 281 5 0 -23.1268 -123.875 -55.85 + 8 141.798 784 4 1 -23.1089 -123.862 -84.45 + 8 124.921 281 4 0 -23.1074 -123.86 -85.85 + 8 493.199 784 3 1 -23.0666 -123.833 -114.45 + 8 378.295 281 3 0 -23.0733 -123.829 -115.85 + 8 379.401 784 2 1 -23.1869 -123.749 -144.45 + 8 376.869 281 2 0 -23.1668 -123.755 -145.85 + 8 92.4384 786 1 1 -22.6907 -123.863 -174.45 + 8 268.776 281 1 0 -22.6555 -123.853 -175.85 + 8 120.646 790 0 1 -21.9601 -123.644 -204.45 + 8 125.157 282 0 0 -21.9593 -123.637 -205.85 + 8 115.002 783 2 1 -23.2609 -123.826 -144.45 + 8 122.318 783 1 1 -23.3062 -123.764 -174.45 + 8 117.422 783 0 1 -23.3485 -123.803 -204.45 + 8 150.313 281 0 0 -23.3497 -123.804 -205.85 + 8 98.1049 276 4 1 -124.791 18.925 -84.45 + 8 51.7611 282 2 0 -23.062 -123.75 -146.106 + 8 159.637 790 1 1 -21.8957 -122.228 -174.45 + 8 126.473 290 1 0 -21.8772 -122.082 -175.85 + 8 145.3 791 0 1 -21.7199 -118.833 -204.45 + 8 147.488 307 0 0 -21.7388 -118.604 -205.85 + 8 10.6902 308 0 0 -21.7431 -118.55 -206.186 + 8 127.966 1300 14 1 80.1432 49.7581 215.15 + 8 124.74 1301 14 1 80.25 49.8632 215.48 + 8 59.0356 1299 14 1 80.05 49.8018 215.548 + 8 349.587 1298 14 1 79.85 49.8991 215.492 + 8 342.733 1297 14 1 79.65 49.7925 215.428 + 8 60.6246 1296 14 1 79.45 49.8059 215.489 Number of digits in this event: 31 Using G4ParticleGun... -Particle energy: 9.27413 LIN +Particle energy: 1.25921 LIN Particle: e- -Event: 45 -Number of tracker hits in this event: 111 - 45 5.99629 540 11 0 44.5885 -72.0472 123.778 - 45 107.146 1122 10 1 44.5885 -72.0475 95.55 - 45 97.2564 540 10 0 44.5881 -72.0469 94.15 - 45 116.219 1122 9 1 44.5814 -72.0296 65.55 - 45 95.369 540 9 0 44.5817 -72.0305 64.15 - 45 228.291 1122 8 1 44.5989 -72.0514 35.55 - 45 168.83 540 8 0 44.5935 -72.0495 34.15 - 45 439.143 1122 7 1 44.4709 -72.0081 5.55 - 45 491.409 540 7 0 44.4642 -72.0036 4.15 - 45 118.415 1121 6 1 44.3191 -71.8993 -24.45 - 45 357.248 540 6 0 44.31 -71.8951 -25.85 - 45 118.835 1120 5 1 44.1193 -71.8099 -54.45 - 45 330.645 541 5 0 44.1115 -71.8052 -55.85 - 45 573.784 1119 4 1 43.9454 -71.6933 -84.45 - 45 342.448 541 4 0 43.9303 -71.6902 -85.85 - 45 80.4766 1117 3 1 43.617 -71.6351 -114.45 - 45 65.6439 1118 3 1 43.65 -71.6486 -114.727 - 45 358.856 541 3 0 43.797 -71.7199 -115.85 - 45 108.59 1136 2 1 47.3121 -73.1564 -144.45 - 45 94.3134 535 2 0 47.4282 -73.0396 -145.85 - 45 261.629 1149 1 1 49.9662 -70.7711 -174.451 - 45 222.232 547 1 0 50.101 -70.5917 -175.85 - 45 199.356 1164 0 1 52.851 -66.4889 -204.45 - 45 155.598 568 0 0 52.916 -66.3829 -205.85 - 45 69.3136 1121 1 1 44.2615 -71.555 -174.45 - 45 260.021 1112 0 1 42.5475 -71.6151 -204.45 - 45 323.636 542 0 0 42.579 -71.4769 -205.85 - 45 44.7921 543 0 0 42.5782 -71.45 -206.112 - 45 186.414 1119 3 1 43.9499 -71.8495 -114.45 - 45 112.757 1117 2 1 43.618 -71.7043 -144.45 - 45 137.908 541 2 0 43.6148 -71.7165 -145.85 - 45 298.421 1116 1 1 43.4227 -71.9922 -174.45 - 45 280.399 540 1 0 43.3916 -71.9688 -175.85 - 45 166.007 1113 0 1 42.8074 -71.5449 -204.45 - 45 68.2672 538 0 0 43.5424 -72.3228 -205.85 - 45 355.368 539 1 0 43.4567 -72.0512 -175.851 - 45 162.687 1124 0 1 45.0408 -75.5969 -204.45 - 45 146.335 521 0 0 44.7269 -75.7344 -205.85 - 45 34.9969 1117 1 1 43.45 -71.9444 -174.737 - 45 273.762 541 1 0 43.5266 -71.81 -175.85 - 45 165.34 1130 0 1 46.0915 -66.9417 -204.45 - 45 162.731 564 0 0 46.3866 -67.1338 -205.85 - 45 149.092 1120 3 1 44.2183 -71.6649 -114.45 - 45 20.068 542 3 0 44.2258 -71.65 -116.175 - 45 109.596 1121 2 1 44.3483 -71.3871 -144.45 - 45 143.433 543 2 0 44.3603 -71.3869 -145.85 - 45 291.393 1122 1 1 44.5503 -71.3504 -174.45 - 45 141.74 543 1 0 44.5953 -71.3694 -175.85 - 45 357.594 1127 0 1 45.5638 -71.6953 -204.45 - 45 325.267 541 0 0 45.6489 -71.7325 -205.85 - 45 10.8311 542 2 0 44.4066 -71.45 -146.242 - 45 66.3426 305 11 0 123.129 -118.999 123.75 - 45 424.129 306 11 0 123.117 -118.95 123.79 - 45 79.5417 1120 4 1 44.05 -71.6934 -84.7481 - 45 65.3701 541 8 0 44.671 -71.85 33.9734 - 45 173.871 1157 7 1 51.6123 -65.1281 5.55 - 45 67.5907 582 7 0 51.0814 -63.5956 4.15 - 45 84.9927 583 7 0 51.0283 -63.4497 4.00295 - 45 3.16453 584 7 0 50.9377 -63.25 3.76179 - 45 124.943 1097 6 1 39.5675 -40.8432 -24.4508 - 45 114.327 694 6 0 39.8173 -41.1488 -25.85 - 45 11.4755 693 6 0 39.9341 -41.25 -26.2172 - 45 1.11142 1059 6 0 80.7118 32.0455 -26.25 - 45 77.115 1060 6 0 80.7132 32.05 -26.2487 - 45 122.998 1061 6 0 80.7763 32.25 -26.1677 - 45 173.11 1062 6 0 80.8358 32.45 -26.0923 - 45 60.0463 1063 6 0 80.9011 32.65 -26.0268 - 45 55.03 1064 6 0 80.9714 32.85 -25.9619 - 45 188.757 1065 6 0 81.0785 33.0503 -25.8984 - 45 55.7148 1315 6 1 83.1574 38.305 -24.85 - 45 134.894 1316 6 1 83.25 38.5174 -24.7676 - 45 117.491 1317 6 1 83.45 38.9513 -24.651 - 45 45.9603 1318 6 1 83.65 39.318 -24.5262 - 45 175.36 1320 6 1 84.0606 39.372 -24.45 - 45 172.75 1098 6 0 84.5015 39.8309 -25.85 - 45 166.962 1099 6 0 84.5208 39.85 -25.8861 - 45 336.112 1122 6 1 44.537 -71.9573 -24.45 - 45 209.675 1122 5 1 44.4959 -71.983 -54.45 - 45 303.95 540 5 0 44.4979 -71.9891 -55.85 - 45 252.793 1122 4 1 44.515 -72.1011 -84.45 - 45 140.481 539 4 0 44.516 -72.0978 -85.85 - 45 553.692 1122 3 1 44.5939 -72.0179 -114.45 - 45 561.611 540 3 0 44.6025 -72.0113 -115.85 - 45 389.878 1123 2 1 44.7988 -71.862 -144.45 - 45 413.663 540 2 0 44.8135 -71.8652 -145.85 - 45 385.514 1125 1 1 45.1128 -71.9609 -174.45 - 45 299.626 539 0 0 45.5365 -72.1322 -205.85 - 45 132.037 504 1 0 40.6704 -79.1593 -176.25 - 45 121.916 1100 1 1 40.2283 -79.0555 -174.85 - 45 128.041 1124 2 1 44.85 -71.743 -144.57 - 45 92.1882 551 2 0 45.4764 -69.7945 -145.85 - 45 61.0157 552 2 0 45.5184 -69.65 -145.93 - 45 125.707 553 2 0 45.5852 -69.45 -145.987 - 45 298.031 554 2 0 46.0118 -69.25 -145.976 - 45 170.351 632 2 0 77.8524 -53.619 -146.25 - 45 42.9396 1293 2 1 78.7859 -53.17 -144.85 - 45 142.884 1294 2 1 78.85 -53.1362 -144.761 - 45 57.4034 1295 2 1 79.05 -53.0572 -144.595 - 45 108.268 540 4 0 44.4792 -71.9741 -85.85 - 45 237.219 1122 2 1 44.4797 -72.0406 -144.45 - 45 114.846 1121 0 1 44.4353 -72.1609 -204.45 - 45 21.7972 214 0 0 31.7995 -137.232 -206.25 - 45 99.617 213 0 0 31.884 -137.35 -205.917 - 45 214.191 212 0 0 32.0593 -137.55 -205.863 - 45 73.1766 211 0 0 32.1275 -137.75 -206.027 - 45 20.8098 1068 0 1 33.685 -138.576 -204.85 - 45 119.102 539 2 0 44.757 -72.09 -145.85 - 45 141.353 538 1 0 45.0908 -72.3326 -175.85 - 45 279.875 1125 0 1 45.204 -73.1553 -204.45 - 45 116.848 534 0 0 45.1969 -73.2099 -205.85 - 45 143.441 1124 1 1 44.887 -71.8118 -174.45 +Event: 9 +Number of tracker hits in this event: 187 + 9 108.552 799 11 1 -20.0558 -3.9377 125.55 + 9 159.059 880 11 0 -20.0641 -3.94086 124.15 + 9 119.813 799 10 1 -20.2229 -3.98009 95.55 + 9 122.119 880 10 0 -20.223 -3.98253 94.15 + 9 110.212 799 9 1 -20.1901 -4.00219 65.55 + 9 122.672 880 9 0 -20.1974 -4.00846 64.15 + 9 166.027 798 8 1 -20.3828 -4.12512 35.55 + 9 405.436 879 8 0 -20.3896 -4.13586 34.15 + 9 160.385 797 7 1 -20.5257 -4.40948 5.55 + 9 191.464 878 7 0 -20.5273 -4.41713 4.15 + 9 111.353 797 6 1 -20.5731 -4.55984 -24.45 + 9 167.812 877 6 0 -20.5764 -4.5657 -25.85 + 9 142.943 796 5 1 -20.6722 -4.79686 -54.45 + 9 99.9773 876 5 0 -20.6512 -4.81679 -55.85 + 9 230.676 798 4 1 -20.3019 -5.24441 -84.45 + 9 282.539 873 4 0 -20.3013 -5.25155 -85.85 + 9 147.603 798 3 1 -20.3065 -5.50179 -114.45 + 9 154.517 872 3 0 -20.3098 -5.53241 -115.85 + 9 118.084 798 2 1 -20.3455 -6.05205 -144.45 + 9 222.627 869 2 0 -20.3599 -6.10445 -145.85 + 9 103.092 796 1 1 -20.7161 -7.22156 -174.45 + 9 112.48 863 1 0 -20.6929 -7.25353 -175.85 + 9 104.64 798 0 1 -20.2817 -7.87915 -204.45 + 9 113.581 860 0 0 -20.246 -7.89728 -205.85 + 9 4.80793 834 1 1 -13.25 -122.61 -174.712 + 9 146.193 833 1 1 -13.2501 -122.781 -174.601 + 9 193.596 874 4 0 -20.2539 -5.24997 -86.072 + 9 105.553 869 3 1 -6.0919 -0.629487 -114.45 + 9 198.162 868 3 1 -6.25 -0.303196 -114.601 + 9 2.38306 867 3 1 -6.45 0.100181 -114.845 + 9 69.5972 908 3 0 -7.36828 1.70264 -115.85 + 9 67.0152 909 3 0 -7.48243 1.85 -115.966 + 9 61.807 910 3 0 -7.59828 2.05022 -116.085 + 9 60.1915 911 3 0 -7.68752 2.25 -116.155 + 9 19.1577 912 3 0 -7.79127 2.45071 -116.216 + 9 29.3916 1367 3 0 -45.1708 93.6548 -116.25 + 9 72.2843 1368 3 0 -45.1897 93.75 -116.178 + 9 49.5791 1369 3 0 -45.1528 93.95 -115.984 + 9 107.795 676 3 1 -44.744 95.0913 -114.85 + 9 171.688 677 3 1 -44.65 95.3606 -114.598 + 9 85.4728 678 3 1 -44.4498 95.6885 -114.466 + 9 130.827 679 3 1 -44.2499 95.9312 -114.58 + 9 51.7064 1386 3 0 -43.8752 97.4065 -115.85 + 9 89.9256 1387 3 0 -43.8784 97.55 -116.033 + 9 14.4934 1622 3 0 -55.6741 144.715 -116.25 + 9 196.855 1623 3 0 -55.6768 144.75 -116.213 + 9 486.788 624 3 1 -55.1712 144.495 -114.85 + 9 34.9818 625 3 1 -55.05 143.99 -114.492 + 9 101.773 820 3 1 -16.03 -2.10241 -114.45 + 9 13.1047 819 3 1 -16.05 -1.96755 -114.8 + 9 7.16383 890 3 0 -16.295 -1.85242 -115.85 + 9 233.032 891 3 0 -16.3012 -1.84998 -115.876 + 9 436.593 888 3 0 -49.1269 -2.25864 -116.25 + 9 81.3382 877 7 0 -20.4698 -4.45007 3.8677 + 9 116.444 828 8 0 -30.1859 -14.3277 33.75 + 9 119.769 746 8 1 -30.6913 -14.5447 35.1503 + 9 88.6178 745 8 1 -30.932 -14.6981 35.55 + 9 70.834 744 8 1 -31.05 -14.8519 35.3046 + 9 115.065 822 8 0 -31.7675 -15.4578 34.1496 + 9 39.1986 629 8 0 -44.4853 -54.1957 33.75 + 9 114.481 628 8 0 -44.5173 -54.25 33.789 + 9 204.789 627 8 0 -44.8045 -54.4502 33.9291 + 9 32.1185 672 8 1 -45.6192 -54.4866 35.15 + 9 237.976 671 8 1 -45.65 -54.4882 35.1968 + 9 206.214 670 8 1 -45.85 -54.4893 35.4874 + 9 154.257 669 8 1 -46.05 -54.3621 35.3076 + 9 113.211 800 6 1 -20.0475 -3.85997 -24.45 + 9 119.245 879 6 0 -19.9774 -4.14931 -25.85 + 9 98.4103 804 5 1 -19.1966 -11.2824 -54.45 + 9 111.169 843 5 0 -19.1885 -11.398 -55.8506 + 9 122.92 811 4 1 -17.8164 -15.454 -84.45 + 9 107.394 821 4 0 -17.5622 -15.7506 -85.8501 + 9 117.156 835 3 1 -12.9101 -17.9754 -114.45 + 9 140.057 813 3 0 -13.2254 -17.3862 -115.85 + 9 105.613 772 2 1 -25.5978 -6.61108 -144.45 + 9 10.827 771 2 1 -25.65 -6.47761 -144.819 + 9 16.4574 870 2 0 -25.9916 -6.05 -146.182 + 9 20.5437 725 1 1 -34.8572 0.0556297 -174.45 + 9 243.04 726 1 1 -34.85 0.0817668 -174.518 + 9 49.2234 903 1 0 -34.8307 0.764473 -175.85 + 9 95.826 904 1 0 -34.83 0.85 -176.006 + 9 41.0588 721 0 1 -35.7306 19.9364 -204.45 + 9 64.4661 720 0 1 -35.85 19.8884 -204.526 + 9 75.3762 719 0 1 -36.05 19.8489 -204.651 + 9 287.879 998 0 0 -37.0771 19.7684 -205.85 + 9 252.588 652 4 0 -25.8761 -49.4668 -86.2498 + 9 33.6407 651 4 0 -26.3623 -49.65 -85.9272 + 9 273.736 770 4 1 -25.8845 -49.3481 -84.8494 + 9 126.089 771 4 1 -25.85 -49.3401 -84.7082 + 9 109.184 799 6 1 -20.0715 -3.8423 -24.4501 + 9 184.819 881 6 0 -20.0803 -3.83357 -25.85 + 9 271.995 799 5 1 -20.142 -3.54318 -54.45 + 9 363.733 882 5 0 -20.1395 -3.57213 -55.85 + 9 148.722 879 4 0 -20.238 -4.16921 -85.85 + 9 114.512 802 3 1 -19.5514 0.418685 -114.45 + 9 99.6307 902 3 0 -19.6036 0.558462 -115.85 + 9 115.421 797 2 1 -20.5539 3.80245 -144.45 + 9 111.759 919 2 0 -20.5735 3.86238 -145.85 + 9 185.337 797 1 1 -20.4601 4.76993 -174.45 + 9 105.256 923 1 0 -20.6467 4.67158 -175.85 + 9 13.2215 922 1 0 -20.6953 4.64998 -176.202 + 9 55.3346 781 0 1 -23.6908 3.26099 -204.45 + 9 92.1922 782 0 1 -23.65 3.30141 -204.608 + 9 9.14572 917 0 0 -23.2801 3.64305 -205.85 + 9 114.786 918 0 0 -23.2723 3.65 -205.875 + 9 73.0485 798 5 1 -20.2968 -3.62044 -54.45 + 9 68.9153 797 5 1 -20.45 -3.62103 -54.6777 + 9 67.599 883 5 0 -21.9859 -3.35856 -55.85 + 9 142.125 771 5 0 -8.93438 -25.6827 -56.25 + 9 94.4221 772 5 0 -8.8118 -25.65 -56.1075 + 9 200.278 773 5 0 -8.77452 -25.4499 -56.0343 + 9 42.2884 802 2 1 -19.5052 -4.41527 -144.791 + 9 270.242 878 2 0 -19.2271 -4.39845 -145.85 + 9 44.8314 877 2 0 -19.2199 -4.45 -146.061 + 9 126.583 742 2 1 -31.4561 -26.8167 -144.85 + 9 139.63 804 1 1 -19.1887 -4.17237 -174.45 + 9 142.494 879 1 0 -19.1829 -4.19565 -175.851 + 9 115.125 803 0 1 -19.3633 -4.82891 -204.45 + 9 149.034 876 0 0 -19.3321 -4.79483 -205.85 + 9 67.4178 896 0 0 -21.8914 -0.85 -206.119 + 9 25.4922 799 8 1 -20.0881 -4.09402 35.1935 + 9 118.049 793 7 1 -21.3919 -4.83688 5.55 + 9 104.577 876 7 0 -21.4259 -4.72059 4.15 + 9 108.814 789 6 1 -22.1059 -2.05219 -24.45 + 9 113.096 889 6 0 -22.0233 -2.16189 -25.85 + 9 134.479 795 5 1 -20.9025 -4.62731 -54.4502 + 9 125.429 877 5 0 -21.0465 -4.57534 -55.8501 + 9 97.4528 783 4 1 -23.3963 -3.7623 -84.45 + 9 142.042 880 4 0 -23.3284 -3.89348 -85.8503 + 9 115.049 792 3 1 -21.5265 -6.84447 -114.45 + 9 78.527 865 3 0 -21.5081 -7.01121 -115.851 + 9 48.1533 864 3 0 -21.5026 -7.05002 -116.19 + 9 114.576 795 2 1 -20.9343 -10.1127 -144.45 + 9 100.402 847 2 0 -21.1641 -10.4616 -145.85 + 9 130.102 768 1 1 -26.4196 -16.7202 -174.45 + 9 118.045 815 1 0 -26.0697 -16.8708 -175.85 + 9 110.047 817 0 1 -16.533 -17.9681 -204.45 + 9 159.585 812 0 0 -16.4558 -17.6204 -205.85 + 9 55.1691 784 0 1 -23.0675 -26.9891 -204.85 + 9 39.9068 814 1 0 -26.1916 -17.17 -175.85 + 9 138.358 789 1 1 -22.15 -13.0231 -174.45 + 9 123.64 788 1 1 -22.25 -12.9357 -174.668 + 9 76.1714 837 1 0 -22.6675 -12.5138 -175.85 + 9 60.7993 838 1 0 -22.7649 -12.45 -176.078 + 9 142.298 748 1 0 -57.4081 -30.3128 -176.249 + 9 2.00937 609 1 1 -58.2458 -30.6768 -174.85 + 9 100.676 608 1 1 -58.25 -30.6788 -174.842 + 9 32.2169 607 1 1 -58.4503 -30.6823 -174.527 + 9 113.614 799 7 1 -20.1783 -4.19845 5.55 + 9 108.574 879 7 0 -20.1807 -4.20412 4.15 + 9 150.004 798 6 1 -20.2647 -4.29882 -24.45 + 9 119.556 878 6 0 -20.2653 -4.33114 -25.85 + 9 121.327 873 5 0 -20.1876 -5.36494 -55.85 + 9 118.662 801 4 1 -19.6567 -6.84685 -84.45 + 9 111.847 865 4 0 -19.6383 -6.94086 -85.85 + 9 103.995 804 3 1 -19.0643 -8.76302 -114.45 + 9 104.118 855 3 0 -19.0693 -8.90041 -115.85 + 9 113.588 805 2 1 -19.0269 -11.996 -144.45 + 9 163.984 839 2 0 -19.0547 -12.1805 -145.85 + 9 91.3055 800 1 1 -19.8634 -16.0373 -174.45 + 9 28.647 801 1 1 -19.85 -16.0557 -174.733 + 9 125.702 819 1 0 -19.7941 -16.1396 -175.85 + 9 64.5229 806 0 1 -18.8427 -18.8194 -204.45 + 9 61.0462 805 0 1 -18.85 -18.8565 -204.659 + 9 157.164 804 0 0 -18.8946 -19.0658 -205.85 + 9 290.471 880 2 0 -20.2896 -3.91783 -146.25 + 9 21.5532 879 2 0 -20.2597 -4.05 -146.228 + 9 198.396 812 1 1 -17.5276 -6.59657 -174.542 + 9 235.251 867 1 0 -17.4651 -6.63084 -175.85 + 9 20.4356 819 0 1 -16.0645 -7.42869 -204.45 + 9 222.427 820 0 1 -16.05 -7.43352 -204.543 + 9 113.945 862 0 0 -15.8777 -7.5037 -205.85 + 9 66.3655 810 0 1 -17.9686 -5.63736 -204.45 + 9 48.1053 809 0 1 -18.05 -5.63058 -204.676 + 9 115.037 872 0 0 -18.4618 -5.62789 -205.85 + 9 91.1487 943 0 0 -41.0932 8.69869 -206.25 + 9 108.541 944 0 0 -41.2895 8.85 -206.044 + 9 13.6571 684 0 1 -43.2118 9.62504 -204.85 + 9 148.474 683 0 1 -43.2501 9.63976 -204.828 + 9 337.088 682 0 1 -43.4502 9.7166 -204.694 + 9 134.02 681 0 1 -43.65 9.79382 -204.583 + 9 67.0596 680 0 1 -43.8501 9.90641 -204.54 + 9 70.3685 679 0 1 -44.05 10.0084 -204.481 + 9 106.598 1065 1 0 -23.5337 33.0595 -176.25 + 9 58.4802 1066 1 0 -23.3587 33.25 -176.007 + 9 81.4298 790 1 1 -22.05 34.769 -174.643 + 9 4.59706 791 1 1 -21.85 34.807 -174.461 Number of digits in this event: 68 Using G4ParticleGun... -Particle energy: 2.83818 LIN +Particle energy: 7.35496 LIN Particle: e- -Event: 46 -Number of tracker hits in this event: 58 - 46 135.229 909 10 1 2.03774 92.482 95.55 - 46 103.247 1361 10 0 2.03526 92.4832 94.15 - 46 131.394 909 9 1 1.98092 92.503 65.55 - 46 115.193 1361 9 0 1.97975 92.5046 64.15 - 46 347.379 909 8 1 1.96319 92.5344 35.55 - 46 173.823 1361 8 0 1.96201 92.539 34.15 - 46 409.734 909 7 1 1.9429 92.6395 5.55 - 46 110.361 1362 7 0 1.93889 92.645 4.15 - 46 127.044 909 6 1 1.85139 92.7711 -24.45 - 46 122.368 1363 6 0 1.84678 92.774 -25.85 - 46 119.85 908 5 1 1.75371 92.8416 -54.45 - 46 132.268 1363 5 0 1.75088 92.8462 -55.85 - 46 105.183 908 4 1 1.69226 92.9346 -84.45 - 46 205.255 1363 4 0 1.68789 92.9415 -85.85 - 46 108.215 907 3 1 1.58857 93.083 -114.45 - 46 110.433 1364 3 0 1.58674 93.0872 -115.85 - 46 115.588 907 2 1 1.54797 93.1752 -144.45 - 46 129.931 1365 2 0 1.54726 93.18 -145.85 - 46 118.289 907 1 1 1.5148 93.2698 -174.45 - 46 104.403 1365 1 0 1.51814 93.2774 -175.85 - 46 423.989 907 0 1 1.58008 93.4314 -204.45 - 46 320.849 1366 0 0 1.58225 93.4346 -205.85 - 46 144.545 1362 8 0 1.89926 92.55 33.8417 - 46 269.125 910 8 1 2.05 92.4454 35.4595 - 46 112.411 1361 7 0 1.8638 92.5495 4.15 - 46 115.563 907 6 1 1.64865 91.2699 -24.45 - 46 218.488 1355 6 0 1.51401 91.254 -25.85 - 46 116.292 892 5 1 -1.50038 91.0521 -54.4501 - 46 121.303 1354 5 0 -1.68262 90.9951 -55.85 - 46 132.49 874 4 1 -5.07874 89.6829 -84.4501 - 46 129.279 1348 4 0 -5.30632 89.7511 -85.85 - 46 109.615 849 3 1 -10.1431 91.1311 -114.45 - 46 114.761 1355 3 0 -10.3616 91.2256 -115.85 - 46 122.264 826 2 1 -14.7954 92.802 -144.45 - 46 114.465 1363 2 0 -14.8557 92.8858 -145.85 - 46 102.14 819 1 1 -16.1879 95.2994 -174.45 - 46 101.21 1376 1 0 -16.2947 95.5054 -175.85 - 46 22.0097 1377 1 0 -16.3179 95.55 -176.172 - 46 137.753 812 0 1 -17.5955 98.8096 -204.45 - 46 106.091 1392 0 0 -17.2679 98.6109 -205.851 - 46 447.096 908 7 1 1.85 92.6133 5.25857 - 46 36.5162 1355 7 0 1.42973 91.2715 4.14974 - 46 83.2618 1354 7 0 1.37405 91.15 4.02302 - 46 37.6168 1353 7 0 1.28937 90.949 3.8369 - 46 73.8941 850 6 1 -9.89329 60.4582 -24.45 - 46 64.0588 851 6 1 -9.85 60.4116 -24.6726 - 46 276.648 1199 6 0 -9.59229 59.9774 -25.85 - 46 140.752 1353 6 0 15.5876 90.8445 -26.25 - 46 94.8757 1354 6 0 15.5975 90.95 -26.1343 - 46 107.108 978 6 1 15.8398 91.4163 -24.85 - 46 183.023 979 6 1 15.85 91.4246 -24.8168 - 46 82.3948 1352 6 0 15.6086 90.75 -26.1753 - 46 69.2429 1351 6 0 15.8424 90.55 -26.1906 - 46 100.856 1350 6 0 16.0371 90.3498 -26.1493 - 46 57.4636 1349 6 0 16.1414 90.05 -26.0997 - 46 65.1978 1348 6 0 16.0756 89.8496 -26.0411 - 46 74.5138 1347 6 0 16.0644 89.6499 -26.1132 - 46 126.518 1357 7 0 1.13535 91.7417 4.14924 -Number of digits in this event: 28 +Event: 10 +Number of tracker hits in this event: 26 + 10 135.317 1377 8 1 95.5608 100.536 35.55 + 10 124.491 1401 8 0 95.5607 100.535 34.15 + 10 116.818 1377 7 1 95.563 100.522 5.55 + 10 192.548 1401 7 0 95.5631 100.522 4.15 + 10 97.1459 1377 6 1 95.5639 100.508 -24.45 + 10 97.068 1401 6 0 95.564 100.507 -25.85 + 10 128.165 1377 5 1 95.5642 100.494 -54.45 + 10 118.511 1401 5 0 95.5621 100.492 -55.85 + 10 112.462 1376 4 1 95.5184 100.451 -84.45 + 10 213.678 1401 4 0 95.5161 100.45 -85.85 + 10 113.551 1376 3 1 95.4672 100.416 -114.45 + 10 120.843 1401 3 0 95.4656 100.415 -115.85 + 10 112.12 1376 2 1 95.436 100.405 -144.45 + 10 137.926 1401 2 0 95.4351 100.404 -145.85 + 10 103.722 1376 1 1 95.4205 100.386 -174.45 + 10 102.317 1401 1 0 95.4177 100.384 -175.85 + 10 682.079 1376 0 1 95.3581 100.35 -204.45 + 10 113.432 1400 0 0 95.3563 100.349 -205.85 + 10 7.21843 1421 1 1 104.478 74.984 -174.85 + 10 0.898871 1377 0 1 95.5518 100.605 -204.45 + 10 87.3433 1376 8 1 95.55 100.545 35.3935 + 10 13.8291 1375 8 1 95.3498 100.607 35.1975 + 10 93.2537 1403 8 0 94.684 100.776 34.15 + 10 113.32 1404 8 0 94.5189 100.95 33.9645 + 10 102.073 1412 8 0 152.038 102.744 33.7502 + 10 113.386 1411 8 0 152.188 102.55 33.8224 +Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 4.68792 LIN +Particle energy: 8.05252 LIN Particle: e- -Event: 47 -Number of tracker hits in this event: 60 - 47 141.38 1360 9 1 92.229 82.2138 65.55 - 47 198.73 1310 9 0 92.229 82.2135 64.15 - 47 131.579 1360 8 1 92.2476 82.2127 35.55 - 47 175.303 1310 8 0 92.2505 82.2139 34.15 - 47 345.811 1360 7 1 92.3062 82.2366 5.55 - 47 627.691 1310 7 0 92.3076 82.2356 4.15 - 47 112.39 1360 6 1 92.3382 82.215 -24.45 - 47 306.628 1310 6 0 92.3385 82.2135 -25.85 - 47 139.799 1360 5 1 92.3472 82.1843 -54.45 - 47 381.921 1310 5 0 92.3468 82.1838 -55.85 - 47 129.892 1360 4 1 92.3308 82.1719 -84.45 - 47 116.641 1310 4 0 92.3298 82.169 -85.85 - 47 115.094 1360 3 1 92.3075 82.1092 -114.45 - 47 289.456 1310 3 0 92.3064 82.1078 -115.85 - 47 111.649 1360 2 1 92.2704 82.0768 -144.45 - 47 166.855 1310 2 0 92.2685 82.0784 -145.85 - 47 104.113 1360 1 1 92.227 82.106 -174.45 - 47 132.433 1310 1 0 92.2257 82.1064 -175.85 - 47 403.536 1360 0 1 92.1931 82.1147 -204.45 - 47 99.8474 1310 0 0 92.1892 82.1168 -205.85 - 47 10.8962 1691 1 0 -20.2159 158.35 -176.13 - 47 241.611 1311 3 0 92.4577 82.25 -116.181 - 47 103.842 1362 6 1 92.6418 81.758 -24.45 - 47 149.571 1308 6 0 92.6435 81.7647 -25.85 - 47 124.049 1363 5 1 92.7501 82.0687 -54.45 - 47 184.006 1364 4 1 92.9955 82.613 -84.45 - 47 95.6473 1312 4 0 92.9908 82.6077 -85.85 - 47 105.725 1362 3 1 92.6383 82.3996 -114.45 - 47 114.207 1359 2 1 91.9854 82.4414 -144.45 - 47 174.936 1311 2 0 91.943 82.4426 -145.85 - 47 121.709 1354 1 1 91.038 82.3447 -174.45 - 47 187.653 1311 1 0 90.9644 82.3574 -175.85 - 47 101.896 1346 0 1 89.4214 82.4721 -204.45 - 47 171.534 1312 0 0 89.3324 82.4761 -205.85 - 47 310.545 1302 1 0 59.3785 80.4516 -176.25 - 47 37.0608 1312 1 0 91.1273 82.45 -175.894 - 47 71.6282 1355 1 1 91.265 83.7237 -174.85 - 47 15.9203 1327 1 0 90.8884 85.6124 -175.85 - 47 239.955 1328 1 0 90.879 85.6501 -175.865 - 47 110.643 1356 1 1 91.3724 85.4179 -174.85 - 47 81.9166 1307 6 0 93.3734 81.5247 -25.85 - 47 108 1306 6 0 93.5503 81.45 -25.991 - 47 82.5875 1305 6 0 93.6076 81.25 -25.9089 - 47 68.5517 1370 6 1 94.3168 80.603 -24.8499 - 47 66.4401 1297 6 0 94.2805 79.4922 -25.85 - 47 102.07 1358 6 1 91.8898 82.1151 -24.45 - 47 65.5617 1354 5 1 90.9581 82.4831 -54.45 - 47 60.2845 1353 5 1 90.95 82.4882 -54.6649 - 47 119.869 1312 5 0 90.9039 82.517 -55.85 - 47 117.243 1349 4 1 90.05 83.1241 -84.4505 - 47 132.36 1315 4 0 90.0178 83.1865 -85.85 - 47 105.969 1347 3 1 89.4675 84.4418 -114.45 - 47 113.213 1322 3 0 89.4457 84.4913 -115.85 - 47 133.322 1344 2 1 88.9621 85.5435 -144.45 - 47 166.508 1327 2 0 88.9234 85.5593 -145.85 - 47 103.612 1340 1 1 88.1079 85.795 -174.45 - 47 185.047 1335 0 1 87.2238 86.097 -204.45 - 47 129.578 1330 0 0 87.1742 86.0978 -205.85 - 47 24.1323 1609 4 0 -79.1916 142.053 -86.25 - 47 75.9029 1610 4 0 -79.2242 142.15 -86.2277 -Number of digits in this event: 31 -Using G4ParticleGun... -Particle energy: 1.55974 LIN -Particle: e- -Event: 48 -Number of tracker hits in this event: 41 - 48 143.89 493 10 1 -81.3287 -63.8533 95.55 - 48 190.224 580 10 0 -81.3315 -63.8586 94.15 - 48 139.161 493 9 1 -81.3667 -63.9592 65.55 - 48 144.425 580 9 0 -81.3658 -63.9601 64.15 - 48 129.575 493 8 1 -81.3259 -63.9711 35.55 - 48 143.825 580 8 0 -81.3253 -63.9698 34.15 - 48 98.1846 493 7 1 -81.3307 -63.9574 5.55 - 48 102.478 580 7 0 -81.3262 -63.9567 4.15 - 48 198.945 493 6 1 -81.263 -63.9339 -24.45 - 48 117.748 580 6 0 -81.2628 -63.9458 -25.85 - 48 117.832 493 5 1 -81.2823 -64.2022 -54.45 - 48 123.51 579 5 0 -81.2739 -64.2036 -55.85 - 48 101.388 494 4 1 -81.1114 -64.242 -84.45 - 48 133.944 578 4 0 -81.1048 -64.2553 -85.85 - 48 341.313 495 3 1 -80.946 -64.5289 -114.45 - 48 132.755 577 3 0 -80.9363 -64.5356 -115.85 - 48 175.767 496 2 1 -80.7503 -64.673 -144.45 - 48 124.949 576 2 0 -80.7414 -64.6897 -145.85 - 48 121.267 497 1 1 -80.5701 -65.0243 -174.45 - 48 101.57 575 1 0 -80.5563 -65.0337 -175.85 - 48 129.109 498 0 1 -80.2747 -65.2093 -204.45 - 48 119.823 574 0 0 -80.2615 -65.2227 -205.85 - 48 195.121 494 1 1 -81.1642 -65.2174 -174.45 - 48 142.876 493 1 1 -81.2501 -65.2044 -174.564 - 48 8.26042 492 1 1 -81.45 -65.1866 -174.828 - 48 162.014 574 1 0 -82.2668 -65.2358 -175.85 - 48 166.786 573 1 0 -82.3731 -65.25 -175.986 - 48 88.2444 395 0 1 -101.001 -59.0367 -204.45 - 48 56.1634 394 0 1 -101.15 -59.2023 -204.674 - 48 23.4771 600 0 0 -102.016 -60.0143 -205.85 - 48 114.775 599 0 0 -102.056 -60.0504 -205.903 - 48 15.5831 598 0 0 -102.243 -60.25 -206.2 - 48 50.0174 484 0 1 -83.2379 -63.9336 -204.45 - 48 73.3974 483 0 1 -83.25 -63.9224 -204.588 - 48 175.888 581 0 0 -83.3819 -63.8111 -205.85 - 48 144.62 924 0 1 4.85 -34.8869 -204.498 - 48 265.166 923 0 1 4.85 -34.8984 -204.542 - 48 3.4773 922 0 1 4.64999 -34.8028 -204.562 - 48 211.618 494 0 1 -81.0945 -64.4321 -204.45 - 48 98.2674 578 0 0 -81.0954 -64.4364 -205.85 - 48 158.3 577 0 0 -80.9933 -64.4715 -205.85 -Number of digits in this event: 26 -Using G4ParticleGun... -Particle energy: 4.20727 LIN -Particle: e- -Event: 49 -Number of tracker hits in this event: 142 - 49 113.804 978 11 1 15.688 52.4289 125.55 - 49 94.5329 1161 11 0 15.6862 52.4265 124.15 - 49 345.371 978 10 1 15.654 52.3721 95.55 - 49 119.619 1161 10 0 15.6519 52.3703 94.15 - 49 107.336 977 9 1 15.6044 52.3375 65.55 - 49 145.818 1161 9 0 15.6029 52.3406 64.15 - 49 111.145 977 8 1 15.5799 52.4017 35.55 - 49 100.14 1161 8 0 15.5798 52.4035 34.15 - 49 110.469 977 7 1 15.5802 52.4443 5.55 - 49 108.002 1161 7 0 15.5805 52.4421 4.15 - 49 214.719 977 6 1 15.595 52.3875 -24.45 - 49 262.495 1161 6 0 15.5991 52.3844 -25.85 - 49 194.397 978 5 1 15.6831 52.3159 -54.45 - 49 122.174 1161 5 0 15.6869 52.3126 -55.85 - 49 589.4 978 4 1 15.7949 52.2505 -84.45 - 49 327.897 1160 4 0 15.7965 52.2491 -85.85 - 49 224.882 978 3 1 15.8257 52.2342 -114.45 - 49 134.161 1160 3 0 15.8354 52.2311 -115.85 - 49 87.6754 980 2 1 16.0864 52.1326 -144.45 - 49 524.133 1160 2 0 16.1022 52.1294 -145.85 - 49 113.808 981 1 1 16.4346 52.0426 -174.45 - 49 442.694 1159 1 0 16.4501 52.0388 -175.85 - 49 101.562 983 0 1 16.7835 51.8202 -204.45 - 49 161.849 1158 0 0 16.8002 51.8152 -205.85 - 49 267.507 903 1 1 0.754873 100.585 -174.85 - 49 337.295 1161 4 0 15.7705 52.3225 -85.85 - 49 225.409 1161 3 0 15.8187 52.2863 -115.85 - 49 232.154 979 2 1 15.8642 52.5309 -144.45 - 49 115.898 1162 2 0 15.86 52.5543 -145.85 - 49 371.747 978 1 1 15.7758 53.0601 -174.45 - 49 421.134 1165 1 0 15.7722 53.0801 -175.85 - 49 189.265 978 0 1 15.6801 53.5248 -204.45 - 49 161.774 1167 0 0 15.678 53.5395 -205.85 - 49 84.9909 1346 0 1 89.364 111.696 -204.45 - 49 103.828 979 0 1 15.85 53.5489 -204.725 - 49 132.047 980 0 1 16.05 53.6839 -204.675 - 49 286.799 981 0 1 16.25 53.8791 -204.549 - 49 308.421 979 3 1 15.96 54.5201 -114.45 - 49 27.9823 1175 3 0 16.118 55.2049 -115.85 - 49 97.3946 1176 3 0 16.1271 55.25 -115.934 - 49 53.1498 991 2 1 18.2742 71.4545 -144.45 - 49 66.2825 990 2 1 18.25 71.4988 -144.635 - 49 126.667 1258 2 0 17.8903 71.7678 -145.85 - 49 48.4926 945 1 1 9.18251 75.2438 -174.45 - 49 216.36 946 1 1 9.25016 75.1233 -174.501 - 49 453.411 947 1 1 9.45 74.6736 -174.682 - 49 35.4837 1256 1 0 10.3042 71.3405 -175.85 - 49 87.5262 1255 1 0 10.3237 71.2492 -175.879 - 49 50.3803 1254 1 0 10.3514 71.05 -175.955 - 49 48.6072 1253 1 0 10.376 70.85 -176.02 - 49 49.1338 1252 1 0 10.3801 70.65 -176.043 - 49 53.034 1251 1 0 10.396 70.4497 -176.086 - 49 63.8001 1250 1 0 10.4382 70.2499 -176.144 - 49 3.26312 1249 1 0 10.4599 70.05 -176.243 - 49 167.485 927 0 1 5.47188 17.3185 -204.45 - 49 19.959 982 0 0 5.57521 16.4901 -205.85 - 49 101.341 981 0 0 5.57783 16.45 -205.92 - 49 112.556 978 0 0 -1.19478 15.6633 -206.25 - 49 155.643 979 0 0 -1.40162 15.8501 -206.044 - 49 232.547 886 0 1 -2.7199 16.3705 -204.85 - 49 132.236 887 0 1 -2.65 16.8196 -204.657 - 49 30.2436 983 0 0 -1.74336 16.694 -205.85 - 49 94.5511 889 0 1 -2.12197 17.1145 -204.85 - 49 168.789 1163 3 0 16.0251 52.714 -115.85 - 49 128.562 1164 2 0 15.9717 52.883 -145.85 - 49 112.012 986 1 1 17.4388 53.074 -174.45 - 49 113.474 990 0 1 18.1985 53.8383 -204.45 - 49 193.784 1169 0 0 18.2998 53.9005 -205.85 - 49 118.519 980 3 1 16.1695 52.3367 -114.45 - 49 323.299 981 2 1 16.278 52.1806 -144.45 - 49 100.45 982 1 1 16.5267 51.5512 -174.45 - 49 158.598 1157 1 0 16.5494 51.5254 -175.85 - 49 24.4581 984 0 1 17.0447 50.9654 -204.45 - 49 76.8705 985 0 1 17.05 50.9623 -204.543 - 49 208.772 1154 0 0 17.1267 50.9172 -205.85 - 49 195.916 977 1 1 15.6291 51.5841 -174.451 - 49 101.306 993 0 1 18.718 59.9136 -204.45 - 49 48.18 1197 0 0 18.6154 59.4941 -205.85 - 49 92.6719 1196 0 0 18.607 59.45 -205.986 - 49 80.1524 1709 0 0 -26.1452 161.95 -206.082 - 49 349.491 1160 1 0 15.9558 52.1031 -175.85 - 49 3.75164 1161 1 0 16.1216 52.25 -176.233 - 49 302.809 977 2 1 15.4772 52.8108 -144.45 - 49 18.8798 978 2 1 15.65 52.5152 -144.808 - 49 206.978 1159 2 0 15.9077 52.0496 -145.962 - 49 152.925 974 1 1 15.0422 52.2471 -174.45 - 49 89.7227 970 0 1 14.0882 51.3002 -204.45 - 49 23.1778 969 0 1 14.05 51.2534 -204.774 - 49 101.561 1155 0 0 13.915 51.1005 -205.85 - 49 317.407 975 1 1 15.0502 52.2445 -174.467 - 49 157.459 1038 0 1 27.7007 48.9595 -204.45 - 49 90.9927 1139 0 0 28.0854 48.0051 -205.85 - 49 45.5565 1138 0 0 28.15 47.85 -206.079 - 49 88.9894 1158 1 0 15.4726 51.827 -175.85 - 49 322.804 976 1 1 15.3834 51.5662 -174.45 - 49 117.798 1155 1 0 15.691 51.1962 -175.85 - 49 55.1158 1001 0 1 20.4023 45.5246 -204.45 - 49 99.5402 1002 0 1 20.45 45.4329 -204.593 - 49 12.6348 1121 0 0 21.1843 44.2809 -205.85 - 49 114.932 1120 0 0 21.2047 44.25 -205.882 - 49 70.0266 1119 0 0 21.3274 44.05 -206.095 - 49 62.5828 913 0 1 2.82531 -39.5552 -204.45 - 49 71.6353 1151 1 0 15.4985 50.3432 -175.85 - 49 328.419 1150 1 0 15.5072 50.25 -175.951 - 49 20.6335 1149 1 0 15.5071 50.0499 -176.175 - 49 36.4314 976 0 1 15.3288 24.1067 -204.45 - 49 205.864 975 0 1 15.2499 24.1185 -204.626 - 49 159.156 1020 0 0 14.6203 24.1825 -205.85 - 49 58.0894 1038 0 0 -0.74907 27.7641 -206.25 - 49 77.6911 1039 0 0 -0.758405 27.85 -206.08 - 49 91.1365 896 0 1 -0.722695 28.5086 -204.85 - 49 124.75 897 0 1 -0.65 28.7077 -204.561 - 49 52.2443 898 0 1 -0.45 28.8795 -204.667 - 49 159.006 1041 0 0 -0.502717 28.4112 -205.85 - 49 53.5971 1040 0 0 -0.417171 28.25 -206.133 - 49 13.5216 978 6 1 15.6617 52.3403 -24.45 - 49 0.151052 1160 6 0 15.3176 52.25 -26.0405 - 49 162.718 956 5 1 11.2902 54.3868 -54.45 - 49 3.80767 957 5 1 11.4502 54.427 -54.8329 - 49 170.62 1172 5 0 11.9384 54.5525 -55.8503 - 49 51.1425 1048 4 1 29.7319 57.4409 -84.4502 - 49 80.4807 1049 4 1 29.85 57.3752 -84.5622 - 49 20.0809 1050 4 1 30.05 57.2753 -84.7922 - 49 117.406 1184 4 0 30.9941 56.926 -85.85 - 49 101.417 1183 4 0 31.1758 56.85 -86.069 - 49 39.1206 1064 4 0 44.5651 32.9038 -86.25 - 49 68.8821 1063 4 0 44.5359 32.85 -86.1157 - 49 98.7729 1120 4 1 44.1773 32.4732 -84.8498 - 49 79.3375 1119 4 1 44.05 32.4173 -84.5988 - 49 14.6108 983 5 0 27.4494 16.6776 -56.25 - 49 105.491 982 5 0 27.4074 16.65 -56.1893 - 49 88.6676 981 5 0 27.1889 16.45 -55.9303 - 49 44.2508 1028 5 1 25.7433 14.2443 -54.85 - 49 102.883 1027 5 1 25.65 14.1368 -54.7755 - 49 82.8018 1026 5 1 25.45 14.0247 -54.6767 - 49 192.532 1163 2 0 15.4769 52.7465 -145.943 - 49 245.76 1164 1 0 15.1954 52.9539 -175.85 - 49 174.071 1165 0 0 15.094 53.0845 -205.85 - 49 140.158 979 1 1 15.8585 52.9748 -174.45 - 49 124.307 977 0 1 15.4588 52.998 -204.45 - 49 111.125 1164 0 0 15.4373 52.9859 -205.85 - 49 72.2516 917 0 0 24.6207 3.65 -206.242 -Number of digits in this event: 60 -Using G4ParticleGun... -Particle energy: 4.15111 LIN -Particle: e- -Event: 50 -Number of tracker hits in this event: 45 - 50 200.864 541 10 1 -71.692 76.2033 95.55 - 50 119.042 1280 10 0 -71.6933 76.2031 94.15 - 50 160.02 541 9 1 -71.7307 76.2012 65.55 - 50 115.901 1280 9 0 -71.7315 76.2023 64.15 - 50 126.668 541 8 1 -71.7482 76.2271 35.55 - 50 114.082 1280 8 0 -71.7482 76.2296 34.15 - 50 143.637 541 7 1 -71.7432 76.281 5.55 - 50 102.488 1281 7 0 -71.7431 76.2842 4.15 - 50 222.565 541 6 1 -71.7446 76.343 -24.45 - 50 135.278 1281 6 0 -71.7458 76.3426 -25.85 - 50 160.351 541 5 1 -71.7756 76.3352 -54.45 - 50 141.263 1281 5 0 -71.7765 76.3354 -55.85 - 50 142.384 541 4 1 -71.7864 76.3363 -84.45 - 50 124.595 1281 4 0 -71.7851 76.3352 -85.85 - 50 156.442 541 3 1 -71.7592 76.3137 -114.45 - 50 107.914 1281 3 0 -71.7603 76.3147 -115.85 - 50 139.679 541 2 1 -71.7754 76.3392 -144.45 - 50 137.296 1281 2 0 -71.7768 76.342 -145.85 - 50 154.789 541 1 1 -71.8161 76.4066 -174.45 - 50 196.185 1281 1 0 -71.8192 76.411 -175.85 - 50 144.71 540 0 1 -71.8758 76.4997 -204.45 - 50 158.674 1282 0 0 -71.8806 76.5057 -205.85 - 50 169.331 287 1 1 -122.607 -12.6972 -174.45 - 50 51.5834 288 1 1 -122.55 -12.6518 -174.47 - 50 48.3436 1677 1 0 -131.732 155.55 -176.048 - 50 15.8057 254 1 1 -129.313 161.26 -174.85 - 50 0.50087 1776 1 0 -122.482 175.365 -175.85 - 50 143.526 1184 2 0 -73.2214 56.9335 -146.25 - 50 310.127 1183 2 0 -73.2692 56.85 -146.143 - 50 86.5999 528 2 1 -74.4048 56.7395 -144.85 - 50 30.2629 527 2 1 -74.45 56.762 -144.805 - 50 12.7441 1182 2 0 -71.2247 56.65 -145.868 - 50 56.596 552 2 1 -69.504 54.4036 -144.85 - 50 169.55 1166 2 0 -69.903 53.4029 -145.85 - 50 87.2098 731 1 0 -83.7613 -33.65 -176.164 - 50 53.4263 617 7 0 -171.318 -56.5708 3.75 - 50 48.3486 618 7 0 -171.306 -56.45 3.83587 - 50 260.426 540 5 1 -71.85 76.4442 -54.5391 - 50 100.717 1288 5 0 -71.1219 77.8375 -55.85 - 50 18.3977 1289 5 0 -71.1216 77.85 -55.8567 - 50 135.218 1279 6 0 -71.5073 75.9844 -25.8503 - 50 344.458 787 2 1 -22.6348 -149.515 -144.85 - 50 7.98225 786 2 1 -22.65 -149.77 -144.689 - 50 100.328 1432 4 0 -84.1689 106.55 -85.9757 - 50 194.979 1452 1 0 -101.404 110.654 -175.85 -Number of digits in this event: 28 -Using G4ParticleGun... -Particle energy: 1.43587 LIN -Particle: e- -Event: 51 -Number of tracker hits in this event: 35 - 51 215.276 846 11 1 -10.7468 -29.5551 125.55 - 51 173.986 752 11 0 -10.7475 -29.5591 124.15 - 51 140.176 846 10 1 -10.7459 -29.6128 95.55 - 51 132.738 752 10 0 -10.7477 -29.6198 94.15 - 51 116.957 846 9 1 -10.7839 -29.7453 65.55 - 51 166.95 751 9 0 -10.7844 -29.7507 64.15 - 51 135.144 846 8 1 -10.8056 -29.8805 35.55 - 51 143.616 750 8 0 -10.8101 -29.883 34.15 - 51 226.132 845 7 1 -10.9217 -29.8904 5.55 - 51 171.594 750 7 0 -10.9257 -29.8904 4.15 - 51 99.2442 845 6 1 -11.0001 -29.8873 -24.45 - 51 550.743 750 6 0 -11.0023 -29.8821 -25.85 - 51 139.819 845 5 1 -11.046 -29.7881 -54.45 - 51 109.386 751 5 0 -11.0489 -29.7853 -55.85 - 51 92.4418 844 4 1 -11.103 -29.7337 -84.45 - 51 137.161 751 4 0 -11.113 -29.7301 -85.85 - 51 134.191 843 3 1 -11.3103 -29.6625 -114.45 - 51 122.994 751 3 0 -11.3252 -29.6556 -115.85 - 51 126.803 842 2 1 -11.6176 -29.4799 -144.45 - 51 211.496 752 2 0 -11.6326 -29.4693 -145.85 - 51 135.492 840 1 1 -11.9362 -29.3063 -174.45 - 51 146.427 753 1 0 -11.9485 -29.297 -175.85 - 51 141.894 839 0 1 -12.1743 -29.1198 -204.45 - 51 134.527 754 0 0 -12.1745 -29.1168 -205.85 - 51 58.559 575 2 0 -21.7879 -64.9395 -146.25 - 51 13.6221 574 2 0 -21.8423 -65.05 -146.23 - 51 177.308 843 0 1 -11.3789 -29.4765 -204.45 - 51 146.158 750 0 0 -11.5199 -29.9792 -205.85 - 51 527.658 809 0 0 -71.6849 -18.2224 -206.25 - 51 141.093 808 0 0 -72.735 -18.25 -205.977 - 51 2.64266 509 0 1 -78.2403 -18.8667 -204.85 - 51 226.176 508 0 1 -78.2501 -18.868 -204.848 - 51 240.106 507 0 1 -78.45 -18.8864 -204.769 - 51 135.695 755 0 0 -11.5275 -28.9924 -205.85 - 51 124.137 751 6 0 -10.9967 -29.85 -25.8927 -Number of digits in this event: 31 -Using G4ParticleGun... -Particle energy: 1.27559 LIN -Particle: e- -Event: 52 -Number of tracker hits in this event: 97 - 52 196.62 416 10 1 -96.8116 -8.36346 95.55 - 52 141.673 858 10 0 -96.8095 -8.35788 94.15 - 52 150.395 416 9 1 -96.7678 -8.25419 65.55 - 52 114.169 859 9 0 -96.7619 -8.24673 64.15 - 52 129.642 417 8 1 -96.643 -8.08537 35.55 - 52 378.93 859 8 0 -96.6373 -8.07791 34.15 - 52 364.312 418 7 1 -96.5269 -7.88519 5.55 - 52 367.302 860 7 0 -96.5259 -7.87242 4.15 - 52 139.728 418 6 1 -96.4932 -7.6089 -24.45 - 52 109.068 862 6 0 -96.495 -7.59654 -25.85 - 52 124.299 417 5 1 -96.5589 -7.35994 -54.45 - 52 111.837 863 5 0 -96.5751 -7.35135 -55.85 - 52 120.144 416 4 1 -96.8839 -7.2023 -84.45 - 52 489.592 864 4 0 -96.9125 -7.212 -85.85 - 52 144.771 413 3 1 -97.4937 -7.4422 -114.45 - 52 225.156 863 3 0 -97.5326 -7.44786 -115.85 - 52 145.487 408 2 1 -98.3636 -7.58143 -144.45 - 52 97.117 862 2 0 -98.4125 -7.59251 -145.85 - 52 120.39 403 1 1 -99.4392 -7.83195 -174.45 - 52 149.008 861 1 0 -99.493 -7.84997 -175.85 - 52 190.767 860 1 0 -99.4931 -7.85 -175.852 - 52 183.951 397 0 1 -100.642 -8.23112 -204.45 - 52 32.2092 859 0 0 -100.708 -8.24877 -205.85 - 52 84.8736 858 0 0 -100.712 -8.25 -205.945 - 52 301.998 1145 4 1 49.1083 163.42 -84.45 - 52 232.423 406 1 1 -98.8631 -7.87442 -174.45 - 52 109.356 405 0 1 -99.0467 -7.54644 -204.45 - 52 121.421 862 0 0 -99.1193 -7.51868 -205.85 - 52 146.885 393 0 1 -101.479 -5.61429 -204.45 - 52 110.212 873 0 0 -101.171 -5.3281 -205.85 - 52 6.88091 874 0 0 -101.079 -5.25 -206.227 - 52 137.05 415 3 1 -97.1407 -7.19317 -114.45 - 52 239.073 864 3 0 -97.0972 -7.17231 -115.85 - 52 155.221 423 2 1 -95.4034 -6.28966 -144.45 - 52 112.61 869 2 0 -95.3983 -6.23129 -145.85 - 52 121.801 424 1 1 -95.2545 -5.18741 -174.45 - 52 146.146 874 1 0 -95.2142 -5.13224 -175.85 - 52 286.736 426 0 1 -94.7876 -4.00605 -204.45 - 52 104.622 880 0 0 -94.7255 -3.89331 -205.85 - 52 104.585 414 3 1 -97.15 -7.19172 -114.491 - 52 111.099 406 2 1 -98.7546 -8.61844 -144.45 - 52 136.259 856 2 0 -98.927 -8.70329 -145.85 - 52 33.506 393 1 1 -101.546 -11.5291 -174.451 - 52 147.664 392 1 1 -101.55 -11.5433 -174.533 - 52 128.467 841 1 0 -101.598 -11.7778 -175.85 - 52 107.766 387 0 1 -102.626 -17.1817 -204.45 - 52 89.1292 813 0 0 -102.994 -17.4363 -205.85 - 52 86.4806 812 0 0 -103.014 -17.45 -205.926 - 52 168.974 865 2 0 -96.1284 -6.85297 -145.85 - 52 103.031 866 2 0 -96.1237 -6.85 -145.951 - 52 119.314 436 6 1 -92.9288 -6.74281 -24.4501 - 52 142.345 867 6 0 -92.6673 -6.59885 -25.8504 - 52 94.1764 464 5 1 -87.0852 -3.81807 -54.45 - 52 307.336 465 5 1 -87.05 -3.78425 -54.5154 - 52 36.2933 884 5 0 -86.3342 -3.10509 -55.85 - 52 111.931 885 5 0 -86.2754 -3.05 -55.9585 - 52 48.4378 548 4 1 -70.3166 11.8466 -84.4503 - 52 94.1529 549 4 1 -70.2494 11.8927 -84.5672 - 52 70.9839 961 4 0 -69.5308 12.3739 -85.85 - 52 142.558 962 4 0 -69.4198 12.45 -86.0499 - 52 114.383 632 3 1 -53.5794 23.6963 -114.45 - 52 45.6705 633 3 1 -53.45 23.8715 -114.733 - 52 69.4662 1022 3 0 -52.9543 24.5464 -115.85 - 52 95.1446 1023 3 0 -52.8781 24.65 -116.022 - 52 101.413 701 2 1 -39.7784 42.1782 -144.45 - 52 266.066 702 2 1 -39.65 42.3467 -144.69 - 52 57.5885 1115 2 0 -39.0506 43.1293 -145.85 - 52 98.8459 1116 2 0 -38.9562 43.25 -146.031 - 52 3.07557 777 1 1 -24.4536 61.5729 -174.45 - 52 172.303 778 1 1 -24.45 61.577 -174.457 - 52 0.946049 779 1 1 -24.25 61.824 -174.848 - 52 139.176 1212 1 0 -23.7397 62.4944 -175.85 - 52 174.377 1213 1 0 -23.6178 62.65 -176.088 - 52 223.412 848 0 1 -10.4043 80.6532 -204.45 - 52 18.1984 849 0 1 -10.25 80.8698 -204.801 - 52 82.5193 1307 0 0 -9.78904 81.5003 -205.85 - 52 45.6096 1308 0 0 -9.68001 81.65 -206.1 - 52 17.3554 880 5 0 -86.8855 -4.03201 -55.85 - 52 81.0179 879 5 0 -86.8693 -4.05 -55.9424 - 52 110.079 413 6 1 -97.4865 -7.44312 -24.45 - 52 116.349 863 6 0 -97.5301 -7.39126 -25.85 - 52 265.571 408 5 1 -98.4521 -6.58068 -54.4501 - 52 120.562 867 5 0 -98.458 -6.57875 -55.8501 - 52 107.062 407 4 1 -98.6862 -6.47717 -84.45 - 52 145.565 867 4 0 -98.7027 -6.51349 -85.8501 - 52 172.307 404 3 1 -99.1514 -7.095 -114.45 - 52 132.288 395 2 1 -101.078 -7.39502 -144.45 - 52 178.29 863 2 0 -101.204 -7.36241 -145.85 - 52 232.013 382 1 1 -103.595 -6.43044 -174.45 - 52 167.136 868 1 0 -103.789 -6.40016 -175.85 - 52 151.631 357 0 1 -108.611 -5.10888 -204.45 - 52 129.257 876 0 0 -108.759 -4.80126 -205.85 - 52 46.2866 882 0 0 -105.767 -3.55775 -206.25 - 52 156.496 869 5 0 -98.832 -6.11718 -55.85 - 52 22.3978 1742 2 0 -62.1402 168.687 -146.25 - 52 28.2148 1743 2 0 -62.1223 168.75 -146.221 - 52 251.305 415 10 1 -96.95 -8.38939 95.4576 -Number of digits in this event: 55 -Using G4ParticleGun... -Particle energy: 3.51616 LIN -Particle: e- -Event: 53 -Number of tracker hits in this event: 160 - 53 137.56 1179 11 1 55.9378 -54.46 125.55 - 53 106.615 627 11 0 55.9403 -54.4576 124.15 - 53 454.481 1179 10 1 55.9873 -54.4082 95.55 - 53 341.69 628 10 0 55.9865 -54.4041 94.15 - 53 203.85 1179 9 1 55.969 -54.3143 65.55 - 53 367.381 628 9 0 55.9692 -54.3064 64.15 - 53 148.308 1179 8 1 55.9699 -54.1571 35.55 - 53 180.465 629 8 0 55.9707 -54.1539 34.15 - 53 474.888 1179 7 1 55.9698 -54.0774 5.55 - 53 118.831 629 7 0 55.9704 -54.0727 4.15 - 53 150.583 1179 6 1 55.9525 -53.9839 -24.45 - 53 158.58 630 6 0 55.9531 -53.9752 -25.85 - 53 341.568 1179 5 1 55.9776 -53.8076 -54.45 - 53 207.471 631 5 0 55.9768 -53.7986 -55.85 - 53 509.124 1179 4 1 55.9422 -53.6412 -84.45 - 53 124.385 632 4 0 55.9458 -53.6302 -85.85 - 53 149.827 1179 3 1 56.0167 -53.4063 -114.45 - 53 149.074 633 3 0 56.02 -53.3979 -115.85 - 53 106.462 1180 2 1 56.0884 -53.235 -144.45 - 53 125.582 634 2 0 56.0912 -53.2244 -145.85 - 53 166.36 1180 1 1 56.1353 -52.9978 -174.45 - 53 101.912 635 1 0 56.1416 -52.9767 -175.85 - 53 181.241 1181 0 1 56.3471 -52.4414 -204.45 - 53 116.583 638 0 0 56.3522 -52.4258 -205.85 - 53 215.171 423 11 0 31.2031 -95.4163 123.75 - 53 78.3035 261 11 0 37.9679 -127.857 123.75 - 53 575.242 1179 0 1 55.9402 -52.6946 -204.714 - 53 468.605 636 0 0 55.9313 -52.6823 -205.85 - 53 115.705 637 0 0 55.8655 -52.5707 -205.852 - 53 466.443 1180 0 1 56.05 -52.825 -204.455 - 53 245.869 1178 0 1 55.8497 -53.6636 -204.585 - 53 236.65 628 8 0 55.9538 -54.25 33.9839 - 53 276.516 630 5 0 55.8977 -53.9611 -55.85 - 53 113.795 1181 4 1 56.3871 -54.4767 -84.45 - 53 36.4396 627 4 0 56.4871 -54.4522 -85.85 - 53 90.1529 628 4 0 56.4939 -54.45 -85.9453 - 53 120.875 1192 3 1 58.6287 -53.9252 -114.45 - 53 233.327 630 3 0 58.6856 -53.9216 -115.85 - 53 116.55 1197 2 1 59.6041 -53.7269 -144.45 - 53 142.912 631 2 0 59.6145 -53.7043 -145.85 - 53 110.049 1199 1 1 59.88 -53.3883 -174.45 - 53 123.959 633 1 0 59.8845 -53.4173 -175.85 - 53 156.303 1200 0 1 60.1544 -54.0549 -204.45 - 53 131.645 629 0 0 60.1386 -54.0708 -205.85 - 53 156.766 630 4 0 55.9184 -54.0067 -85.85 - 53 180.01 1181 3 1 56.3895 -53.8961 -114.45 - 53 112.294 1185 2 1 57.0526 -54.9161 -144.45 - 53 103.02 625 2 0 57.0881 -54.9893 -145.85 - 53 121.782 1188 1 1 57.8353 -56.4828 -174.45 - 53 121.551 617 1 0 57.8646 -56.5157 -175.85 - 53 376.458 1191 0 1 58.3928 -57.2807 -204.45 - 53 108.126 613 0 0 58.4179 -57.334 -205.85 - 53 1.81802 1647 11 1 149.584 -82.6388 125.15 - 53 27.6805 1202 0 1 60.6156 -59.113 -204.45 - 53 170.851 1203 0 1 60.65 -59.1247 -204.545 - 53 144.644 602 0 0 61.1467 -59.4902 -205.85 - 53 230.779 661 1 0 62.5529 -47.8211 -176.25 - 53 38.4616 1218 1 1 63.7475 -47.8404 -174.85 - 53 107.894 1219 1 1 63.85 -47.8238 -174.726 - 53 2.36056 1220 1 1 64.05 -47.7339 -174.46 - 53 255.96 665 2 0 116.401 -46.9366 -146.25 - 53 480.233 664 2 0 116.605 -47.05 -146.198 - 53 180.265 629 2 0 56.9449 -54.1155 -145.85 - 53 102.07 1181 9 1 56.2934 -54.3843 65.55 - 53 145.394 1181 8 1 56.3977 -54.6768 35.55 - 53 107.942 626 8 0 56.3723 -54.6885 34.15 - 53 43.0316 1178 7 1 55.85 -54.9491 5.26406 - 53 373.442 625 7 0 55.8133 -54.9689 4.15 - 53 292.914 1174 6 1 54.9697 -55.5092 -24.45 - 53 194.714 622 6 0 54.8947 -55.5392 -25.85 - 53 234.963 1167 5 1 53.4531 -56.1709 -54.45 - 53 234.372 1166 5 1 53.45 -56.1706 -54.5428 - 53 210.15 619 5 0 53.4104 -56.1645 -55.85 - 53 142.82 1161 4 1 52.4056 -56.0778 -84.45 - 53 134.828 619 4 0 52.3452 -56.0575 -85.85 - 53 123.505 1155 3 1 51.1903 -55.6927 -114.45 - 53 114.229 621 3 0 51.1198 -55.7081 -115.85 - 53 107.011 1147 2 1 49.5606 -56.1372 -144.45 - 53 200.199 619 2 0 49.4863 -56.1274 -145.85 - 53 122.534 1140 1 1 48.1258 -55.8151 -174.45 - 53 179.525 621 1 0 48.0295 -55.8155 -175.85 - 53 160.985 1130 0 1 46.0921 -55.8566 -204.45 - 53 173.113 620 0 0 45.9896 -55.8803 -205.85 - 53 186.759 560 6 0 15.446 -67.9261 -26.2498 - 53 93.8495 561 6 0 15.2019 -67.85 -26.1142 - 53 182.889 1600 0 1 140.18 29.2108 -204.45 - 53 9.77841 1601 0 1 140.35 29.404 -204.775 - 53 126.871 1178 9 1 55.8204 -54.3867 65.55 - 53 127.989 1178 8 1 55.744 -54.8598 35.5487 - 53 122.569 625 8 0 55.7927 -54.8816 34.15 - 53 102.111 1181 7 1 56.4456 -55.072 5.55 - 53 107.973 1181 6 1 56.4354 -53.2213 -24.45 - 53 201.429 633 6 0 56.4704 -53.2637 -25.85 - 53 120.583 1186 5 1 57.3578 -54.1695 -54.4508 - 53 152.14 1214 4 1 62.89 -49.8434 -84.4502 - 53 119.148 652 4 0 63.0151 -49.6471 -85.85 - 53 1.78177 1233 3 1 66.6517 -46.1154 -114.45 - 53 136.107 1232 3 1 66.65 -46.1148 -114.458 - 53 203.287 670 3 0 66.3473 -46.0041 -115.85 - 53 153.11 1199 2 1 60.0424 -42.7693 -144.45 - 53 117.449 686 2 0 59.8556 -42.6939 -145.851 - 53 104.602 1185 1 1 57.1975 -41.5434 -174.45 - 53 99.6786 690 1 0 57.1832 -41.8818 -175.85 - 53 43.2672 1188 0 1 57.6911 -48.1545 -204.45 - 53 81.4366 1187 0 1 57.65 -48.1447 -204.609 - 53 141.666 659 0 0 57.3155 -48.1537 -205.85 - 53 4.33269 1200 2 1 60.0501 -42.7275 -144.84 - 53 184.587 691 2 0 62.0278 -41.7212 -145.85 - 53 22.8758 1206 2 1 61.2837 -42.703 -144.85 - 53 77.4709 1205 2 1 61.25 -42.724 -144.83 - 53 353.032 693 2 0 57.8925 -41.3831 -145.85 - 53 83.4944 651 4 0 62.9959 -49.65 -85.8846 - 53 150.587 1213 4 1 62.796 -49.7192 -84.8499 - 53 121.287 635 6 0 55.0784 -53.0216 -25.85 - 53 141.308 1194 5 1 58.9579 -50.6732 -54.45 - 53 128.036 647 5 0 59.1724 -50.5004 -55.85 - 53 0.831896 1217 4 1 63.6492 -47.3357 -84.45 - 53 100.611 1218 4 1 63.65 -47.3356 -84.4555 - 53 224.113 663 4 0 63.8421 -47.2815 -85.8503 - 53 102.623 1234 3 1 66.984 -46.4318 -114.45 - 53 23.8014 1235 3 1 67.05 -46.4959 -114.747 - 53 56.0213 666 3 0 67.286 -46.7903 -115.85 - 53 48.0792 665 3 0 67.3356 -46.85 -116.084 - 53 76.6919 1264 2 1 73.0021 -54.647 -144.45 - 53 64.7063 1265 2 1 73.05 -54.6569 -144.707 - 53 130.388 626 2 0 73.2421 -54.7174 -145.85 - 53 122.614 1290 1 1 78.1742 -56.1496 -174.45 - 53 144.707 619 1 0 78.0597 -56.0896 -175.85 - 53 178.877 1279 0 1 75.9258 -54.2097 -204.45 - 53 152.397 628 0 0 76.0432 -54.3452 -205.85 - 53 98.1913 1173 6 1 54.8499 -53.1217 -24.7506 - 53 66.3864 641 4 0 55.8258 -51.7419 -85.85 - 53 67.2607 640 4 0 55.8203 -51.85 -86.0278 - 53 49.0045 1137 3 1 47.5897 -65.0823 -114.45 - 53 82.2108 1138 3 1 47.65 -64.9695 -114.597 - 53 142.569 577 3 0 47.8606 -64.5795 -115.85 - 53 74.5439 598 3 0 56.1922 -60.3415 -116.25 - 53 93.0761 599 3 0 56.1249 -60.25 -116.077 - 53 184.359 1180 3 1 56.1168 -59.1018 -114.85 - 53 5.84341 1182 3 1 56.4506 -58.7247 -114.827 - 53 232.925 609 3 0 57.1803 -58.2233 -115.85 - 53 25.608 608 3 0 57.6343 -58.25 -116.222 - 53 109.463 624 7 0 55.9777 -55.1431 4.15 - 53 104.794 1176 6 1 55.4312 -56.2203 -24.45 - 53 121.244 618 6 0 55.3868 -56.293 -25.85 - 53 98.3649 1172 5 1 54.4727 -57.9706 -54.45 - 53 122.813 610 5 0 54.4512 -58.0093 -55.85 - 53 129.19 1168 4 1 53.8488 -58.6659 -84.45 - 53 99.3593 606 4 0 53.7867 -58.6733 -85.85 - 53 151.588 1161 3 1 52.3749 -58.7341 -114.45 - 53 400.401 607 3 0 52.327 -58.6288 -115.85 - 53 318.427 1156 2 1 51.3461 -56.4088 -144.45 - 53 105.723 618 2 0 51.3266 -56.3722 -145.85 - 53 129.516 1154 1 1 51.0281 -55.4431 -174.45 - 53 146.989 623 1 0 50.9628 -55.4314 -175.85 - 53 171.736 1146 0 1 49.4119 -55.1289 -204.45 - 53 194.386 624 0 0 49.3565 -55.126 -205.85 - 53 8.06857 1224 3 0 31.258 65.024 -116.25 - 53 239.267 1225 3 0 31.2495 65.0502 -116.245 - 53 7.19637 606 3 0 52.3571 -58.65 -115.976 -Number of digits in this event: 99 -Using G4ParticleGun... -Particle energy: 4.79891 LIN -Particle: e- -Event: 54 -Number of tracker hits in this event: 141 - 54 110.87 1016 11 1 23.3161 14.3723 125.55 - 54 126.247 971 11 0 23.3177 14.3734 124.15 - 54 167.259 1016 10 1 23.3422 14.4008 95.55 - 54 150.241 971 10 0 23.3437 14.4001 94.15 - 54 106.095 1016 9 1 23.3746 14.3867 65.55 - 54 124.193 971 9 0 23.3766 14.3857 64.15 - 54 103.392 1016 8 1 23.4162 14.3728 35.55 - 54 323.065 971 8 0 23.4155 14.3717 34.15 - 54 391.408 1016 7 1 23.3992 14.3625 5.55 - 54 258.648 971 7 0 23.4 14.3632 4.15 - 54 424.367 1016 6 1 23.416 14.3766 -24.45 - 54 362.085 971 6 0 23.4122 14.3834 -25.85 - 54 749.471 1016 5 1 23.3154 14.5164 -54.45 - 54 250.591 972 5 0 23.3127 14.5192 -55.85 - 54 126.985 1016 4 1 23.2679 14.5717 -84.45 - 54 115.24 972 4 0 23.2628 14.5773 -85.85 - 54 166.632 1015 3 1 23.1937 14.7017 -114.45 - 54 109.763 973 3 0 23.1858 14.7112 -115.85 - 54 260.445 1014 2 1 23.0432 14.916 -144.45 - 54 106.344 974 2 0 23.0354 14.9241 -145.85 - 54 242.317 1014 1 1 22.8763 15.0209 -174.45 - 54 123.951 974 1 0 22.8631 15.0263 -175.85 - 54 91.2304 1012 0 1 22.5464 15.1954 -204.45 - 54 89.1673 975 0 0 22.4859 15.2398 -205.85 - 54 112.773 976 0 0 22.4725 15.25 -206.162 - 54 4.68615 989 2 1 17.9345 35.7631 -144.85 - 54 2.46089 975 1 0 22.8523 15.0502 -176.244 - 54 37.9138 985 1 0 22.9854 17.1224 -176.25 - 54 178.098 984 1 0 22.989 17.05 -176.164 - 54 179.326 1013 1 1 22.8338 15.8367 -174.85 - 54 405.33 1013 2 1 22.7968 14.9651 -144.451 - 54 137.907 971 5 0 23.3009 14.3459 -55.85 - 54 334.535 1015 4 1 23.1359 14.2695 -84.45 - 54 105.616 971 4 0 23.1325 14.2612 -85.85 - 54 131.385 1014 3 1 22.9917 14.0737 -114.45 - 54 443.825 970 3 0 22.98 14.0638 -115.85 - 54 152.288 968 2 0 22.7952 13.7997 -145.85 - 54 98.6454 1012 1 1 22.4578 13.7369 -174.45 - 54 422.63 968 1 0 22.4539 13.7114 -175.85 - 54 110.398 1011 0 1 22.4001 13.1576 -204.45 - 54 126.746 965 0 0 22.4137 13.131 -205.85 - 54 146.543 1015 1 1 23.0655 13.6017 -174.85 - 54 59.25 1015 2 1 23.0502 13.7154 -144.619 - 54 142.44 1016 2 1 23.25 13.677 -144.735 - 54 216.306 1017 2 1 23.4511 13.721 -144.839 - 54 403.005 972 2 0 25.8054 14.5012 -145.85 - 54 153.667 868 2 0 -4.82664 -6.31585 -146.25 - 54 94.6695 867 2 0 -5.13645 -6.45023 -146.056 - 54 34.6383 868 2 1 -6.36958 -8.08745 -144.85 - 54 195.489 867 2 1 -6.45 -8.20932 -144.798 - 54 173.153 1015 5 1 23.2499 14.3086 -54.7196 - 54 270.685 970 5 0 23.0821 14.2387 -55.85 - 54 152.578 993 4 1 18.7121 11.9804 -84.45 - 54 215.547 959 4 0 18.5471 12.0216 -85.85 - 54 120.613 970 3 1 14.1127 12.8519 -114.45 - 54 180.488 964 3 0 14.0199 12.8591 -115.85 - 54 117.857 956 2 1 11.3175 12.3448 -144.45 - 54 118.123 961 2 0 11.2113 12.399 -145.85 - 54 153.312 941 1 1 8.32234 12.8152 -174.45 - 54 305.716 963 1 0 8.08239 12.7127 -175.85 - 54 122.042 912 0 1 2.57228 10.8514 -204.45 - 54 249.178 953 0 0 2.34434 10.7857 -205.85 - 54 133.986 1018 1 1 23.8142 13.6878 -174.45 - 54 284.457 1021 0 1 24.423 17.8009 -204.45 - 54 5.7767 989 0 0 24.4412 18.0454 -205.85 - 54 111.154 990 0 0 24.4416 18.05 -205.877 - 54 208.019 972 8 0 23.5592 14.4501 33.8813 - 54 93.1555 1020 4 1 24.2279 12.348 -84.45 - 54 19.1031 1021 4 1 24.25 12.3228 -84.7841 - 54 117.659 960 4 0 24.3116 12.2366 -85.85 - 54 113.88 1029 3 1 25.924 9.85049 -114.45 - 54 112.307 948 3 0 25.8987 9.72843 -115.85 - 54 88.0807 1026 2 1 25.2609 7.28412 -144.45 - 54 29.9233 1025 2 1 25.25 7.24806 -144.79 - 54 175.134 935 2 0 25.2139 7.14738 -145.851 - 54 155.066 1021 1 1 24.3075 3.90998 -174.451 - 54 199.949 1020 1 1 24.25 3.87999 -174.832 - 54 146.313 918 1 0 24.0982 3.80697 -175.85 - 54 143.437 997 0 1 19.5609 1.89391 -204.45 - 54 109.044 908 0 0 19.3771 1.76402 -205.85 - 54 28.3075 990 1 1 18.0532 14.268 -174.85 - 54 194.798 989 1 1 18.05 14.2542 -174.694 - 54 126.285 973 4 0 23.0997 14.6779 -85.85 - 54 200.769 1013 3 1 22.7893 14.9176 -114.45 - 54 105.295 974 3 0 22.7754 14.929 -115.85 - 54 131.65 1012 2 1 22.471 15.1876 -144.45 - 54 101.052 975 2 0 22.4338 15.1999 -145.85 - 54 200.558 1008 1 1 21.6718 15.4104 -174.45 - 54 118.584 976 1 0 21.6022 15.3803 -175.85 - 54 153.594 1000 0 1 20.1649 14.9344 -204.45 - 54 166.753 974 0 0 20.0736 14.8938 -205.85 - 54 233.054 1001 0 1 20.25 14.815 -204.641 - 54 157.982 1706 0 1 161.35 10.7661 -204.459 - 54 87.0702 975 5 0 23.2604 15.0963 -55.8503 - 54 120.142 976 5 0 23.2505 15.25 -56.1017 - 54 48.1653 990 5 0 42.5143 18.1034 -56.2497 - 54 147.836 989 5 0 42.513 18.0498 -56.0673 - 54 43.6821 988 5 0 42.5168 17.85 -55.8789 - 54 200.82 1116 5 1 43.2761 14.7422 -54.85 - 54 162.019 1117 5 1 43.4504 14.4049 -54.7277 - 54 127.029 1118 5 1 43.6501 14.1869 -54.6041 - 54 1.10679 1119 5 1 43.85 14.0884 -54.4529 - 54 164.97 1115 5 1 43.2498 13.8278 -54.4593 - 54 145.678 977 5 0 43.047 15.45 -55.9886 - 54 130.612 978 5 0 42.8183 15.65 -56.1473 - 54 167.08 979 5 0 42.9421 15.8501 -56.1384 - 54 90.8142 1015 7 1 23.25 14.313 5.48982 - 54 60.6779 1014 7 1 23.05 14.1471 5.2984 - 54 160.665 966 7 0 22.0987 13.4495 4.14984 - 54 32.897 965 7 0 21.7967 13.2499 3.83872 - 54 118.297 867 6 1 -6.55003 -6.61132 -24.45 - 54 109.264 866 6 0 -6.60561 -6.68317 -25.8503 - 54 112.448 1010 6 1 22.2197 13.4139 -24.45 - 54 164.087 966 6 0 22.1961 13.3604 -25.85 - 54 139.226 1007 5 1 21.5722 12.1617 -54.45 - 54 99.0549 960 5 0 21.5543 12.1132 -55.85 - 54 135.743 1005 4 1 21.2381 11.0758 -84.45 - 54 121.817 954 4 0 21.1994 11.0293 -85.85 - 54 121.903 1001 3 1 20.4424 10.2403 -114.45 - 54 106.342 950 3 0 20.4089 10.2063 -115.85 - 54 98.0664 997 2 1 19.6401 9.60721 -144.45 - 54 125.931 947 2 0 19.5602 9.58219 -145.85 - 54 104.252 944 1 0 17.8776 8.97004 -175.85 - 54 97.189 984 0 1 17.0004 8.69053 -204.45 - 54 400.261 943 0 0 16.9895 8.67466 -205.85 - 54 86.0033 975 7 0 22.6849 15.1634 4.14996 - 54 231.058 1017 3 1 23.572 14.2668 -114.45 - 54 245.282 971 3 0 23.5871 14.2761 -115.85 - 54 194.86 1019 2 1 23.8983 14.4839 -144.45 - 54 157.182 1019 1 1 24.0374 14.4743 -174.45 - 54 93.1024 972 1 0 24.05 14.4707 -175.85 - 54 299.449 971 0 0 24.3136 14.3987 -205.85 - 54 112.966 945 0 0 51.8601 9.17734 -206.25 - 54 57.5742 971 2 0 24.7072 14.3957 -145.85 - 54 103.386 977 2 0 23.4965 15.4525 -145.85 - 54 124.045 982 1 0 24.2146 16.6361 -175.85 - 54 109.359 1022 0 1 24.4636 17.3367 -204.45 - 54 133.027 986 0 0 24.4861 17.4021 -205.85 - 54 73.3203 1405 5 1 101.15 -88.0089 -54.7507 - 54 228.484 1018 0 1 23.6823 14.1037 -204.45 - 54 264.878 970 0 0 23.6807 14.1358 -205.85 -Number of digits in this event: 87 -Using G4ParticleGun... -Particle energy: 2.04729 LIN -Particle: e- -Event: 55 -Number of tracker hits in this event: 30 - 55 114.59 1195 8 1 59.2292 -126.113 35.55 - 55 150.808 270 8 0 59.232 -126.115 34.15 - 55 137.267 1196 7 1 59.2835 -126.172 5.55 - 55 179.594 269 7 0 59.2845 -126.177 4.15 - 55 194.062 1196 6 1 59.3167 -126.316 -24.45 - 55 144.48 269 6 0 59.3083 -126.323 -25.85 - 55 112.221 1195 5 1 59.1087 -126.466 -54.45 - 55 146.119 268 5 0 59.0981 -126.467 -55.85 - 55 458.823 1193 4 1 58.8455 -126.492 -84.45 - 55 113.703 268 4 0 58.8362 -126.491 -85.85 - 55 102.706 1193 3 1 58.6892 -126.445 -114.45 - 55 136.607 268 3 0 58.6801 -126.442 -115.85 - 55 124.029 1192 2 1 58.5161 -126.392 -144.45 - 55 190.721 268 2 0 58.5077 -126.391 -145.85 - 55 92.208 1191 1 1 58.3239 -126.385 -174.45 - 55 114.429 268 1 0 58.3125 -126.382 -175.85 - 55 129.784 1190 0 1 58.077 -126.27 -204.45 - 55 105.54 269 0 0 58.0681 -126.263 -205.85 - 55 30.9789 416 0 0 83.6529 -96.95 -206.232 - 55 223.316 1194 4 1 58.8764 -126.523 -84.4502 - 55 11.3129 250 4 0 91.7364 -130.046 -86.25 - 55 1.44658 8 4 0 62.2254 -178.443 -86.25 - 55 40.9125 272 4 0 67.9988 -125.587 -86.25 - 55 184.648 273 4 0 68.0129 -125.55 -86.154 - 55 126.241 1239 4 1 67.9823 -125.56 -84.85 - 55 234.687 1238 4 1 67.8499 -125.525 -84.728 - 55 210.253 328 4 0 111.011 -114.46 -86.25 - 55 118.343 1197 6 1 59.45 -126.317 -24.4987 - 55 92.3062 268 6 0 60.1085 -126.407 -25.85 - 55 75.8625 267 6 0 60.2725 -126.55 -26.1456 -Number of digits in this event: 19 -Using G4ParticleGun... -Particle energy: 8.60725 LIN -Particle: e- -Event: 56 -Number of tracker hits in this event: 156 - 56 268.328 1213 11 1 62.8275 15.5969 125.55 - 56 128.354 977 11 0 62.8286 15.5962 124.15 - 56 125.847 1214 10 1 62.8543 15.5798 95.55 - 56 123.312 977 10 0 62.8552 15.5783 94.15 - 56 127.419 1214 9 1 62.879 15.5445 65.55 - 56 316.294 977 9 0 62.8792 15.5416 64.15 - 56 215.532 1214 8 1 62.8871 15.486 35.55 - 56 156.478 977 8 0 62.8866 15.4829 34.15 - 56 107.225 1214 7 1 62.8847 15.4201 5.55 - 56 114.789 976 7 0 62.8832 15.4179 4.15 - 56 125.5 1213 6 1 62.8433 15.372 -24.45 - 56 166.574 976 6 0 62.8416 15.37 -25.85 - 56 166.253 1213 5 1 62.8065 15.3079 -54.45 - 56 132.022 976 5 0 62.8025 15.3055 -55.85 - 56 382.268 1213 4 1 62.7246 15.2539 -84.45 - 56 489.464 976 4 0 62.7205 15.2513 -85.85 - 56 220.4 1212 3 1 62.6334 15.2011 -114.45 - 56 109.571 975 3 0 62.6303 15.1962 -115.85 - 56 107.671 1212 2 1 62.5713 15.0739 -144.45 - 56 127.487 975 2 0 62.5688 15.0694 -145.85 - 56 178.406 1212 1 1 62.525 14.9905 -174.45 - 56 150.132 974 1 0 62.5262 14.9854 -175.85 - 56 103.923 1212 0 1 62.5586 14.9034 -204.45 - 56 449.612 974 0 0 62.5626 14.8996 -205.85 - 56 203.218 1192 5 0 -28.132 58.5496 -56.25 - 56 161.175 627 2 0 107.553 -54.5752 -146.25 - 56 136.48 1208 3 1 61.7751 16.1999 -114.45 - 56 78.6368 980 3 0 61.7428 16.2405 -115.85 - 56 24.9672 981 3 0 61.7358 16.25 -116.165 - 56 150.818 1205 2 1 61.0841 16.8847 -144.45 - 56 132.374 984 2 0 61.3649 16.8984 -145.85 - 56 251.584 1236 1 1 67.3268 17.1247 -174.45 - 56 293.327 985 1 0 67.6436 17.1315 -175.85 - 56 113.694 1271 0 1 74.3417 17.2181 -204.45 - 56 116.007 985 0 0 74.6575 17.2461 -205.85 - 56 54.4953 986 0 0 74.7052 17.25 -206.064 - 56 74.0852 1426 0 1 105.35 -17.0379 -204.7 - 56 104.13 1213 3 1 62.6593 15.5576 -114.45 - 56 150.801 977 3 0 62.6444 15.5817 -115.85 - 56 138.332 1211 2 1 62.3689 16.1729 -144.45 - 56 111.479 980 2 0 62.3548 16.2181 -145.85 - 56 181.608 1210 1 1 62.0673 17.0948 -174.45 - 56 155.774 1209 0 1 61.9096 17.9345 -204.45 - 56 196.113 989 0 0 61.9042 17.9774 -205.85 - 56 145.454 990 0 0 61.8792 18.0501 -206.107 - 56 218.872 1213 0 1 62.8158 15.0048 -204.45 - 56 193.135 981 9 0 61.4467 16.335 64.15 - 56 56.6421 982 9 0 61.3428 16.4502 64.052 - 56 114.397 1202 9 1 60.5316 14.4652 65.15 - 56 75.3585 1214 6 1 62.9754 15.361 -24.45 - 56 2.81216 1115 8 1 43.05 39.4522 35.4819 - 56 93.5304 1215 6 1 63.05 15.4148 -24.6959 - 56 417.008 1214 3 1 62.9693 15.3577 -114.45 - 56 348.852 976 3 0 62.9977 15.3676 -115.85 - 56 116.868 1219 2 1 63.9406 15.6154 -144.45 - 56 144.02 977 2 0 63.9791 15.6314 -145.85 - 56 109.967 1223 1 1 64.6811 15.7899 -174.45 - 56 142.76 978 1 0 64.8279 15.7892 -175.85 - 56 134.416 1239 0 1 67.9831 15.8456 -204.45 - 56 58.0323 979 0 0 68.1253 16.0321 -205.85 - 56 99.9709 980 0 0 68.1386 16.05 -205.982 - 56 107.273 1223 2 1 64.7052 14.3271 -144.45 - 56 19.1689 970 2 0 64.8539 14.0667 -145.851 - 56 76.833 969 2 0 64.8631 14.05 -145.939 - 56 148.808 940 1 0 67.522 8.16302 -175.85 - 56 88.9569 1249 0 1 69.9641 4.05551 -204.45 - 56 271.22 918 0 0 70.0689 3.80505 -205.85 - 56 144.531 978 11 0 62.6427 15.6507 124.15 - 56 209.681 1194 10 1 59.0277 17.1862 95.55 - 56 139.749 987 10 0 58.7244 17.4635 94.15 - 56 104.288 1162 9 1 52.4835 23.8044 65.55 - 56 20.5235 1161 9 1 52.45 23.8951 65.2366 - 56 49.1471 1020 9 0 52.3177 24.195 64.1494 - 56 53.4307 1021 9 0 52.2901 24.25 63.9462 - 56 77.709 1140 8 1 48.0836 31.4028 35.55 - 56 71.4633 1141 8 1 48.25 31.3629 35.3176 - 56 161.451 1056 8 0 49.2276 31.3702 34.1491 - 56 49.4547 1057 8 0 49.5733 31.45 33.848 - 56 38.7002 1292 7 1 78.5273 35.7292 5.55 - 56 203.481 1291 7 1 78.45 35.6448 5.44383 - 56 20.5328 1290 7 1 78.2498 35.3855 5.19145 - 56 75.7751 1071 7 0 77.2899 34.4224 4.14988 - 56 88.8279 1070 7 0 77.1322 34.25 4.00215 - 56 70.2475 1069 7 0 76.8978 34.0496 3.83085 - 56 36.5894 578 7 0 10.8721 -64.3098 3.75053 - 56 57.587 577 7 0 10.8026 -64.45 3.81379 - 56 137.793 576 7 0 10.7012 -64.6508 3.88265 - 56 74.4897 575 7 0 10.5547 -64.8502 3.92409 - 56 81.3407 574 7 0 10.4409 -65.05 4.00247 - 56 67.6764 573 7 0 10.2781 -65.2505 4.07992 - 56 15.0198 572 7 0 10.0823 -65.45 4.12719 - 56 38.1866 939 7 1 7.96843 -67.4343 5.15004 - 56 130.081 938 7 1 7.84996 -67.5304 5.1999 - 56 328.948 937 7 1 7.64971 -67.8149 5.30804 - 56 113.052 559 7 0 7.5969 -68.0574 4.14896 - 56 112.36 464 7 0 -16.7105 -87.0879 3.75021 - 56 88.051 463 7 0 -16.9527 -87.25 3.87813 - 56 114.881 462 7 0 -17.1826 -87.45 3.88853 - 56 252.974 461 7 0 -17.4932 -87.65 3.7716 - 56 79.4278 609 7 0 -109.489 -58.154 3.75 - 56 237.264 610 7 0 -109.582 -58.0493 3.83622 - 56 236.128 1139 8 1 47.9441 31.421 35.55 - 56 155.085 1058 8 0 47.7125 31.7428 34.15 - 56 0.224254 1117 7 1 43.4505 37.773 5.55 - 56 123.896 1116 7 1 43.45 37.774 5.54848 - 56 17.0566 1093 7 0 43.0551 38.7997 4.1499 - 56 110.273 1094 7 0 43.0361 38.85 4.0816 - 56 10.7967 1095 7 0 42.9607 39.0501 3.78586 - 56 143.262 1082 6 1 36.4838 58.0112 -24.45 - 56 29.9291 1083 6 1 36.65 58.3001 -24.7753 - 56 38.0254 1196 6 0 37.2405 59.371 -25.85 - 56 154.562 1197 6 0 37.2867 59.45 -25.9319 - 56 40.81 1198 6 0 37.4126 59.65 -26.1507 - 56 13.521 1171 5 1 54.4213 88.7823 -54.45 - 56 258.679 1172 5 1 54.45 88.8149 -54.4857 - 56 329.021 1173 5 1 54.65 89.061 -54.739 - 56 112.813 1350 5 0 55.4965 90.15 -55.9378 - 56 30.9487 1351 5 0 55.6713 90.3501 -56.1781 - 56 208.018 1265 4 1 73.2199 109.841 -84.45 - 56 3.13072 1264 4 1 73.05 110.548 -84.8411 - 56 50.7801 1461 4 0 72.5513 112.364 -85.85 - 56 63.9868 1462 4 0 72.4895 112.55 -85.9611 - 56 141.153 1463 4 0 72.4136 112.751 -86.0865 - 56 29.767 1464 4 0 72.3366 112.95 -86.2131 - 56 180.321 1184 3 1 56.9936 162.036 -114.45 - 56 25.6606 1715 3 0 57.0197 163.311 -115.85 - 56 109.481 1716 3 0 57.0198 163.35 -115.915 - 56 36.0262 1717 3 0 57.0398 163.55 -116.196 - 56 42.0498 1138 8 1 47.85 31.5558 35.2656 - 56 16.6359 1060 8 0 47.5337 32.2205 34.15 - 56 126.728 1061 8 0 47.5193 32.2501 34.0962 - 56 0.307083 1132 7 1 46.4508 42.0454 5.55 - 56 142.191 1131 7 1 46.4499 42.0439 5.54682 - 56 146.202 1107 7 0 46.1313 41.6489 4.15 - 56 173.082 1097 6 1 39.5169 31.6182 -24.4501 - 56 2.69709 1054 6 0 40.0706 30.8549 -25.85 - 56 74.2823 1053 6 0 40.0742 30.85 -25.8582 - 56 82.7199 1052 6 0 40.2331 30.65 -26.0143 - 56 48.4478 1051 6 0 40.2517 30.45 -26.1443 - 56 64.0864 801 6 0 62.5861 -19.7177 -26.2496 - 56 95.0438 800 6 0 62.6453 -19.85 -26.1106 - 56 180.65 1223 6 1 64.6813 -21.4673 -24.85 - 56 37.3516 1222 6 1 64.6488 -21.7782 -24.4977 - 56 8.85381 1292 1 1 78.5616 -2.28251 -174.45 - 56 111.603 1293 1 1 78.6504 -2.3452 -174.711 - 56 51.8814 1294 1 1 78.85 -2.39259 -174.789 - 56 80.7832 882 1 0 81.2199 -3.59609 -175.85 - 56 90.1804 881 1 0 81.4304 -3.65 -175.91 - 56 16.8417 1319 1 1 83.8961 -5.23125 -174.85 - 56 53.9638 869 1 0 85.4776 -6.14759 -175.85 - 56 117.407 868 1 0 85.5055 -6.25 -175.923 - 56 212.072 867 1 0 85.5435 -6.45014 -176.119 - 56 26.1909 1195 10 1 59.05 17.1482 95.5217 - 56 103.463 1214 11 1 62.8501 15.5369 125.51 - 56 20.8751 975 11 0 63.2087 15.0649 124.15 - 56 106.843 974 11 0 63.2226 15.05 124.08 -Number of digits in this event: 70 -Using G4ParticleGun... -Particle energy: 6.60787 LIN -Particle: e- -Event: 57 -Number of tracker hits in this event: 124 - 57 147.569 947 11 1 9.61568 -23.0966 125.55 - 57 130.042 784 11 0 9.61555 -23.0964 124.15 - 57 96.0394 947 10 1 9.6144 -23.0892 95.55 - 57 255.271 784 10 0 9.61351 -23.0881 94.15 - 57 130.119 947 9 1 9.59703 -23.0691 65.55 - 57 176.835 784 9 0 9.59606 -23.0675 64.15 - 57 124.278 947 8 1 9.58006 -23.0366 35.55 - 57 107.615 785 8 0 9.58217 -23.0358 34.15 - 57 125.15 947 7 1 9.63067 -23.0178 5.55 - 57 147.786 785 7 0 9.63352 -23.0152 4.15 - 57 396.341 948 6 1 9.6897 -22.9591 -24.45 - 57 274.642 785 6 0 9.69308 -22.9569 -25.85 - 57 300.962 948 5 1 9.75807 -22.9141 -54.45 - 57 119.869 785 5 0 9.75987 -22.91 -55.85 - 57 154.143 948 4 1 9.79091 -22.8164 -84.45 - 57 139.491 786 4 0 9.79447 -22.8117 -85.85 - 57 159.44 949 3 1 9.88065 -22.714 -114.45 - 57 269.94 786 3 0 9.88398 -22.7125 -115.85 - 57 626.26 949 2 1 9.9633 -22.6956 -144.45 - 57 673.205 786 2 0 9.96838 -22.6901 -145.85 - 57 256.401 950 1 1 10.0723 -22.5652 -174.45 - 57 539.125 787 1 0 10.0765 -22.5563 -175.85 - 57 248.264 950 0 1 10.1607 -22.3668 -204.45 - 57 112.282 788 0 0 10.1695 -22.3568 -205.85 - 57 146.714 1263 0 1 72.65 -31.1347 -204.679 - 57 115.003 1264 0 1 72.8502 -31.1334 -204.521 - 57 136.551 566 1 1 -66.6787 30.6801 -174.85 - 57 161.455 567 1 1 -66.65 30.6797 -174.713 - 57 78.8541 957 0 0 44.6676 11.45 -206.084 - 57 2.79613 1113 0 1 42.8016 0.930707 -204.85 - 57 19.3253 964 0 1 13.007 -12.0528 -204.85 - 57 342.269 965 0 1 13.05 -12.0019 -204.638 - 57 3.88216 1131 8 1 46.25 -74.5695 35.2853 - 57 173.339 948 1 1 9.80861 -22.5299 -174.45 - 57 217.415 942 0 1 8.52371 -24.5202 -204.45 - 57 113.78 775 0 0 8.38985 -24.9031 -205.85 - 57 132.15 953 0 1 10.735 -22.1563 -204.45 - 57 143.681 789 0 0 10.7555 -22.1602 -205.85 - 57 211.505 948 7 1 9.65 -23.039 5.30788 - 57 70.232 784 6 0 9.74776 -23.05 -26.0141 - 57 21.9563 963 5 1 12.6853 -25.5338 -54.45 - 57 123.086 962 5 1 12.65 -25.5639 -54.5169 - 57 14.0943 770 5 0 11.8388 -26.0276 -55.85 - 57 106.642 769 5 0 11.7948 -26.0501 -55.9195 - 57 40.5185 848 4 1 -10.3442 -36.1558 -84.45 - 57 103.978 847 4 1 -10.4502 -36.1098 -84.5328 - 57 75.6676 846 4 1 -10.6502 -36.0155 -84.702 - 57 34.304 723 4 0 -12.0143 -35.2937 -85.85 - 57 233.226 724 4 0 -12.091 -35.25 -85.917 - 57 12.6954 725 4 0 -12.4142 -35.05 -86.2225 - 57 24.285 676 3 1 -44.8112 -15.1195 -114.45 - 57 90.1283 675 3 1 -44.8501 -15.1684 -114.534 - 57 40.3984 821 3 0 -45.1796 -15.7746 -115.85 - 57 77.0703 820 3 0 -45.2128 -15.8501 -116.013 - 57 188.859 939 5 1 7.96514 -21.4173 -54.45 - 57 115.973 794 5 0 7.79385 -21.2181 -55.85 - 57 123.578 919 4 1 4.0006 -17.4085 -84.45 - 57 114.621 814 4 0 3.78338 -17.2121 -85.85 - 57 156.146 897 3 1 -0.511172 -13.4911 -114.45 - 57 15.6406 833 3 0 -0.63138 -13.2625 -115.85 - 57 93.3253 834 3 0 -0.637684 -13.25 -115.926 - 57 150.604 883 2 1 -3.3615 -8.99791 -144.45 - 57 230.688 856 2 0 -3.58589 -8.78002 -145.85 - 57 65.9532 857 1 1 -8.5724 -4.04299 -174.45 - 57 59.2709 856 1 1 -8.65006 -4.0195 -174.667 - 57 103.017 880 1 0 -9.04075 -3.90435 -175.851 - 57 136.606 811 0 1 -17.668 -0.573045 -204.45 - 57 140.09 899 0 0 -18.1922 -0.201913 -205.85 - 57 4.33814 882 2 1 -3.52356 -8.00907 -144.85 - 57 13.414 868 2 0 -3.10011 -6.36149 -145.85 - 57 41.3822 879 2 1 -4.22336 -5.02207 -144.85 - 57 30.9788 838 2 1 -12.3828 -13.8484 -144.45 - 57 197.554 837 2 1 -12.45 -13.8116 -144.462 - 57 209.134 947 2 1 9.5869 -22.8592 -144.451 - 57 56.5664 948 2 1 9.65007 -22.8565 -144.709 - 57 146.831 985 1 1 17.0722 -21.8046 -174.45 - 57 123.382 792 1 0 17.3313 -21.6414 -175.85 - 57 88.1512 1011 0 1 22.4151 -18.0727 -204.451 - 57 41.5154 1012 0 1 22.45 -18.0512 -204.703 - 57 136.129 810 0 0 22.6248 -17.9591 -205.85 - 57 222.887 451 11 1 -89.6626 94.6241 125.55 - 57 340.574 984 1 1 17.05 -21.9351 -174.466 - 57 84.4051 786 1 0 17.1502 -22.7799 -175.85 - 57 32.9673 891 1 0 60.1251 -1.80626 -176.25 - 57 54.5337 890 1 0 60.1201 -1.85 -176.191 - 57 80.7783 796 3 0 -109.56 -20.6506 -116.25 - 57 35.4672 753 3 0 -113.159 -29.3441 -116.25 - 57 122.736 947 1 1 9.61238 -21.9332 -174.45 - 57 135.205 791 1 0 9.63529 -21.8361 -175.85 - 57 200.297 800 0 0 10.035 -19.9824 -205.85 - 57 51.4745 949 0 1 9.92663 -21.217 -204.45 - 57 265.723 948 0 1 9.85 -21.1536 -204.667 - 57 58.2846 790 0 0 10.506 -22.017 -205.85 - 57 230.209 947 4 1 9.51304 -22.915 -84.45 - 57 286.095 785 4 0 9.51594 -22.9206 -85.85 - 57 116.108 947 3 1 9.64427 -23.0394 -114.45 - 57 121.797 785 3 0 9.65705 -23.0436 -115.85 - 57 142.937 784 2 0 10.0491 -23.1701 -145.85 - 57 134.91 951 1 1 10.3371 -23.6583 -174.45 - 57 138.372 781 1 0 10.3626 -23.6589 -175.85 - 57 134.179 954 0 1 11.0148 -23.8649 -204.45 - 57 135.445 780 0 0 11.0082 -23.9115 -205.85 - 57 43.8913 779 0 0 -5.63984 -24.1388 -206.25 - 57 182.103 917 0 1 3.48043 -68.3969 -204.85 - 57 369.085 916 0 1 3.45 -68.4895 -204.478 - 57 272.809 946 3 1 9.39124 -22.7372 -114.45 - 57 116.736 943 2 1 8.82302 -22.3499 -144.45 - 57 162.007 788 2 0 8.77903 -22.332 -145.85 - 57 113.659 939 1 1 7.88245 -21.9204 -174.45 - 57 144.72 790 1 0 7.85261 -21.902 -175.85 - 57 237.504 935 0 1 7.20856 -21.5151 -204.45 - 57 145.894 792 0 0 7.1677 -21.5099 -205.85 - 57 69.4878 865 2 0 -92.7741 -6.97195 -146.25 - 57 62.7031 882 2 0 -90.6146 -3.65 -146.191 - 57 222.57 864 2 0 -92.8019 -7.05 -146.109 - 57 121.867 793 0 0 7.35695 -21.4156 -205.85 - 57 55.0285 947 5 1 9.55003 -22.9629 -54.45 - 57 64.5193 946 5 1 9.45 -22.8827 -54.7207 - 57 87.493 788 5 0 8.78761 -22.357 -55.85 - 57 82.2562 789 5 0 8.7052 -22.2498 -55.995 - 57 76.6467 938 5 1 7.85 -21.0934 -54.7177 - 57 136.97 937 5 1 7.65 -20.9654 -54.5736 - 57 342.671 936 5 1 7.45 -20.8562 -54.4762 - 57 34.1034 935 5 1 7.25 -20.8266 -54.7978 -Number of digits in this event: 71 -Using G4ParticleGun... -Particle energy: 8.43981 LIN -Particle: e- -Event: 58 -Number of tracker hits in this event: 25 - 58 120.683 1215 11 1 63.1665 -2.5353 125.55 - 58 158.228 887 11 0 63.1674 -2.53515 124.15 - 58 129.334 1215 10 1 63.1891 -2.52913 95.55 - 58 108.435 887 10 0 63.1903 -2.52924 94.15 - 58 109.773 1215 9 1 63.2068 -2.53137 65.55 - 58 154.345 887 9 0 63.2076 -2.53127 64.15 - 58 103.148 1215 8 1 63.2263 -2.52791 35.55 - 58 112.361 887 8 0 63.2277 -2.52784 34.15 - 58 126.041 1216 7 1 63.256 -2.52885 5.55 - 58 111.205 887 7 0 63.2571 -2.52931 4.15 - 58 164.184 1216 6 1 63.2809 -2.5381 -24.45 - 58 113.277 887 6 0 63.2809 -2.54021 -25.85 - 58 175.566 1216 5 1 63.2807 -2.58774 -54.45 - 58 109.896 887 5 0 63.2791 -2.58907 -55.85 - 58 116.39 1216 4 1 63.2534 -2.62437 -84.45 - 58 175.541 887 4 0 63.2504 -2.6267 -85.85 - 58 124.331 1215 3 1 63.1934 -2.66485 -114.45 - 58 123.251 886 3 0 63.1923 -2.66734 -115.85 - 58 107.449 1215 2 1 63.1701 -2.71475 -144.45 - 58 118.608 886 2 0 63.1529 -2.70997 -145.85 - 58 108.973 1213 1 1 62.7981 -2.61325 -174.45 - 58 126.514 887 1 0 62.7814 -2.61122 -175.85 - 58 104.49 1211 0 1 62.4379 -2.57114 -204.45 - 58 116.651 887 0 0 62.4042 -2.58883 -205.85 - 58 61.0588 1303 1 0 22.6495 80.65 -176.128 -Number of digits in this event: 13 -Using G4ParticleGun... -Particle energy: 2.37624 LIN -Particle: e- -Event: 59 -Number of tracker hits in this event: 118 - 59 122.867 854 11 1 -9.09452 39.7778 125.55 - 59 128.835 1098 11 0 -9.09392 39.78 124.15 - 59 96.1294 854 10 1 -9.0923 39.8152 95.55 - 59 111.939 1098 10 0 -9.09007 39.8178 94.15 - 59 146.831 855 9 1 -9.04443 39.8637 65.55 - 59 129.852 1099 9 0 -9.04633 39.8655 64.15 - 59 117.735 854 8 1 -9.09485 39.9046 35.55 - 59 121.909 1099 8 0 -9.09943 39.9024 34.15 - 59 153.054 854 7 1 -9.19415 39.8613 5.55 - 59 117.967 1099 7 0 -9.19242 39.8624 4.15 - 59 541.948 854 6 1 -9.16211 39.8863 -24.45 - 59 295.607 1099 6 0 -9.1521 39.8814 -25.85 - 59 253.13 855 5 1 -8.93484 39.7916 -54.45 - 59 318.423 1098 5 0 -8.92896 39.7821 -55.85 - 59 305.208 856 4 1 -8.83774 39.6721 -84.45 - 59 110.611 1098 4 0 -8.829 39.6628 -85.85 - 59 117.005 856 3 1 -8.68126 39.4838 -114.45 - 59 180.976 1097 3 0 -8.67522 39.4703 -115.85 - 59 120.579 857 2 1 -8.57689 39.2196 -144.45 - 59 143.926 1095 2 0 -8.57557 39.212 -145.85 - 59 217.594 857 1 1 -8.52262 39.0817 -174.45 - 59 142.396 1095 1 0 -8.52285 39.0738 -175.85 - 59 93.2334 857 0 1 -8.52076 38.8898 -204.45 - 59 107.342 1094 0 0 -8.52225 38.8744 -205.85 - 59 100.945 1089 1 1 37.85 73.24 -174.704 - 59 94.6275 1097 4 0 -8.71338 39.5346 -85.85 - 59 114.393 858 3 1 -8.30299 39.2403 -114.45 - 59 104.86 1095 3 0 -8.27359 39.2294 -115.85 - 59 134.751 861 2 1 -7.82512 38.993 -144.45 - 59 185.724 1094 2 0 -7.83531 38.9651 -145.85 - 59 156.509 860 1 1 -8.04643 38.4088 -174.45 - 59 139.504 1091 1 0 -8.03595 38.3617 -175.85 - 59 172.597 861 0 1 -7.74669 37.4306 -204.45 - 59 114.126 1086 0 0 -7.71278 37.385 -205.85 - 59 262.174 1083 0 0 -8.83264 36.8194 -205.85 - 59 13.7754 1084 0 0 -8.97037 36.85 -205.906 - 59 102.785 857 4 1 -8.64992 39.6046 -84.5456 - 59 28.0057 874 2 1 -5.13019 43.1933 -144.45 - 59 94.6263 875 2 1 -5.05 43.1955 -144.55 - 59 44.23 1114 2 0 -4.33436 42.8868 -145.85 - 59 115.416 1113 2 0 -4.26682 42.85 -146.011 - 59 23.7217 116 7 0 18.7658 -156.75 3.77578 - 59 113.847 115 7 0 18.7552 -156.95 3.96138 - 59 124.078 989 7 1 17.9566 -156.286 5.15 - 59 2.41664 1205 3 0 21.1964 61.2449 -116.25 - 59 161.323 1206 3 0 21.2037 61.2501 -116.242 - 59 123.837 1005 3 1 21.1927 61.9629 -114.85 - 59 271.765 853 6 1 -9.25 40.0132 -24.6324 - 59 59.8146 1110 6 0 -10.3114 42.1112 -25.85 - 59 100.588 1111 6 0 -10.4115 42.25 -25.9505 - 59 3.59371 1360 6 0 -84.7876 92.3435 -26.25 - 59 215.871 1361 6 0 -84.7969 92.35 -26.2461 - 59 221.139 1362 6 0 -85.4388 92.55 -26.0711 - 59 71.5672 1363 6 0 -85.6207 92.7505 -25.9513 - 59 74.7577 472 6 1 -85.4926 92.8999 -24.85 - 59 235.978 473 6 1 -85.45 92.9703 -24.7012 - 59 26.8767 1030 7 0 -32.1763 26.0803 3.75 - 59 65.4067 852 6 1 -9.45 39.8845 -24.7936 - 59 36.8415 1090 6 0 -11.4452 38.1475 -25.8501 - 59 282.803 1089 6 0 -11.5332 38.05 -25.8992 - 59 195.197 935 6 0 -112.707 7.12356 -26.2497 - 59 262.401 936 6 0 -112.438 7.25 -26.0407 - 59 233.463 1098 6 0 -9.21106 39.839 -25.85 - 59 291.656 853 5 1 -9.28159 39.8042 -54.45 - 59 135.534 853 4 1 -9.36782 40.0062 -84.45 - 59 210.647 1099 4 0 -9.37795 40.0166 -85.85 - 59 197.932 852 3 1 -9.62569 40.2639 -114.45 - 59 98.3993 1101 3 0 -9.64942 40.289 -115.85 - 59 277.612 849 2 1 -10.1309 40.8289 -144.45 - 59 107.941 1103 2 0 -10.0856 40.8024 -145.85 - 59 78.6129 1101 1 0 -8.30422 40.4346 -175.85 - 59 67.0636 1102 1 0 -8.28435 40.45 -175.965 - 59 65.3949 882 0 1 -3.49777 44.2287 -204.451 - 59 54.189 883 0 1 -3.4498 44.2632 -204.689 - 59 61.5492 1121 0 0 -3.21512 44.4246 -205.85 - 59 63.7772 1122 0 0 -3.17509 44.45 -206.048 - 59 158.539 850 2 1 -10.05 41.0417 -144.546 - 59 16.5425 1116 2 0 -9.68565 43.386 -145.85 - 59 65.31 1117 2 0 -9.67818 43.45 -145.887 - 59 61.302 1118 2 0 -9.66246 43.65 -146.025 - 59 52.6141 1119 2 0 -9.641 43.85 -146.17 - 59 215.084 866 1 1 -6.83781 87.9677 -174.45 - 59 22.4959 1343 1 0 -7.05069 88.7951 -175.85 - 59 121.342 1344 1 0 -7.07156 88.8501 -175.924 - 59 132.704 837 0 1 -12.6091 104.069 -204.45 - 59 18.3943 838 0 1 -12.45 103.995 -204.779 - 59 66.6891 1416 0 0 -12.0469 103.41 -205.85 - 59 73.7202 1415 0 0 -11.9451 103.35 -206.068 - 59 153.824 1329 0 0 2.15886 86.0307 -206.25 - 59 45.1914 1330 0 0 2.4691 86.0501 -205.934 - 59 212.06 912 0 1 2.48167 87.3187 -204.85 - 59 108.279 913 0 1 2.65 87.7262 -204.747 - 59 283.489 914 0 1 2.85 87.7928 -204.672 - 59 205.213 849 0 1 -10.1951 41.1667 -204.45 - 59 199.03 1110 0 0 -9.97677 42.082 -205.85 - 59 34.3181 1111 0 0 -9.89114 42.2501 -206.156 - 59 64.9301 1109 0 0 -9.9901 42.0499 -205.914 - 59 219.356 854 5 1 -9.20633 39.8703 -54.45 - 59 124.323 1099 5 0 -9.19092 39.9219 -55.85 - 59 114.347 854 4 1 -9.20488 40.9525 -84.45 - 59 119.503 1104 4 0 -9.20954 40.9994 -85.85 - 59 46.6413 851 3 1 -9.84229 41.9171 -114.45 - 59 103.524 850 3 1 -9.85 41.9178 -114.569 - 59 121.419 1109 3 0 -9.97037 41.9357 -115.85 - 59 113.793 832 2 1 -13.6259 42.2848 -144.45 - 59 146.24 1111 2 0 -13.6015 42.2859 -145.85 - 59 147.487 835 1 1 -13.0266 43.5163 -174.45 - 59 151.639 1120 1 0 -12.9541 44.1309 -175.85 - 59 54.1897 1121 1 0 -12.9423 44.2503 -176.11 - 59 164.641 839 0 1 -12.2433 58.2224 -204.45 - 59 84.2445 1195 0 0 -12.2131 59.0997 -205.85 - 59 74.8855 1196 0 0 -12.2126 59.2503 -206.086 - 59 459.01 853 3 1 -9.32964 42.0606 -114.45 - 59 59.483 1085 5 0 -58.2109 37.25 -56.2397 - 59 108.651 852 5 1 -9.45 40.0028 -54.5896 - 59 33.3412 851 5 1 -9.65002 40.1254 -54.7466 - 59 88.8405 1104 5 0 -10.4591 40.8838 -55.85 - 59 112.312 1105 5 0 -10.6386 41.05 -56.0475 -Number of digits in this event: 58 -Using G4ParticleGun... -Particle energy: 1.52839 LIN -Particle: e- -Event: 60 -Number of tracker hits in this event: 31 - 60 119.829 1084 9 1 36.9289 -116.291 65.55 - 60 113.855 319 9 0 36.9316 -116.291 64.15 - 60 127.853 1084 8 1 36.9822 -116.293 35.55 - 60 112.035 319 8 0 36.991 -116.293 34.15 - 60 114.767 1085 7 1 37.1803 -116.272 5.55 - 60 178.761 319 7 0 37.1882 -116.269 4.15 - 60 131.488 1086 6 1 37.3651 -116.192 -24.45 - 60 105.844 319 6 0 37.378 -116.189 -25.85 - 60 174.187 1087 5 1 37.6424 -116.104 -54.45 - 60 107.944 320 5 0 37.6563 -116.098 -55.85 - 60 170.197 1089 4 1 37.9714 -115.843 -84.45 - 60 124.669 321 4 0 37.9822 -115.827 -85.85 - 60 115.445 1090 3 1 38.2062 -115.508 -114.45 - 60 129.637 323 3 0 38.2155 -115.489 -115.85 - 60 124.634 1091 2 1 38.3998 -115.142 -144.45 - 60 120.826 325 2 0 38.4072 -115.128 -145.85 - 60 139.622 1092 1 1 38.539 -114.843 -174.45 - 60 102.831 326 1 0 38.5464 -114.831 -175.85 - 60 147.787 1093 0 1 38.6976 -114.592 -204.45 - 60 214.114 327 0 0 38.7036 -114.578 -205.85 - 60 9.54301 146 0 0 58.5739 -150.75 -205.892 - 60 78.3233 1194 0 1 58.8868 -150.853 -204.85 - 60 51.7755 328 0 0 38.7181 -114.55 -206.079 - 60 56.1397 308 0 0 41.8325 -118.505 -206.25 - 60 16.9695 1108 0 1 41.6569 -100.913 -204.85 - 60 141.618 487 2 0 125.423 -82.649 -146.25 - 60 6.88835 1532 2 1 126.605 -82.2382 -144.85 - 60 29.5475 498 2 0 127.988 -80.4235 -145.85 - 60 11.0836 1540 2 1 128.281 -81.5407 -144.85 - 60 36.7546 477 2 0 123.119 -84.5827 -145.85 - 60 20.4469 1509 2 1 122.066 -86.864 -144.85 +Event: 11 +Number of tracker hits in this event: 20 + 11 121.472 366 9 1 -106.885 53.7335 65.55 + 11 108.991 1168 9 0 -106.886 53.7342 64.15 + 11 121.652 366 8 1 -106.895 53.7437 35.55 + 11 118.479 1168 8 0 -106.897 53.7451 34.15 + 11 238.562 366 7 1 -106.924 53.7725 5.55 + 11 277.169 1168 7 0 -106.924 53.7743 4.15 + 11 121.273 366 6 1 -106.925 53.8133 -24.45 + 11 126.272 1168 6 0 -106.924 53.815 -25.85 + 11 97.7988 366 5 1 -106.896 53.8493 -54.45 + 11 88.1868 1168 5 0 -106.894 53.8497 -55.85 + 11 149.32 366 4 1 -106.849 53.8523 -84.45 + 11 108.917 1169 4 0 -106.847 53.852 -85.85 + 11 147.72 366 3 1 -106.806 53.8533 -114.45 + 11 106.629 1169 3 0 -106.804 53.8531 -115.85 + 11 122.197 366 2 1 -106.757 53.8493 -144.45 + 11 188.586 1168 2 0 -106.754 53.8495 -145.85 + 11 129.139 367 1 1 -106.692 53.8515 -174.45 + 11 108.456 1169 1 0 -106.689 53.8518 -175.85 + 11 226.313 367 0 1 -106.619 53.8619 -204.45 + 11 120.538 1169 0 0 -106.614 53.8622 -205.85 Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 9.30431 LIN +Particle energy: 4.15592 LIN Particle: e- -Event: 61 -Number of tracker hits in this event: 63 - 61 103.288 770 11 1 -25.966 39.9075 125.55 - 61 145.971 1099 11 0 -25.967 39.9074 124.15 - 61 119.032 770 10 1 -25.9885 39.9056 95.55 - 61 141.478 1099 10 0 -25.9901 39.9055 94.15 - 61 106.876 770 9 1 -26.0226 39.9009 65.55 - 61 117.13 1099 9 0 -26.022 39.902 64.15 - 61 147.807 770 8 1 -26.0231 39.9216 35.55 - 61 105.785 1099 8 0 -26.0223 39.9247 34.15 - 61 137.257 770 7 1 -26.0031 39.9848 5.55 - 61 123.869 1099 7 0 -26.0008 39.9818 4.15 - 61 187.7 770 6 1 -25.9607 39.9229 -24.45 - 61 106.518 1099 6 0 -25.9609 39.9229 -25.85 - 61 109.375 770 5 1 -25.9556 39.8977 -54.45 - 61 166.386 1099 5 0 -25.9529 39.8958 -55.85 - 61 320.724 770 4 1 -25.9086 39.8225 -84.45 - 61 216.17 1098 4 0 -25.9062 39.8149 -85.85 - 61 117.402 771 3 1 -25.8372 39.6654 -114.45 - 61 102.315 1098 3 0 -25.8296 39.6554 -115.85 - 61 114.463 771 2 1 -25.6525 39.4714 -144.45 - 61 103.748 1097 2 0 -25.6471 39.4616 -145.85 - 61 113.45 772 1 1 -25.5475 39.2543 -174.45 - 61 48.6756 1096 1 0 -25.5429 39.2504 -175.85 - 61 120.046 1095 1 0 -25.5424 39.25 -176.008 - 61 174.295 773 0 1 -25.4293 39.1565 -204.45 - 61 118.59 1095 0 0 -25.4294 39.1524 -205.85 - 61 140.017 405 5 0 21.1914 -98.95 -56.1431 - 61 164.969 1099 4 0 -25.811 39.8517 -85.85 - 61 41.0208 776 3 1 -24.6717 38.0366 -114.45 - 61 91.1445 777 3 1 -24.65 38.0152 -114.598 - 61 133.835 1088 3 0 -24.4368 37.8135 -115.85 - 61 112.897 801 2 1 -19.6716 33.9697 -144.45 - 61 115.201 1068 2 0 -19.6639 33.8344 -145.85 - 61 77.0214 795 1 1 -20.9289 31.3407 -174.45 - 61 78.9991 796 1 1 -20.85 31.4161 -174.666 - 61 146.218 1059 1 0 -20.2973 31.8602 -175.85 - 61 62.2995 868 0 1 -6.42222 43.05 -204.45 - 61 153.313 867 0 1 -6.45 42.9861 -204.506 - 61 19.2716 866 0 1 -6.65017 42.5414 -204.799 - 61 35.3657 1107 0 0 -7.23923 41.5359 -205.85 - 61 84.4341 1106 0 0 -7.29343 41.45 -205.949 - 61 27.3824 1105 0 0 -7.40184 41.25 -206.175 - 61 141.608 802 2 1 -19.6363 34.0106 -144.45 - 61 140.951 1072 2 0 -19.4308 34.5588 -145.85 - 61 46.3803 1073 2 0 -19.4514 34.65 -146.087 - 61 435.765 1142 2 0 -22.8084 48.5296 -146.25 - 61 2.68659 1143 2 0 -23.0119 48.65 -146.215 - 61 16.8661 101 7 0 -45.3727 -159.75 4.03711 - 61 135.791 102 7 0 -45.3567 -159.75 4.06503 - 61 142.288 770 3 1 -25.9285 40.2484 -114.45 - 61 164.098 1100 3 0 -25.8839 40.1378 -115.85 - 61 87.8998 768 2 1 -26.3147 37.6415 -144.45 - 61 11.1386 769 2 1 -26.2499 37.6069 -144.818 - 61 141.917 1087 2 0 -26.0689 37.5551 -145.85 - 61 27.2123 786 1 1 -22.6789 34.0277 -174.45 - 61 84.4351 787 1 1 -22.6499 34.008 -174.568 - 61 111.509 1068 1 0 -22.2229 33.8446 -175.85 - 61 113.713 832 0 1 -13.4595 29.1462 -204.45 - 61 16.8564 831 0 1 -13.6502 29.0397 -204.795 - 61 28.4766 1043 0 0 -14.1591 28.6668 -205.85 - 61 113.634 1042 0 0 -14.1825 28.65 -205.901 - 61 30.9789 850 0 1 -10.05 -40.1626 -204.699 - 61 35.5802 345 2 1 -110.95 -21.4754 -144.817 - 61 250.892 344 2 1 -111.15 -21.6002 -144.541 -Number of digits in this event: 28 +Event: 12 +Number of tracker hits in this event: 61 + 12 132.307 904 10 1 0.955203 103.713 95.55 + 12 139.827 1417 10 0 0.957082 103.711 94.15 + 12 136.947 904 9 1 0.990601 103.671 65.55 + 12 140.262 1417 9 0 0.989607 103.669 64.15 + 12 109.478 904 8 1 0.960004 103.613 35.55 + 12 156.211 1417 8 0 0.95833 103.609 34.15 + 12 127.189 904 7 1 0.91971 103.53 5.55 + 12 123.076 1416 7 0 0.921321 103.528 4.15 + 12 135.143 904 6 1 0.964639 103.47 -24.45 + 12 116.209 1416 6 0 0.966657 103.47 -25.85 + 12 169.281 904 5 1 0.961637 103.334 -54.45 + 12 192.823 1415 5 0 0.956583 103.332 -55.85 + 12 480.494 903 4 1 0.806503 103.249 -84.45 + 12 207.841 1415 4 0 0.797652 103.265 -85.85 + 12 237.218 903 3 1 0.668283 103.609 -114.45 + 12 198.454 1417 3 0 0.669063 103.608 -115.85 + 12 258.604 902 2 1 0.636506 103.614 -144.45 + 12 118.673 1417 2 0 0.619121 103.628 -145.85 + 12 118.076 901 1 1 0.29057 103.92 -174.45 + 12 111.811 1418 1 0 0.28028 103.928 -175.85 + 12 61.7225 1473 14 0 -29.0686 114.853 213.75 + 12 27.4583 912 2 1 2.48601 106.013 -144.45 + 12 92.0633 911 2 1 2.45 105.975 -144.568 + 12 197.098 1426 2 0 2.03063 105.513 -145.85 + 12 79.6746 852 1 1 -9.54256 93.6045 -174.45 + 12 35.0774 851 1 1 -9.65 93.6756 -174.718 + 12 83.2735 1369 1 0 -10.1094 94.056 -175.85 + 12 69.3671 1370 1 0 -10.2118 94.1503 -176.117 + 12 2.32619 786 0 1 -22.8481 104.24 -204.45 + 12 167.431 785 0 1 -22.85 104.243 -204.456 + 12 70.008 1425 0 0 -23.2007 105.187 -205.85 + 12 77.0317 1426 0 0 -23.2286 105.35 -206.056 + 12 121.581 570 3 1 -65.859 -0.05 -114.839 + 12 54.4748 569 3 1 -66.05 -0.197583 -114.451 + 12 243.945 903 5 1 0.836285 103.434 -54.45 + 12 261.274 1416 5 0 0.836016 103.426 -55.85 + 12 109.822 1414 3 0 0.697957 102.965 -115.85 + 12 157.248 1413 2 0 0.638732 102.901 -145.85 + 12 182.439 904 1 1 0.906694 102.79 -174.45 + 12 115.622 1413 1 0 0.928339 102.764 -175.85 + 12 170.669 906 0 1 1.35078 102.219 -204.45 + 12 180.863 1410 0 0 1.37044 102.191 -205.85 + 12 93.8735 1412 1 0 0.803552 102.626 -175.85 + 12 258.007 902 0 1 0.576508 100.102 -204.45 + 12 32.9588 1400 0 0 0.419716 100.324 -205.851 + 12 73.2008 1401 0 0 0.40467 100.35 -205.988 + 12 118 1417 4 0 0.745859 103.67 -85.85 + 12 146.898 901 3 1 0.412496 103.768 -114.45 + 12 111.643 1418 3 0 0.411011 103.77 -115.85 + 12 115.454 901 2 1 0.396628 103.904 -144.45 + 12 121.132 1418 2 0 0.386928 103.921 -145.85 + 12 202.555 900 1 1 0.095999 104.258 -174.45 + 12 115.858 1420 1 0 0.108501 104.274 -175.85 + 12 102.039 1421 0 0 0.536018 104.403 -205.85 + 12 74.2936 905 9 1 1.05007 103.63 65.4425 + 12 48.6298 1415 9 0 1.33369 103.185 64.15 + 12 83.1255 1414 9 0 1.35114 103.15 64.0594 + 12 29.5245 963 8 1 12.7135 95.236 35.55 + 12 159.728 962 8 1 12.65 95.2492 35.4545 + 12 83.3564 1371 8 0 11.9579 94.4359 34.15 + 12 51.4211 1370 8 0 11.791 94.3496 33.9389 +Number of digits in this event: 31 Using G4ParticleGun... -Particle energy: 5.96211 LIN +Particle energy: 5.37659 LIN Particle: e- -Event: 62 -Number of tracker hits in this event: 37 - 62 104.514 781 11 1 -23.8164 72.291 125.55 - 62 107.537 1261 11 0 -23.8164 72.2902 124.15 - 62 119.768 781 10 1 -23.834 72.2724 95.55 - 62 121.143 1261 10 0 -23.8336 72.2717 94.15 - 62 109.965 781 9 1 -23.8235 72.2598 65.55 - 62 119.462 1261 9 0 -23.8227 72.2584 64.15 - 62 115.067 781 8 1 -23.8126 72.2311 35.55 - 62 100.93 1260 8 0 -23.8134 72.2301 34.15 - 62 131.604 781 7 1 -23.8297 72.2085 5.55 - 62 138.115 1260 7 0 -23.8277 72.2173 4.15 - 62 116.191 781 6 1 -23.7321 72.4133 -24.45 - 62 115.703 1261 6 0 -23.7148 72.3988 -25.85 - 62 112.394 783 5 1 -23.3201 71.9441 -54.45 - 62 127.202 1259 5 0 -23.4182 71.9427 -55.85 - 62 132.881 772 4 1 -25.4771 71.9291 -84.45 - 62 116.811 1259 4 0 -25.5931 72.002 -85.85 - 62 144.827 760 3 1 -27.9813 73.616 -114.45 - 62 165.422 1268 3 0 -28.0899 73.7169 -115.85 - 62 87.7657 747 2 1 -30.469 76.0275 -144.45 - 62 133.092 1280 2 0 -30.5834 76.1057 -145.85 - 62 115.97 735 1 1 -32.9109 77.5979 -174.45 - 62 120.764 1288 1 0 -33.0269 77.7198 -175.85 - 62 91.1205 724 0 1 -35.2321 80.1365 -204.45 - 62 15.4377 723 0 1 -35.25 80.1781 -204.8 - 62 111.187 1301 0 0 -35.3051 80.3089 -205.85 - 62 246.996 783 2 1 -23.3257 72.7761 -144.45 - 62 239.043 1263 2 0 -23.3331 72.792 -145.85 - 62 156.144 782 1 1 -23.5255 72.9832 -174.45 - 62 227.083 1264 1 0 -23.5358 73.0301 -175.85 - 62 136.737 779 0 1 -24.1295 73.758 -204.45 - 62 394.679 1268 0 0 -24.1643 73.7618 -205.85 - 62 116.786 783 1 1 -23.4398 72.8609 -174.45 - 62 115.79 786 0 1 -22.8207 73.0354 -204.45 - 62 138.456 1264 0 0 -22.8135 73.0128 -205.85 - 62 43.298 1260 9 0 -23.813 72.2498 63.8097 - 62 322.256 1195 9 0 167.775 59.1772 63.7501 - 62 232.622 1194 9 0 168.136 59.05 63.7972 -Number of digits in this event: 19 +Event: 13 +Number of tracker hits in this event: 61 + 13 165.765 1052 11 0 -78.5625 30.575 124.069 + 13 153.236 507 10 1 -78.5571 30.5775 95.55 + 13 248.721 1052 10 0 -78.5577 30.5779 94.15 + 13 95.2225 507 9 1 -78.5759 30.5889 65.55 + 13 151.615 1052 9 0 -78.5757 30.5893 64.15 + 13 305.009 507 8 1 -78.576 30.595 35.55 + 13 128.325 1052 8 0 -78.5755 30.5945 34.15 + 13 130.632 507 7 1 -78.5695 30.5808 5.55 + 13 119.843 1052 7 0 -78.5707 30.5815 4.15 + 13 150.302 507 6 1 -78.5881 30.5917 -24.45 + 13 169.87 1052 6 0 -78.5918 30.5925 -25.85 + 13 180.162 506 5 1 -78.6617 30.6066 -54.45 + 13 110.875 1052 5 0 -78.6695 30.6094 -55.85 + 13 134.475 506 4 1 -78.8279 30.6587 -84.45 + 13 157.001 1053 4 0 -78.8374 30.6607 -85.85 + 13 127.716 505 3 1 -79.0329 30.7112 -114.45 + 13 101.558 1053 3 0 -79.0424 30.7136 -115.85 + 13 113.705 504 2 1 -79.231 30.7686 -144.45 + 13 405.794 1053 2 0 -79.241 30.7747 -145.85 + 13 154.334 503 1 1 -79.4411 30.8982 -174.45 + 13 108.563 1054 1 0 -79.4495 30.9037 -175.85 + 13 131.856 502 0 1 -79.6245 31.0152 -204.45 + 13 314.245 1054 0 0 -79.6298 31.0193 -205.85 + 13 2.13863 855 0 0 -138.464 -8.85781 -206.25 + 13 84.8857 54 1 1 -169.158 -23.1367 -174.85 + 13 185.734 1009 0 0 -87.2213 21.8875 -206.25 + 13 49.8687 1008 0 0 -87.2626 21.8496 -206.192 + 13 58.797 1010 0 0 -87.4214 22.05 -206.124 + 13 20.2254 502 1 1 -79.45 30.8955 -174.821 + 13 95.5423 1055 1 0 -81.5456 31.0835 -175.85 + 13 96.6547 1056 1 0 -81.7795 31.2502 -175.915 + 13 76.818 1057 1 0 -81.7932 31.45 -175.9 + 13 122.693 489 1 1 -82.174 32.7545 -174.85 + 13 77.5395 1063 1 0 -83.0924 32.7144 -175.85 + 13 176.322 505 4 1 -78.861 30.6505 -84.4503 + 13 30.6695 504 4 1 -79.05 30.8208 -84.7744 + 13 44.4456 1056 4 0 -79.6993 31.3736 -85.8501 + 13 102.871 1057 4 0 -79.7921 31.45 -85.9948 + 13 96.3265 399 3 1 -100.197 47.9233 -114.451 + 13 114.666 398 3 1 -100.35 48.14 -114.641 + 13 91.5049 1149 3 0 -101.465 49.8972 -115.85 + 13 62.4087 1150 3 0 -101.564 50.05 -115.958 + 13 113.731 1151 3 0 -101.681 50.25 -116.11 + 13 122.023 302 2 1 -119.74 85.8079 -144.45 + 13 17.2965 303 2 1 -119.55 85.887 -144.802 + 13 133.937 1330 2 0 -118.925 86.0699 -145.85 + 13 99.1479 401 1 1 -99.9031 89.3517 -174.45 + 13 18.9021 402 1 1 -99.75 89.3991 -174.791 + 13 110.023 1347 1 0 -99.2861 89.4559 -175.85 + 13 60.9895 476 0 1 -84.7299 94.5484 -204.45 + 13 133.857 477 0 1 -84.6499 94.6165 -204.617 + 13 124.169 1375 0 0 -83.8088 95.2611 -205.85 + 13 84.2768 1376 0 0 -83.682 95.35 -206.035 + 13 231.13 507 2 1 -78.5138 30.6523 -144.45 + 13 237.027 504 1 1 -79.1585 30.8234 -174.45 + 13 119.179 1053 1 0 -79.1745 30.8231 -175.85 + 13 210.394 504 0 1 -79.2223 30.7967 -204.45 + 13 125.287 1053 0 0 -79.1998 30.817 -205.85 + 13 133.433 505 1 1 -78.9639 32.2313 -174.45 + 13 149.216 1060 1 0 -78.8976 32.1691 -175.85 + 13 151.633 513 0 1 -77.3563 31.0812 -204.45 +Number of digits in this event: 32 Using G4ParticleGun... -Particle energy: 4.99512 LIN +Particle energy: 8.74121 LIN Particle: e- -Event: 63 -Number of tracker hits in this event: 88 - 63 127.711 507 10 1 -78.4841 48.8388 95.55 - 63 164.692 1143 10 0 -78.4848 48.8389 94.15 - 63 140.47 507 9 1 -78.5022 48.8465 65.55 - 63 131.537 1143 9 0 -78.5028 48.8454 64.15 - 63 234.916 507 8 1 -78.5111 48.8278 35.55 - 63 208.823 1143 8 0 -78.5113 48.8291 34.15 - 63 114.317 507 7 1 -78.5166 48.8631 5.55 - 63 175.887 1144 7 0 -78.5181 48.8635 4.15 - 63 169.67 507 6 1 -78.5569 48.8701 -24.45 - 63 152.69 1144 6 0 -78.5595 48.8712 -25.85 - 63 116.286 507 5 1 -78.6129 48.8996 -54.45 - 63 108.159 1144 5 0 -78.617 48.9012 -55.85 - 63 153.775 506 4 1 -78.7056 48.9421 -84.45 - 63 138.879 1144 4 0 -78.7103 48.9434 -85.85 - 63 96.1045 506 3 1 -78.8104 48.963 -114.45 - 63 99.055 1144 3 0 -78.8147 48.9652 -115.85 - 63 101.484 505 2 1 -78.9031 49.0127 -144.45 - 63 114.971 1144 2 0 -78.9043 49.0144 -145.85 - 63 112.975 505 1 1 -78.9285 49.0454 -174.45 - 63 108.392 1144 1 0 -78.9311 49.046 -175.85 - 63 128.372 505 0 1 -78.9775 49.0589 -204.45 - 63 308.721 1145 0 0 -78.9795 49.0583 -205.85 - 63 184.81 508 2 1 -78.3897 48.7655 -144.667 - 63 82.6604 507 2 1 -78.45 48.7578 -144.735 - 63 231.757 1148 2 0 -78.093 49.7297 -145.85 - 63 161.159 1147 2 0 -77.8472 49.65 -146.074 - 63 244.335 506 2 1 -78.6918 50.0994 -144.85 - 63 12.3739 917 1 1 3.65 -92.4644 -174.823 - 63 300.595 1141 2 0 -78.3639 48.403 -145.851 - 63 204.601 508 0 1 -78.4353 48.7376 -204.45 - 63 105.739 1144 0 0 -78.3669 48.921 -205.85 - 63 43.1485 509 0 1 -78.25 48.8359 -204.701 - 63 90.1698 1146 0 0 -77.5338 49.2502 -205.962 - 63 56.0193 1101 1 0 -98.3426 40.3755 -176.25 - 63 300.88 1145 8 0 -78.4394 49.0749 34.1493 - 63 119.522 509 7 1 -78.1575 53.3189 5.54993 - 63 187.908 1165 7 0 -78.3064 53.2171 4.15 - 63 75.8726 498 6 1 -80.4167 51.9361 -24.4501 - 63 32.1983 497 6 1 -80.4501 51.9117 -24.7256 - 63 97.5708 1158 6 0 -80.5803 51.8074 -25.8503 - 63 158.959 486 5 1 -82.7349 49.0068 -54.4504 - 63 132.786 1142 5 0 -82.7474 48.5968 -55.85 - 63 123.89 480 4 1 -84.0251 39.269 -84.4502 - 63 70.1053 1093 4 0 -83.7675 38.7424 -85.85 - 63 46.0021 1092 4 0 -83.7251 38.65 -86.0944 - 63 160.595 503 3 1 -79.342 27.1144 -114.45 - 63 115.021 1032 3 0 -79.6485 26.6493 -115.85 - 63 166.711 473 2 1 -85.2737 19.1135 -144.45 - 63 20.6193 994 2 0 -85.5968 18.8626 -145.85 - 63 93.8324 993 2 0 -85.616 18.85 -145.93 - 63 121.113 431 1 1 -93.78 14.9828 -174.45 - 63 25.1245 430 1 1 -93.95 15.0275 -174.786 - 63 139.138 975 1 0 -94.4609 15.1831 -175.85 - 63 33.2915 361 0 1 -107.876 19.1657 -204.45 - 63 97.5531 360 0 1 -107.95 19.2299 -204.537 - 63 68.0686 359 0 1 -108.15 19.3896 -204.745 - 63 104.649 1000 0 0 -109.576 20.1377 -205.85 - 63 115.706 1001 0 0 -109.794 20.25 -206.024 - 63 23.1629 1110 0 0 -119.606 42.1763 -206.25 - 63 120.962 1111 0 0 -119.595 42.2504 -206.176 - 63 172.4 1112 0 0 -119.572 42.4502 -205.953 - 63 46.2349 1113 0 0 -119.666 42.6502 -205.9 - 63 146.906 302 0 1 -119.692 43.4029 -204.85 - 63 131.57 1026 0 0 -124.002 25.3079 -206.25 - 63 80.2705 1025 0 0 -123.982 25.25 -206.132 - 63 24.6833 284 0 1 -123.191 25.691 -204.85 - 63 98.8203 285 0 1 -123.15 25.7026 -204.774 - 63 225.238 286 0 1 -122.95 25.5762 -204.657 - 63 81.5084 287 0 1 -122.75 25.5649 -204.645 - 63 20.1541 1166 7 0 -78.5025 53.25 3.76686 - 63 119.287 1164 7 0 -173.744 53.0186 3.75002 - 63 1.76242 506 8 1 -78.8402 49.0058 35.55 - 63 74.0236 505 8 1 -78.85 49.0058 35.5459 - 63 53.9192 504 8 1 -79.0502 48.9917 35.455 - 63 85.5154 503 8 1 -79.2505 48.9854 35.3694 - 63 49.2735 502 8 1 -79.4508 49.0002 35.2645 - 63 85.9207 1229 8 0 -103.547 65.853 33.75 - 63 186.183 384 8 1 -103.189 66.1411 35.1503 - 63 381.313 385 8 1 -103.15 66.1577 35.3464 - 63 245.122 507 3 1 -78.5391 48.8433 -114.45 - 63 8.94018 508 3 1 -78.45 48.8317 -114.808 - 63 204.245 1143 3 0 -78.1875 48.817 -115.85 - 63 111.537 538 2 1 -72.422 48.2655 -144.45 - 63 267.863 554 1 1 -69.0945 51.5505 -174.45 - 63 85.0416 1161 1 0 -69.1785 52.3009 -175.85 - 63 53.0388 1162 1 0 -69.1855 52.45 -176.128 - 63 165.345 542 0 1 -71.5068 67.4285 -204.45 - 63 107.337 1238 0 0 -71.6723 67.6893 -205.85 -Number of digits in this event: 41 +Event: 14 +Number of tracker hits in this event: 30 + 14 264.437 1579 8 1 136.069 39.9453 35.55 + 14 107.609 1099 8 0 136.068 39.9488 34.15 + 14 131.538 1579 7 1 136.06 40.0186 5.55 + 14 126.927 1099 7 0 136.06 40.022 4.15 + 14 117.426 1579 6 1 136.061 40.0879 -24.45 + 14 129.854 1100 6 0 136.061 40.0935 -25.85 + 14 115.886 1579 5 1 136.06 40.2122 -54.45 + 14 107.441 1100 5 0 136.06 40.2169 -55.85 + 14 219.937 1579 4 1 136.067 40.3138 -84.45 + 14 113.889 1101 4 0 136.068 40.3193 -85.85 + 14 137.008 1579 3 1 136.085 40.4315 -114.45 + 14 111.992 1101 3 0 136.087 40.4373 -115.85 + 14 134.277 1579 2 1 136.114 40.5603 -144.45 + 14 115.674 1102 2 0 136.116 40.5687 -145.85 + 14 408.205 1579 1 1 136.149 40.7421 -174.45 + 14 137.89 1103 1 0 136.148 40.7515 -175.85 + 14 109.01 1579 0 1 136.13 40.9425 -204.45 + 14 99.7044 1104 0 0 136.131 40.9528 -205.85 + 14 223.149 1251 3 0 158.621 70.3694 -116.25 + 14 109.277 1252 3 0 158.69 70.45 -116.059 + 14 127.325 1250 3 0 159.051 70.25 -116.059 + 14 66.3423 240 3 1 -132.061 174.623 -114.45 + 14 87.3741 239 3 1 -132.151 174.524 -114.527 + 14 140.263 238 3 1 -132.35 174.464 -114.639 + 14 155.708 237 3 1 -132.55 174.494 -114.522 + 14 68.6383 728 0 0 75.9017 -34.4356 -206.25 + 14 43.3312 727 0 0 75.909 -34.45 -206.211 + 14 2.50793 1580 1 1 136.15 40.7467 -174.696 + 14 189.017 1096 8 0 135.749 39.3194 34.15 + 14 93.9489 1095 8 0 135.718 39.2499 34.0195 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 2.81894 LIN +Particle energy: 3.60658 LIN Particle: e- -Event: 64 -Number of tracker hits in this event: 22 - 64 128.53 761 9 1 -27.7348 -127.508 65.55 - 64 110.926 263 9 0 -27.7353 -127.508 64.15 - 64 186.42 761 8 1 -27.7452 -127.505 35.55 - 64 134.874 263 8 0 -27.7436 -127.508 34.15 - 64 151.152 761 7 1 -27.7189 -127.58 5.55 - 64 137.6 262 7 0 -27.7215 -127.583 4.15 - 64 131.805 761 6 1 -27.7684 -127.637 -24.45 - 64 126.264 262 6 0 -27.7685 -127.642 -25.85 - 64 120.409 761 5 1 -27.8117 -127.781 -54.45 - 64 150.588 261 5 0 -27.8147 -127.8 -55.85 - 64 124.836 760 4 1 -27.8998 -128.206 -84.45 - 64 138.594 259 4 0 -27.91 -128.227 -85.85 - 64 120.183 759 3 1 -28.0909 -128.645 -114.45 - 64 130.867 257 3 0 -28.1095 -128.668 -115.85 - 64 112.212 758 2 1 -28.4437 -129.11 -144.45 - 64 117.88 255 2 0 -28.4616 -129.125 -145.85 - 64 98.8712 756 1 1 -28.7932 -129.408 -174.45 - 64 126.311 253 1 0 -28.7877 -129.423 -175.85 - 64 93.1406 757 0 1 -28.6331 -129.665 -204.45 - 64 129.555 252 0 0 -28.6426 -129.677 -205.85 - 64 285.044 760 0 1 -27.8552 -127.984 -204.45 - 64 249.672 260 0 0 -27.8584 -128.03 -205.85 -Number of digits in this event: 19 +Event: 15 +Number of tracker hits in this event: 25 + 15 127.012 1483 8 1 116.887 69.7402 35.55 + 15 114.776 1248 8 0 116.888 69.7449 34.15 + 15 124.723 1483 7 1 116.908 69.8445 5.55 + 15 125.829 1249 7 0 116.91 69.8507 4.15 + 15 133.78 1483 6 1 116.941 69.9705 -24.45 + 15 275.806 1249 6 0 116.94 69.9761 -25.85 + 15 271.217 1483 5 1 116.899 70.0905 -54.45 + 15 140.397 1250 5 0 116.893 70.0973 -55.85 + 15 97.7609 1483 4 1 116.787 70.2283 -84.45 + 15 138.017 1250 4 0 116.781 70.2339 -85.85 + 15 128.612 1482 3 1 116.643 70.375 -114.45 + 15 112.977 1251 3 0 116.638 70.3821 -115.85 + 15 147.912 1481 2 1 116.532 70.5299 -144.45 + 15 116.394 1252 2 0 116.529 70.5372 -145.85 + 15 119.756 1481 1 1 116.473 70.6764 -174.45 + 15 109.876 1253 1 0 116.472 70.6888 -175.85 + 15 127.37 1481 0 1 116.457 70.9116 -204.45 + 15 110.494 1254 0 0 116.485 70.9362 -205.85 + 15 80.6136 1110 0 0 107.307 42.25 -206.229 + 15 78.8741 1484 5 1 116.95 70.0916 -54.6936 + 15 168.222 1251 5 0 118.064 70.2884 -55.8504 + 15 156.808 1252 5 0 118.554 70.45 -55.9667 + 15 28.8761 1503 5 1 120.861 70.6787 -54.85 + 15 96.2694 1504 5 1 120.95 70.6934 -54.7866 + 15 71.1078 1505 5 1 121.15 70.6925 -54.6159 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 4.81672 LIN +Particle energy: 6.8178 LIN Particle: e- -Event: 65 -Number of tracker hits in this event: 29 - 65 144.936 401 10 1 -99.8495 -26.5131 95.55 - 65 180.316 767 10 0 -99.8507 -26.5121 94.15 - 65 257.182 401 9 1 -99.8709 -26.4973 65.55 - 65 124.073 767 9 0 -99.8718 -26.4971 64.15 - 65 104.721 401 8 1 -99.8903 -26.4981 35.55 - 65 137.804 767 8 0 -99.8922 -26.4988 34.15 - 65 228.344 401 7 1 -99.9287 -26.5061 5.55 - 65 101.247 767 7 0 -99.9286 -26.5088 4.15 - 65 113.632 401 6 1 -99.9295 -26.5726 -24.45 - 65 154.237 767 6 0 -99.9315 -26.5789 -25.85 - 65 154.075 400 5 1 -99.9712 -26.7044 -54.45 - 65 234.617 766 5 0 -99.9731 -26.7129 -55.85 - 65 133.24 400 4 1 -100.017 -26.88 -84.45 - 65 99.5703 765 4 0 -100.02 -26.8883 -85.85 - 65 145.183 400 3 1 -100.074 -27.0666 -114.45 - 65 164.293 764 3 0 -100.077 -27.0763 -115.85 - 65 138.489 400 2 1 -100.13 -27.2781 -144.45 - 65 147.662 763 2 0 -100.133 -27.2874 -145.85 - 65 103.348 399 1 1 -100.181 -27.4767 -174.45 - 65 163.019 762 1 0 -100.183 -27.4866 -175.85 - 65 167.668 399 0 1 -100.205 -27.6978 -204.45 - 65 139.012 761 0 0 -100.204 -27.7085 -205.85 - 65 198.538 530 1 0 -76.1536 -73.8556 -176.25 - 65 126.974 1078 13 0 167.777 35.6658 183.75 - 65 103.651 251 1 1 -129.803 -15.5568 -174.85 - 65 54.6664 765 3 0 -100.17 -27.05 -116.197 - 65 234.633 767 5 0 -99.8758 -26.65 -56.1981 - 65 116.577 88 9 0 -16.5757 -162.393 63.75 - 65 269.012 400 9 1 -99.95 -26.4566 65.4103 -Number of digits in this event: 23 -Using G4ParticleGun... -Particle energy: 2.28406 LIN -Particle: e- -Event: 66 -Number of tracker hits in this event: 67 - 66 130.821 977 11 1 15.4613 76.8984 125.55 - 66 264.174 1284 11 0 15.4629 76.9003 124.15 - 66 115.673 977 10 1 15.5031 76.9589 95.55 - 66 100.405 1284 10 0 15.5041 76.9585 94.15 - 66 308.325 977 9 1 15.5288 76.9522 65.55 - 66 119.478 1284 9 0 15.5299 76.9547 64.15 - 66 176.273 977 8 1 15.5582 77.0156 35.55 - 66 163.478 1284 8 0 15.5633 77.0178 34.15 - 66 118.817 978 7 1 15.6854 77.0858 5.55 - 66 112.474 1285 7 0 15.6918 77.0866 4.15 - 66 141.121 978 6 1 15.8142 77.1049 -24.45 - 66 147.5 1285 6 0 15.8233 77.1064 -25.85 - 66 135.828 979 5 1 16.023 77.1384 -54.45 - 66 128.203 1285 5 0 16.0348 77.1326 -55.85 - 66 157.644 981 4 1 16.3006 77.0253 -84.45 - 66 121.216 1284 4 0 16.3163 77.0255 -85.85 - 66 316.574 982 3 1 16.6415 77.0045 -114.45 - 66 145.889 1284 3 0 16.635 76.9484 -115.85 - 66 230.02 982 2 1 16.4593 75.7893 -144.45 - 66 14.4703 981 2 1 16.45 75.7818 -144.809 - 66 163.492 1278 2 0 16.4175 75.7542 -145.85 - 66 183.335 978 1 1 15.7325 75.1933 -174.45 - 66 77.8713 1275 1 0 15.7014 75.0775 -175.85 - 66 18.9004 1274 1 0 15.6943 75.05 -176.181 - 66 107.42 979 0 1 15.9527 72.5804 -204.45 - 66 326.037 1262 0 0 15.9256 72.5074 -205.85 - 66 38.2504 1458 0 0 18.6311 111.845 -206.25 - 66 124.858 1459 0 0 18.706 111.95 -206.153 - 66 59.167 1460 0 0 18.8463 112.15 -206.116 - 66 87.5629 1461 0 0 18.9801 112.35 -206.061 - 66 51.9553 1462 0 0 19.1375 112.55 -205.942 - 66 81.5855 1463 0 0 19.2529 112.75 -205.953 - 66 166.823 1464 0 0 19.3506 112.95 -205.954 - 66 99.4253 1397 0 0 27.0651 99.6733 -206.25 - 66 64.3645 1396 0 0 27.1594 99.55 -206.052 - 66 111.953 1031 0 1 26.268 99.2167 -204.85 - 66 139.471 1030 0 1 26.2499 99.2053 -204.828 - 66 234.802 1029 0 1 26.0498 99.1113 -204.564 - 66 273.125 266 4 0 37.8659 -126.75 -86.2154 - 66 116.668 644 6 1 -51.05 -154.97 -24.5646 - 66 111.222 981 3 1 16.4292 77.308 -114.45 - 66 140.35 1286 3 0 16.4341 77.3555 -115.85 - 66 105.193 1289 2 0 16.5172 78.0003 -145.85 - 66 132.977 980 1 1 16.1827 78.4059 -174.45 - 66 161.712 1292 1 0 16.1398 78.4542 -175.85 - 66 115.709 978 0 1 15.773 79.625 -204.45 - 66 173.288 1297 0 0 15.9276 79.5977 -205.85 - 66 122.982 1287 3 0 16.7267 77.45 -115.975 - 66 133.608 1010 2 1 22.1655 79.5162 -144.45 - 66 15.8895 1011 2 1 22.25 79.5085 -144.785 - 66 123.609 1297 2 0 22.5146 79.4929 -145.85 - 66 53.645 1046 1 1 29.3672 81.0877 -174.45 - 66 64.8747 1047 1 1 29.45 81.1086 -174.635 - 66 131.612 1306 1 0 29.9857 81.2738 -175.85 - 66 29.7095 1107 0 1 41.6221 84.9261 -204.45 - 66 82.6437 1108 0 1 41.65 84.9739 -204.579 - 66 2.50673 1326 0 0 41.9421 85.4445 -205.85 - 66 269.601 1327 0 0 41.9456 85.45 -205.865 - 66 134.345 976 9 1 15.4498 76.9327 65.4601 - 66 28.2924 975 9 1 15.25 76.9518 65.2345 - 66 113.263 1285 9 0 14.6372 77.1808 64.1498 - 66 357.495 1289 9 0 14.8695 77.9403 64.15 - 66 47.6195 1288 9 0 14.9652 77.85 63.9728 - 66 212.75 976 11 1 15.4495 76.8956 125.265 - 66 44.6558 960 11 1 12.1254 79.3149 125.15 - 66 2.74288 1298 11 0 10.7745 79.6637 124.15 - 66 33.8 942 11 1 8.48932 79.2888 125.15 -Number of digits in this event: 35 -Using G4ParticleGun... -Particle energy: 1.4584 LIN -Particle: e- -Event: 67 -Number of tracker hits in this event: 49 - 67 102.072 1476 10 1 115.443 7.5877 95.474 - 67 150.758 937 10 0 115.443 7.58694 94.15 - 67 126.033 1476 9 1 115.433 7.58764 65.55 - 67 316.755 937 9 0 115.431 7.58381 64.15 - 67 174.192 1476 8 1 115.37 7.52399 35.55 - 67 138.112 937 8 0 115.366 7.5192 34.15 - 67 107.299 1475 7 1 115.262 7.37894 5.55 - 67 182.729 936 7 0 115.253 7.37892 4.15 - 67 412.417 1474 6 1 115.099 7.37469 -24.45 - 67 113.529 936 6 0 115.092 7.37641 -25.85 - 67 263.263 1474 5 1 114.967 7.426 -54.45 - 67 112.389 936 5 0 114.95 7.40981 -55.85 - 67 160.549 1472 4 1 114.625 7.07819 -84.45 - 67 101.045 935 4 0 114.615 7.05743 -85.85 - 67 246.946 1471 3 1 114.442 6.63621 -114.45 - 67 116.675 932 3 0 114.427 6.61721 -115.85 - 67 191.164 1469 2 1 114.1 6.22996 -144.45 - 67 143.65 930 2 0 114.072 6.20572 -145.85 - 67 116.657 1466 1 1 113.521 5.69564 -174.45 - 67 125.196 928 1 0 113.503 5.68512 -175.85 - 67 142.719 1465 0 1 113.179 5.51254 -204.45 - 67 253.301 927 0 0 113.162 5.5188 -205.85 - 67 160.421 1470 3 1 114.35 6.5209 -114.479 - 67 173.242 934 4 0 114.614 7.05 -85.9428 - 67 103.071 937 5 0 115.032 7.56913 -55.85 - 67 139.363 1480 4 1 116.176 9.98358 -84.45 - 67 110.58 950 4 0 116.211 10.0698 -85.85 - 67 191.823 1484 3 1 117.02 11.8666 -114.45 - 67 457.372 959 3 0 117.07 11.9976 -115.85 - 67 104.547 1490 2 1 118.272 14.6788 -144.45 - 67 56.7082 973 2 0 118.413 14.8274 -145.85 - 67 57.2122 974 2 0 118.434 14.85 -146.066 - 67 104.576 1505 1 1 121.306 17.9521 -174.45 - 67 6.87019 1506 1 1 121.35 17.9951 -174.831 - 67 201.1 990 1 0 121.464 18.1087 -175.85 - 67 133.372 1521 0 1 124.502 21.1166 -204.45 - 67 32.5975 1522 0 1 124.55 21.1244 -204.75 - 67 113.763 1005 0 0 124.71 21.1782 -205.85 - 67 66.8256 1485 3 1 117.15 11.8892 -114.715 - 67 258.268 1470 0 1 114.176 7.04544 -204.451 - 67 234.619 935 0 0 114.153 7.05879 -205.85 - 67 235.012 1475 1 1 115.239 6.7698 -174.45 - 67 138.465 933 1 0 115.274 6.70603 -175.85 - 67 108.658 1476 0 1 115.475 5.57375 -204.45 - 67 155.213 936 1 0 115.13 7.27777 -175.85 - 67 97.4016 1462 0 1 112.63 17.6334 -204.45 - 67 136.803 989 0 0 112.702 17.9452 -205.851 - 67 49.4178 1135 4 1 47.25 -54.6569 -84.8271 - 67 59.483 1134 4 1 46.9965 -54.81 -84.45 -Number of digits in this event: 30 -Using G4ParticleGun... -Particle energy: 3.06759 LIN -Particle: e- -Event: 68 -Number of tracker hits in this event: 74 - 68 130.527 697 11 1 -40.6371 -67.9375 125.55 - 68 125.177 560 11 0 -40.6386 -67.9389 124.15 - 68 130.492 696 10 1 -40.6694 -67.9594 95.55 - 68 173.535 560 10 0 -40.6714 -67.9602 94.15 - 68 202.629 696 9 1 -40.7041 -67.9885 65.55 - 68 121.157 560 9 0 -40.7049 -67.9852 64.15 - 68 272.018 696 8 1 -40.7242 -67.908 35.55 - 68 127.016 560 8 0 -40.7248 -67.9057 34.15 - 68 100.902 696 7 1 -40.7336 -67.8589 5.55 - 68 153.522 560 7 0 -40.7296 -67.8549 4.15 - 68 128.688 697 6 1 -40.6412 -67.7774 -24.45 - 68 137.719 561 6 0 -40.6374 -67.7752 -25.85 - 68 118.639 697 5 1 -40.57 -67.7216 -54.45 - 68 149.307 561 5 0 -40.5684 -67.719 -55.85 - 68 235.538 697 4 1 -40.5478 -67.6634 -84.45 - 68 128.973 561 4 0 -40.5504 -67.6629 -85.85 - 68 105.015 697 3 1 -40.6072 -67.6423 -114.45 - 68 106.141 562 3 0 -40.6094 -67.6421 -115.85 - 68 128.806 697 2 1 -40.6169 -67.6148 -144.45 - 68 114.986 562 2 0 -40.5856 -67.5912 -145.85 - 68 192.466 700 1 1 -39.9213 -67.1413 -174.45 - 68 209.151 564 1 0 -39.9119 -67.1408 -175.85 - 68 95.041 701 0 1 -39.8264 -67.126 -204.45 - 68 147.652 564 0 0 -39.7873 -67.1054 -205.85 - 68 45.3492 702 0 1 -39.5226 -67.3192 -204.45 - 68 195.895 696 11 1 -40.6501 -67.9822 125.463 - 68 131.454 696 4 1 -40.6681 -68.0915 -84.45 - 68 126.339 559 4 0 -40.6395 -68.1199 -85.85 - 68 47.0314 700 3 1 -39.8553 -69.0453 -114.45 - 68 91.6635 701 3 1 -39.85 -69.0398 -114.581 - 68 135.464 555 3 0 -39.7926 -68.9863 -115.85 - 68 112.99 706 2 1 -38.8355 -68.2298 -144.45 - 68 54.6254 560 2 0 -38.7854 -67.8985 -145.85 - 68 56.5407 561 2 0 -38.7786 -67.85 -146.047 - 68 153.883 708 1 1 -38.3567 -60.2739 -174.45 - 68 133.109 599 1 0 -38.4274 -60.1303 -175.85 - 68 165.605 691 0 1 -41.8148 -55.2064 -204.45 - 68 19.8452 627 0 0 -41.8167 -54.4895 -205.85 - 68 122.131 628 0 0 -41.8173 -54.45 -205.928 - 68 115.102 560 4 0 -40.4872 -68.046 -85.85 - 68 26.094 721 3 1 -35.6586 -67.3672 -114.45 - 68 94.6122 722 3 1 -35.65 -67.362 -114.521 - 68 99.0914 563 3 0 -35.5057 -67.2963 -115.85 - 68 167.312 732 2 1 -33.4578 -65.2354 -144.45 - 68 13.3207 577 2 0 -33.5919 -64.4735 -145.85 - 68 111.559 578 2 0 -33.5959 -64.45 -145.893 - 68 111.018 734 1 1 -33.1312 -49.0148 -174.45 - 68 37.6496 735 1 1 -33.05 -48.7123 -174.769 - 68 29.2615 662 1 0 -32.6537 -47.5284 -175.85 - 68 113.056 663 1 0 -32.6267 -47.45 -175.922 - 68 70.6114 664 1 0 -32.5643 -47.25 -176.099 - 68 36.8681 783 0 1 -23.3714 -12.6582 -204.45 - 68 63.9775 782 0 1 -23.45 -12.6196 -204.504 - 68 87.5675 781 0 1 -23.6502 -12.5002 -204.63 - 68 185.276 838 0 0 -24.369 -12.3247 -205.85 - 68 1.95211 964 0 0 -53.1344 13.0469 -206.25 - 68 95.4291 965 0 0 -53.1345 13.05 -206.248 - 68 68.9058 966 0 0 -53.1644 13.25 -206.162 - 68 253.182 967 0 0 -53.104 13.45 -206.052 - 68 61.4838 968 0 0 -52.9507 13.65 -205.931 - 68 76.6997 969 0 0 -52.8955 13.85 -205.927 - 68 176.284 970 0 0 -52.9516 14.05 -206.029 - 68 216.145 971 0 0 -52.9905 14.25 -205.995 - 68 0.204648 843 0 0 -20.61 -11.2765 -205.85 - 68 114.713 1137 0 0 -22.3338 47.6426 -206.25 - 68 99.0167 1136 0 0 -22.4469 47.4498 -206.015 - 68 76.0241 1135 0 0 -22.5357 47.25 -205.92 - 68 61.6142 780 0 1 -23.8993 44.5191 -204.85 - 68 89.9836 779 0 1 -24.05 44.3812 -204.762 - 68 79.2398 778 0 1 -24.25 44.3737 -204.705 - 68 56.0246 777 0 1 -24.4502 44.3943 -204.627 - 68 67.2825 776 0 1 -24.65 44.4104 -204.562 - 68 8.61421 775 0 1 -24.85 44.4539 -204.471 - 68 59.3366 966 0 1 13.25 52.4606 -204.703 -Number of digits in this event: 33 -Using G4ParticleGun... -Particle energy: 2.2146 LIN -Particle: e- -Event: 69 -Number of tracker hits in this event: 123 - 69 145.547 860 11 1 -8.0053 -36.6641 125.55 - 69 142.048 716 11 0 -8.01262 -36.6693 124.15 - 69 261.302 859 10 1 -8.20501 -36.7157 95.55 - 69 245.482 716 10 0 -8.21364 -36.7108 94.15 - 69 261.032 858 9 1 -8.42029 -36.5867 65.55 - 69 126.656 717 9 0 -8.42157 -36.5858 64.15 - 69 110.207 858 8 1 -8.44231 -36.6138 35.55 - 69 374.134 717 8 0 -8.43575 -36.6073 34.15 - 69 103.584 858 7 1 -8.32731 -36.4804 5.55 - 69 115.749 717 7 0 -8.34599 -36.4932 4.15 - 69 129.356 856 6 1 -8.72675 -36.7288 -24.45 - 69 382.706 716 6 0 -8.75669 -36.751 -25.85 - 69 227.974 853 5 1 -9.41495 -37.1712 -54.45 - 69 106.468 714 5 0 -9.45118 -37.1741 -55.85 - 69 121.862 850 4 1 -9.99792 -37.3989 -84.45 - 69 276.424 713 4 0 -10.0311 -37.4073 -85.85 - 69 157.013 846 3 1 -10.7812 -37.5418 -114.45 - 69 122.764 712 3 0 -10.8023 -37.5402 -115.85 - 69 138.525 843 2 1 -11.2741 -37.6006 -144.45 - 69 130.977 712 2 0 -11.289 -37.6139 -145.85 - 69 110.82 842 1 1 -11.5862 -37.8622 -174.45 - 69 250.444 710 1 0 -11.6094 -37.903 -175.85 - 69 141.514 839 0 1 -12.2175 -38.6104 -204.45 - 69 125.74 706 0 0 -12.2279 -38.6627 -205.85 - 69 355.189 711 1 0 -11.3416 -37.85 -176.23 - 69 185.561 712 4 0 -10.018 -37.45 -85.9299 - 69 82.1241 847 4 1 -10.5408 -38.0092 -84.85 - 69 29.3288 860 10 1 -8.05 -36.7906 95.2232 - 69 135.328 715 10 0 -6.98216 -36.85 94.1359 - 69 148.061 876 10 1 -4.80288 -36.7582 95.15 - 69 334.465 877 10 1 -4.65 -36.5528 95.3379 - 69 77.3251 440 0 0 0.34832 -91.95 -205.852 - 69 140.753 859 9 1 -8.15999 -36.9923 65.4027 - 69 338.123 715 9 0 -8.17192 -36.9617 64.1495 - 69 35.3722 856 8 1 -8.65682 -36.5932 35.55 - 69 55.2757 857 8 1 -8.65 -36.5903 35.4008 - 69 162.566 865 7 1 -6.99401 -36.1939 5.55 - 69 108.25 720 7 0 -6.8508 -35.944 4.15 - 69 26.09 884 6 1 -3.06341 -31.1041 -24.4505 - 69 92.1469 885 6 1 -3.05 -31.0768 -24.5434 - 69 115.49 747 6 0 -2.84847 -30.643 -25.8502 - 69 59.8161 909 5 1 1.97687 -20.5445 -54.45 - 69 118.036 910 5 1 2.05 -20.4612 -54.6098 - 69 115.464 801 5 0 2.66592 -19.849 -55.8508 - 69 12.683 802 5 0 2.83451 -19.65 -56.2047 - 69 10.272 983 4 1 16.8372 -3.0779 -84.45 - 69 111.199 984 4 1 16.85 -3.06694 -84.4787 - 69 85.7549 887 4 0 17.411 -2.552 -85.85 - 69 27.2896 888 4 0 17.5295 -2.45 -86.1437 - 69 22.1135 1045 3 1 29.2092 6.91465 -114.45 - 69 106.539 1046 3 1 29.25 6.93083 -114.511 - 69 12.6505 1047 3 1 29.4505 7.01241 -114.802 - 69 139.229 936 3 0 30.206 7.2972 -115.85 - 69 110.087 1144 2 1 48.8571 15.2249 -144.45 - 69 137.722 978 2 0 49.338 15.6712 -145.85 - 69 113.686 1197 1 1 59.5752 26.0434 -174.45 - 69 35.5577 1198 1 1 59.65 26.2683 -174.74 - 69 9.93691 1035 1 0 60.0289 27.2227 -175.85 - 69 109.572 1036 1 0 60.0395 27.25 -175.882 - 69 67.6841 1037 1 0 60.1037 27.4508 -176.107 - 69 170.96 1234 0 1 66.9206 53.163 -204.45 - 69 11.4186 1235 0 1 67.05 53.6104 -204.816 - 69 36.0499 1174 0 0 67.4065 54.9558 -205.85 - 69 122.748 1175 0 0 67.4331 55.05 -205.924 - 69 81.088 1176 0 0 67.4999 55.25 -206.091 - 69 60.9794 866 7 1 -6.85 -36.1208 5.24684 - 69 87.7442 722 7 0 -6.75057 -35.5353 4.14984 - 69 198.831 723 7 0 -6.70535 -35.45 4.06 - 69 272.956 860 9 1 -7.98317 -36.6717 65.55 - 69 232.565 716 9 0 -7.98891 -36.6716 64.15 - 69 401.3 860 8 1 -8.04668 -36.7306 35.55 - 69 224.394 716 8 0 -8.04836 -36.7297 34.15 - 69 220.197 859 7 1 -8.07007 -36.6681 5.55 - 69 223.23 716 7 0 -8.07662 -36.6701 4.15 - 69 123.781 859 6 1 -8.2179 -36.7466 -24.45 - 69 110.841 857 5 1 -8.49029 -36.9995 -54.45 - 69 145.085 715 5 0 -8.50975 -37.0022 -55.85 - 69 127.465 855 4 1 -8.92453 -37.0498 -84.45 - 69 171.901 715 4 0 -8.94941 -37.047 -85.85 - 69 120.686 852 3 1 -9.52088 -37.0041 -114.45 - 69 104.06 715 3 0 -9.55216 -37.0017 -115.85 - 69 180.959 849 2 1 -10.1458 -36.8911 -144.45 - 69 149.713 715 2 0 -10.1837 -36.8739 -145.85 - 69 106.606 844 1 1 -11.1797 -36.2632 -174.45 - 69 129.484 719 1 0 -11.2462 -36.2291 -175.85 - 69 86.7904 837 0 1 -12.6321 -35.5674 -204.45 - 69 29.309 836 0 1 -12.65 -35.563 -204.769 - 69 101.08 722 0 0 -12.7109 -35.5476 -205.85 - 69 213.369 860 7 1 -8.05 -36.8667 5.45865 - 69 48.4952 713 2 0 -8.17905 -37.3522 -145.85 - 69 97.611 861 7 1 -7.82427 -36.8089 5.55 - 69 162.276 861 6 1 -7.73023 -36.607 -24.45 - 69 154.316 717 6 0 -7.72406 -36.5872 -25.85 - 69 166.899 862 5 1 -7.56596 -36.1883 -54.45 - 69 213.698 719 5 0 -7.55196 -36.1863 -55.85 - 69 101.413 864 4 1 -7.18844 -36.097 -84.45 - 69 133.543 719 4 0 -7.15822 -36.0918 -85.85 - 69 125.375 867 3 1 -6.58273 -35.9458 -114.45 - 69 106.127 720 3 0 -6.55872 -35.9439 -115.85 - 69 144.409 869 2 1 -6.06199 -35.891 -144.45 - 69 101.798 720 2 0 -6.04518 -35.8902 -145.85 - 69 113.131 871 1 1 -5.69421 -35.8827 -174.45 - 69 111.73 720 1 0 -5.67912 -35.8937 -175.85 - 69 159.546 873 0 1 -5.35519 -36.1297 -204.45 - 69 104.426 719 0 0 -5.34584 -36.1391 -205.85 - 69 91.4778 995 6 0 72.0482 19.1575 -26.25 - 69 7.92103 996 6 0 72.1672 19.25 -25.8771 - 69 49.3526 1262 6 1 72.5772 19.753 -24.85 - 69 86.3716 1263 6 1 72.6501 19.8333 -24.7011 - 69 182.852 1264 6 1 72.85 20.1766 -24.4635 - 69 191.193 1003 6 0 73.3877 20.666 -25.8501 - 69 21.4966 1266 5 1 73.4047 35.0053 -54.4503 - 69 115.445 1267 5 1 73.45 35.017 -54.5272 - 69 152.076 1074 5 0 74.2454 34.9147 -55.85 - 69 265.693 1037 5 0 65.1984 27.474 -56.25 - 69 81.5823 1215 5 1 63.1695 27.1024 -54.85 - 69 180.146 1214 5 1 63.05 27.087 -54.7636 - 69 108.669 1213 5 1 62.85 27.0866 -54.6653 - 69 68.2817 1212 5 1 62.65 26.9052 -54.463 - 69 157.683 1211 5 1 62.4495 26.771 -54.4763 - 69 109.33 1210 5 1 62.25 26.5093 -54.7459 - 69 275.855 1209 5 1 62.05 26.3818 -54.7342 - 69 75.2665 718 5 0 -7.59119 -36.25 -56.0267 -Number of digits in this event: 63 -Using G4ParticleGun... -Particle energy: 1.33061 LIN -Particle: e- -Event: 70 -Number of tracker hits in this event: 49 - 70 133.426 481 10 1 -83.6974 -42.5857 95.55 - 70 104.802 687 10 0 -83.6953 -42.5782 94.15 - 70 124.308 482 9 1 -83.6254 -42.4142 65.55 - 70 233.869 688 9 0 -83.6161 -42.4132 64.15 - 70 127.012 482 8 1 -83.4553 -42.4124 35.55 - 70 127.359 688 8 0 -83.4504 -42.4219 34.15 - 70 106.978 483 7 1 -83.3686 -42.6133 5.55 - 70 212.165 687 7 0 -83.3587 -42.6269 4.15 - 70 129.775 484 6 1 -83.1732 -42.9249 -24.45 - 70 110.912 685 6 0 -83.1554 -42.9386 -25.85 - 70 400.575 486 5 1 -82.7806 -43.2197 -54.45 - 70 168.735 684 5 0 -82.758 -43.2268 -55.85 - 70 109.881 488 4 1 -82.2885 -43.3723 -84.45 - 70 101.413 683 4 0 -82.2656 -43.3746 -85.85 - 70 125.085 490 3 1 -81.8557 -43.3937 -114.45 - 70 0.757391 491 3 1 -81.85 -43.3947 -114.848 - 70 141.075 683 3 0 -81.8351 -43.396 -115.85 - 70 132.764 493 2 1 -81.4216 -43.4479 -144.45 - 70 123.322 682 2 0 -81.3995 -43.4516 -145.85 - 70 115.65 495 1 1 -80.9247 -43.5226 -174.45 - 70 117.27 682 1 0 -80.9035 -43.5279 -175.85 - 70 120.159 498 0 1 -80.448 -43.6445 -204.45 - 70 111.392 681 0 0 -80.4213 -43.6512 -205.85 - 70 19.2642 688 7 0 -83.2592 -42.45 3.8066 - 70 125.357 671 7 0 -101.481 -45.6701 3.7502 - 70 28.1457 670 7 0 -101.508 -45.85 4.13269 - 70 206.169 394 7 1 -101.334 -58.2642 5.15001 - 70 170.115 393 7 1 -101.35 -58.3787 5.42611 - 70 296.413 487 0 1 -82.4894 -44.9623 -204.45 - 70 285.71 486 0 1 -82.65 -44.9853 -204.829 - 70 130.799 674 0 0 -83.1232 -45.068 -205.85 - 70 88.1554 488 0 1 -82.45 -44.9901 -204.543 - 70 108.514 675 0 0 -82.3096 -44.9215 -205.85 - 70 111.761 506 8 1 -78.8426 -33.9882 35.55 - 70 107.125 732 8 0 -78.7839 -33.617 34.15 - 70 84.8054 512 7 1 -77.5575 -28.1078 5.5498 - 70 60.1454 511 7 1 -77.6502 -28.1073 5.32917 - 70 145.414 759 7 0 -78.0418 -28.2045 4.14991 - 70 17.4155 449 6 1 -90.2986 -31.3869 -24.4505 - 70 195.538 448 6 1 -90.35 -31.4113 -24.5339 - 70 125.533 741 6 0 -91.215 -31.7251 -25.8507 - 70 260.55 357 5 1 -108.572 -40.2656 -54.4505 - 70 37.1321 690 5 0 -109.208 -41.9612 -55.85 - 70 118.247 689 5 0 -109.248 -42.0506 -55.9294 - 70 19.6455 688 5 0 -109.384 -42.2503 -56.2049 - 70 174.487 276 4 1 -124.857 -58.0023 -84.45 - 70 73.8979 613 4 0 -125.099 -57.3883 -85.8505 - 70 96.2031 614 4 0 -125.173 -57.25 -86.0534 - 70 2.12561 615 4 0 -125.24 -57.05 -86.2468 +Event: 16 +Number of tracker hits in this event: 66 + 16 125.558 1135 11 1 47.0688 -2.86118 125.55 + 16 195.433 885 11 0 47.0684 -2.86099 124.15 + 16 107.826 1135 10 1 47.0551 -2.85104 95.55 + 16 106.99 886 10 0 47.0545 -2.8494 94.15 + 16 147.979 1134 9 1 47.0405 -2.81327 65.55 + 16 127.121 886 9 0 47.0403 -2.81175 64.15 + 16 111.304 1134 8 1 47.0333 -2.7841 35.55 + 16 135.509 886 8 0 47.033 -2.78364 34.15 + 16 113.983 1134 7 1 47.032 -2.77394 5.55 + 16 111.495 886 7 0 47.0325 -2.77411 4.15 + 16 124.06 1134 6 1 47.046 -2.77524 -24.45 + 16 146.845 886 6 0 47.0475 -2.77584 -25.85 + 16 410.585 1135 5 1 47.0768 -2.78556 -54.45 + 16 161.949 886 5 0 47.0783 -2.78561 -55.85 + 16 171.364 1135 4 1 47.1113 -2.78697 -84.45 + 16 111.51 886 4 0 47.1131 -2.78715 -85.85 + 16 127.164 1135 3 1 47.1514 -2.78311 -114.45 + 16 144.693 886 3 0 47.1561 -2.78327 -115.85 + 16 130.078 1136 2 1 47.2502 -2.79009 -144.45 + 16 220.657 886 2 0 47.2513 -2.78482 -145.85 + 16 104.621 1136 1 1 47.2742 -2.7033 -174.45 + 16 117.952 886 1 0 47.276 -2.69828 -175.85 + 16 125.63 1136 0 1 47.3171 -2.60774 -204.45 + 16 329.944 887 0 0 47.3267 -2.60309 -205.85 + 16 18.029 888 0 0 47.1643 -2.44952 -205.876 + 16 31.0719 1135 0 1 47.2201 -2.04994 -204.85 + 16 80.5591 900 0 0 45.8627 0.201951 -205.85 + 16 83.9327 1134 5 1 47.0401 -2.87965 -54.45 + 16 76.685 889 5 0 47.1107 -2.17382 -55.85 + 16 51.699 890 5 0 47.1085 -2.04972 -56.1375 + 16 2.77194 1143 4 1 48.8459 5.29445 -84.4505 + 16 124.541 1144 4 1 48.85 5.29705 -84.4574 + 16 89.5842 925 4 0 49.4921 5.22391 -85.8504 + 16 102.25 926 4 0 49.6991 5.25 -86.1001 + 16 140.023 1281 5 0 -86.8716 76.3342 -56.25 + 16 172.691 1280 5 0 -86.975 76.2498 -55.9577 + 16 109.901 947 1 0 62.8677 9.52512 -175.85 + 16 56.061 887 5 0 47.1426 -2.65 -56.0774 + 16 44.6373 1137 4 1 47.5363 -1.58322 -84.45 + 16 530.659 1136 4 1 47.45 -1.61522 -84.5096 + 16 84.8624 1134 4 1 47.0499 -1.90747 -84.7122 + 16 64.4028 1133 4 1 46.85 -2.05595 -84.7878 + 16 7.84005 1132 4 1 46.65 -2.20086 -84.8337 + 16 8.21496 882 4 0 44.5192 -3.61392 -85.85 + 16 97.7251 881 4 0 44.4822 -3.65 -85.8676 + 16 71.7469 880 4 0 44.3226 -3.85 -85.9329 + 16 64.8817 879 4 0 44.1049 -4.05005 -86.0436 + 16 101.335 878 4 0 43.91 -4.25 -86.1153 + 16 148.519 717 4 0 0.116486 -36.6085 -86.25 + 16 70.8533 716 4 0 0.099619 -36.65 -85.8736 + 16 132.329 900 4 1 0.154934 -37.1278 -84.8499 + 16 92.7023 880 5 0 47.3783 -3.89761 -55.8505 + 16 53.4242 879 5 0 47.4377 -4.05028 -56.089 + 16 82.5577 1176 4 1 55.4245 -28.4633 -84.45 + 16 50.3366 1175 4 1 55.25 -28.544 -84.7007 + 16 5.20825 754 4 0 55.2213 -29.2355 -85.85 + 16 98.0515 753 4 0 55.2216 -29.25 -85.8711 + 16 49.7462 752 4 0 55.2169 -29.45 -86.1272 + 16 59.6378 1525 4 1 125.15 -108.841 -84.7645 + 16 81.7756 1526 4 1 125.35 -108.987 -84.6442 + 16 552.296 1527 4 1 125.55 -108.967 -84.637 + 16 86.3091 1205 0 1 61.1587 -0.159477 -204.45 + 16 8.20636 893 0 0 61.0053 -1.43169 -205.85 + 16 59.9257 892 0 0 60.9988 -1.45016 -205.859 + 16 94.8427 1186 0 1 57.3614 -6.64707 -204.85 + 16 206.788 1185 0 1 57.25 -6.63464 -204.783 Number of digits in this event: 27 Using G4ParticleGun... -Particle energy: 3.55931 LIN +Particle energy: 5.2573 LIN Particle: e- -Event: 71 -Number of tracker hits in this event: 19 - 71 100.899 1564 7 1 133.098 -68.8333 5.55 - 71 129.469 556 7 0 133.097 -68.8314 4.15 - 71 225.973 1564 6 1 133.058 -68.7937 -24.45 - 71 165.022 556 6 0 133.054 -68.792 -25.85 - 71 111.87 1564 5 1 132.975 -68.7335 -54.45 - 71 110.304 556 5 0 132.973 -68.7348 -55.85 - 71 154.777 1563 4 1 132.923 -68.7608 -84.45 - 71 172.554 556 4 0 132.923 -68.7617 -85.85 - 71 114.372 1563 3 1 132.923 -68.7932 -114.45 - 71 107.954 556 3 0 132.925 -68.798 -115.85 - 71 136.29 1564 2 1 132.963 -68.8961 -144.45 - 71 126.09 555 2 0 132.965 -68.9052 -145.85 - 71 140.52 1564 1 1 133 -69.0987 -174.45 - 71 147.56 554 1 0 132.999 -69.1073 -175.85 - 71 108.603 1564 0 1 132.979 -69.2893 -204.45 - 71 142.466 553 0 0 132.976 -69.3012 -205.85 - 71 166.458 1631 8 1 146.48 168.043 35.15 - 71 34.7946 1630 8 1 146.35 168.142 35.2295 - 71 65.2981 353 0 0 142.84 -109.428 -206.25 +Event: 17 +Number of tracker hits in this event: 39 + 17 198.578 928 11 1 5.84649 21.4459 125.55 + 17 100.407 1006 11 0 5.84737 21.4454 124.15 + 17 286.322 929 10 1 5.86363 21.433 95.55 + 17 153.324 1006 10 0 5.86309 21.4332 94.15 + 17 183.525 929 9 1 5.85083 21.4434 65.55 + 17 15.8986 928 9 1 5.85 21.4437 65.233 + 17 156.18 1006 9 0 5.84703 21.4447 64.15 + 17 113.685 928 8 1 5.76749 21.4682 35.55 + 17 139.629 1007 8 0 5.76392 21.4675 34.15 + 17 120.032 928 7 1 5.6869 21.4564 5.55 + 17 132.037 1007 7 0 5.68334 21.4546 4.15 + 17 107.977 927 6 1 5.6082 21.4134 -24.45 + 17 139.559 1006 6 0 5.60528 21.4099 -25.85 + 17 152.09 927 5 1 5.54521 21.3391 -54.45 + 17 117.029 1006 5 0 5.5425 21.3352 -55.85 + 17 105.633 927 4 1 5.48466 21.2545 -84.45 + 17 100.109 1006 4 0 5.47871 21.251 -85.85 + 17 102.196 1005 4 0 5.47689 21.25 -86.2498 + 17 128.435 926 3 1 5.34132 21.1802 -114.45 + 17 108.512 1005 3 0 5.33509 21.1749 -115.85 + 17 138.184 925 2 1 5.20504 21.0597 -144.45 + 17 75.3666 1005 2 0 5.1987 21.0517 -145.85 + 17 18.8351 1004 2 0 5.19736 21.05 -146.151 + 17 114.322 925 1 1 5.06628 20.8935 -174.45 + 17 126.052 1004 1 0 5.05824 20.8871 -175.85 + 17 406.828 924 0 1 4.89266 20.7597 -204.45 + 17 243.371 1003 0 0 4.88327 20.7547 -205.85 + 17 35.7488 1355 5 0 123.166 91.2726 -56.25 + 17 244.824 1356 5 0 123.192 91.35 -56.032 + 17 88.788 579 1 1 -64.0795 -62.4467 -174.85 + 17 57.5874 1004 0 0 4.86832 20.8501 -206.063 + 17 23.7427 1026 1 1 25.4021 -54.3074 -174.45 + 17 60.6545 195 7 0 -76.3059 -141.054 3.75031 + 17 98.7155 194 7 0 -76.366 -141.15 3.88067 + 17 59.9791 193 7 0 -76.4413 -141.35 3.93744 + 17 73.4462 1004 4 0 5.48945 21.05 -86.2145 + 17 385.365 931 0 1 6.34164 21.3885 -204.45 + 17 231.889 1006 0 0 6.28783 21.4166 -205.85 + 17 204.871 900 0 0 9.37062 0.204074 -206.25 +Number of digits in this event: 23 +Using G4ParticleGun... +Particle energy: 3.29278 LIN +Particle: e- +Event: 18 +Number of tracker hits in this event: 82 + 18 191.054 1328 10 1 85.773 49.4723 95.55 + 18 119.949 1147 10 0 85.7742 49.4744 94.15 + 18 150.768 1328 9 1 85.8095 49.5083 65.55 + 18 125.769 1147 9 0 85.8109 49.5139 64.15 + 18 130.362 1328 8 1 85.8333 49.6158 35.55 + 18 115.38 1147 8 0 85.8406 49.6201 34.15 + 18 205.084 1329 7 1 86.0002 49.7039 5.55 + 18 295.855 1148 7 0 86.0073 49.7089 4.15 + 18 107.874 1330 6 1 86.1607 49.8164 -24.45 + 18 113.081 1148 6 0 86.1695 49.8244 -25.85 + 18 362.011 1331 5 1 86.3436 49.995 -54.45 + 18 285.093 1149 5 0 86.3533 50.0029 -55.85 + 18 314.768 1332 4 1 86.5501 50.1815 -84.45 + 18 104.869 1150 4 0 86.5608 50.1905 -85.85 + 18 195.968 1333 3 1 86.7759 50.3806 -114.45 + 18 227.02 1151 3 0 86.7846 50.3916 -115.85 + 18 115.567 1334 2 1 86.9659 50.6136 -144.45 + 18 247.024 1152 2 0 86.9785 50.6242 -145.85 + 18 119.242 1335 1 1 87.2243 50.8326 -174.45 + 18 108.531 1153 1 0 87.2367 50.8405 -175.85 + 18 122.953 1337 0 1 87.4767 50.9991 -204.45 + 18 116.008 1154 0 0 87.4904 51.0096 -205.85 + 18 246.725 1332 3 1 86.65 50.4998 -114.522 + 18 251.321 1330 7 1 86.05 49.6734 5.22336 + 18 280.852 1331 7 1 86.25 49.6662 5.16613 + 18 49.0627 1154 5 1 51.05 78.0537 -54.7511 + 18 124.847 1149 4 0 86.5035 49.9494 -85.85 + 18 151.889 1337 3 1 87.5042 50.0405 -114.45 + 18 251.877 1150 3 0 87.5645 50.0621 -115.85 + 18 117.172 1343 2 1 88.7033 50.4601 -144.45 + 18 114.498 1352 1 1 90.5523 51.0415 -174.45 + 18 133.769 1155 1 0 90.6941 51.1315 -175.85 + 18 150.984 1367 0 1 93.7122 53.1888 -204.45 + 18 15.0241 1368 0 1 93.75 53.2181 -204.796 + 18 118.355 1166 0 0 93.867 53.3096 -205.85 + 18 169.869 1331 4 1 86.4029 49.9454 -84.4503 + 18 35.3861 1330 4 1 86.25 50.0331 -84.7761 + 18 29.7245 1151 4 0 85.6717 50.4156 -85.85 + 18 95.801 1152 4 0 85.6257 50.4503 -85.941 + 18 54.7493 1306 4 0 73.1334 81.2641 -86.25 + 18 149.617 1307 4 0 73.2089 81.45 -86.1527 + 18 224.38 1308 4 0 73.3967 81.6502 -86.0145 + 18 110.15 1309 4 0 73.9614 81.8501 -85.9773 + 18 134.55 1283 4 1 76.6564 82.5597 -84.85 + 18 157.653 1284 4 1 76.85 82.6117 -84.7187 + 18 109.962 1285 4 1 77.05 82.6669 -84.5585 + 18 55.6532 1312 4 0 76.1324 82.5109 -85.8502 + 18 106.488 1311 4 0 76.054 82.45 -85.99 + 18 172.726 1126 4 0 101.052 45.2847 -86.25 + 18 339.514 1406 4 1 101.482 45.0563 -84.85 + 18 15.7382 1148 5 0 86.3469 49.6608 -55.8503 + 18 106.7 1147 5 0 86.3472 49.65 -55.9093 + 18 133.307 1311 4 1 82.3374 48.2296 -84.45 + 18 36.5263 1142 4 0 82.3884 48.6135 -85.8501 + 18 111.701 1143 4 0 82.3924 48.6501 -85.9882 + 18 115.511 1302 3 1 80.5121 55.5529 -114.45 + 18 83.7013 1301 3 1 80.4495 55.5283 -114.545 + 18 3.88593 1300 3 1 80.25 55.4755 -114.835 + 18 33.2898 1176 3 0 79.6376 55.2746 -115.85 + 18 96.7601 1175 3 0 79.5561 55.25 -115.982 + 18 82.7678 1257 3 0 60.4672 71.5198 -116.25 + 18 57.7887 1258 3 0 60.5061 71.65 -116.071 + 18 363.101 1204 3 1 60.8791 72.9689 -114.85 + 18 19.1028 1362 4 0 113.223 92.7423 -86.2499 + 18 259.288 1363 4 0 113.244 92.75 -86.2391 + 18 152.258 1364 4 0 113.965 92.9501 -85.9981 + 18 167.745 1365 4 0 114.128 93.1501 -86.0022 + 18 99.7878 1366 4 0 114.369 93.35 -86.0615 + 18 91.2203 1367 4 0 114.61 93.5501 -86.1272 + 18 82.6534 1447 6 1 109.685 41.1548 -24.45 + 18 67.7103 1448 6 1 109.75 41.2342 -24.6498 + 18 186.009 1109 6 0 110.171 41.8714 -25.85 + 18 1.43295 1110 6 0 110.25 42.05 -26.2433 + 18 9.73539 1461 5 1 112.517 58.6733 -54.45 + 18 91.0758 1462 5 1 112.551 58.6816 -54.4838 + 18 75.5941 1463 5 1 112.75 58.7955 -54.7129 + 18 198.269 1194 5 0 114.905 58.852 -55.8501 + 18 165.763 1193 5 0 114.935 58.85 -55.8644 + 18 99.2387 1192 5 0 115.37 58.65 -56.0659 + 18 160.705 1200 5 0 113.067 60.1738 -55.85 + 18 156.41 1196 5 0 113.119 59.3222 -55.8501 + 18 284.331 1250 5 0 121.061 70.07 -56.25 +Number of digits in this event: 42 +Using G4ParticleGun... +Particle energy: 1.2178 LIN +Particle: e- +Event: 19 +Number of tracker hits in this event: 91 + 19 130.994 458 10 1 -88.3437 37.9068 95.55 + 19 115.363 1089 10 0 -88.3441 37.9057 94.15 + 19 162.087 458 9 1 -88.3606 37.8623 65.55 + 19 185.782 1089 9 0 -88.3661 37.8541 64.15 + 19 188.11 458 8 1 -88.4129 37.6463 35.55 + 19 192.798 1087 8 0 -88.4126 37.64 34.15 + 19 111.103 458 7 1 -88.4244 37.5105 5.55 + 19 112.413 1087 7 0 -88.4238 37.506 4.15 + 19 306.458 458 6 1 -88.4104 37.4328 -24.45 + 19 152.2 1086 6 0 -88.4106 37.4209 -25.85 + 19 129.229 458 5 1 -88.423 37.18 -54.45 + 19 138.846 1085 5 0 -88.4259 37.1761 -55.85 + 19 113.605 457 4 1 -88.46 37.1085 -84.45 + 19 112.628 1085 4 0 -88.4623 37.1131 -85.85 + 19 119.605 457 3 1 -88.5251 37.2207 -114.45 + 19 97.0648 1085 3 0 -88.5234 37.2274 -115.85 + 19 167.048 457 2 1 -88.4685 37.3856 -144.45 + 19 145.523 1086 2 0 -88.4753 37.3995 -145.85 + 19 122.743 457 1 1 -88.6203 37.6146 -174.45 + 19 193.286 1087 1 0 -88.6382 37.6062 -175.85 + 19 119.691 455 0 1 -88.9347 37.4722 -204.45 + 19 135.505 1087 0 0 -88.9513 37.4598 -205.85 + 19 95.0849 1087 6 0 -88.4536 37.45 -26.0867 + 19 335.546 456 2 1 -88.65 36.1454 -144.536 + 19 61.2187 455 2 1 -88.85 35.4859 -144.502 + 19 38.4598 1347 3 0 -95.6217 89.5229 -116.25 + 19 87.4634 1348 3 0 -95.634 89.65 -116.182 + 19 75.5595 1349 3 0 -95.6678 89.85 -116.066 + 19 58.8712 1350 3 0 -95.8749 90.1503 -115.93 + 19 205.573 1351 3 0 -95.9835 90.3502 -115.858 + 19 185.669 1352 3 0 -96.0621 90.55 -115.882 + 19 175.983 1353 3 0 -96.1196 90.75 -115.951 + 19 76.875 1050 3 0 -128.27 30.1195 -116.25 + 19 313.743 458 3 1 -88.3595 37.4917 -114.45 + 19 259.339 1087 3 0 -88.4545 37.4671 -115.851 + 19 14.5995 1082 2 0 -90.15 36.5067 -146.207 + 19 226.984 447 1 1 -90.6144 32.8686 -174.45 + 19 128.865 1066 1 0 -90.5594 33.2799 -175.85 + 19 71.4963 461 0 1 -87.8402 42.2482 -204.45 + 19 42.7015 462 0 1 -87.65 42.2709 -204.48 + 19 87.8848 463 0 1 -87.4497 42.2866 -204.496 + 19 56.9216 464 0 1 -87.25 42.2919 -204.493 + 19 59.258 465 0 1 -87.05 42.2821 -204.484 + 19 8.27328 466 0 1 -86.85 42.2521 -204.454 + 19 33.8936 467 0 1 -86.5762 42.261 -204.45 + 19 45.7197 468 0 1 -86.4499 42.2802 -204.485 + 19 64.016 469 0 1 -86.2497 42.3162 -204.553 + 19 65.1338 470 0 1 -86.05 42.3282 -204.619 + 19 55.2517 471 0 1 -85.85 42.306 -204.693 + 19 47.0821 472 0 1 -85.65 42.2486 -204.76 + 19 65.1716 473 0 1 -85.45 42.1923 -204.774 + 19 58.477 474 0 1 -85.25 42.1173 -204.782 + 19 62.5829 475 0 1 -85.05 42.0055 -204.767 + 19 71.6617 476 0 1 -84.85 41.8927 -204.756 + 19 69.5735 477 0 1 -84.6498 41.7527 -204.736 + 19 104.434 478 0 1 -84.45 41.5825 -204.71 + 19 74.466 479 0 1 -84.25 41.3901 -204.695 + 19 85.2943 480 0 1 -84.05 41.205 -204.726 + 19 59.5272 481 0 1 -83.85 41.0645 -204.797 + 19 87.9723 1098 0 0 -81.9354 39.8012 -205.85 + 19 113.697 1097 0 0 -81.701 39.65 -206.02 + 19 21.3678 1094 0 0 -55.5851 38.9912 -206.25 + 19 76.783 1095 0 0 -55.575 39.05 -206.148 + 19 33.2875 1096 0 0 -55.5475 39.25 -205.924 + 19 186.726 623 0 1 -55.3765 40.1734 -204.85 + 19 116.183 624 0 1 -55.2499 40.4677 -204.496 + 19 53.0878 625 0 1 -55.0491 40.3923 -204.701 + 19 128.443 1100 0 0 -53.9192 40.2231 -205.85 + 19 30.7595 1099 0 0 -53.5846 40.05 -206.193 + 19 5.56429 1000 4 0 -138.824 20.2217 -86.25 + 19 166.768 208 4 1 -138.516 20.0256 -84.8496 + 19 0.321693 209 4 1 -138.35 20.0515 -84.6679 + 19 254.762 999 4 0 -139.318 20.0085 -85.85 + 19 292.521 1090 2 0 -89.118 38.1316 -145.85 + 19 264.238 411 1 1 -97.752 33.1085 -174.45 + 19 116.959 1061 1 0 -98.322 32.4213 -175.85 + 19 28.7407 1060 1 0 -98.4537 32.2499 -176.177 + 19 188.166 351 0 1 -109.824 17.4979 -204.45 + 19 46.925 350 0 1 -109.95 17.3335 -204.727 + 19 123.328 982 0 0 -110.533 16.6361 -205.85 + 19 108.223 981 0 0 -110.677 16.45 -206.141 + 19 44.6716 352 0 1 -109.75 17.3351 -204.736 + 19 88.2008 980 0 0 -109.669 16.2496 -206.062 + 19 123.2 979 0 0 -109.642 16.05 -206.165 + 19 15.2562 978 0 0 -109.393 15.85 -205.891 + 19 106.179 356 0 1 -108.875 15.1494 -204.85 + 19 164.166 357 0 1 -108.75 14.9467 -204.529 + 19 64.0229 969 0 0 -108.766 13.9999 -205.85 + 19 77.7495 968 0 0 -108.756 13.85 -206.075 + 19 28.4008 359 0 1 -108.35 15.4106 -204.762 + 19 52.1339 1089 2 0 -89.1391 38.0499 -145.902 +Number of digits in this event: 33 +Using G4ParticleGun... +Particle energy: 9.27765 LIN +Particle: e- +Event: 20 +Number of tracker hits in this event: 63 + 20 112.355 824 11 1 -15.2201 -32.0866 125.55 + 20 126.837 739 11 0 -15.2202 -32.0868 124.15 + 20 118.883 824 10 1 -15.2248 -32.0902 95.55 + 20 118.35 739 10 0 -15.2244 -32.0899 94.15 + 20 108.933 824 9 1 -15.218 -32.0848 65.55 + 20 122.758 739 9 0 -15.2183 -32.0843 64.15 + 20 175.712 824 8 1 -15.2265 -32.0723 35.55 + 20 115.59 739 8 0 -15.2286 -32.0715 34.15 + 20 119.264 823 7 1 -15.2699 -32.0559 5.55 + 20 246.902 739 7 0 -15.2714 -32.0554 4.15 + 20 111 823 6 1 -15.3052 -32.0448 -24.45 + 20 217.899 740 6 0 -15.3068 -32.0448 -25.85 + 20 104.563 823 5 1 -15.3387 -32.0409 -54.45 + 20 110.754 740 5 0 -15.3402 -32.0399 -55.85 + 20 117.999 823 4 1 -15.3693 -32.0207 -84.45 + 20 125.889 740 4 0 -15.3687 -32.0188 -85.85 + 20 621.992 823 3 1 -15.3585 -31.9808 -114.45 + 20 213.613 740 3 0 -15.3585 -31.9792 -115.85 + 20 103.595 823 2 1 -15.3579 -31.9464 -144.45 + 20 289.745 740 2 0 -15.3572 -31.9455 -145.85 + 20 277.537 823 1 1 -15.3408 -31.9227 -174.45 + 20 392.534 740 1 0 -15.3401 -31.9212 -175.85 + 20 275.356 823 0 1 -15.3219 -31.8895 -204.45 + 20 188.225 740 0 0 -15.3208 -31.8881 -205.85 + 20 23.785 746 3 0 -13.9542 -30.8427 -115.85 + 20 29.5863 831 3 1 -13.8117 -30.7342 -114.85 + 20 143.096 830 3 1 -13.85 -30.7261 -114.81 + 20 278.117 739 3 0 -15.387 -32.0607 -115.85 + 20 100.171 824 2 1 -15.2238 -32.0814 -144.45 + 20 192.107 819 1 1 -16.0802 -30.2218 -174.45 + 20 117.065 749 1 0 -16.1689 -30.108 -175.85 + 20 408.234 809 0 1 -18.1851 -27.8311 -204.45 + 20 101.394 761 0 0 -18.3933 -27.7114 -205.85 + 20 91.5027 818 1 1 -16.25 -30.2576 -174.51 + 20 40.3583 817 1 1 -16.45 -30.2759 -174.48 + 20 264.67 822 0 1 -15.45 -32.1989 -204.452 + 20 117.244 741 0 0 -16.0686 -31.7635 -205.85 + 20 54.6275 739 0 0 -15.3345 -32.0701 -205.85 + 20 136.025 834 2 1 -13.1384 -33.1828 -144.45 + 20 138.009 732 2 0 -12.9798 -33.5676 -145.85 + 20 23.1985 731 2 0 -12.9443 -33.65 -146.167 + 20 55.7318 849 1 1 -10.0714 -41.1972 -174.45 + 20 63.0978 850 1 1 -10.05 -41.2359 -174.651 + 20 52.4803 693 1 0 -9.9465 -41.4277 -175.85 + 20 189.567 692 1 0 -9.93519 -41.45 -175.977 + 20 113.265 865 0 1 -6.91405 -45.9107 -204.45 + 20 187.486 670 0 0 -6.79416 -45.9426 -205.85 + 20 126.69 822 1 1 -15.4717 -32.0591 -174.45 + 20 116.658 742 0 0 -15.4666 -31.5786 -205.85 + 20 5.90998 565 1 0 29.7821 -67.0371 -176.25 + 20 133.412 564 1 0 29.7988 -67.05 -176.242 + 20 154.695 563 1 0 30.1327 -67.25 -176.156 + 20 213.538 562 1 0 30.5635 -67.45 -176.135 + 20 71.3982 1391 0 1 98.4063 -102.146 -204.45 + 20 24.968 1392 0 1 98.55 -102.116 -204.735 + 20 125.474 388 0 0 99.2115 -102.483 -205.85 + 20 148.427 384 0 0 81.1028 -103.315 -206.25 + 20 0.015642 385 0 0 80.717 -103.15 -205.851 + 20 360.121 1298 0 1 79.7005 -102.012 -204.85 + 20 169.792 1297 0 1 79.65 -101.959 -204.796 + 20 194.817 1296 0 1 79.45 -102.106 -204.626 + 20 0.796792 536 9 0 -128.066 -72.65 63.8643 + 20 74.1358 262 9 1 -127.738 -72.2571 65.15 +Number of digits in this event: 33 +Using G4ParticleGun... +Particle energy: 8.8435 LIN +Particle: e- +Event: 21 +Number of tracker hits in this event: 102 + 21 565.541 1310 8 1 82.0761 -117.8 35.55 + 21 133.863 311 8 0 82.076 -117.8 34.15 + 21 122.796 1310 7 1 82.0702 -117.796 5.55 + 21 103.014 311 7 0 82.0695 -117.796 4.15 + 21 128.176 1310 6 1 82.0541 -117.803 -24.45 + 21 165.847 311 6 0 82.0536 -117.804 -25.85 + 21 465.077 1309 5 1 82.0461 -117.816 -54.45 + 21 399.585 311 5 0 82.0468 -117.817 -55.85 + 21 222.804 1310 4 1 82.0632 -117.826 -84.45 + 21 481.991 311 4 0 82.0649 -117.826 -85.85 + 21 144.38 1310 3 1 82.1017 -117.819 -114.45 + 21 101.622 311 3 0 82.1037 -117.818 -115.85 + 21 598.616 1310 2 1 82.1278 -117.827 -144.45 + 21 492.077 311 2 0 82.132 -117.824 -145.85 + 21 719.735 1310 1 1 82.2104 -117.773 -174.45 + 21 899.903 311 1 0 82.2119 -117.772 -175.85 + 21 492.976 1310 0 1 82.2416 -117.752 -204.45 + 21 358.485 311 0 0 82.2414 -117.753 -205.85 + 21 9.96923 378 13 0 -27.0077 -104.37 184.15 + 21 95.4846 449 1 0 109.113 -90.2042 -176.25 + 21 325.345 1311 0 1 82.2572 -117.764 -204.45 + 21 38.18 313 0 0 82.2726 -117.388 -205.85 + 21 123.221 314 0 0 82.2687 -117.35 -205.978 + 21 104.703 310 2 0 82.1366 -117.97 -145.85 + 21 147.218 1311 1 1 82.3552 -121.012 -174.45 + 21 117.403 294 1 0 82.4386 -121.153 -175.85 + 21 223.565 1321 0 1 84.3859 -123.846 -204.45 + 21 116.038 281 0 0 84.5181 -123.83 -205.85 + 21 210.069 1320 0 1 84.25 -123.792 -204.541 + 21 108.087 1309 1 1 81.9476 -117.324 -174.45 + 21 118.686 314 1 0 81.938 -117.26 -175.85 + 21 114.097 1307 0 1 81.5646 -115.8 -204.45 + 21 57.4821 321 0 0 81.4579 -115.757 -205.85 + 21 50.6231 322 0 0 81.4407 -115.75 -206.076 + 21 116.781 274 0 1 -125.172 -104.974 -204.85 + 21 13.1334 405 1 0 144.222 -98.9525 -176.25 + 21 3.46587 406 1 0 144.221 -98.9499 -176.248 + 21 142.795 1096 1 1 39.4191 -96.4693 -174.85 + 21 64.2621 842 2 1 -11.45 -114.468 -144.773 + 21 6.02417 1563 0 1 132.75 -176.602 -204.51 + 21 18.0795 1562 0 1 132.75 -176.615 -204.484 + 21 315.381 1649 7 1 150.097 130.216 5.55 + 21 157.112 1327 3 1 85.571 -116.983 -114.45 + 21 141.063 315 3 0 85.8333 -116.961 -115.85 + 21 85.8839 1356 2 1 91.5124 -116.732 -144.45 + 21 53.8052 1357 2 1 91.5502 -116.74 -144.692 + 21 149.822 316 2 0 91.7336 -116.771 -145.85 + 21 6.56695 1380 1 1 96.3443 -117.55 -174.45 + 21 126.23 1381 1 1 96.35 -117.551 -174.472 + 21 140.931 312 1 0 96.7073 -117.641 -175.85 + 21 129.395 1418 0 1 103.765 -119.326 -204.45 + 21 144.442 303 0 0 104.178 -119.424 -205.85 + 21 160.076 310 0 0 82.2061 -118.051 -205.85 + 21 113.124 1325 0 1 85.1144 -118.404 -204.45 + 21 346.667 308 0 0 85.2467 -118.362 -205.85 + 21 5.35724 309 0 0 85.2885 -118.35 -206.224 + 21 28.3065 1580 0 1 136.15 -85.8482 -204.836 + 21 114.755 1312 4 1 82.5707 -118.607 -84.45 + 21 127.914 307 4 0 82.6515 -118.591 -85.85 + 21 221.438 1322 3 1 84.5215 -117.563 -114.45 + 21 102.085 1321 3 1 84.45 -116.873 -114.594 + 21 0.811155 1320 3 1 84.25 -116.56 -114.848 + 21 146.407 321 3 0 82.7976 -115.938 -115.85 + 21 207.606 1242 2 1 68.6164 -112.513 -144.45 + 21 335.921 1241 2 1 68.45 -112.428 -144.764 + 21 103.625 434 4 0 63.2745 -93.3195 -86.2499 + 21 46.3901 435 4 0 63.1649 -93.15 -85.9853 + 21 58.0626 1214 4 1 62.8991 -92.3813 -84.85 + 21 164.525 1213 4 1 62.8499 -92.245 -84.6815 + 21 76.9884 425 5 0 36.8868 -95.0878 -56.25 + 21 125.71 424 5 0 36.6476 -95.1501 -56.0737 + 21 189.051 423 5 0 36.3371 -95.35 -56.0356 + 21 123.674 272 5 0 33.3621 -125.695 -56.25 + 21 308.76 1082 5 1 36.6069 -95.5146 -54.8499 + 21 57.511 1081 5 1 36.4499 -95.5336 -54.6536 + 21 1.28714 1308 4 1 81.8493 -118.612 -84.45 + 21 105.594 1309 4 1 81.85 -118.612 -84.4565 + 21 200.288 306 4 0 82.0259 -118.78 -85.85 + 21 106.738 1328 3 1 85.65 -122.187 -114.489 + 21 4.1928 1329 3 1 85.85 -122.276 -114.833 + 21 132.205 288 3 0 86.4427 -122.455 -115.85 + 21 124.17 1411 2 1 102.504 -127.517 -144.45 + 21 129.275 262 2 0 102.618 -127.627 -145.85 + 21 19.6158 1432 1 1 106.631 -131.366 -174.45 + 21 50.4516 1431 1 1 106.55 -131.363 -174.512 + 21 51.7894 1430 1 1 106.35 -131.435 -174.515 + 21 324.949 1429 1 1 106.15 -131.506 -174.535 + 21 206.063 1428 1 1 105.95 -131.646 -174.631 + 21 78.7346 244 1 0 107.114 -131.306 -175.85 + 21 715.558 245 1 0 107.299 -131.15 -176.002 + 21 21.3452 246 1 0 107.549 -130.95 -176.052 + 21 69.4792 328 8 0 81.9159 -114.498 34.1499 + 21 53.6002 329 8 0 81.8958 -114.35 34.1095 + 21 103.578 330 8 0 81.8698 -114.15 34.0333 + 21 88.7094 331 8 0 81.7115 -113.95 33.9272 + 21 27.0217 427 8 0 52.3586 -94.6104 33.7503 + 21 164.036 428 8 0 52.3545 -94.55 33.8112 + 21 287.939 1163 8 1 52.7036 -94.5992 35.15 + 21 64.4294 1162 8 1 52.65 -94.6203 35.2239 + 21 170.159 325 8 0 56.6786 -114.95 33.766 + 21 3.38586 626 8 0 83.0796 -54.7671 33.75 + 21 37.6876 808 8 0 113.919 -18.3682 33.75 +Number of digits in this event: 55 +Using G4ParticleGun... +Particle energy: 5.66954 LIN +Particle: e- +Event: 22 +Number of tracker hits in this event: 61 + 22 100.87 278 9 1 -124.385 -23.2248 65.55 + 22 272.814 784 9 0 -124.385 -23.2243 64.15 + 22 121.822 278 8 1 -124.386 -23.2176 35.55 + 22 105.596 784 8 0 -124.389 -23.2222 34.15 + 22 122.342 278 7 1 -124.443 -23.3286 5.55 + 22 120.609 783 7 0 -124.445 -23.3331 4.15 + 22 384.594 278 6 1 -124.477 -23.4248 -24.45 + 22 446.426 783 6 0 -124.479 -23.4291 -25.85 + 22 136.317 278 5 1 -124.512 -23.5156 -54.45 + 22 133.926 782 5 0 -124.514 -23.52 -55.85 + 22 106.615 278 4 1 -124.548 -23.6061 -84.45 + 22 108.632 782 4 0 -124.549 -23.6086 -85.85 + 22 106.957 277 3 1 -124.576 -23.6567 -114.45 + 22 130.351 781 3 0 -124.577 -23.6583 -115.85 + 22 111.648 277 2 1 -124.597 -23.6867 -144.45 + 22 318.234 781 2 0 -124.603 -23.6775 -145.85 + 22 102.67 277 1 1 -124.729 -23.4996 -174.45 + 22 425.648 782 1 0 -124.734 -23.4927 -175.85 + 22 212.679 276 0 1 -124.83 -23.3519 -204.45 + 22 166.543 783 0 0 -124.836 -23.3458 -205.85 + 22 16.634 955 3 0 -82.2812 11.2199 -116.25 + 22 89.9568 213 1 0 11.5976 -137.35 -175.923 + 22 58.2051 280 5 1 -123.979 -22.8173 -54.45 + 22 54.805 281 5 1 -123.95 -22.8185 -54.6456 + 22 143.31 786 5 0 -123.776 -22.8228 -55.8503 + 22 85.3949 300 4 1 -120.022 -22.9796 -84.4508 + 22 23.62 301 4 1 -119.95 -22.973 -84.7678 + 22 130.685 785 4 0 -119.704 -22.9604 -85.85 + 22 182.583 335 3 1 -113.072 -22.4996 -114.45 + 22 108.395 787 3 0 -112.653 -22.5326 -115.85 + 22 117.758 379 2 1 -104.255 -23.5379 -144.45 + 22 36.4848 416 1 1 -96.7802 -27.5932 -174.45 + 22 89.9274 417 1 1 -96.75 -27.6134 -174.581 + 22 111.016 761 1 0 -96.447 -27.8078 -175.851 + 22 38.83 760 1 0 -96.3788 -27.85 -176.13 + 22 117.251 453 0 1 -89.3518 -32.3388 -204.45 + 22 25.286 454 0 1 -89.25 -32.3831 -204.777 + 22 124.744 737 0 0 -88.9172 -32.5205 -205.85 + 22 264.97 266 5 1 -126.756 -23.086 -54.45 + 22 81.3598 785 5 0 -126.931 -22.8919 -55.85 + 22 113.168 251 4 1 -129.775 -19.2536 -84.45 + 22 119.904 805 4 0 -130.059 -19.0001 -85.85 + 22 25.4077 220 3 1 -136.112 -13.8929 -114.451 + 22 100.811 219 3 1 -136.15 -13.8825 -114.554 + 22 156.022 831 3 0 -136.608 -13.7736 -115.85 + 22 124.523 167 2 1 -146.636 -11.2003 -144.45 + 22 49.2284 844 2 0 -146.931 -11.2427 -145.85 + 22 47.2225 843 2 0 -146.968 -11.25 -146.033 + 22 130.647 136 1 1 -152.79 -13.03 -174.45 + 22 121.745 833 1 0 -153.307 -13.299 -175.85 + 22 108.636 81 0 1 -163.828 -18.6506 -204.45 + 22 157.849 806 0 0 -164.176 -18.7505 -205.85 + 22 78.0735 265 5 1 -126.95 -23.2671 -54.5414 + 22 83.6197 264 5 1 -127.15 -23.3838 -54.6839 + 22 21.4562 263 5 1 -127.35 -23.4786 -54.8102 + 22 252.73 779 5 0 -128.944 -24.0665 -55.8501 + 22 32.0348 280 0 1 -124.037 -23.4827 -204.45 + 22 81.7309 281 0 1 -123.95 -23.5384 -204.531 + 22 33.0238 282 0 1 -123.75 -23.6672 -204.736 + 22 69.8259 779 0 0 -122.702 -24.1726 -205.85 + 22 88.9347 778 0 0 -122.546 -24.25 -206.005 +Number of digits in this event: 27 +Using G4ParticleGun... +Particle energy: 4.65803 LIN +Particle: e- +Event: 23 +Number of tracker hits in this event: 48 + 23 165.544 447 9 1 -90.6716 79.6583 65.55 + 23 130.838 1298 9 0 -90.6709 79.6599 64.15 + 23 114.029 447 8 1 -90.6565 79.6887 35.55 + 23 105.399 1298 8 0 -90.6567 79.6907 34.15 + 23 170.24 447 7 1 -90.6586 79.7294 5.55 + 23 98.9228 1298 7 0 -90.657 79.7303 4.15 + 23 123.597 447 6 1 -90.6191 79.7543 -24.45 + 23 120.162 1298 6 0 -90.6164 79.7569 -25.85 + 23 156.863 447 5 1 -90.5553 79.798 -54.45 + 23 387.37 1298 5 0 -90.5489 79.7982 -55.85 + 23 207.911 448 4 1 -90.4049 79.7971 -84.45 + 23 101.442 1298 4 0 -90.3979 79.7963 -85.85 + 23 113.176 449 3 1 -90.2561 79.7762 -114.45 + 23 141.655 1298 3 0 -90.2482 79.7675 -115.85 + 23 434.704 450 1 1 -89.9097 79.4264 -174.45 + 23 138.135 1296 1 0 -89.9017 79.4184 -175.85 + 23 113.311 451 0 1 -89.7393 79.2574 -204.45 + 23 101.696 1295 0 0 -89.7304 79.2498 -205.85 + 23 43.0426 890 2 0 -106.761 -1.85 -146.098 + 23 5.57432 462 2 1 -87.65 17.0574 -144.792 + 23 82.3976 463 2 1 -87.4498 17.2553 -144.783 + 23 88.8258 369 2 1 -106.346 -1.85554 -144.85 + 23 155.051 368 2 1 -106.35 -1.87241 -144.729 + 23 170.816 1358 1 0 128.98 91.8628 -176.25 + 23 128.961 1357 1 0 129.136 91.75 -176.046 + 23 108.028 447 4 1 -90.691 79.9639 -84.45 + 23 124.17 1299 4 0 -90.6326 79.9333 -85.85 + 23 149.655 452 3 1 -89.5328 79.4697 -114.45 + 23 190.098 1296 3 0 -89.4619 79.4453 -115.85 + 23 99.1253 460 2 1 -87.885 78.6884 -144.45 + 23 153.538 1293 2 0 -87.8051 78.6962 -145.85 + 23 115.208 468 1 1 -86.2678 78.6198 -174.45 + 23 112.112 1292 1 0 -86.2064 78.554 -175.85 + 23 129.179 474 0 1 -85.1291 77.3653 -204.45 + 23 149.2 1286 0 0 -85.1191 77.2657 -205.85 + 23 53.4787 1285 0 0 -85.1172 77.25 -206.072 + 23 59.3932 1474 0 0 -121.998 115.014 -206.25 + 23 6.76936 1117 5 0 -92.1224 43.468 -56.25 + 23 214.148 1116 5 0 -92.1275 43.45 -56.2359 + 23 176.371 1297 4 0 -90.3449 79.6365 -85.85 + 23 146.844 451 2 1 -89.7168 80.2173 -144.45 + 23 327.066 1301 2 0 -89.7055 80.2552 -145.85 + 23 133.261 452 1 1 -89.5651 80.7049 -174.45 + 23 159.338 1303 1 0 -89.5507 80.7056 -175.85 + 23 139.401 454 0 1 -89.2357 80.6802 -204.45 + 23 104.987 1303 0 0 -89.241 80.6772 -205.85 + 23 281.81 451 1 1 -89.65 80.6673 -174.583 + 23 146.037 1302 2 0 -89.6088 80.4503 -145.957 +Number of digits in this event: 31 +Using G4ParticleGun... +Particle energy: 7.71414 LIN +Particle: e- +Event: 24 +Number of tracker hits in this event: 118 + 24 126.802 770 11 1 -26.0087 -64.2443 125.55 + 24 275.759 579 11 0 -26.0092 -64.2451 124.15 + 24 123.359 770 10 1 -26.016 -64.2603 95.55 + 24 125.461 578 10 0 -26.0164 -64.2612 94.15 + 24 141.668 770 9 1 -26.0268 -64.2777 65.55 + 24 166.434 578 9 0 -26.028 -64.2791 64.15 + 24 120.213 769 8 1 -26.0563 -64.3094 35.55 + 24 114.174 578 8 0 -26.0569 -64.3101 34.15 + 24 128.346 769 7 1 -26.0718 -64.3257 5.55 + 24 126.448 578 7 0 -26.0732 -64.3275 4.15 + 24 114.764 769 6 1 -26.1012 -64.3676 -24.45 + 24 103.067 578 6 0 -26.1027 -64.3698 -25.85 + 24 413.212 769 5 1 -26.1351 -64.407 -54.45 + 24 234.185 578 5 0 -26.1359 -64.4087 -55.85 + 24 158.164 769 4 1 -26.1503 -64.4401 -84.45 + 24 120.685 578 4 0 -26.1514 -64.4404 -85.85 + 24 683.068 769 3 1 -26.1997 -64.4362 -114.45 + 24 244.562 578 3 0 -26.1984 -64.4317 -115.85 + 24 390.098 769 2 1 -26.1785 -64.3486 -144.45 + 24 136.277 578 2 0 -26.1796 -64.3368 -145.85 + 24 502.071 769 1 1 -26.1726 -64.1088 -174.45 + 24 99.4919 579 1 0 -26.1714 -64.0965 -175.85 + 24 302.818 769 0 1 -26.1114 -63.8332 -204.45 + 24 137.139 581 0 0 -26.1172 -63.8043 -205.85 + 24 157.691 479 1 0 -164.904 -84.0855 -176.25 + 24 6.55745 341 3 1 -111.82 -103.605 -114.85 + 24 71.5055 770 1 1 -26.05 -64.119 -174.491 + 24 83.323 771 1 1 -25.8499 -64.2371 -174.582 + 24 96.9284 772 1 1 -25.65 -64.3796 -174.683 + 24 13.5448 569 1 0 -25.2124 -66.1879 -175.85 + 24 79.177 568 1 0 -25.2016 -66.25 -175.896 + 24 222.076 567 1 0 -25.1021 -66.4503 -176.046 + 24 55.3993 566 1 0 -25.0089 -66.65 -176.111 + 24 81.2647 565 1 0 -25.0345 -66.8502 -176.039 + 24 78.8772 564 1 0 -25.0638 -67.0506 -175.935 + 24 67.5244 563 1 0 -25.1819 -67.2509 -175.932 + 24 29.0203 562 1 0 -25.3264 -67.4501 -175.903 + 24 38.7154 765 1 1 -26.971 -68.466 -174.85 + 24 76.5471 764 1 1 -27.05 -68.4844 -174.797 + 24 70.7595 763 1 1 -27.25 -68.5796 -174.582 + 24 486.791 577 3 0 -26.149 -64.4833 -115.85 + 24 360.339 577 2 0 -26.1271 -64.5986 -145.85 + 24 158.754 576 1 0 -26.1009 -64.705 -175.85 + 24 133.346 770 0 1 -25.9766 -64.8607 -204.45 + 24 115.229 575 0 0 -25.9756 -64.8669 -205.85 + 24 97.5758 577 1 0 -26.1903 -64.5447 -175.85 + 24 116.378 577 0 0 -26.1787 -64.5903 -205.85 + 24 128.698 777 7 0 120.234 -24.5134 3.75 + 24 112.873 798 2 1 -20.42 -68.2843 -144.45 + 24 128.319 558 2 0 -20.4461 -68.3433 -145.85 + 24 148.69 796 1 1 -20.7285 -68.9028 -174.45 + 24 219.821 554 1 0 -20.4949 -69.0675 -175.85 + 24 33.1845 824 0 1 -15.0674 -73.2561 -204.45 + 24 68.7606 825 0 1 -15.05 -73.2549 -204.545 + 24 135.011 533 0 0 -14.7659 -73.2875 -205.85 + 24 214.041 775 2 1 -25.0445 -64.8034 -144.45 + 24 51.3458 776 2 1 -24.85 -64.7226 -144.826 + 24 40.9862 859 1 1 -8.11591 -56.422 -174.45 + 24 81.0757 860 1 1 -8.05 -56.3479 -174.495 + 24 85.9939 861 1 1 -7.8495 -56.1305 -174.635 + 24 38.4506 862 1 1 -7.65 -55.914 -174.782 + 24 62.048 627 1 0 -6.46032 -54.5971 -175.85 + 24 88.9401 628 1 0 -6.33345 -54.4495 -175.969 + 24 108.968 629 1 0 -6.16725 -54.25 -176.126 + 24 36.7516 1018 0 1 23.7441 -15.4616 -204.45 + 24 68.8758 1019 0 1 23.85 -15.5135 -204.528 + 24 164.631 1020 0 1 24.0504 -15.6071 -204.657 + 24 32.8217 1021 0 1 24.25 -15.7073 -204.783 + 24 88.6283 817 0 0 25.42 -16.5067 -205.85 + 24 77.1115 816 0 0 25.6225 -16.65 -206.035 + 24 38.4625 877 1 1 -4.53866 57.9176 -174.45 + 24 82.423 876 1 1 -4.65038 57.8483 -174.508 + 24 50.9813 875 1 1 -4.85 57.7677 -174.55 + 24 49.9033 874 1 1 -5.05 57.7237 -174.484 + 24 12.4326 770 5 1 -26.05 -64.4867 -54.8134 + 24 51.7781 576 5 0 -25.9761 -64.7994 -55.85 + 24 63.3226 575 5 0 -25.9608 -64.85 -56.031 + 24 252.742 790 4 1 -21.9471 -73.8603 -84.4503 + 24 33.8033 525 4 0 -21.7703 -74.9964 -85.8506 + 24 124.016 524 4 0 -21.7605 -75.0503 -85.9207 + 24 15.7922 523 4 0 -21.7274 -75.25 -86.1886 + 24 190.114 798 3 1 -20.3146 -95.7692 -114.45 + 24 46.9176 797 3 1 -20.45 -96.2328 -114.76 + 24 3.92157 412 3 0 -21.0656 -97.7348 -115.85 + 24 76.5647 411 3 0 -21.072 -97.7502 -115.861 + 24 99.3164 410 3 0 -21.1521 -97.95 -116.006 + 24 52.7235 409 3 0 -21.2182 -98.15 -116.14 + 24 87.2101 732 2 1 -33.5175 -139.029 -144.45 + 24 127.611 731 2 1 -33.65 -139.265 -144.623 + 24 36.3947 730 2 1 -33.85 -139.58 -144.816 + 24 44.5257 190 2 0 -35.3322 -142.015 -145.85 + 24 50.3667 189 2 0 -35.4189 -142.15 -145.906 + 24 58.9174 188 2 0 -35.527 -142.35 -145.986 + 24 195.034 187 2 0 -35.6105 -142.55 -146.039 + 24 95.4827 186 2 0 -35.6877 -142.75 -146.09 + 24 55.9527 185 2 0 -35.7726 -142.951 -146.095 + 24 52.79 184 2 0 -35.86 -143.15 -146.096 + 24 74.8932 183 2 0 -35.9549 -143.35 -146.099 + 24 70.2888 182 2 0 -36.06 -143.55 -146.124 + 24 62.3402 181 2 0 -36.1742 -143.75 -146.157 + 24 54.7898 180 2 0 -36.2929 -143.95 -146.173 + 24 61.6934 179 2 0 -36.4147 -144.15 -146.197 + 24 74.6929 178 2 0 -36.548 -144.35 -146.218 + 24 6.61662 177 2 0 -36.6691 -144.55 -146.248 + 24 113.89 770 4 1 -25.9832 -64.0853 -84.45 + 24 242.281 579 4 0 -25.9494 -64.0611 -85.85 + 24 165.974 773 3 1 -25.2689 -63.4618 -114.45 + 24 116.373 582 3 0 -25.2508 -63.4561 -115.85 + 24 186.563 583 2 0 -24.8504 -63.315 -145.85 + 24 189.986 778 1 1 -24.413 -63.3129 -174.45 + 24 134.697 583 1 0 -24.4749 -63.2696 -175.85 + 24 104.765 772 0 1 -25.5989 -62.4331 -204.45 + 24 133.697 588 0 0 -25.6837 -62.3548 -205.85 + 24 40.3169 382 1 0 -75.9534 -103.606 -176.25 + 24 108.371 383 1 0 -75.9605 -103.55 -176.18 + 24 45.0227 384 1 0 -75.8823 -103.35 -175.893 + 24 245.67 525 1 1 -74.9778 -103.039 -174.85 + 24 26.4619 526 1 1 -74.85 -102.984 -174.817 +Number of digits in this event: 47 +Using G4ParticleGun... +Particle energy: 5.87441 LIN +Particle: e- +Event: 25 +Number of tracker hits in this event: 104 + 25 134.017 1177 11 1 55.5447 -13.4866 125.55 + 25 113.128 832 11 0 55.545 -13.4866 124.15 + 25 132.11 1177 10 1 55.5473 -13.4872 95.55 + 25 113.896 832 10 0 55.5464 -13.4863 94.15 + 25 250.821 1177 9 1 55.5303 -13.4594 65.55 + 25 111.083 832 9 0 55.5304 -13.458 64.15 + 25 108.036 1177 8 1 55.5308 -13.429 35.55 + 25 158.203 833 8 0 55.5308 -13.4267 34.15 + 25 112.661 1177 7 1 55.5294 -13.3786 5.55 + 25 123.605 833 7 0 55.5288 -13.3762 4.15 + 25 107.457 1177 6 1 55.5132 -13.3264 -24.45 + 25 164.06 833 6 0 55.512 -13.3249 -25.85 + 25 280.979 1177 5 1 55.4894 -13.2952 -54.45 + 25 166.568 833 5 0 55.4874 -13.2936 -55.85 + 25 111.087 1176 4 1 55.4471 -13.2614 -84.45 + 25 303.214 833 4 0 55.4448 -13.2593 -85.85 + 25 110.449 1176 3 1 55.4021 -13.2168 -114.45 + 25 388.265 834 3 0 55.3997 -13.2134 -115.85 + 25 151.072 1176 2 1 55.3533 -13.1359 -144.45 + 25 496.919 834 2 0 55.3508 -13.1342 -145.85 + 25 327.851 1176 1 1 55.2962 -13.0963 -174.45 + 25 129.434 834 1 0 55.2938 -13.0939 -175.85 + 25 226.13 1175 0 1 55.2424 -13.0443 -204.45 + 25 277.613 835 0 0 55.2427 -13.041 -205.85 + 25 37.5739 207 2 1 -138.75 -6.01574 -144.589 + 25 121.023 914 3 0 -167.354 2.91086 -116.25 + 25 28.5105 915 3 0 -167.585 3.05004 -115.919 + 25 2.47602 58 3 1 -168.539 3.5612 -114.85 + 25 80.1019 57 3 1 -168.55 3.56703 -114.838 + 25 87.6488 56 3 1 -168.75 3.64562 -114.624 + 25 70.9776 55 3 1 -168.95 3.78479 -114.528 + 25 81.5924 54 3 1 -169.15 3.81196 -114.49 + 25 117.547 53 3 1 -169.351 3.81537 -114.479 + 25 328.802 1068 1 0 16.4557 33.85 -176.016 + 25 63.3358 976 1 1 15.3719 34.2254 -174.45 + 25 70.8734 975 1 1 15.2498 34.246 -174.558 + 25 63.926 974 1 1 15.0496 34.1969 -174.693 + 25 323.913 1067 1 0 14.9552 33.5517 -175.85 + 25 81.2789 830 1 0 55.8481 -13.9088 -175.85 + 25 115.497 829 1 0 55.8884 -14.05 -175.965 + 25 30.3096 828 1 0 55.839 -14.25 -176.156 + 25 87.2193 714 1 0 53.4032 -37.1189 -176.25 + 25 22.8012 715 1 0 53.51 -37.0499 -175.939 + 25 162.812 1170 1 1 54.1835 -36.5449 -174.85 + 25 234.496 1171 1 1 54.25 -36.4752 -174.756 + 25 271.186 717 1 0 53.6674 -36.4825 -175.85 + 25 79.8192 651 1 0 87.8424 -49.7085 -176.25 + 25 172.671 840 1 0 57.3613 -12.003 -176.25 + 25 267.77 1177 0 1 55.593 -13.05 -204.45 + 25 107.179 834 0 0 55.5338 -13.0582 -205.85 + 25 100.184 347 2 1 -110.711 44.4631 -144.45 + 25 24.8645 348 2 1 -110.55 44.4034 -144.79 + 25 154.514 1122 2 0 -109.374 44.6026 -145.85 + 25 230.627 1123 2 0 -109.027 44.6501 -146.111 + 25 112.079 1261 2 0 7.28638 72.3142 -146.25 + 25 35.2691 938 2 1 7.80525 72.4029 -144.85 + 25 117.508 939 2 1 7.85 72.4081 -144.756 + 25 58.4265 940 2 1 8.05 72.5559 -144.492 + 25 62.1233 941 2 1 8.25013 72.6324 -144.549 + 25 69.4374 942 2 1 8.4513 72.6549 -144.585 + 25 52.5931 943 2 1 8.6503 72.717 -144.522 + 25 4.61225 1460 6 1 112.15 79.9524 -24.7586 + 25 152.361 1178 4 1 55.7401 -13.2553 -84.4516 + 25 139.497 1179 4 1 55.85 -13.2698 -84.6015 + 25 220.26 832 4 0 56.7705 -13.6034 -85.85 + 25 100.575 831 4 0 56.9141 -13.6501 -86.0423 + 25 114.573 1297 3 1 79.5436 -12.9107 -114.45 + 25 30.5439 1289 2 1 78.0312 -24.6668 -144.451 + 25 86.961 1290 2 1 78.05 -24.6255 -144.549 + 25 14.2991 778 2 0 78.1588 -24.2645 -145.85 + 25 95.1134 779 2 0 78.162 -24.25 -145.901 + 25 163.047 1273 1 1 74.6548 -13.019 -174.45 + 25 11.5506 838 1 0 74.9801 -12.2751 -175.85 + 25 116.61 839 1 0 74.9962 -12.25 -175.901 + 25 112.887 1311 0 1 82.4083 8.22826 -204.45 + 25 75.0868 1310 0 1 82.25 7.92291 -204.739 + 25 134.362 936 0 0 79.5151 7.38534 -205.85 + 25 222.875 937 0 0 79.1075 7.45 -205.952 + 25 228.332 870 4 0 90.1504 -5.92266 -86.2155 + 25 259.72 1177 2 1 55.5785 -13.2051 -144.45 + 25 136.304 833 1 0 55.3885 -13.4075 -175.85 + 25 145.768 1179 0 1 56.005 -13.6344 -204.45 + 25 105.6 831 0 0 56.0237 -13.6822 -205.85 + 25 107.45 1177 1 1 55.5703 -12.9799 -174.45 + 25 103.872 835 1 0 55.5489 -12.9482 -175.85 + 25 105.123 838 0 0 55.0867 -12.3167 -205.85 + 25 19.3948 75 7 0 -107.142 -165.076 3.75 + 25 147.204 834 5 0 55.7161 -13.2461 -55.8501 + 25 0.928376 1147 4 1 49.452 1.24831 -84.45 + 25 157.296 1146 4 1 49.45 1.25287 -84.4552 + 25 12.2549 1145 4 1 49.25 1.50216 -84.8132 + 25 6.51474 910 4 0 48.7658 2.23436 -85.85 + 25 123.411 911 4 0 48.7556 2.25 -85.8723 + 25 5.53851 912 4 0 48.5629 2.45 -86.2289 + 25 206.295 1050 3 1 30.0862 20.1896 -114.45 + 25 119.302 1051 3 1 30.2501 20.8058 -114.54 + 25 52.8543 1052 3 1 30.4501 21.1183 -114.529 + 25 253.623 1053 3 1 30.65 21.2454 -114.452 + 25 147.557 1054 3 1 30.85 21.8088 -114.573 + 25 31.9965 1055 3 1 31.05 22.0067 -114.604 + 25 192.874 1010 3 0 30.4777 22.1599 -115.85 + 25 5.33885 1153 3 0 -11.1081 50.8396 -116.25 + 25 111.981 1154 3 0 -11.1188 50.8501 -116.24 + 25 149.545 1003 3 0 -152.166 20.7294 -116.25 +Number of digits in this event: 47 +Using G4ParticleGun... +Particle energy: 5.62939 LIN +Particle: e- +Event: 26 +Number of tracker hits in this event: 98 + 26 120.465 956 11 1 11.4107 50.5258 125.55 + 26 196.35 1152 11 0 11.4109 50.5255 124.15 + 26 122.263 956 10 1 11.4156 50.5274 95.55 + 26 140.99 1152 10 0 11.4161 50.5262 94.15 + 26 161.472 956 9 1 11.4236 50.5 65.55 + 26 129.175 1152 9 0 11.4239 50.4985 64.15 + 26 108.219 956 8 1 11.4305 50.4698 35.55 + 26 118.645 1152 8 0 11.4305 50.4688 34.15 + 26 103.618 956 7 1 11.4336 50.4507 5.55 + 26 121.259 1152 7 0 11.4337 50.4503 4.15 + 26 133.108 956 6 1 11.441 50.4392 -24.45 + 26 139.683 1151 6 0 11.4412 50.4386 -25.85 + 26 423.721 956 5 1 11.4486 50.4238 -54.45 + 26 212.998 1151 5 0 11.4494 50.4225 -55.85 + 26 347.186 957 4 1 11.4713 50.3927 -84.45 + 26 396.312 1151 4 0 11.4746 50.3891 -85.85 + 26 412.826 957 3 1 11.5342 50.3188 -114.45 + 26 388.396 1151 3 0 11.5347 50.3131 -115.85 + 26 523.066 957 2 1 11.5535 50.1854 -144.45 + 26 507.044 1150 2 0 11.5546 50.1786 -145.85 + 26 229.513 957 1 1 11.5679 50.0393 -174.45 + 26 139.496 1149 1 0 11.5695 50.0331 -175.85 + 26 370.906 957 0 1 11.5854 49.9024 -204.45 + 26 423.976 1149 0 0 11.5893 49.8997 -205.85 + 26 280.737 1147 1 0 11.2941 49.5452 -175.85 + 26 26.5602 934 0 1 6.89526 53.563 -204.451 + 26 168.675 933 0 1 6.84992 53.5911 -204.546 + 26 64.9583 1169 0 0 6.20316 53.9787 -205.85 + 26 62.0944 1170 0 0 6.09234 54.05 -206.081 + 26 11.8193 951 1 1 10.2607 49.6433 -174.85 + 26 62.1914 950 1 1 10.25 49.6413 -174.842 + 26 257.792 958 2 1 11.6503 50.2657 -144.521 + 26 105.969 1149 2 0 12.4716 49.9108 -145.85 + 26 35.9625 1148 2 0 12.6288 49.85 -146.126 + 26 91.7197 1047 1 1 29.4733 44.9587 -174.45 + 26 76.7848 1048 1 1 29.65 45.0275 -174.663 + 26 54.1081 1126 1 0 30.6264 45.4016 -175.85 + 26 80.0781 1127 1 0 30.7455 45.45 -176 + 26 1.11109 1187 0 1 57.646 56.2144 -204.45 + 26 72.0363 1188 0 1 57.65 56.2154 -204.452 + 26 425.196 1189 0 1 57.85 56.3012 -204.538 + 26 829.569 1190 0 1 58.05 56.3961 -204.618 + 26 154.523 1191 0 1 58.2501 56.4608 -204.701 + 26 144.041 1192 0 1 58.4501 56.5218 -204.719 + 26 117.708 1193 0 1 58.65 56.6684 -204.718 + 26 328.366 958 1 1 11.7084 50.1228 -174.45 + 26 124.523 1150 1 0 11.7125 50.1168 -175.85 + 26 110.946 958 0 1 11.7426 49.9088 -204.45 + 26 117.489 301 5 1 -119.832 -72.5203 -54.45 + 26 77.2617 300 5 1 -119.95 -72.63 -54.5029 + 26 274.106 299 5 1 -120.15 -72.8209 -54.4828 + 26 176.306 298 5 1 -120.35 -72.8378 -54.4947 + 26 103.987 959 1 1 11.8585 49.6693 -174.45 + 26 112.831 961 0 1 12.4122 49.225 -204.45 + 26 124.137 1145 0 0 12.4332 49.2033 -205.85 + 26 329.564 1150 0 0 11.6979 50.0501 -205.9 + 26 216.898 1064 0 0 -10.1221 32.9086 -206.25 + 26 21.0447 1307 2 0 15.9067 81.6044 -146.25 + 26 67.7906 1308 2 0 15.9132 81.6511 -146.208 + 26 86.1089 1309 2 0 15.9898 81.8507 -146.112 + 26 71.9854 1310 2 0 16.213 82.05 -145.971 + 26 68.3578 1311 2 0 16.3874 82.25 -145.922 + 26 214.48 992 2 1 18.5363 84.079 -144.85 + 26 338.28 993 2 1 18.65 84.2007 -144.629 + 26 92.5873 994 2 1 18.8502 83.8827 -144.655 + 26 33.9748 1622 5 0 4.22553 144.69 -56.25 + 26 248.761 1623 5 0 4.26666 144.75 -56.2202 + 26 251.114 956 1 1 11.3483 50.4228 -174.45 + 26 106.207 1151 1 0 11.3418 50.4281 -175.85 + 26 68.8601 955 0 1 11.2341 50.5741 -204.45 + 26 43.3038 956 0 1 11.25 50.5632 -204.702 + 26 114.716 1152 0 0 11.3196 50.5133 -205.85 + 26 197.931 1122 0 0 -31.6832 44.6446 -206.25 + 26 196.156 1152 1 0 11.3328 50.4509 -175.85 + 26 132.155 954 0 1 10.9489 51.1338 -204.45 + 26 167.284 1155 0 0 11.009 51.1467 -205.85 + 26 173.151 1151 0 0 11.5058 50.2512 -205.85 + 26 230.581 1020 1 1 24.0661 37.9887 -174.85 + 26 15.6421 957 5 1 11.4501 50.2792 -54.6558 + 26 104.44 948 3 1 9.74904 47.5602 -114.45 + 26 130.499 1136 3 0 9.6737 47.4467 -115.85 + 26 106.896 938 2 1 7.75355 44.7034 -144.45 + 26 116.662 1122 2 0 7.59187 44.5126 -145.85 + 26 99.3985 918 1 1 3.69853 40.2962 -174.45 + 26 107.613 917 1 1 3.65 40.2899 -174.63 + 26 116.858 1100 1 0 3.30297 40.2155 -175.85 + 26 162.65 873 0 1 -5.2797 39.0381 -204.45 + 26 101.692 1095 0 0 -5.7553 39.2103 -205.85 + 26 41.5167 1096 0 0 -5.85044 39.25 -206.13 + 26 119.414 954 3 1 10.9754 50.9825 -114.45 + 26 116.645 1155 3 0 11.009 51.1446 -115.85 + 26 113.982 1172 2 0 11.7122 54.54 -145.85 + 26 13.3175 962 1 1 12.6465 57.6845 -174.45 + 26 135.778 963 1 1 12.65 57.6902 -174.493 + 26 274.036 1189 1 0 12.7762 57.883 -175.85 + 26 156.52 978 0 1 15.6506 61.9835 -204.45 + 26 52.2043 1210 0 0 15.8516 62.2236 -205.85 + 26 66.4489 1211 0 0 15.8738 62.25 -206.002 +Number of digits in this event: 52 +Using G4ParticleGun... +Particle energy: 5.95985 LIN +Particle: e- +Event: 27 +Number of tracker hits in this event: 34 + 27 117.047 198 8 1 -140.392 -37.7074 35.55 + 27 117.518 711 8 0 -140.392 -37.7076 34.15 + 27 169.482 198 7 1 -140.392 -37.7134 5.55 + 27 115.93 711 7 0 -140.392 -37.7127 4.15 + 27 140.499 198 6 1 -140.384 -37.6977 -24.45 + 27 140.83 711 6 0 -140.383 -37.6966 -25.85 + 27 117.588 198 5 1 -140.351 -37.6798 -54.45 + 27 263.444 711 5 0 -140.349 -37.6799 -55.85 + 27 133.536 199 4 1 -140.306 -37.6798 -84.45 + 27 98.5455 711 4 0 -140.303 -37.68 -85.85 + 27 120.095 199 3 1 -140.258 -37.6922 -114.45 + 27 133.534 711 3 0 -140.255 -37.6934 -115.85 + 27 414.817 199 2 1 -140.206 -37.7106 -144.45 + 27 237.816 711 2 0 -140.201 -37.7105 -145.85 + 27 239.324 200 1 1 -140.102 -37.7205 -174.45 + 27 267.098 711 1 0 -140.097 -37.7234 -175.85 + 27 276.702 200 0 1 -140.011 -37.7816 -204.45 + 27 236.637 711 0 0 -140.006 -37.7876 -205.85 + 27 205.504 712 2 0 -140.203 -37.5764 -145.85 + 27 137.941 198 1 1 -140.393 -35.6565 -174.45 + 27 113.826 722 1 0 -140.532 -35.5735 -175.85 + 27 129.964 185 0 1 -143.02 -33.6942 -204.45 + 27 122.481 731 0 0 -143.12 -33.6604 -205.851 + 27 8.31668 784 3 0 -138.867 -23.0863 -116.25 + 27 180.691 785 3 0 -138.865 -23.05 -116.221 + 27 138.091 786 3 0 -138.905 -22.8498 -116.107 + 27 82.2859 787 3 0 -138.754 -22.6499 -115.904 + 27 3.86216 788 3 0 -138.563 -22.45 -115.855 + 27 125.872 217 3 1 -136.69 -21.3138 -114.85 + 27 91.6058 218 3 1 -136.55 -20.9672 -114.758 + 27 41.2392 812 3 0 -133.098 -17.475 -115.85 + 27 3.07788 813 3 0 -133.073 -17.4499 -115.85 + 27 188.462 256 3 1 -128.752 -13.5231 -114.85 + 27 208.515 257 3 1 -128.75 -13.5214 -114.85 +Number of digits in this event: 25 +Using G4ParticleGun... +Particle energy: 8.32018 LIN +Particle: e- +Event: 28 +Number of tracker hits in this event: 33 + 28 131.436 352 9 1 -109.659 53.9368 65.55 + 28 147.144 1169 9 0 -109.659 53.9367 64.15 + 28 105.029 352 8 1 -109.665 53.934 35.55 + 28 156.141 1169 8 0 -109.667 53.9331 34.15 + 28 156.067 352 7 1 -109.701 53.9119 5.55 + 28 150.915 1169 7 0 -109.705 53.9131 4.15 + 28 108.751 351 6 1 -109.776 53.9369 -24.45 + 28 130.798 1169 6 0 -109.78 53.9382 -25.85 + 28 110.79 351 5 1 -109.857 53.963 -54.45 + 28 314.539 1169 5 0 -109.858 53.9642 -55.85 + 28 106.211 351 4 1 -109.872 53.9869 -84.45 + 28 109.96 1169 4 0 -109.872 53.99 -85.85 + 28 136.79 351 3 1 -109.888 54.0557 -114.45 + 28 109.297 1170 3 0 -109.888 54.0587 -115.85 + 28 109.337 351 2 1 -109.891 54.126 -144.45 + 28 132.344 1170 2 0 -109.891 54.1288 -145.85 + 28 222.517 351 1 1 -109.905 54.186 -174.45 + 28 166.585 1170 1 0 -109.905 54.1894 -175.85 + 28 209.838 351 0 1 -109.915 54.2685 -204.45 + 28 126.333 1171 0 0 -109.915 54.2719 -205.85 + 28 62.5475 687 6 1 -42.5055 93.6392 -24.45 + 28 200.459 143 0 1 -151.533 177.955 -204.85 + 28 36.6673 142 0 1 -151.55 177.997 -204.812 + 28 70.4136 883 6 0 -176.724 -3.34789 -26.2496 + 28 87.7185 1129 4 0 -92.8689 46.0092 -86.25 + 28 124.975 1272 2 0 -116.166 74.5877 -146.25 + 28 80.1601 404 0 1 -99.3086 63.7953 -204.85 + 28 768.089 349 0 1 -110.237 54.1349 -204.45 + 28 344.207 1170 0 0 -110.318 54.1517 -205.85 + 28 193.123 1169 0 0 -110.294 53.9765 -205.85 + 28 126.299 350 0 1 -110.15 54.1261 -204.549 + 28 136.529 352 0 1 -109.75 54.1109 -204.68 + 28 332.77 353 0 1 -109.55 54.0907 -204.475 +Number of digits in this event: 24 +Using G4ParticleGun... +Particle energy: 4.15536 LIN +Particle: e- +Event: 29 +Number of tracker hits in this event: 33 + 29 109.885 1077 10 1 35.518 -98.537 95.55 + 29 87.9733 408 10 0 35.5207 -98.537 94.15 + 29 125.599 1077 9 1 35.5799 -98.5319 65.55 + 29 118.983 408 9 0 35.5826 -98.5301 64.15 + 29 332.249 1077 8 1 35.6399 -98.499 35.55 + 29 136.859 408 8 0 35.6434 -98.4959 34.15 + 29 139.433 1078 7 1 35.7124 -98.4377 5.55 + 29 171.638 408 7 0 35.7167 -98.437 4.15 + 29 165.195 1078 6 1 35.7903 -98.43 -24.45 + 29 106.557 408 6 0 35.7925 -98.4298 -25.85 + 29 121.79 1078 5 1 35.8261 -98.4226 -54.45 + 29 235.806 408 5 0 35.8285 -98.4213 -55.85 + 29 113.701 1079 4 1 35.8944 -98.3998 -84.45 + 29 274.857 408 4 0 35.8889 -98.4017 -85.85 + 29 148.332 1078 3 1 35.7843 -98.4417 -114.45 + 29 129.457 408 3 0 35.7795 -98.4442 -115.85 + 29 104.623 1078 2 1 35.6631 -98.5095 -144.45 + 29 101.828 408 2 0 35.6586 -98.5154 -145.85 + 29 132.189 1077 1 1 35.5863 -98.6278 -174.45 + 29 137.59 407 1 0 35.5836 -98.6344 -175.85 + 29 124.975 1077 0 1 35.5285 -98.776 -204.45 + 29 126.974 406 0 0 35.5241 -98.7817 -205.85 + 29 39.5685 739 0 1 -32.05 -51.2997 -204.601 + 29 71.9916 723 1 0 98.8322 -35.3973 -176.25 + 29 18.0052 722 1 0 98.9567 -35.4501 -175.903 + 29 202.732 1396 1 1 99.4938 -35.8984 -174.85 + 29 217.58 1397 1 1 99.55 -36.1664 -174.704 + 29 160.978 927 5 0 49.6848 5.53085 -56.25 + 29 9.38972 1078 8 1 35.65 -98.4956 35.5164 + 29 249.003 1079 0 1 36.0439 -98.3254 -204.45 + 29 293.503 408 0 0 36.0452 -98.3628 -205.85 + 29 226.038 1080 0 1 36.05 -98.3258 -204.594 + 29 99.1281 407 0 0 36.203 -98.6207 -205.85 +Number of digits in this event: 23 +Using G4ParticleGun... +Particle energy: 5.42445 LIN +Particle: e- +Event: 30 +Number of tracker hits in this event: 107 + 30 522.99 1567 8 1 133.604 27.847 35.55 + 30 126.244 1038 8 0 133.606 27.8476 34.15 + 30 126.209 1567 7 1 133.627 27.8583 5.55 + 30 271.164 1039 7 0 133.628 27.8584 4.15 + 30 117.006 1567 6 1 133.651 27.859 -24.45 + 30 115.154 1039 6 0 133.649 27.8626 -25.85 + 30 156.777 1567 5 1 133.599 27.9337 -54.45 + 30 122.955 1039 5 0 133.591 27.9378 -55.85 + 30 112.063 1566 4 1 133.427 28.0225 -84.45 + 30 121.001 1039 4 0 133.421 28.0254 -85.85 + 30 115.914 1565 3 1 133.295 28.0947 -114.45 + 30 124.79 1040 3 0 133.29 28.0978 -115.85 + 30 215.548 1565 2 1 133.167 28.1549 -144.45 + 30 279.006 1040 2 0 133.159 28.1568 -145.85 + 30 109.347 1564 1 1 133.009 28.181 -174.45 + 30 311.053 1040 1 0 133.004 28.1808 -175.85 + 30 133.053 1563 0 1 132.903 28.1907 -204.45 + 30 124.137 1040 0 0 132.897 28.196 -205.85 + 30 167.769 1609 0 1 141.98 51.6034 -204.45 + 30 314.614 1608 0 1 141.95 51.5949 -204.515 + 30 30.5914 1566 2 1 133.35 28.2317 -144.765 + 30 36.4163 1042 2 0 134.252 28.6326 -145.85 + 30 296.346 1043 2 0 134.285 28.6501 -145.897 + 30 168.68 1044 2 0 134.118 28.85 -146.149 + 30 137.126 1045 2 0 134.171 29.05 -146.19 + 30 34.4901 1118 2 0 165.362 43.6857 -146.25 + 30 154.191 638 4 0 61.9594 -52.3878 -86.25 + 30 59.3232 878 8 0 115.294 -4.25 33.8678 + 30 196.566 1039 8 0 133.598 27.8507 34.15 + 30 198.977 1566 7 1 133.471 27.9508 5.55 + 30 221.142 1566 6 1 133.405 28.2747 -24.45 + 30 115.419 1041 6 0 133.402 28.2861 -25.85 + 30 119.414 1566 5 1 133.375 28.5302 -54.45 + 30 116.622 1042 5 0 133.446 28.5127 -55.85 + 30 151.499 1573 4 1 134.901 28.165 -84.45 + 30 116.538 1040 4 0 134.962 28.1539 -85.85 + 30 100.618 1580 3 1 136.265 27.9285 -114.45 + 30 142.677 1039 3 0 136.341 27.9114 -115.85 + 30 162.424 1589 2 1 137.979 27.5355 -144.45 + 30 204.006 1037 2 0 138.057 27.5271 -145.85 + 30 113.052 1597 1 1 139.62 27.3453 -174.45 + 30 123.552 1036 1 0 139.693 27.3303 -175.85 + 30 104.112 1604 0 1 141.132 27.0258 -204.45 + 30 0.907076 1605 0 1 141.15 27.0212 -204.845 + 30 135.122 1034 0 0 141.195 27.0106 -205.85 + 30 84.573 1590 2 1 138.15 27.5862 -144.569 + 30 22.2817 1591 2 1 138.35 27.6673 -144.797 + 30 81.8487 1039 2 0 139.314 27.9884 -145.85 + 30 135.897 1743 1 1 168.884 40.5603 -174.45 + 30 37.2601 1742 1 1 168.75 40.5959 -174.723 + 30 139.751 1103 1 0 168.241 40.6778 -175.85 + 30 118.28 1681 0 1 156.369 42.7044 -204.45 + 30 120.515 1112 0 0 156.313 42.5722 -205.85 + 30 31.7518 1072 0 0 170.1 34.4921 -206.25 + 30 202.177 1071 0 0 170.171 34.45 -206.176 + 30 26.8737 1755 0 1 171.301 33.7583 -204.85 + 30 102.23 1756 0 1 171.35 33.7273 -204.79 + 30 121.108 1757 0 1 171.55 33.558 -204.578 + 30 237.073 1581 3 1 136.443 27.7792 -114.45 + 30 226.118 1038 3 0 136.509 27.7721 -115.85 + 30 93.0153 1588 2 1 137.828 26.8519 -144.45 + 30 155.329 1033 2 0 137.812 26.8252 -145.85 + 30 107.965 1587 1 1 137.694 26.2454 -174.45 + 30 146.704 1030 1 0 137.704 26.1798 -175.85 + 30 135.525 1587 0 1 137.647 25.4409 -204.45 + 30 62.9981 1026 0 0 137.708 25.2716 -205.85 + 30 128 1025 0 0 137.717 25.25 -206.032 + 30 100.766 1586 2 1 137.528 27.3672 -144.45 + 30 36.7495 1587 2 1 137.55 27.3946 -144.721 + 30 98.5179 1609 1 1 142.133 31.1649 -174.45 + 30 100.505 1610 1 1 142.15 31.1959 -174.583 + 30 117.772 1057 1 0 142.292 31.5136 -175.85 + 30 123.941 1623 0 1 144.914 38.8791 -204.45 + 30 1.16156 1095 0 0 145.002 39.2486 -205.85 + 30 96.0303 1096 0 0 145.002 39.25 -205.855 + 30 124.038 1596 1 1 139.485 26.8098 -174.45 + 30 39.5623 1037 1 0 139.647 27.5945 -175.85 + 30 81.418 1038 1 0 139.668 27.65 -175.952 + 30 198.827 1039 1 0 139.773 27.8501 -175.978 + 30 101.639 1041 1 0 140.186 28.25 -176.178 + 30 174.711 1566 8 1 133.55 27.8723 35.535 + 30 41.5168 1040 8 0 133.158 28.05 33.8724 + 30 23.3458 1532 7 1 126.571 30.9098 5.54995 + 30 79.1631 1531 7 1 126.55 30.921 5.45763 + 30 116.007 1055 7 0 126.276 31.0714 4.15 + 30 65.0106 1499 6 1 120.003 34.2551 -24.45 + 30 53.6008 1498 6 1 119.95 34.3184 -24.6576 + 30 136.099 1073 6 0 119.637 34.6579 -25.85 + 30 45.5937 1457 5 1 111.611 43.6628 -54.4501 + 30 72.083 1456 5 1 111.55 43.7235 -54.6149 + 30 24.656 1120 5 0 111.089 44.2065 -55.8501 + 30 87.7458 1121 5 0 111.048 44.25 -55.9606 + 30 115.578 1402 4 1 100.604 55.2379 -84.45 + 30 60.8781 1178 4 0 100.529 55.7711 -85.8507 + 30 66.4813 1179 4 0 100.519 55.85 -86.0617 + 30 185.176 1394 3 1 99.1167 66.3781 -114.451 + 30 24.0339 1234 3 0 99.2089 67.0089 -115.85 + 30 99.8816 1235 3 0 99.2148 67.05 -115.942 + 30 159.89 1404 2 1 101.049 80.0631 -144.45 + 30 89.9449 1303 2 0 100.922 80.7194 -145.85 + 30 37.7716 1304 2 0 100.901 80.85 -146.123 + 30 171.862 1396 1 1 99.4201 93.8775 -174.45 + 30 79.1446 1370 1 0 99.2332 94.2702 -175.851 + 30 40.6658 1371 1 0 99.1906 94.35 -176.149 + 30 114.156 1373 0 1 94.9258 101.344 -204.45 + 30 65.9367 1406 0 0 94.8396 101.521 -205.85 + 30 119.42 1407 0 0 94.8221 101.55 -206.095 +Number of digits in this event: 50 +Using G4ParticleGun... +Particle energy: 7.56568 LIN +Particle: e- +Event: 31 +Number of tracker hits in this event: 130 + 31 133.61 353 10 1 -109.505 -36.2828 95.55 + 31 96.3457 718 10 0 -109.506 -36.2846 94.15 + 31 124.494 353 9 1 -109.523 -36.3216 65.55 + 31 101.054 718 9 0 -109.524 -36.3227 64.15 + 31 104.852 353 8 1 -109.55 -36.3476 35.55 + 31 137.2 718 8 0 -109.55 -36.3498 34.15 + 31 122.024 352 7 1 -109.564 -36.395 5.55 + 31 149.196 718 7 0 -109.566 -36.3995 4.15 + 31 113.936 352 6 1 -109.591 -36.4917 -24.45 + 31 150.037 717 6 0 -109.593 -36.4951 -25.85 + 31 339.443 352 5 1 -109.619 -36.5711 -54.45 + 31 104.78 717 5 0 -109.619 -36.5749 -55.85 + 31 115.366 352 4 1 -109.636 -36.6583 -84.45 + 31 120.948 716 4 0 -109.638 -36.6622 -85.85 + 31 364.432 352 3 1 -109.68 -36.7508 -114.45 + 31 132.781 716 3 0 -109.683 -36.7538 -115.85 + 31 119.239 352 2 1 -109.74 -36.8152 -144.45 + 31 187.33 716 2 0 -109.739 -36.8164 -145.85 + 31 348.572 352 1 1 -109.724 -36.8444 -174.45 + 31 222.678 716 1 0 -109.727 -36.8481 -175.85 + 31 654.273 351 0 1 -109.771 -36.9395 -204.45 + 31 261.577 715 0 0 -109.776 -36.9418 -205.85 + 31 324.212 976 0 0 74.0506 15.3945 -206.25 + 31 65.7777 977 0 0 74.2444 15.45 -205.938 + 31 103.983 1271 0 1 74.3997 15.455 -204.85 + 31 363.787 717 4 0 -109.648 -36.65 -85.984 + 31 50.7008 371 1 1 -105.768 -104.2 -174.85 + 31 268.941 372 1 1 -105.75 -104.336 -174.706 + 31 330.636 714 0 0 -110.178 -37.1091 -205.85 + 31 52.8319 352 0 1 -109.617 -37.2122 -204.45 + 31 61.0829 353 0 1 -109.55 -37.1908 -204.53 + 31 214.183 354 0 1 -109.35 -37.1249 -204.716 + 31 115.383 355 0 1 -109.15 -37.0835 -204.819 + 31 111.684 719 0 0 -104.214 -36.1454 -205.85 + 31 175.273 720 0 0 -103.905 -36.0495 -205.999 + 31 63.1748 721 0 0 -103.558 -35.85 -206.095 + 31 206.666 722 0 0 -103.474 -35.6496 -206.132 + 31 49.6088 723 0 0 -103.459 -35.4492 -206.134 + 31 66.8968 724 0 0 -103.419 -35.25 -206.16 + 31 44.8603 725 0 0 -103.391 -35.0488 -206.198 + 31 49.3616 726 0 0 -103.397 -34.85 -206.145 + 31 56.9843 727 0 0 -103.393 -34.6498 -206.124 + 31 90.7317 728 0 0 -103.335 -34.45 -206.054 + 31 17.1235 729 0 0 -103.311 -34.2496 -205.901 + 31 314.758 382 0 1 -103.61 -33.2728 -204.85 + 31 29.2271 718 0 0 -92.3185 -36.3431 -206.25 + 31 284.57 717 3 0 -109.609 -36.5871 -115.85 + 31 149.099 353 2 1 -109.432 -36.6073 -144.45 + 31 206.953 717 2 0 -109.426 -36.6106 -145.85 + 31 227.528 354 1 1 -109.299 -36.6804 -174.45 + 31 187.903 717 0 0 -109.138 -36.5999 -205.85 + 31 101.714 354 2 1 -109.35 -36.5258 -144.47 + 31 72.1706 355 2 1 -109.15 -36.3881 -144.531 + 31 68.6631 356 2 1 -108.95 -36.2336 -144.566 + 31 62.545 357 2 1 -108.75 -36.0856 -144.574 + 31 120.269 358 2 1 -108.55 -35.9138 -144.567 + 31 81.9969 359 2 1 -108.35 -35.6841 -144.596 + 31 77.5077 360 2 1 -108.15 -35.453 -144.649 + 31 20.6094 361 2 1 -107.95 -35.2963 -144.784 + 31 53.698 721 2 0 -107.246 -35.7751 -145.85 + 31 82.5871 720 2 0 -107.151 -35.85 -145.993 + 31 17.7564 719 2 0 -106.985 -36.05 -146.213 + 31 162.51 483 1 1 -83.407 -67.1147 -174.451 + 31 26.7972 564 1 0 -83.4044 -67.2284 -175.85 + 31 99.8268 563 1 0 -83.3966 -67.2503 -175.956 + 31 0.0758109 463 1 0 -86.7076 -87.4498 -176.25 + 31 139.77 462 1 0 -86.7077 -87.45 -176.25 + 31 104.904 467 1 1 -86.5786 -87.881 -174.85 + 31 546.645 351 2 1 -109.764 -36.4358 -144.45 + 31 236.329 351 1 1 -109.858 -36.841 -174.45 + 31 150.32 715 1 0 -109.862 -36.8517 -175.85 + 31 133.654 350 0 1 -110.012 -37.0819 -204.45 + 31 283.739 718 2 0 -109.715 -36.403 -145.85 + 31 226.764 355 1 1 -109.083 -35.5454 -174.45 + 31 96.1832 722 1 0 -108.781 -35.5651 -175.85 + 31 60.385 385 0 1 -103.004 -35.5059 -204.45 + 31 174.601 386 0 1 -102.95 -35.5066 -204.693 + 31 86.0551 353 1 1 -109.35 -35.1968 -174.645 + 31 96.3554 733 1 0 -110.619 -33.4232 -175.85 + 31 137.591 734 1 0 -110.747 -33.2498 -176.003 + 31 48.4725 735 1 0 -110.894 -33.05 -176.133 + 31 311.398 167 0 1 -146.555 -9.56026 -204.45 + 31 170.821 166 0 1 -146.75 -9.87009 -204.641 + 31 115.871 726 1 0 -109.692 -34.796 -175.85 + 31 175.057 345 0 1 -110.976 -32.4342 -204.45 + 31 1.59324 738 0 0 -111.112 -32.2513 -205.85 + 31 106.016 739 0 0 -111.113 -32.25 -205.86 + 31 30.9789 456 0 1 -88.85 -9.97097 -204.794 + 31 212.878 387 0 1 -102.692 -29.8424 -204.45 + 31 208.37 352 8 1 -109.55 -36.3474 35.2945 + 31 265.079 718 5 0 -109.616 -36.2848 -55.8501 + 31 174.97 349 4 1 -110.185 -35.7782 -84.45 + 31 119.065 721 4 0 -110.253 -35.731 -85.85 + 31 213.78 343 3 1 -111.458 -34.611 -114.45 + 31 277.444 727 3 0 -111.575 -34.6091 -115.85 + 31 211.931 334 2 1 -113.261 -34.7243 -144.45 + 31 160.314 725 2 0 -113.385 -34.868 -145.85 + 31 112.041 324 1 1 -115.269 -38.0861 -174.45 + 31 58.3575 709 1 0 -115.129 -38.232 -175.85 + 31 101.368 708 1 0 -115.111 -38.2501 -176.015 + 31 108.848 341 0 1 -111.918 -41.0057 -204.45 + 31 241.475 694 0 0 -111.633 -41.1438 -205.85 + 31 25.5451 726 2 0 -113.451 -34.8498 -146.212 + 31 69.1136 726 3 0 -111.816 -34.6501 -116.137 + 31 130.366 719 5 0 -109.64 -36.25 -56.1862 + 31 108.635 351 4 1 -109.884 -36.2146 -84.45 + 31 43.6003 719 4 0 -109.935 -36.0681 -85.85 + 31 67.6062 720 4 0 -109.942 -36.05 -86.0283 + 31 517.844 345 3 1 -111.116 -33.0913 -114.45 + 31 10.9759 735 3 0 -111.19 -32.8557 -115.852 + 31 100.222 736 3 0 -111.191 -32.85 -115.887 + 31 173.354 338 2 1 -112.413 -28.5454 -144.45 + 31 86.868 758 2 0 -112.575 -28.3155 -145.85 + 31 18.5693 759 2 0 -112.604 -28.25 -146.184 + 31 38.0801 327 1 1 -114.619 -22.2839 -174.45 + 31 126.19 328 1 1 -114.55 -22.2926 -174.569 + 31 1.96307 329 1 1 -114.35 -22.2428 -174.846 + 31 201.301 790 1 0 -113.615 -22.044 -175.85 + 31 17.5784 427 0 1 -94.5691 -17.4156 -204.45 + 31 151.101 428 0 1 -94.55 -17.3733 -204.479 + 31 22.6177 429 0 1 -94.35 -16.9229 -204.788 + 31 34.5955 823 0 0 -93.5011 -15.3418 -205.85 + 31 150.051 824 0 0 -93.4555 -15.25 -205.91 + 31 57.8004 825 0 0 -93.3708 -15.05 -206.012 + 31 62.2465 826 0 0 -93.3066 -14.8499 -206.103 + 31 56.0541 827 0 0 -93.2467 -14.65 -206.182 + 31 102.131 346 3 1 -110.95 -32.3718 -114.711 + 31 138.898 344 3 1 -111.15 -31.7812 -114.477 + 31 329.957 742 3 0 -111.618 -31.5043 -115.85 + 31 34.7889 741 3 0 -111.537 -31.65 -116.196 +Number of digits in this event: 62 +Using G4ParticleGun... +Particle energy: 3.30761 LIN +Particle: e- +Event: 32 +Number of tracker hits in this event: 57 + 32 118.576 634 9 1 -53.0604 -110.158 65.55 + 32 122.71 349 9 0 -53.0606 -110.16 64.15 + 32 113.675 634 8 1 -53.0805 -110.157 35.55 + 32 108.17 349 8 0 -53.079 -110.156 34.15 + 32 126.049 635 7 1 -53.0493 -110.159 5.55 + 32 112.053 349 7 0 -53.0508 -110.156 4.15 + 32 127.791 634 6 1 -53.0773 -110.106 -24.45 + 32 151.202 350 6 0 -53.0801 -110.104 -25.85 + 32 206.441 634 5 1 -53.1326 -110.045 -54.45 + 32 115.283 350 5 0 -53.1362 -110.038 -55.85 + 32 170.249 634 4 1 -53.2068 -109.86 -84.45 + 32 195.879 351 4 0 -53.2027 -109.871 -85.85 + 32 159.604 634 3 1 -53.0911 -110.051 -114.45 + 32 106.788 350 3 0 -53.0836 -110.055 -115.85 + 32 107.708 635 2 1 -52.9462 -110.197 -144.45 + 32 116.9 349 2 0 -52.9153 -110.17 -145.85 + 32 146.53 638 1 1 -52.3472 -109.705 -174.45 + 32 398.863 352 1 0 -52.3125 -109.685 -175.85 + 32 131.735 642 0 1 -51.5714 -109.186 -204.45 + 32 130.756 355 0 0 -51.5562 -109.147 -205.85 + 32 237.492 632 0 1 -53.4903 -109.179 -204.45 + 32 447.897 354 0 0 -53.5244 -109.17 -205.85 + 32 110.724 349 5 0 -53.1859 -110.223 -55.8505 + 32 133.884 628 4 1 -54.3169 -114.473 -84.45 + 32 109.279 326 4 0 -54.4617 -114.757 -85.85 + 32 174.826 609 3 1 -58.0952 -120.496 -114.45 + 32 25.5242 608 3 1 -58.25 -120.577 -114.802 + 32 130.77 296 3 0 -58.7341 -120.822 -115.85 + 32 0.3646 543 2 1 -71.4494 -127.753 -144.45 + 32 161.706 542 2 1 -71.45 -127.753 -144.453 + 32 31.4486 260 2 0 -71.7971 -128.127 -145.85 + 32 88.3702 259 2 0 -71.8179 -128.15 -145.936 + 32 149.443 508 1 1 -78.2757 -135.453 -174.45 + 32 141.977 220 1 0 -78.8659 -135.968 -175.85 + 32 127.596 443 0 1 -91.3779 -144.846 -204.45 + 32 183.098 176 0 0 -91.9732 -144.918 -205.85 + 32 229.526 634 2 1 -53.2015 -109.843 -144.45 + 32 243.697 351 2 0 -53.204 -109.831 -145.85 + 32 211.75 634 1 1 -53.2474 -109.632 -174.45 + 32 126.707 634 0 1 -53.074 -109.793 -204.45 + 32 354.165 351 0 0 -53.0623 -109.791 -205.85 + 32 24.2783 156 0 0 -139.856 -148.909 -206.25 + 32 61.1964 201 0 1 -139.827 -149.785 -204.85 + 32 178.55 633 0 1 -53.2864 -109.321 -204.45 + 32 24.6293 633 6 1 -53.4003 -110.22 -24.45 + 32 99.3201 632 6 1 -53.45 -110.175 -24.5266 + 32 5.58246 631 6 1 -53.65 -110.021 -24.8315 + 32 24.2273 352 6 0 -54.1936 -109.58 -25.8507 + 32 116.107 353 6 0 -54.2292 -109.55 -25.9189 + 32 37.5297 354 6 0 -54.514 -109.35 -26.1849 + 32 83.5262 406 5 1 -98.8443 -74.8821 -54.45 + 32 74.9754 405 5 1 -98.95 -74.9024 -54.6138 + 32 145.96 524 5 0 -99.6714 -75.1192 -55.8501 + 32 61.0601 543 5 0 -123.047 -71.4456 -56.25 + 32 20.7566 434 3 0 -71.6258 -93.1905 -115.85 + 32 278.334 435 3 0 -71.6468 -93.15 -115.917 + 32 97.728 436 3 0 -71.4723 -92.95 -115.906 +Number of digits in this event: 33 +Using G4ParticleGun... +Particle energy: 7.13937 LIN +Particle: e- +Event: 33 +Number of tracker hits in this event: 29 + 33 118.773 855 11 1 -8.92548 -9.95255 125.55 + 33 144.386 850 11 0 -8.92629 -9.95388 124.15 + 33 152.02 855 10 1 -8.94132 -9.97976 95.55 + 33 121.153 850 10 0 -8.94105 -9.98011 94.15 + 33 109.432 855 9 1 -8.93399 -9.98813 65.55 + 33 101.92 850 9 0 -8.93508 -9.98737 64.15 + 33 103.827 855 8 1 -8.95475 -9.97999 35.55 + 33 147.937 850 8 0 -8.95707 -9.98072 34.15 + 33 127.646 855 7 1 -9.00982 -9.99899 5.55 + 33 109.722 850 7 0 -9.01172 -10.0007 4.15 + 33 114.003 855 6 1 -9.04905 -10.0281 -24.45 + 33 139.664 850 6 0 -9.04972 -10.0302 -25.85 + 33 100.228 854 5 1 -9.06611 -10.0746 -54.45 + 33 228.788 849 5 0 -9.06661 -10.077 -55.85 + 33 98.4862 854 4 1 -9.0796 -10.1261 -84.45 + 33 117.319 849 4 0 -9.07942 -10.1285 -85.85 + 33 150.372 854 3 1 -9.074 -10.1765 -114.45 + 33 125.232 849 3 0 -9.07235 -10.178 -115.85 + 33 205.079 855 2 1 -9.03925 -10.2164 -144.45 + 33 117.68 849 2 0 -9.03547 -10.2145 -145.85 + 33 153.833 855 1 1 -8.96252 -10.1658 -174.45 + 33 115.468 849 1 0 -8.9591 -10.1598 -175.85 + 33 104.678 855 0 1 -8.89192 -10.0338 -204.45 + 33 204.327 850 0 0 -8.8853 -10.0276 -205.85 + 33 26.0991 843 0 0 -21.9972 -11.2628 -205.85 + 33 46.4067 774 5 0 167.986 -25.109 -56.25 + 33 262.653 1768 5 1 173.887 -24.3195 -54.85 + 33 137.507 154 5 1 -149.18 35.598 -54.4501 + 33 138.151 153 5 1 -149.35 35.4565 -54.5189 +Number of digits in this event: 17 +Using G4ParticleGun... +Particle energy: 5.32178 LIN +Particle: e- +Event: 34 +Number of tracker hits in this event: 28 + 34 130.004 1134 9 1 47.0319 115.33 65.55 + 34 113.837 1475 9 0 47.0293 115.331 64.15 + 34 117.428 1134 8 1 46.9697 115.368 35.55 + 34 111.393 1476 8 0 46.9656 115.371 34.15 + 34 96.3439 1134 7 1 46.8882 115.434 5.55 + 34 110.172 1476 7 0 46.8857 115.437 4.15 + 34 130.979 1133 6 1 46.8366 115.497 -24.45 + 34 100.334 1476 6 0 46.8343 115.499 -25.85 + 34 129.371 1133 5 1 46.7829 115.537 -54.45 + 34 103.506 1476 5 0 46.7818 115.539 -55.85 + 34 108.62 1133 4 1 46.7674 115.578 -84.45 + 34 117.725 1477 4 0 46.7658 115.581 -85.85 + 34 267.026 1133 3 1 46.7308 115.634 -114.45 + 34 96.8853 1477 3 0 46.7295 115.637 -115.85 + 34 312.558 1133 2 1 46.6983 115.7 -144.45 + 34 151.744 1477 2 0 46.695 115.705 -145.85 + 34 114.788 1132 1 1 46.6244 115.796 -174.45 + 34 119.136 1478 1 0 46.6185 115.799 -175.85 + 34 104.84 1132 0 1 46.5003 115.874 -204.45 + 34 123.461 1478 0 0 46.4921 115.879 -205.85 + 34 66.485 1687 6 0 1.01789 157.632 -26.2498 + 34 1.0863 962 6 1 12.5671 132.479 -24.85 + 34 102.025 964 7 1 12.9106 128.936 5.15 + 34 67.3919 1472 2 0 46.4971 114.657 -145.851 + 34 68.5138 1471 2 0 46.425 114.55 -146.032 + 34 59.5762 1411 2 0 24.0648 102.448 -146.25 + 34 179.426 1410 2 0 24.0434 102.35 -146.088 + 34 49.1393 1409 2 0 24.1789 102.15 -146.053 +Number of digits in this event: 11 +Using G4ParticleGun... +Particle energy: 9.11173 LIN +Particle: e- +Event: 35 +Number of tracker hits in this event: 222 + 35 116.715 705 10 1 -39.0304 90.0393 95.55 + 35 190.629 1349 10 0 -39.0307 90.0393 94.15 + 35 145.304 705 9 1 -39.0387 90.035 65.55 + 35 146.01 1349 9 0 -39.0391 90.0349 64.15 + 35 121.736 705 8 1 -39.0492 90.0313 35.55 + 35 165.356 1349 8 0 -39.0505 90.0316 34.15 + 35 532.83 704 7 1 -39.0784 90.0397 5.55 + 35 385.382 1349 7 0 -39.0793 90.0388 4.15 + 35 546.478 704 6 1 -39.0956 90.0161 -24.45 + 35 760.915 1349 6 0 -39.0959 90.0141 -25.85 + 35 213.059 704 5 1 -39.1038 89.9699 -54.45 + 35 357.369 1349 5 0 -39.1048 89.9681 -55.85 + 35 125.991 704 4 1 -39.1298 89.9285 -84.45 + 35 275.86 1349 4 0 -39.13 89.9271 -85.85 + 35 461.757 704 3 1 -39.1374 89.8961 -114.45 + 35 272.771 1349 3 0 -39.1364 89.8946 -115.85 + 35 463.962 704 2 1 -39.113 89.8636 -144.45 + 35 290.048 1349 2 0 -39.1125 89.8636 -145.85 + 35 369.403 704 1 1 -39.0973 89.858 -174.45 + 35 256.837 1349 1 0 -39.0976 89.8592 -175.85 + 35 452.323 704 0 1 -39.0941 89.8799 -204.45 + 35 104.206 1349 0 0 -39.0917 89.8823 -205.85 + 35 82.9343 1559 2 0 -112.627 131.95 -146.041 + 35 282.464 335 2 1 -113.001 132.057 -144.85 + 35 107.231 334 2 1 -113.15 131.914 -144.594 + 35 39.3947 1558 2 0 -113.16 131.792 -145.85 + 35 255.88 1557 2 0 -113.138 131.75 -145.928 + 35 317.29 1348 0 0 -39.0583 89.8033 -205.85 + 35 10.5432 1561 0 0 16.2332 132.414 -206.25 + 35 8.59215 1581 2 0 35.2304 136.532 -146.25 + 35 50.8909 1584 2 0 34.592 136.95 -146.01 + 35 50.9396 1562 0 0 16.2624 132.55 -206.147 + 35 104.36 705 0 1 -39.05 89.8092 -204.541 + 35 68.2059 706 0 1 -38.85 89.8812 -204.69 + 35 180.505 1347 0 0 -38.7707 89.65 -205.99 + 35 120.341 1350 1 0 -39.0538 90.1627 -175.85 + 35 64.0187 721 0 1 -35.6686 95.6912 -204.45 + 35 110.369 722 0 1 -35.65 95.7527 -204.578 + 35 165.238 1381 0 0 -35.4748 96.3716 -205.85 + 35 209.386 702 0 1 -39.5777 92.4617 -204.45 + 35 120.762 1362 0 0 -39.5071 92.6054 -205.85 + 35 211.794 1361 2 0 -39.169 92.4697 -145.85 + 35 288.495 703 1 1 -39.3813 94.3606 -174.45 + 35 137.561 1371 1 0 -39.4866 94.4282 -175.85 + 35 103.385 691 0 1 -41.8103 95.4131 -204.45 + 35 16.9432 690 0 1 -41.85 95.4316 -204.781 + 35 176.698 1376 0 0 -41.9729 95.4904 -205.85 + 35 4.42823 993 4 1 18.6684 92.2868 -84.85 + 35 117.413 994 4 1 18.85 92.272 -84.4566 + 35 142.207 1768 1 0 -33.3923 173.875 -176.249 + 35 116.708 1769 1 0 -33.3532 173.95 -176.123 + 35 89.7664 733 1 1 -33.3031 173.692 -174.85 + 35 74.8148 734 1 1 -33.25 173.561 -174.628 + 35 91.2872 735 1 1 -33.05 173.432 -174.562 + 35 194.42 736 1 1 -32.85 173.325 -174.542 + 35 278.523 737 1 1 -32.65 173.44 -174.789 + 35 242.067 703 3 1 -39.25 89.9391 -114.528 + 35 274.543 1350 3 0 -40.0468 90.2212 -115.85 + 35 317.044 615 2 1 -56.9228 96.6003 -144.45 + 35 2.98744 614 2 1 -57.05 96.621 -144.837 + 35 102.228 1382 2 0 -57.3131 96.6663 -145.85 + 35 191.858 559 1 1 -68.0811 100.338 -174.45 + 35 451.703 558 1 1 -68.25 101.026 -174.572 + 35 53.671 557 1 1 -68.45 102.44 -174.816 + 35 17.9931 1428 1 0 -68.7933 105.87 -175.85 + 35 43.6808 1429 1 0 -68.8027 105.95 -175.875 + 35 46.9306 1430 1 0 -68.8314 106.15 -175.938 + 35 61.5314 1431 1 0 -68.8412 106.35 -176.011 + 35 46.6111 1432 1 0 -68.8441 106.55 -176.072 + 35 55.8432 1433 1 0 -68.8411 106.75 -176.132 + 35 58.1063 1434 1 0 -68.8251 106.95 -176.194 + 35 169.409 706 5 1 -38.8159 89.7104 -54.45 + 35 241.328 1348 5 0 -38.7521 89.691 -55.85 + 35 104.361 714 4 1 -37.2031 89.0582 -84.45 + 35 189.096 1344 4 0 -37.1729 89.0255 -85.85 + 35 157.931 716 3 1 -36.6911 88.3084 -114.45 + 35 109.042 1341 3 0 -36.6546 88.3308 -115.85 + 35 200.26 723 2 1 -35.2996 88.7715 -144.45 + 35 55.4143 724 2 1 -35.25 88.9341 -144.721 + 35 195.041 1348 2 0 -35.0255 89.709 -145.851 + 35 76.9348 729 1 1 -34.1094 109.596 -174.45 + 35 76.6978 730 1 1 -34.05 109.699 -174.63 + 35 19.3221 1450 1 0 -33.618 110.328 -175.85 + 35 109.17 1451 1 0 -33.6023 110.35 -175.895 + 35 110.952 730 2 1 -34.0322 89.885 -144.85 + 35 160.151 1350 6 0 -39.2498 90.1988 -25.85 + 35 144.741 687 5 1 -42.5212 93.2623 -54.45 + 35 100.029 1366 5 0 -42.7376 93.3791 -55.85 + 35 268.452 664 4 1 -47.1586 95.903 -84.4501 + 35 235.49 1379 4 0 -47.2862 96.0741 -85.8506 + 35 91.9661 650 3 1 -50.0243 99.7062 -114.45 + 35 42.0228 649 3 1 -50.05 99.7308 -114.729 + 35 148.479 1398 3 0 -50.1461 99.836 -115.85 + 35 226.378 638 2 1 -52.3023 102.815 -144.45 + 35 129.047 1414 2 0 -52.4378 102.951 -145.85 + 35 100.62 623 1 1 -55.3466 105.282 -174.45 + 35 125.247 1425 1 0 -55.4512 105.27 -175.85 + 35 94.9466 610 0 1 -57.9063 105.069 -204.45 + 35 134.415 1424 0 0 -57.9681 105.095 -205.85 + 35 16.9563 665 4 1 -47.0362 95.9647 -84.4503 + 35 103.797 1377 4 0 -47.7882 95.6534 -85.85 + 35 67.6552 1376 4 0 -48.0005 95.55 -86.1073 + 35 3.66617 1119 4 0 -85.1485 43.8524 -86.25 + 35 144.492 1118 4 0 -85.1508 43.85 -86.2461 + 35 75.1976 1117 4 0 -85.5322 43.65 -85.8938 + 35 127.295 463 4 1 -87.2954 43.0033 -84.8498 + 35 207.218 462 4 1 -87.45 42.7475 -84.6618 + 35 190.172 461 4 1 -87.65 42.2114 -84.654 + 35 226.273 460 4 1 -87.8501 42.0362 -84.5629 + 35 70.5497 459 4 1 -88.05 42.0206 -84.742 + 35 135.319 1372 5 0 -41.0798 94.5932 -55.8504 + 35 106.431 1373 5 0 -40.9722 94.75 -55.9664 + 35 110.769 692 6 1 -41.5629 88.0425 -24.45 + 35 116.996 1339 6 0 -41.702 87.9328 -25.85 + 35 194.61 674 5 1 -45.1458 85.7365 -54.45 + 35 107.239 1328 5 0 -45.0065 85.7527 -55.85 + 35 78.6444 691 4 1 -41.6649 87.5385 -84.45 + 35 32.5542 692 4 1 -41.65 87.6248 -84.7264 + 35 85.3686 1339 4 0 -41.5481 87.9592 -85.85 + 35 32.478 1340 4 0 -41.5217 88.0501 -86.1459 + 35 108.754 705 3 1 -39.0079 96.0333 -114.45 + 35 128.622 1380 3 0 -39.166 96.2244 -115.85 + 35 184.24 691 2 1 -41.789 100.539 -144.45 + 35 121.26 1401 2 0 -41.8856 100.542 -145.85 + 35 168.877 682 1 1 -43.5338 101.13 -174.45 + 35 37.5912 1404 1 0 -43.4498 101.147 -175.85 + 35 62.6738 1405 1 0 -43.4413 101.15 -175.988 + 35 125.551 692 0 1 -41.5362 102.309 -204.45 + 35 115.87 1412 0 0 -41.5249 102.553 -205.85 + 35 139.14 703 7 1 -39.25 89.9144 5.46894 + 35 111.743 702 7 1 -39.45 89.9645 5.51858 + 35 38.5643 700 6 1 -39.9843 90.176 -24.45 + 35 85.3833 1348 6 0 -40.3629 89.8499 -25.9823 + 35 84.2106 667 5 1 -46.4883 83.9226 -54.45 + 35 46.4913 666 5 1 -46.65 83.9487 -54.7055 + 35 194.915 1320 5 0 -47.3819 84.0671 -55.8501 + 35 84.2843 559 4 1 -68.0603 85.0498 -84.4501 + 35 27.083 558 4 1 -68.25 85.0338 -84.7476 + 35 123.721 1324 4 0 -68.9419 84.9659 -85.85 + 35 157.423 460 3 1 -87.8839 81.7906 -114.45 + 35 80.0443 1306 3 0 -88.4481 81.3315 -115.85 + 35 49.081 1305 3 0 -88.559 81.25 -116.099 + 35 162.673 1229 3 0 -113.426 65.9218 -116.25 + 35 31.9603 1228 3 0 -113.561 65.8499 -115.961 + 35 26.0934 330 3 1 -114.121 65.5687 -114.85 + 35 170.522 329 3 1 -114.15 65.5552 -114.791 + 35 110.316 1221 4 0 -107.854 64.3793 -86.25 + 35 127.893 363 4 1 -107.544 64.2738 -84.85 + 35 104.952 1337 5 0 -101.626 87.5165 -56.25 + 35 91.909 1338 5 0 -101.621 87.65 -56.1079 + 35 15.3425 1339 5 0 -101.658 87.85 -55.9002 + 35 220.526 391 5 1 -101.873 88.7482 -54.85 + 35 91.6276 390 5 1 -101.95 88.9809 -54.6122 + 35 5.57628 392 5 1 -101.747 89.4431 -54.45 + 35 110.419 1681 5 0 -52.2082 156.377 -56.25 + 35 79.0435 1662 5 0 -8.61408 152.611 -56.25 + 35 87.886 1445 4 0 -109.054 109.244 -86.25 + 35 290.107 1446 4 0 -109.132 109.35 -86.1421 + 35 159.885 1447 4 0 -109.298 109.55 -85.9406 + 35 122.658 1448 4 0 -109.486 109.75 -85.8998 + 35 44.096 1449 4 0 -109.647 109.95 -85.8731 + 35 136.181 330 4 1 -113.958 115.699 -84.85 + 35 78.1865 329 4 1 -114.15 115.933 -84.8054 + 35 86.8395 328 4 1 -114.35 116.116 -84.7269 + 35 96.7272 327 4 1 -114.55 116.312 -84.6548 + 35 84.1972 326 4 1 -114.75 116.565 -84.572 + 35 99.505 325 4 1 -114.95 116.839 -84.492 + 35 58.5221 324 4 1 -115.207 117.138 -84.45 + 35 65.5699 323 4 1 -115.35 117.233 -84.4912 + 35 58.6878 322 4 1 -115.55 117.37 -84.5405 + 35 63.4935 321 4 1 -115.75 117.509 -84.5757 + 35 79.0046 320 4 1 -115.95 117.643 -84.612 + 35 74.1473 319 4 1 -116.15 117.794 -84.6677 + 35 84.6627 318 4 1 -116.351 117.951 -84.7377 + 35 59.0743 317 4 1 -116.55 118.104 -84.789 + 35 4.04733 1500 4 0 -119.227 120.343 -85.8502 + 35 118.03 1501 4 0 -119.236 120.35 -85.8536 + 35 135.804 1502 4 0 -119.481 120.55 -85.9472 + 35 117.21 1503 4 0 -119.705 120.75 -85.9707 + 35 77.9515 1504 4 0 -119.913 120.95 -85.9717 + 35 73.9088 1505 4 0 -120.106 121.151 -85.9539 + 35 99.221 1506 4 0 -120.303 121.35 -85.9763 + 35 99.7489 1507 4 0 -120.508 121.55 -86.0174 + 35 91.9248 1508 4 0 -120.733 121.75 -86.0719 + 35 157.344 1509 4 0 -120.985 121.95 -86.1447 + 35 266.925 27 3 1 -174.555 160.268 -114.45 + 35 103.479 1700 3 0 -175.034 160.251 -115.85 + 35 15.7691 313 4 1 -117.35 118.666 -84.8277 + 35 234.903 1351 2 0 -39.2523 90.4926 -145.85 + 35 119.225 1352 1 0 -39.3159 90.6193 -175.85 + 35 122.485 703 0 1 -39.3797 90.7149 -204.45 + 35 131.826 1352 0 0 -39.3913 90.7268 -205.85 + 35 24.0352 539 0 1 -72.0974 34.395 -204.45 + 35 192.354 540 0 1 -72.0495 34.4058 -204.484 + 35 32.2368 520 0 1 -75.9782 10.4331 -204.85 + 35 37.3846 1350 4 0 -39.1334 90.15 -86.2435 + 35 77.9335 705 5 1 -39.05 90.0494 -54.4911 + 35 273.813 707 5 1 -38.65 89.9839 -54.5325 + 35 14.8547 708 5 1 -38.4499 89.9695 -54.4545 + 35 181.09 703 4 1 -39.3039 89.5854 -84.45 + 35 134.275 1347 4 0 -39.31 89.5774 -85.85 + 35 180.527 1346 3 0 -39.4449 89.4405 -115.85 + 35 111.76 701 2 1 -39.7877 89.5625 -144.45 + 35 292.569 1347 2 0 -39.8147 89.556 -145.85 + 35 221.204 698 1 1 -40.2837 89.4193 -174.45 + 35 120.031 1346 1 0 -40.2981 89.4164 -175.85 + 35 120.654 696 0 1 -40.685 89.3574 -204.45 + 35 123.251 1346 0 0 -40.7035 89.3698 -205.85 + 35 0.77128 1350 2 0 -39.5578 90.15 -145.999 + 35 192.57 707 2 1 -38.4821 89.829 -144.85 + 35 60.7193 708 2 1 -38.45 89.8211 -144.819 + 35 127.192 706 2 1 -38.65 89.9437 -144.725 + 35 22.4922 705 2 1 -38.8502 90.0285 -144.775 + 35 151.983 1203 6 0 -30.8326 60.7482 -26.2499 + 35 160.438 1202 6 0 -30.9963 60.65 -26.0817 + 35 136.143 1201 6 0 -31.3375 60.45 -26.0824 + 35 82.877 1200 6 0 -31.6632 60.25 -25.9738 + 35 64.3414 1199 6 0 -31.7878 60.0498 -25.9304 + 35 2.62614 1198 6 0 -31.8781 59.85 -25.8539 + 35 71.3072 741 6 1 -31.6835 57.4635 -24.85 + 35 102.629 742 6 1 -31.6499 57.2879 -24.717 + 35 23.4906 727 6 1 -34.45 55.1643 -24.8475 +Number of digits in this event: 104 +Using G4ParticleGun... +Particle energy: 9.95626 LIN +Particle: e- +Event: 36 +Number of tracker hits in this event: 103 + 36 124.818 542 10 1 -71.4534 75.7532 95.55 + 36 119.293 1278 10 0 -71.4528 75.7532 94.15 + 36 149.289 543 9 1 -71.4407 75.7502 65.55 + 36 161.988 1278 9 0 -71.4392 75.7502 64.15 + 36 118.594 543 8 1 -71.4046 75.7485 35.55 + 36 101.074 1278 8 0 -71.4024 75.7493 34.15 + 36 383.392 543 7 1 -71.3564 75.7569 5.55 + 36 511.204 1278 7 0 -71.354 75.7579 4.15 + 36 140.316 543 6 1 -71.3061 75.7762 -24.45 + 36 232.783 1278 6 0 -71.3029 75.7772 -25.85 + 36 142.451 544 5 1 -71.239 75.7959 -54.45 + 36 187.162 1278 5 0 -71.2357 75.7965 -55.85 + 36 126.448 544 4 1 -71.1717 75.8118 -84.45 + 36 124.791 1278 4 0 -71.1687 75.8126 -85.85 + 36 124.204 544 3 1 -71.1041 75.8267 -114.45 + 36 105.294 1278 3 0 -71.1001 75.8275 -115.85 + 36 112.407 545 2 1 -71.0215 75.8441 -144.45 + 36 113.577 1278 2 0 -71.0176 75.8448 -145.85 + 36 92.6727 545 1 1 -70.9391 75.8588 -174.45 + 36 123.657 1279 1 0 -70.9358 75.8594 -175.85 + 36 165.116 545 0 1 -70.8701 75.8733 -204.45 + 36 105.237 1279 0 0 -70.8684 75.8747 -205.85 + 36 293.942 1770 0 0 -141.114 174.15 -205.999 + 36 144.51 813 3 0 -82.191 -17.3177 -116.25 + 36 51.6274 1762 0 0 -47.2342 172.56 -206.25 + 36 71.7696 1763 0 0 -47.2687 172.75 -206.054 + 36 310.992 662 0 1 -47.4781 173.631 -204.85 + 36 138.983 663 0 1 -47.4499 173.857 -204.698 + 36 71.2445 664 0 1 -47.25 173.958 -204.806 + 36 169.423 665 0 1 -47.05 174.091 -204.839 + 36 144.699 666 0 1 -46.85 174.365 -204.687 + 36 226.197 667 0 1 -46.6499 174.336 -204.766 + 36 13.4223 724 0 1 -35.1224 98.4131 -204.85 + 36 219.768 991 10 0 -99.7447 18.3068 93.7504 + 36 208.536 407 10 1 -98.6781 18.7512 95.1502 + 36 21.341 68 4 1 -166.449 35.1518 -84.85 + 36 255.74 541 6 1 -71.6703 75.7603 -24.45 + 36 111.122 538 5 1 -72.2515 75.1789 -54.45 + 36 105.654 1275 5 0 -72.2698 75.1544 -55.85 + 36 137.106 536 4 1 -72.741 74.6521 -84.45 + 36 334.405 1272 4 0 -72.739 74.5919 -85.85 + 36 119.132 537 3 1 -72.5995 73.4266 -114.45 + 36 134.171 1266 3 0 -72.5889 73.3693 -115.85 + 36 101.346 538 2 1 -72.3333 72.2877 -144.45 + 36 119.205 1260 2 0 -72.3124 72.2378 -145.85 + 36 147.293 541 1 1 -71.7657 71.1722 -174.45 + 36 125.758 1255 1 0 -71.7367 71.1508 -175.85 + 36 159.529 543 0 1 -71.3756 70.7138 -204.45 + 36 122.959 1253 0 0 -71.3265 70.6978 -205.85 + 36 100.63 535 4 1 -72.85 74.6179 -84.5752 + 36 185.267 534 4 1 -73.05 74.543 -84.7105 + 36 151.476 533 4 1 -73.25 74.5822 -84.6917 + 36 291.258 532 4 1 -73.4502 74.3339 -84.5627 + 36 124.386 1277 6 0 -71.8195 75.5118 -25.85 + 36 206.574 529 5 1 -74.1329 76.0458 -54.45 + 36 102.326 1280 5 0 -74.2722 76.0665 -55.85 + 36 87.5705 514 4 1 -77.2368 76.514 -84.45 + 36 164.935 513 4 1 -77.25 76.5269 -84.5997 + 36 170.211 1282 4 0 -77.3626 76.6315 -85.85 + 36 34.9339 1283 4 0 -77.3827 76.65 -86.073 + 36 26.7061 501 3 1 -79.8422 78.8684 -114.45 + 36 238.965 500 3 1 -79.85 78.8749 -114.542 + 36 129.945 1294 3 0 -79.9605 78.961 -115.85 + 36 236.172 487 2 1 -82.5039 80.8538 -144.45 + 36 181.353 1304 2 0 -82.601 80.9307 -145.85 + 36 96.4723 477 1 1 -84.4975 82.4969 -174.45 + 36 107.457 1312 1 0 -84.5561 82.5375 -175.85 + 36 156.219 470 0 1 -85.8805 83.3676 -204.45 + 36 125.203 1316 0 0 -85.991 83.4171 -205.85 + 36 20.1812 854 3 1 -9.14188 58.9045 -114.85 + 36 27.1276 1201 3 0 -7.15266 60.4196 -115.85 + 36 94.8167 1202 3 0 -7.12919 60.4501 -115.858 + 36 63.7098 499 3 1 -80.05 78.8718 -114.647 + 36 12.6149 498 3 1 -80.2503 78.8417 -114.8 + 36 119.923 1293 3 0 -81.0092 78.7276 -115.85 + 36 9.51781 1300 3 0 -100.729 80.0559 -116.25 + 36 117.07 1299 3 0 -100.733 80.05 -116.216 + 36 150.776 396 3 1 -100.897 79.38 -114.85 + 36 16.137 127 1 1 -154.625 88.8316 -174.85 + 36 26.1959 458 0 1 -88.4338 83.4754 -204.45 + 36 102.184 457 0 1 -88.45 83.5499 -204.549 + 36 77.0012 1322 0 0 -88.5695 84.4614 -205.85 + 36 54.1919 1323 0 0 -88.6034 84.65 -206.094 + 36 197.518 112 11 1 -157.644 158.439 125.15 + 36 64.2244 496 3 1 -80.679 77.3181 -114.45 + 36 33.5329 497 3 1 -80.65 77.3736 -114.711 + 36 17.3083 1287 3 0 -80.5344 77.6319 -115.85 + 36 128.258 1288 3 0 -80.5265 77.65 -115.927 + 36 166.546 511 2 1 -77.7992 83.6605 -144.45 + 36 14.3119 1320 2 0 -77.4676 84.2286 -145.85 + 36 109.5 1321 2 0 -77.4546 84.25 -145.902 + 36 93.8725 560 1 1 -67.9157 96.1922 -174.45 + 36 122.053 561 1 1 -67.85 96.301 -174.611 + 36 16.2641 1384 1 0 -67.3791 97.1234 -175.85 + 36 110.234 1385 1 0 -67.3609 97.15 -175.893 + 36 4.22104 1386 1 0 -67.2113 97.3501 -176.236 + 36 60.1102 614 0 1 -57.0853 111.529 -204.45 + 36 118.987 615 0 1 -57.05 111.576 -204.539 + 36 8.36265 1460 0 0 -56.2415 112.332 -205.85 + 36 160.666 1461 0 0 -56.2229 112.35 -205.88 + 36 25.2722 1462 0 0 -55.9599 112.55 -206.181 + 36 232.444 1290 4 0 -85.6941 78.1534 -86.2499 + 36 9.76479 1289 4 0 -85.791 78.05 -86.0756 +Number of digits in this event: 54 +Using G4ParticleGun... +Particle energy: 9.94035 LIN +Particle: e- +Event: 37 +Number of tracker hits in this event: 32 + 37 112.041 308 8 1 -118.466 66.7312 35.55 + 37 133.319 1233 8 0 -118.464 66.7326 34.15 + 37 187.677 308 7 1 -118.428 66.7846 5.55 + 37 103.329 1233 7 0 -118.415 66.7893 4.15 + 37 203.464 310 6 1 -118.089 66.8839 -24.45 + 37 106.544 1234 6 0 -118.073 66.8947 -25.85 + 37 115.654 312 5 1 -117.747 67.0779 -54.45 + 37 128.295 1235 5 0 -117.722 67.0871 -55.85 + 37 105.433 314 4 1 -117.22 67.32 -84.45 + 37 210.11 1236 4 0 -117.202 67.3375 -85.85 + 37 146.947 316 3 1 -116.798 67.7474 -114.45 + 37 111.238 1238 3 0 -116.765 67.7695 -115.85 + 37 154.462 320 2 1 -116.085 68.2458 -144.45 + 37 125.841 1241 2 0 -116.041 68.2745 -145.85 + 37 120.982 324 1 1 -115.161 68.8808 -174.45 + 37 108.905 1244 1 0 -115.124 68.9125 -175.85 + 37 114.519 328 0 1 -114.413 69.5151 -204.45 + 37 163.14 1247 0 0 -114.365 69.5284 -205.85 + 37 81.8073 879 2 1 -4.16635 25.582 -144.45 + 37 89.3495 878 2 1 -4.25 25.5112 -144.592 + 37 212.079 1029 2 0 -4.77092 25.8799 -145.85 + 37 35.3922 444 2 0 5.77496 -91.2197 -146.25 + 37 106.038 443 2 0 5.80964 -91.35 -146.222 + 37 65.753 442 2 0 5.84419 -91.5503 -146.21 + 37 53.6318 441 2 0 5.79861 -91.7501 -146.197 + 37 244.806 168 2 0 103.588 -146.39 -146.25 + 37 140.134 169 2 0 103.727 -146.35 -146.136 + 37 356.187 167 2 0 104.044 -146.551 -145.923 + 37 68.2705 1197 0 0 -170.945 59.5706 -206.25 + 37 92.3352 1196 0 0 -171.073 59.45 -206.16 + 37 274.75 1135 0 0 -161.348 47.0826 -206.25 + 37 121.193 1235 4 0 -117.179 67.25 -86.1655 +Number of digits in this event: 19 +Using G4ParticleGun... +Particle energy: 9.55309 LIN +Particle: e- +Event: 38 +Number of tracker hits in this event: 232 + 38 127.234 574 11 1 -65.0814 22.944 125.55 + 38 117.846 1014 11 0 -65.0814 22.9441 124.15 + 38 368.768 574 10 1 -65.0818 22.949 95.55 + 38 417.314 1014 10 0 -65.082 22.9496 94.15 + 38 132.964 574 9 1 -65.0831 22.9672 65.55 + 38 118.221 1014 9 0 -65.0829 22.9677 64.15 + 38 129.632 574 8 1 -65.0798 22.9791 35.55 + 38 246.672 1014 8 0 -65.0797 22.9798 34.15 + 38 212.881 574 7 1 -65.0749 22.9956 5.55 + 38 132.546 1014 7 0 -65.075 22.9965 4.15 + 38 559.289 574 6 1 -65.0763 23.016 -24.45 + 38 860.851 1014 6 0 -65.0764 23.0179 -25.85 + 38 260.561 574 5 1 -65.0797 23.0569 -54.45 + 38 224.761 1015 5 0 -65.0796 23.0594 -55.85 + 38 416.083 574 4 1 -65.0741 23.113 -84.45 + 38 200.984 1015 4 0 -65.0728 23.1148 -85.85 + 38 226.891 575 3 1 -65.0489 23.1508 -114.45 + 38 440.566 1015 3 0 -65.0471 23.1537 -115.85 + 38 135.169 575 2 1 -65.0094 23.2168 -144.45 + 38 449.378 1015 2 0 -65.0059 23.2199 -145.85 + 38 219.566 575 1 1 -64.932 23.2837 -174.45 + 38 222.98 1016 1 0 -64.929 23.2867 -175.85 + 38 387.483 575 0 1 -64.8711 23.344 -204.45 + 38 526.54 1016 0 0 -64.8667 23.3468 -205.85 + 38 138.546 1110 2 0 -90.8813 42.0917 -146.25 + 38 3.73508 396 2 1 -100.773 40.1171 -144.85 + 38 1.11074 1100 2 0 -99.9626 40.107 -145.85 + 38 224.848 1322 3 1 84.6436 0.580688 -114.45 + 38 175.74 1323 3 1 84.6502 0.589011 -114.455 + 38 29.2193 917 3 0 87.0814 3.60685 -115.85 + 38 74.567 918 3 0 87.1355 3.65 -115.877 + 38 99.6109 919 3 0 87.206 3.85033 -116.04 + 38 99.777 993 3 0 13.0053 18.8255 -116.25 + 38 116.742 994 3 0 12.7565 18.85 -116.156 + 38 293.068 995 3 0 12.5489 19.05 -116.154 + 38 406.9 574 0 1 -65.05 23.223 -204.604 + 38 75.9792 573 0 1 -65.2505 23.2944 -204.476 + 38 175.6 576 0 1 -64.7737 23.4867 -204.45 + 38 106.808 577 0 1 -64.65 23.5404 -204.586 + 38 31.6355 1015 0 0 -63.7727 23.25 -206.191 + 38 442.137 574 3 1 -65.05 23.1778 -114.62 + 38 291.184 572 2 1 -65.5897 23.3252 -144.45 + 38 97.5902 582 1 1 -63.5225 20.4638 -174.45 + 38 129.707 1001 1 0 -63.4344 20.4234 -175.85 + 38 475.154 594 0 1 -61.1595 19.75 -204.451 + 38 316.397 998 0 0 -61.0254 19.6937 -205.85 + 38 5.74693 593 0 1 -61.2503 19.7907 -204.752 + 38 118.994 573 2 1 -65.2721 23.0213 -144.45 + 38 105.085 1014 2 0 -65.2595 23.0337 -145.85 + 38 115.516 1017 6 0 -65.4532 23.487 -25.8506 + 38 26.5397 643 6 0 -66.0891 -51.4174 -26.2498 + 38 59.914 642 6 0 -66.0859 -51.4502 -26.2401 + 38 45.0097 641 6 0 -66.0695 -51.6503 -26.1911 + 38 74.4634 640 6 0 -66.0519 -51.85 -26.173 + 38 42.3682 639 6 0 -65.9997 -52.05 -26.1428 + 38 82.8335 638 6 0 -65.9177 -52.2503 -26.1015 + 38 61.4324 637 6 0 -65.8438 -52.45 -26.0496 + 38 54.8805 636 6 0 -65.772 -52.65 -26.028 + 38 60.2057 635 6 0 -65.7078 -52.85 -26.0217 + 38 64.0218 634 6 0 -65.6331 -53.05 -25.9939 + 38 71.2458 633 6 0 -65.5598 -53.2504 -25.9345 + 38 1.67821 632 6 0 -65.5008 -53.45 -25.8524 + 38 323.043 575 6 1 -65.0328 -55.3427 -24.85 + 38 54.6649 555 7 0 -67.3821 -68.9431 3.75 + 38 172.876 554 7 0 -67.4071 -69.0501 3.95471 + 38 66.7384 562 7 1 -67.4811 -69.6542 5.15 + 38 38.5699 563 7 1 -67.45 -69.7323 5.42336 + 38 14.9851 299 8 1 -120.15 -148.041 35.4809 + 38 191.306 607 2 1 -58.6179 19.6082 -144.45 + 38 307.29 998 2 0 -58.372 19.7759 -145.85 + 38 67.1497 636 1 1 -52.6992 22.8959 -174.451 + 38 49.1451 637 1 1 -52.65 22.8702 -174.686 + 38 136.307 1013 1 0 -52.3793 22.7743 -175.85 + 38 127.522 670 0 1 -46.038 20.2004 -204.451 + 38 126.926 999 0 0 -45.4625 19.9826 -205.85 + 38 296.152 606 2 1 -58.6501 19.6016 -144.47 + 38 14.9114 605 2 1 -58.8502 19.6637 -144.785 + 38 20.707 997 2 0 -59.415 19.6263 -145.85 + 38 112.41 1016 4 0 -65.0567 23.3872 -85.85 + 38 167.152 1017 3 0 -65.0831 23.5073 -115.85 + 38 102.139 1021 2 0 -65.603 24.4302 -145.85 + 38 137.278 568 1 1 -66.2854 25.1575 -174.45 + 38 178.258 1025 1 0 -66.3143 25.202 -175.85 + 38 131.945 565 0 1 -66.9415 26.1719 -204.45 + 38 106.235 1030 0 0 -66.9329 26.21 -205.85 + 38 223.072 1042 2 0 -54.3179 28.4954 -146.25 + 38 7.02429 1041 2 0 -54.3427 28.45 -146.101 + 38 93.1602 574 2 1 -65.134 23.0477 -144.45 + 38 192.334 627 5 1 -54.6174 24.7803 -54.45 + 38 124.103 1025 5 0 -54.1977 25.1414 -55.85 + 38 7.38285 1026 5 0 -54.0793 25.25 -56.2243 + 38 7.65665 676 4 1 -44.6687 34.2367 -84.4501 + 38 70.8619 677 4 1 -44.65 34.2435 -84.4593 + 38 54.3605 678 4 1 -44.45 34.3213 -84.5579 + 38 50.1611 679 4 1 -44.25 34.405 -84.6609 + 38 44.5326 680 4 1 -44.0498 34.504 -84.7626 + 38 71.376 1077 4 0 -42.1062 35.5225 -85.85 + 38 127.587 1078 4 0 -41.8897 35.65 -85.9861 + 38 6.04101 1079 4 0 -41.5751 35.85 -86.2334 + 38 23.6681 818 4 0 7.83494 -16.35 -86.25 + 38 49.5465 817 4 0 7.84175 -16.4508 -86.2126 + 38 80.0809 816 4 0 7.85163 -16.65 -86.1243 + 38 14.7212 815 4 0 7.84242 -16.8502 -85.9094 + 38 120.961 939 4 1 7.99425 -17.0454 -84.8498 + 38 24.0407 1020 5 0 35.495 24.1969 -56.25 + 38 7.1723 1099 2 0 -57.2505 39.9854 -145.85 + 38 131.463 571 5 1 -65.8266 22.6007 -54.45 + 38 128.339 1013 5 0 -65.5902 22.7654 -55.85 + 38 80.1798 598 4 1 -60.3912 25.0702 -84.45 + 38 24.2198 597 4 1 -60.45 25.0013 -84.7468 + 38 88.26 1023 4 0 -60.6825 24.7213 -85.85 + 38 31.9227 1022 4 0 -60.75 24.65 -86.1387 + 38 127.211 557 3 1 -68.6106 17.6036 -114.45 + 38 127.975 556 3 1 -68.65 17.5767 -114.548 + 38 22.8746 986 3 0 -69.0859 17.2625 -115.85 + 38 231.205 985 3 0 -69.1047 17.25 -115.905 + 38 18.0437 501 2 1 -79.7745 11.4404 -144.45 + 38 73.8467 500 2 1 -79.8501 11.4831 -144.489 + 38 102.424 499 2 1 -80.05 11.6022 -144.601 + 38 63.2109 498 2 1 -80.25 11.7322 -144.724 + 38 59.4429 963 2 0 -81.5675 12.7181 -145.85 + 38 119.159 964 2 0 -81.729 12.85 -145.987 + 38 34.5431 965 2 0 -81.9655 13.05 -146.177 + 38 60.4366 314 1 1 -117.254 44.7673 -174.45 + 38 62.2612 315 1 1 -117.15 44.8706 -174.544 + 38 84.582 316 1 1 -116.95 45.0366 -174.617 + 38 263.152 317 1 1 -116.75 45.2306 -174.678 + 38 112.359 318 1 1 -116.55 45.6418 -174.776 + 38 66.7754 1141 1 0 -115.698 48.2871 -175.85 + 38 82.0078 1142 1 0 -115.565 48.45 -175.995 + 38 271.106 611 0 1 -57.85 19.7878 -204.803 + 38 2.58986 1034 6 0 -79.743 26.9074 -26.25 + 38 562.193 575 4 1 -65.0349 22.9358 -84.4506 + 38 114.425 1013 4 0 -65.1533 22.7033 -85.85 + 38 53.4482 1012 4 0 -65.1838 22.6499 -86.1736 + 38 137.592 984 3 0 -68.8785 17.05 -116.229 + 38 225.099 523 2 1 -75.3472 14.8501 -144.45 + 38 150.902 974 2 0 -75.6938 14.8609 -145.85 + 38 140.695 483 1 1 -83.3264 14.4103 -174.45 + 38 125.54 971 1 0 -83.5458 14.3406 -175.85 + 38 112.997 438 0 1 -92.4164 11.1301 -204.45 + 38 5.3913 437 0 1 -92.55 11.1434 -204.832 + 38 121.521 955 0 0 -92.8553 11.2018 -205.85 + 38 74.9721 856 3 0 -83.8509 -8.74453 -116.25 + 38 272.366 855 3 0 -83.9428 -8.85 -116.117 + 38 149.45 1014 4 0 -65.0826 22.8627 -85.85 + 38 63.2751 570 3 1 -65.9609 22.11 -114.45 + 38 60.0269 569 3 1 -66.05 22.1325 -114.673 + 38 139.717 1010 3 0 -66.463 22.2216 -115.85 + 38 235.016 528 2 1 -74.3454 23.8448 -144.45 + 38 35.9283 1016 2 0 -74.5906 23.2993 -145.85 + 38 92.4286 484 1 1 -83.1105 11.85 -174.45 + 38 51.4865 956 1 0 -83.8685 11.3109 -175.85 + 38 176.552 955 1 0 -83.954 11.25 -176.007 + 38 39.8868 400 0 1 -100.105 3.02764 -204.45 + 38 82.6699 399 0 1 -100.15 3.01515 -204.588 + 38 180.472 914 0 0 -100.612 2.89742 -205.85 + 38 145.247 576 9 1 -64.7347 23.9145 65.5497 + 38 154.005 1019 9 0 -64.6989 23.8798 64.15 + 38 110.78 589 8 1 -62.1822 22.9232 35.5484 + 38 152.426 614 7 1 -57.2239 23.0826 5.54975 + 38 176.18 1015 7 0 -57.1375 23.2156 4.15 + 38 108.093 629 6 1 -54.1861 25.4578 -24.4504 + 38 38.5844 630 6 1 -54.0499 25.4959 -24.7304 + 38 74.0064 1027 6 0 -53.4914 25.6243 -25.85 + 38 55.3581 1028 6 0 -53.374 25.65 -26.0866 + 38 93.4712 702 5 1 -39.6003 28.8357 -54.45 + 38 21.5551 703 5 1 -39.4499 28.8656 -54.7722 + 38 152.63 1044 5 0 -38.9525 28.9698 -55.8503 + 38 62.504 771 4 1 -25.7177 31.8703 -84.45 + 38 116.745 772 4 1 -25.65 31.9335 -84.5701 + 38 24.5787 1062 4 0 -24.8849 32.6143 -85.85 + 38 164.998 1063 4 0 -24.8454 32.65 -85.9162 + 38 8.13251 857 3 1 -8.47239 47.3256 -114.45 + 38 85.2183 858 3 1 -8.44959 47.3358 -114.476 + 38 82.8756 859 3 1 -8.24965 47.4292 -114.682 + 38 0.00921887 1140 3 0 -7.15477 48.25 -115.85 + 38 111.756 1141 3 0 -7.15475 48.25 -115.85 + 38 48.3611 1142 3 0 -6.90561 48.45 -116.129 + 38 47.7006 975 2 1 15.1496 68.486 -144.45 + 38 123.203 976 2 1 15.25 68.5768 -144.545 + 38 35.7444 977 2 1 15.4507 68.7554 -144.751 + 38 54.0137 1247 2 0 16.4097 69.5599 -145.85 + 38 98.9583 1248 2 0 16.5163 69.65 -145.969 + 38 16.6864 1249 2 0 16.7585 69.8501 -146.226 + 38 5.44034 1119 1 1 44.0378 91.7965 -174.45 + 38 66.6939 1120 1 1 44.05 91.8026 -174.452 + 38 56.1227 1121 1 1 44.2501 91.9142 -174.494 + 38 72.8081 1122 1 1 44.45 92.0315 -174.543 + 38 60.0668 1123 1 1 44.6503 92.1337 -174.596 + 38 250.28 1124 1 1 44.8504 92.2375 -174.652 + 38 57.7147 1125 1 1 45.05 92.3675 -174.712 + 38 36.4953 1126 1 1 45.25 92.4868 -174.799 + 38 64.2369 1370 1 0 48.1153 94.2995 -175.85 + 38 101.004 1371 1 0 48.1931 94.35 -175.88 + 38 140.363 1372 1 0 48.5396 94.55 -175.991 + 38 127.092 1373 1 0 48.9064 94.75 -176.102 + 38 97.9904 1374 1 0 49.2223 94.95 -176.214 + 38 183.291 1439 0 1 107.958 124.396 -204.45 + 38 24.9023 1440 0 1 108.15 124.524 -204.786 + 38 112.392 1524 0 0 108.6 124.966 -205.85 + 38 16.515 1525 0 0 108.715 125.15 -206.214 + 38 52.2962 1172 1 0 73.6534 54.4951 -176.25 + 38 36.0386 1066 0 1 33.3402 91.4422 -204.45 + 38 111.793 1067 0 1 33.45 91.5652 -204.683 + 38 317.059 573 9 1 -65.2698 21.4516 65.55 + 38 118.54 1006 9 0 -65.3156 21.3468 64.15 + 38 144.543 569 8 1 -66.218 19.2321 35.55 + 38 105.114 994 8 0 -66.3088 19.0059 34.15 + 38 293.35 557 7 1 -68.5332 14.2257 5.55 + 38 110.246 969 7 0 -68.6559 13.9966 4.15 + 38 114.837 544 6 1 -71.1182 9.10159 -24.45 + 38 15.057 944 6 0 -71.1459 8.86122 -25.85 + 38 82.9658 943 6 0 -71.1469 8.85 -25.9147 + 38 146.479 541 5 1 -71.7545 3.84178 -54.45 + 38 46.8657 918 5 0 -71.8291 3.66935 -55.85 + 38 166.78 917 5 0 -71.8375 3.65 -56.0098 + 38 122.756 533 4 1 -73.3326 0.203334 -84.45 + 38 117.696 528 3 1 -74.3374 -4.02084 -114.451 + 38 43.8524 879 3 0 -74.388 -4.22515 -115.851 + 38 95.458 878 3 0 -74.3942 -4.25 -116.025 + 38 127.152 856 2 0 -75.4251 -8.69529 -145.85 + 38 117.035 502 1 1 -79.5866 -14.4014 -174.45 + 38 210.673 826 1 0 -79.6784 -14.6679 -175.85 + 38 253.183 495 0 1 -80.9937 -20.1947 -204.45 + 38 60.9417 798 0 0 -81.1227 -20.4102 -205.85 + 38 38.9943 797 0 0 -81.146 -20.45 -206.117 + 38 50.3851 558 7 1 -68.45 13.8327 5.47024 + 38 41.6324 1008 9 0 -65.23 21.7917 64.15 + 38 83.6073 1009 9 0 -65.2428 21.85 64.0626 + 38 209.598 1010 9 0 -65.3005 22.05 63.9853 + 38 309.915 1011 9 0 -65.2448 22.25 63.8325 +Number of digits in this event: 95 +Using G4ParticleGun... +Particle energy: 8.82611 LIN +Particle: e- +Event: 39 +Number of tracker hits in this event: 34 + 39 163.948 512 10 1 -77.565 65.3333 95.55 + 39 111.515 1226 10 0 -77.5642 65.3332 94.15 + 39 127.969 512 9 1 -77.5427 65.3318 65.55 + 39 177.385 1226 9 0 -77.542 65.3322 64.15 + 39 195.725 512 8 1 -77.5275 65.3437 35.55 + 39 159.486 1226 8 0 -77.5258 65.3448 34.15 + 39 222.817 512 7 1 -77.4944 65.3678 5.55 + 39 97.6659 1226 7 0 -77.494 65.3693 4.15 + 39 162.924 512 6 1 -77.4849 65.3981 -24.45 + 39 195.677 1226 6 0 -77.4842 65.3992 -25.85 + 39 101.027 512 5 1 -77.4702 65.4191 -54.45 + 39 180.417 1226 5 0 -77.4693 65.4196 -55.85 + 39 112.464 512 4 1 -77.4535 65.4335 -84.45 + 39 110.931 1226 4 0 -77.4529 65.4335 -85.85 + 39 206.575 513 3 1 -77.4391 65.4305 -114.45 + 39 124.639 1226 3 0 -77.4382 65.4309 -115.85 + 39 187.028 513 2 1 -77.4179 65.4337 -144.45 + 39 110.592 1226 2 0 -77.4167 65.4331 -145.85 + 39 117.36 513 1 1 -77.3936 65.4193 -174.45 + 39 121.812 1226 1 0 -77.3922 65.4197 -175.85 + 39 172.664 513 0 1 -77.3679 65.4295 -204.45 + 39 118.634 1226 0 0 -77.3664 65.4302 -205.85 + 39 113.584 1440 11 1 108.15 41.9161 125.43 + 39 113.393 1439 11 1 108.15 41.9629 125.467 + 39 251.576 1441 11 1 108.35 41.8533 125.34 + 39 40.7338 514 0 1 -77.1566 65.4581 -204.45 + 39 87.4971 515 0 1 -77.05 65.4576 -204.497 + 39 73.0535 516 0 1 -76.85 65.4187 -204.545 + 39 422.186 517 0 1 -76.6495 65.3664 -204.634 + 39 19.8887 518 0 1 -76.45 65.2657 -204.467 + 39 4.62932 1598 0 0 -67.6178 139.95 -205.964 + 39 96.0361 511 6 1 -77.65 65.3591 -24.5353 + 39 79.4226 510 6 1 -77.8507 65.3814 -24.7135 + 39 102.375 1225 6 0 -78.6611 65.25 -26.1128 +Number of digits in this event: 19 +Using G4ParticleGun... +Particle energy: 5.0024 LIN +Particle: e- +Event: 40 +Number of tracker hits in this event: 42 + 40 111.977 1459 9 1 112.095 41.1461 65.55 + 40 138.053 1105 9 0 112.096 41.1456 64.15 + 40 205.107 1459 8 1 112.124 41.1397 35.55 + 40 98.6441 1105 8 0 112.125 41.1391 34.15 + 40 166.381 1459 7 1 112.137 41.1243 5.55 + 40 109.958 1105 7 0 112.137 41.124 4.15 + 40 98.6951 1459 6 1 112.13 41.1124 -24.45 + 40 218.602 1105 6 0 112.127 41.11 -25.85 + 40 130.991 1459 5 1 112.072 41.0568 -54.45 + 40 121.822 1105 5 0 112.07 41.0559 -55.85 + 40 122.233 1459 4 1 112.038 41.0342 -84.45 + 40 118.238 1104 4 0 112.034 41.0323 -85.85 + 40 109.311 1459 3 1 111.954 40.9953 -114.45 + 40 103.482 1104 3 0 111.951 40.9926 -115.85 + 40 150.809 1458 2 1 111.884 40.9501 -144.45 + 40 110.153 1104 2 0 111.882 40.9526 -145.85 + 40 112.7 1458 1 1 111.827 41.0083 -174.45 + 40 190.7 1104 1 0 111.824 41.0111 -175.85 + 40 155.793 1457 0 1 111.744 41.0798 -204.45 + 40 105.265 1105 0 0 111.74 41.084 -205.85 + 40 122.139 141 6 0 -130.157 -151.8 -26.2499 + 40 25.4357 140 6 0 -130.501 -151.95 -25.9131 + 40 57.4766 242 6 1 -131.568 -152.464 -24.85 + 40 65.7473 241 6 1 -131.75 -152.561 -24.7393 + 40 121.437 240 6 1 -131.95 -152.682 -24.7488 + 40 71.9667 239 6 1 -132.15 -152.83 -24.7889 + 40 154.905 238 6 1 -132.35 -152.943 -24.8114 + 40 65.5406 237 6 1 -132.55 -153.068 -24.7767 + 40 54.0012 236 6 1 -132.75 -153.134 -24.7607 + 40 57.3341 235 6 1 -132.95 -153.157 -24.7696 + 40 68.7171 234 6 1 -133.15 -153.098 -24.8067 + 40 40.2313 233 6 1 -133.35 -153.029 -24.8449 + 40 17.3542 150 6 0 -138.106 -150.008 -25.85 + 40 119.114 151 6 0 -138.166 -149.95 -25.8677 + 40 98.3577 152 6 0 -138.478 -149.75 -26.0926 + 40 113.289 1451 0 1 110.453 71.9653 -204.85 + 40 161.663 1452 0 1 110.55 72.1987 -204.479 + 40 143.258 1452 5 1 110.658 2.45325 -54.45 + 40 78.0013 1460 7 1 112.15 41.1369 5.19714 + 40 138.379 1104 7 0 112.025 40.9809 4.15 + 40 11.995 1462 7 1 112.559 41.6734 5.15012 + 40 20.6865 1109 7 0 113.062 41.9613 4.14999 +Number of digits in this event: 19 +Using G4ParticleGun... +Particle energy: 1.48097 LIN +Particle: e- +Event: 41 +Number of tracker hits in this event: 34 + 41 120.778 1398 9 1 99.9027 -62.3636 65.55 + 41 133.34 588 9 0 99.8995 -62.3555 64.15 + 41 130.065 1398 8 1 99.8399 -62.1827 35.55 + 41 179.576 589 8 0 99.8304 -62.176 34.15 + 41 111.898 1397 7 1 99.6099 -62.0393 5.55 + 41 100.492 590 7 0 99.5993 -62.0337 4.15 + 41 144.567 1396 6 1 99.405 -61.9192 -24.45 + 41 261.114 590 6 0 99.3941 -61.9137 -25.85 + 41 187.184 1394 5 1 99.1432 -61.8113 -54.45 + 41 145.577 591 5 0 99.133 -61.8089 -55.85 + 41 112.181 1393 4 1 98.934 -61.7561 -84.45 + 41 120.168 591 4 0 98.9168 -61.7596 -85.85 + 41 156.815 1392 3 1 98.5901 -61.8487 -114.45 + 41 195.044 590 3 0 98.5819 -61.8526 -115.85 + 41 128.026 1391 2 1 98.4196 -61.949 -144.45 + 41 104.092 590 2 0 98.4123 -61.9577 -145.85 + 41 409.27 1390 1 1 98.2887 -62.1653 -174.45 + 41 315.589 589 1 0 98.2863 -62.1711 -175.85 + 41 117.669 1390 0 1 98.2479 -62.2794 -204.45 + 41 108.001 588 0 0 98.2475 -62.2856 -205.85 + 41 23.2678 36 8 0 92.6665 -172.75 33.8585 + 41 72.9069 1359 8 1 92.0884 -174.019 35.15 + 41 127.298 1398 0 1 99.8373 -63.0378 -204.45 + 41 14.4499 584 0 0 99.8975 -63.2435 -205.85 + 41 114.74 583 0 0 99.8995 -63.25 -205.892 + 41 141.805 592 1 0 98.0268 -61.5906 -175.85 + 41 10.6429 593 1 0 97.9466 -61.45 -176.236 + 41 130.427 1361 0 1 92.4555 -49.4864 -204.45 + 41 54.1175 654 0 0 92.5258 -49.0921 -205.85 + 41 58.5878 655 0 0 92.5167 -49.05 -206.033 + 41 103.132 677 8 0 78.4246 -44.6047 33.75 + 41 131.669 678 8 0 78.2759 -44.45 33.991 + 41 40.1692 679 8 0 78.4498 -44.25 34.0949 + 41 341.051 1305 8 1 81.1671 -41.648 35.1501 +Number of digits in this event: 20 +Using G4ParticleGun... +Particle energy: 6.04765 LIN +Particle: e- +Event: 42 +Number of tracker hits in this event: 79 + 42 111.537 1481 9 1 116.517 54.5953 65.55 + 42 166.571 1172 9 0 116.517 54.5953 64.15 + 42 98.1348 1481 8 1 116.499 54.5905 35.55 + 42 128.605 1172 8 0 116.496 54.5905 34.15 + 42 159.448 1481 7 1 116.423 54.5975 5.55 + 42 134.004 1172 7 0 116.419 54.5986 4.15 + 42 117.938 1480 6 1 116.323 54.6149 -24.45 + 42 91.3325 1172 6 0 116.322 54.6192 -25.85 + 42 108.269 1480 5 1 116.291 54.7111 -54.45 + 42 111.998 1173 5 0 116.29 54.7167 -55.85 + 42 229.055 1480 4 1 116.248 54.8353 -84.45 + 42 329.601 1173 4 0 116.244 54.841 -85.85 + 42 155.114 1480 3 1 116.183 54.9504 -114.45 + 42 207.013 1174 3 0 116.182 54.9575 -115.85 + 42 612.051 1480 2 1 116.158 55.1016 -144.45 + 42 566.629 1175 2 0 116.158 55.108 -145.85 + 42 272.513 1480 1 1 116.169 55.2186 -174.45 + 42 293.404 1175 1 0 116.17 55.2266 -175.85 + 42 131.668 1480 0 1 116.162 55.3718 -204.45 + 42 371.62 1176 0 0 116.161 55.3774 -205.85 + 42 153.546 1503 0 1 120.783 42.3405 -204.45 + 42 267.504 1502 0 1 120.75 42.409 -204.565 + 42 110.681 1469 1 1 114.094 55.7228 -174.45 + 42 173.732 1178 1 0 113.977 55.7823 -175.85 + 42 124.474 1458 0 1 111.886 57.2006 -204.45 + 42 128.012 1183 0 0 111.837 56.7877 -205.85 + 42 63.5825 273 1 1 -125.35 25.5037 -174.481 + 42 147.118 1176 1 0 116.323 55.2507 -175.85 + 42 129.65 1481 0 1 116.472 55.3936 -204.45 + 42 9.98981 944 0 0 149.496 9.05 -206.142 + 42 190.91 943 0 0 149.636 8.85 -205.944 + 42 314.268 1479 4 1 116.15 54.4748 -84.6781 + 42 34.3555 1168 4 0 115.82 53.7034 -85.85 + 42 95.1103 1167 4 0 115.804 53.65 -85.9551 + 42 144.995 1479 3 1 116.103 54.6424 -114.45 + 42 286.349 1172 3 0 116.105 54.6407 -115.85 + 42 116.255 1172 2 0 116.195 54.5744 -145.85 + 42 146.269 1481 1 1 116.509 54.2026 -174.45 + 42 106.177 1170 1 0 116.526 54.194 -175.85 + 42 141.386 1483 0 1 116.922 54.024 -204.45 + 42 149.57 1169 0 0 116.961 54.03 -205.85 + 42 254.382 1482 1 1 116.55 54.2294 -174.521 + 42 1.80802 1168 1 0 117.226 53.6541 -175.85 + 42 120.721 1167 1 0 117.23 53.65 -175.859 + 42 15.8329 1166 1 0 117.299 53.45 -176.221 + 42 43.7155 860 1 0 121.933 -7.91402 -176.25 + 42 102.632 859 1 0 121.897 -8.05005 -176.178 + 42 53.7115 858 1 0 121.854 -8.25 -176.118 + 42 103.425 857 1 0 121.932 -8.45 -176.129 + 42 152.103 856 1 0 122.08 -8.65 -175.979 + 42 109.833 855 1 0 122.256 -8.85 -176.132 + 42 95.7174 1479 1 1 116.15 54.7998 -174.543 + 42 160.091 1172 1 0 115.643 54.5446 -175.85 + 42 106.339 1421 0 1 104.474 47.9083 -204.45 + 42 130.772 1137 0 0 104.208 47.5602 -205.85 + 42 161.205 1478 3 1 115.909 54.6636 -114.45 + 42 185.496 1173 3 0 115.902 54.6701 -115.85 + 42 140.668 1477 2 1 115.747 54.8407 -144.45 + 42 374.419 1174 2 0 115.749 54.8567 -145.85 + 42 164.902 1478 1 1 115.775 55.1565 -174.45 + 42 135.402 1477 0 1 115.711 55.3857 -204.45 + 42 103.857 1171 3 0 116.931 54.3857 -115.85 + 42 246.518 1479 2 1 116.065 54.6061 -144.451 + 42 393.145 1446 1 1 109.405 64.4555 -174.451 + 42 26.8975 1445 1 1 109.35 64.6077 -174.772 + 42 92.5171 1225 1 0 109.118 65.0958 -175.851 + 42 26.9465 1226 1 0 109.059 65.25 -176.154 + 42 49.435 1425 0 1 105.253 79.1584 -204.45 + 42 317.919 1424 0 1 105.15 79.2629 -204.55 + 42 84.3157 1423 0 1 104.95 79.3363 -204.617 + 42 53.4484 1308 0 0 104.321 81.7143 -205.85 + 42 304.328 1309 0 0 104.259 81.85 -205.873 + 42 172.583 1310 0 0 103.959 82.05 -206.084 + 42 39.0964 1416 0 1 103.49 85.8156 -204.85 + 42 94.5204 1173 9 0 116.563 54.65 64.0923 + 42 11.9463 1488 9 1 117.847 55.2756 65.15 + 42 45.0489 1185 9 0 117.982 57.1976 64.15 + 42 111.33 1489 9 1 118.094 56.4125 65.1502 + 42 93.8882 1481 5 1 116.526 54.6163 -54.45 +Number of digits in this event: 46 +Using G4ParticleGun... +Particle energy: 1.01868 LIN +Particle: e- +Event: 43 +Number of tracker hits in this event: 135 + 43 164.694 1459 9 1 112.058 67.9063 65.55 + 43 120.841 1239 9 0 112.058 67.9076 64.15 + 43 419.431 1459 8 1 112.055 67.9618 35.55 + 43 153.23 1239 8 0 112.06 67.984 34.15 + 43 140.307 1459 7 1 112.111 68.4616 5.55 + 43 125.591 1242 7 0 112.106 68.4917 4.15 + 43 111.213 1459 6 1 111.956 69.1105 -24.45 + 43 106.497 1245 6 0 111.944 69.1452 -25.85 + 43 117.609 1457 5 1 111.63 69.8468 -54.45 + 43 150.251 1249 5 0 111.603 69.8968 -55.85 + 43 113.965 1454 4 1 111.031 70.8601 -84.45 + 43 138.769 1254 4 0 111.016 70.8993 -85.85 + 43 121.849 1452 3 1 110.656 71.7747 -114.45 + 43 128.3 1258 3 0 110.652 71.8064 -115.85 + 43 102.157 1451 2 1 110.524 72.3932 -144.45 + 43 41.5642 1261 2 0 110.53 72.4438 -145.85 + 43 87.1781 1262 2 0 110.531 72.45 -146.016 + 43 141.62 1452 1 1 110.646 73.5581 -174.45 + 43 41.3182 1267 1 0 110.632 73.6388 -175.85 + 43 74.3311 1268 1 0 110.63 73.65 -176.045 + 43 491.698 1451 0 1 110.446 75.313 -204.45 + 43 253.166 1276 0 0 110.404 75.374 -205.85 + 43 104.444 1458 6 1 111.94 69.1249 -24.4502 + 43 63.5438 1457 6 1 111.75 69.0578 -24.6799 + 43 195.656 1239 6 0 110.457 68.0073 -25.85 + 43 175.993 1238 6 0 110.296 67.8497 -25.9906 + 43 105.33 1237 6 0 110.142 67.65 -26.1639 + 43 118.96 853 6 0 106.463 -9.35353 -26.2498 + 43 64.1782 1430 6 1 106.171 -9.21619 -24.8499 + 43 322.217 1429 6 1 106.15 -9.31542 -24.6707 + 43 181.454 1428 6 1 105.95 -9.98437 -24.5378 + 43 269.921 1457 2 1 111.746 68.2559 -144.45 + 43 158.069 1241 2 0 111.748 68.2887 -145.85 + 43 103.281 1457 1 1 111.681 68.8483 -174.45 + 43 119.202 1244 1 0 111.689 68.8508 -175.85 + 43 125.562 1458 0 1 111.894 68.6457 -204.45 + 43 206.195 1242 0 0 111.883 68.585 -205.85 + 43 151.531 1243 0 0 111.98 68.65 -206.044 + 43 154.483 1240 2 0 111.737 68.2466 -145.85 + 43 132.126 1456 1 1 111.525 68.0543 -174.45 + 43 145.386 1239 1 0 111.526 68.0352 -175.85 + 43 113.665 1456 0 1 111.542 67.5712 -204.45 + 43 104.66 1237 0 0 111.542 67.5511 -205.85 + 43 63.9484 1458 5 1 111.936 68.1161 -54.45 + 43 115.8 1240 5 0 111.948 68.135 -55.85 + 43 123.766 1458 4 1 111.823 69.7977 -84.4507 + 43 29.6515 1248 4 0 111.635 69.8457 -85.85 + 43 108.392 1249 4 0 111.621 69.85 -85.9644 + 43 117.941 1426 3 1 105.465 71.6106 -114.451 + 43 110.997 1257 3 0 105.073 71.5249 -115.85 + 43 171.979 1381 2 1 96.4952 70.0446 -144.45 + 43 155.52 1249 2 0 96.0206 69.9062 -145.85 + 43 97.6087 1330 1 1 86.1476 67.3761 -174.45 + 43 114.64 1329 1 1 86.0498 67.3651 -174.711 + 43 120.659 1236 1 0 85.6351 67.3296 -175.85 + 43 24.9181 1268 0 1 73.6764 67.2977 -204.451 + 43 145.598 1267 0 1 73.65 67.2998 -204.5 + 43 122.456 1236 0 0 72.9134 67.3625 -205.85 + 43 307.095 1237 8 0 112.217 67.6132 34.15 + 43 43.2615 1470 7 1 114.32 60.7702 5.55 + 43 58.2223 1471 7 1 114.35 60.7687 5.3981 + 43 191.792 1203 7 0 114.634 60.8414 4.15 + 43 76.2498 1482 6 1 116.678 58.1619 -24.4502 + 43 68.0344 1483 6 1 116.75 58.2808 -24.6431 + 43 27.8477 1194 6 0 117.237 58.9871 -25.85 + 43 90.7633 1195 6 0 117.276 59.05 -25.9598 + 43 38.5041 1547 5 1 129.651 75.214 -54.45 + 43 73.2508 1548 5 1 129.75 75.3259 -54.5375 + 43 96.7524 1549 5 1 129.95 75.5469 -54.6951 + 43 72.8999 1285 5 0 131.151 77.0774 -55.85 + 43 157.401 1286 5 0 131.281 77.2501 -55.9891 + 43 14.7499 1287 5 0 131.478 77.4502 -56.2123 + 43 6.52605 1683 4 1 156.758 99.7563 -84.45 + 43 121.304 1682 4 1 156.75 99.7808 -84.4792 + 43 135.252 1401 4 0 156.464 100.488 -85.85 + 43 86.2612 1402 4 0 156.432 100.55 -85.9849 + 43 5.61893 1636 3 1 147.375 115.481 -114.45 + 43 118.073 1635 3 1 147.35 115.487 -114.475 + 43 67.1074 1634 3 1 147.15 115.544 -114.641 + 43 43.6617 1633 3 1 146.95 115.638 -114.787 + 43 33.9882 1480 3 0 145.429 116.307 -115.851 + 43 206.27 1481 3 0 145.33 116.35 -115.918 + 43 109.887 1431 2 1 106.403 126.229 -144.45 + 43 133.077 1529 2 0 106.906 126.033 -145.85 + 43 230.53 1560 1 1 132.174 130.252 -174.45 + 43 70.5512 1548 1 0 132.139 129.949 -175.851 + 43 285.776 1549 1 0 132.134 129.95 -175.975 + 43 12.2509 1635 1 0 83.0679 147.322 -176.25 + 43 100.843 1636 1 0 83.0716 147.351 -176.227 + 43 128.591 1637 1 0 83.0521 147.55 -176.02 + 43 434.732 1315 1 1 83.116 148.033 -174.85 + 43 104.758 1240 8 0 111.937 68.158 34.15 + 43 114.496 1443 7 1 108.837 72.6592 5.54981 + 43 36.0606 1442 7 1 108.75 72.6339 5.27726 + 43 61.5016 1262 7 0 108.392 72.4811 4.14996 + 43 43.6716 1261 7 0 108.32 72.45 3.91673 + 43 208.823 1392 6 1 98.7201 68.4813 -24.45 + 43 100.795 1361 5 1 92.5348 55.142 -54.45 + 43 56.78 1360 5 1 92.35 54.9669 -54.7314 + 43 20.0994 1171 5 0 91.619 54.2798 -55.85 + 43 155.422 1170 5 0 91.5879 54.25 -55.8966 + 43 24.8624 1169 5 0 91.3848 54.0498 -56.1961 + 43 181.995 1262 4 1 72.6125 34.5854 -84.45 + 43 1.09065 1067 4 0 72.0989 33.4537 -85.8502 + 43 103.067 1066 4 0 72.0972 33.45 -85.8547 + 43 47.139 1065 4 0 72.0075 33.2493 -86.0977 + 43 206.433 1212 3 1 62.612 9.67459 -114.45 + 43 58.8659 940 3 0 62.0138 8.17672 -115.85 + 43 68.5732 939 3 0 61.9612 8.04984 -115.97 + 43 34.2604 938 3 0 61.882 7.85 -116.147 + 43 191.49 1156 2 1 51.2773 -22.0354 -144.45 + 43 46.3615 782 2 0 51.2794 -23.5101 -145.85 + 43 69.5193 781 2 0 51.2761 -23.65 -145.98 + 43 40.7367 780 2 0 51.2622 -23.85 -146.17 + 43 46.9909 1133 1 1 46.8373 -51.6678 -174.45 + 43 552.06 1134 1 1 46.85 -51.7744 -174.503 + 43 78.697 622 1 0 47.0153 -55.5031 -175.85 + 43 51.951 621 1 0 47.0183 -55.65 -175.905 + 43 72.7995 620 1 0 47.0308 -55.85 -175.972 + 43 63.1984 619 1 0 47.0439 -56.05 -176.031 + 43 59.3361 618 1 0 47.0579 -56.2501 -176.089 + 43 41.4664 617 1 0 47.0664 -56.45 -176.14 + 43 146.749 616 1 0 47.0778 -56.65 -176.175 + 43 61.8779 615 1 0 47.0939 -56.85 -176.206 + 43 10.8021 614 1 0 47.1067 -57.05 -176.241 + 43 64.0512 1391 6 1 98.55 68.4094 -24.7086 + 43 31.2666 1390 6 1 98.35 68.374 -24.8016 + 43 94.5876 1236 6 0 95.4701 67.45 -26.0029 + 43 332.977 1235 6 0 95.3671 67.25 -26.0904 + 43 355.354 1234 6 0 95.2629 67.05 -26.0946 + 43 3.71033 1357 6 1 91.6015 75.2571 -24.85 + 43 43.1961 1288 6 0 90.2532 77.7682 -25.85 + 43 54.8049 1289 6 0 90.2002 77.85 -25.8947 + 43 73.8086 1290 6 0 90.1897 78.0501 -25.9992 + 43 38.6055 1291 6 0 90.1768 78.25 -26.122 +Number of digits in this event: 54 +Using G4ParticleGun... +Particle energy: 3.8372 LIN +Particle: e- +Event: 44 +Number of tracker hits in this event: 61 + 44 144.199 1278 10 1 75.8061 -55.592 95.55 + 44 164.327 622 10 0 75.8086 -55.5939 94.15 + 44 195.251 1279 9 1 75.857 -55.6381 65.55 + 44 108.376 622 9 0 75.8541 -55.6402 64.15 + 44 155.757 1278 8 1 75.7948 -55.6819 35.55 + 44 135.874 621 8 0 75.7911 -55.6824 34.15 + 44 117.455 1278 7 1 75.7083 -55.6918 5.55 + 44 228.723 621 7 0 75.7034 -55.6917 4.15 + 44 229.26 1277 6 1 75.5826 -55.6975 -24.45 + 44 228.021 621 6 0 75.5745 -55.7022 -25.85 + 44 118.036 1276 5 1 75.3718 -55.7197 -54.45 + 44 143.708 621 5 0 75.3598 -55.7227 -55.85 + 44 120.875 1275 4 1 75.1089 -55.7855 -84.45 + 44 206.103 621 4 0 75.1013 -55.7858 -85.85 + 44 146.79 1274 3 1 74.9529 -55.7822 -114.45 + 44 111.362 621 3 0 74.943 -55.7863 -115.85 + 44 298.236 1273 2 1 74.7663 -55.8619 -144.45 + 44 170.893 620 2 0 74.7567 -55.8689 -145.85 + 44 252.835 1272 1 1 74.5472 -56.0203 -174.45 + 44 141.866 620 1 0 74.5271 -56.0206 -175.85 + 44 132.562 1270 0 1 74.1104 -56.0473 -204.45 + 44 254.944 619 0 0 74.0835 -56.0589 -205.85 + 44 18.4529 618 0 0 74.3089 -56.25 -205.896 + 44 0.728587 1268 0 1 73.6513 -56.6388 -204.85 + 44 60.8937 1267 0 1 73.65 -56.6396 -204.848 + 44 71.5482 616 0 0 72.7768 -56.7511 -205.85 + 44 62.1475 1260 0 1 72.2353 -56.381 -204.85 + 44 69.7588 622 6 0 75.7696 -55.481 -25.85 + 44 47.5982 623 6 0 75.7962 -55.45 -26.0675 + 44 70.1513 1297 5 1 79.5643 -51.5324 -54.45 + 44 55.4915 1298 5 1 79.6502 -51.5147 -54.6661 + 44 155.124 643 5 0 80.143 -51.4168 -55.85 + 44 114.956 1357 4 1 91.5902 -49.7234 -84.4502 + 44 30.337 1358 4 1 91.75 -49.6955 -84.7422 + 44 214.572 652 4 0 92.3596 -49.5825 -85.8502 + 44 78.4614 1438 3 1 107.809 -46.1218 -114.45 + 44 56.1058 1439 3 1 107.95 -46.104 -114.742 + 44 122.979 670 3 0 108.483 -46.0368 -115.85 + 44 67.0228 1507 2 1 121.623 -44.1543 -144.45 + 44 54.2024 1508 2 1 121.75 -44.1319 -144.687 + 44 130.212 680 2 0 122.364 -44.0091 -145.85 + 44 14.3952 1578 1 1 135.927 -40.3324 -174.45 + 44 131.676 1579 1 1 135.95 -40.3261 -174.498 + 44 361.707 699 1 0 136.688 -40.1165 -175.85 + 44 4.99896 1658 0 1 151.936 -36.6175 -204.45 + 44 97.5251 1659 0 1 151.95 -36.6081 -204.469 + 44 76.8647 1660 0 1 152.15 -36.4774 -204.75 + 44 140.818 720 0 0 152.972 -36.0354 -205.85 + 44 49.3403 698 1 0 137.042 -40.25 -176.047 + 44 107.078 1278 5 1 75.7945 -55.6764 -54.45 + 44 84.8288 1277 5 1 75.65 -55.4968 -54.6693 + 44 38.475 628 5 0 75.2462 -54.3229 -55.85 + 44 252.492 629 5 0 75.2268 -54.25 -55.9457 + 44 53.5608 630 5 0 74.9577 -54.05 -56.2251 + 44 133.458 1098 5 0 85.9167 39.6719 -56.25 + 44 59.5663 1329 5 1 85.9467 39.7584 -54.85 + 44 150.366 1330 5 1 86.0502 39.7299 -54.6402 + 44 188.845 1331 5 1 86.25 39.7032 -54.4959 + 44 112.337 1279 10 1 75.85 -55.5524 95.3899 + 44 163.599 1280 10 1 76.0503 -55.3805 95.2953 + 44 91.3425 1281 10 1 76.25 -55.4727 95.3705 +Number of digits in this event: 33 +Using G4ParticleGun... +Particle energy: 5.52424 LIN +Particle: e- +Event: 45 +Number of tracker hits in this event: 55 + 45 112.982 1456 10 1 111.53 -27.6829 95.55 + 45 143.732 761 10 0 111.531 -27.6823 94.15 + 45 117.153 1456 9 1 111.534 -27.672 65.55 + 45 111.751 761 9 0 111.533 -27.6707 64.15 + 45 91.9652 1456 8 1 111.524 -27.6446 35.55 + 45 131.381 762 8 0 111.525 -27.6421 34.15 + 45 122.741 1456 7 1 111.537 -27.5918 5.55 + 45 172.734 762 7 0 111.539 -27.5894 4.15 + 45 186.801 1457 6 1 111.578 -27.5356 -24.45 + 45 266.202 762 6 0 111.579 -27.5329 -25.85 + 45 139.557 1457 5 1 111.602 -27.4772 -54.45 + 45 514.203 762 5 0 111.602 -27.4742 -55.85 + 45 134.522 1457 4 1 111.611 -27.4152 -84.45 + 45 206.703 763 4 0 111.611 -27.4128 -85.85 + 45 103.12 1457 3 1 111.612 -27.3678 -114.45 + 45 107.081 763 3 0 111.611 -27.3652 -115.85 + 45 359.023 1457 2 1 111.59 -27.3178 -144.45 + 45 128.054 763 2 0 111.589 -27.3147 -145.85 + 45 107.117 1457 1 1 111.562 -27.2523 -174.45 + 45 139.276 764 1 0 111.561 -27.2478 -175.85 + 45 115.061 1456 0 1 111.54 -27.156 -204.45 + 45 160.682 764 0 0 111.541 -27.1492 -205.85 + 45 0.822038 605 1 0 148.625 -58.8898 -176.25 + 45 104.266 1449 5 1 110.129 -50.4965 -54.85 + 45 232.919 1448 5 1 109.95 -50.7445 -54.5755 + 45 241.643 1456 5 1 111.498 -27.4247 -54.45 + 45 160.407 1482 4 1 116.746 -32.4935 -84.45 + 45 131.771 736 4 0 116.689 -32.762 -85.8501 + 45 114.602 1471 3 1 114.365 -37.1067 -114.45 + 45 2.49336 712 3 0 114.328 -37.6468 -115.85 + 45 115.988 711 3 0 114.328 -37.65 -115.858 + 45 130.643 1459 2 1 112.118 -47.2055 -144.451 + 45 3.79858 1460 2 1 112.15 -47.2359 -144.848 + 45 78.8641 663 2 0 112.364 -47.2692 -145.85 + 45 62.4416 664 2 0 112.438 -47.25 -146.135 + 45 100.499 1507 1 1 121.623 -43.1531 -174.45 + 45 0.830899 686 1 0 121.816 -42.6582 -175.85 + 45 180.733 763 5 0 111.449 -27.4047 -55.8505 + 45 132.252 1451 4 1 110.351 -26.5336 -84.45 + 45 136.374 767 4 0 110.456 -26.5313 -85.85 + 45 115.501 1459 3 1 112.061 -26.0335 -114.45 + 45 98.7435 770 3 0 112.19 -25.929 -115.85 + 45 125.535 1474 2 1 115.077 -23.8814 -144.45 + 45 86.96 786 2 0 115.205 -22.7985 -145.85 + 45 93.5645 787 2 0 115.22 -22.6499 -146.046 + 45 191.465 1494 1 1 119.054 -1.32497 -174.45 + 45 13.6651 899 1 0 118.985 -0.0858835 -175.85 + 45 86.0027 900 1 0 118.978 0.0502563 -176.006 + 45 1.75583 901 1 0 118.958 0.25 -176.242 + 45 234.814 1480 0 1 116.259 24.1088 -204.45 + 45 43.0625 1026 0 0 116.534 25.3605 -205.85 + 45 108.094 1027 0 0 116.553 25.45 -205.949 + 45 36.7573 1028 0 0 116.584 25.65 -206.162 + 45 272.986 1189 1 0 128.101 57.8624 -176.25 + 45 130.841 1188 1 0 127.94 57.85 -176.09 +Number of digits in this event: 28 +Using G4ParticleGun... +Particle energy: 2.9101 LIN +Particle: e- +Event: 46 +Number of tracker hits in this event: 30 + 46 208.86 351 9 1 -109.798 67.7058 65.55 + 46 117.744 1238 9 0 -109.799 67.705 64.15 + 46 217.809 351 8 1 -109.818 67.6914 35.55 + 46 198.734 1238 8 0 -109.817 67.6933 34.15 + 46 107.583 351 7 1 -109.814 67.7348 5.55 + 46 147.904 1238 7 0 -109.813 67.7366 4.15 + 46 119.537 351 6 1 -109.786 67.8057 -24.45 + 46 147.911 1238 6 0 -109.784 67.8101 -25.85 + 46 127.951 351 5 1 -109.773 67.899 -54.45 + 46 115.932 1239 5 0 -109.773 67.9006 -55.85 + 46 127.555 351 4 1 -109.764 67.9378 -84.45 + 46 96.4746 1239 4 0 -109.761 67.9379 -85.85 + 46 120.404 352 3 1 -109.715 67.9309 -114.45 + 46 101.456 1239 3 0 -109.713 67.9303 -115.85 + 46 108.805 352 2 1 -109.677 67.92 -144.45 + 46 177.317 1239 2 0 -109.672 67.9242 -145.85 + 46 160.453 352 1 1 -109.563 67.9969 -174.45 + 46 595.113 1239 1 0 -109.555 67.9985 -175.85 + 46 129.894 353 0 1 -109.364 68.02 -204.45 + 46 125.945 1239 0 0 -109.348 68.0178 -205.85 + 46 201.668 1574 10 1 134.95 -33.2939 95.4007 + 46 448.274 296 0 1 -120.841 -8.38948 -204.45 + 46 235.13 351 1 1 -109.904 68.0451 -174.45 + 46 116.281 352 0 1 -109.587 67.5052 -204.45 + 46 107.007 1237 0 0 -109.563 67.4863 -205.85 + 46 8.33026 1241 0 0 -16.2419 68.45 -206.056 + 46 189.095 1242 0 0 -16.1907 68.45 -205.99 + 46 183.409 821 0 1 -15.7522 68.1314 -204.85 + 46 108.784 365 0 1 -107.098 66.4727 -204.45 + 46 206.858 1231 0 0 -107.055 66.3659 -205.85 +Number of digits in this event: 21 +Using G4ParticleGun... +Particle energy: 4.83524 LIN +Particle: e- +Event: 47 +Number of tracker hits in this event: 175 + 47 133.193 1128 11 1 45.8071 20.5159 125.55 + 47 113.225 1002 11 0 45.8064 20.5157 124.15 + 47 155.463 1128 10 1 45.7927 20.5116 95.55 + 47 117.518 1002 10 0 45.7932 20.5099 94.15 + 47 128.844 1128 9 1 45.8015 20.4736 65.55 + 47 112.723 1002 9 0 45.8024 20.4714 64.15 + 47 129.614 1128 8 1 45.8168 20.4233 35.55 + 47 325.506 1002 8 0 45.7614 20.4918 34.1499 + 47 243.774 1123 7 1 44.768 21.7331 5.55 + 47 113.798 1008 7 0 44.7517 21.7826 4.14979 + 47 348.839 1122 6 1 44.5313 22.5835 -24.45 + 47 103.436 1012 6 0 44.5282 22.5805 -25.85 + 47 274.666 1122 5 1 44.5179 22.6402 -54.45 + 47 103.07 1013 5 0 44.5285 22.6655 -55.8503 + 47 114.955 1123 4 1 44.7161 23.237 -84.45 + 47 106.67 1015 4 0 44.6633 23.2347 -85.8502 + 47 149.828 1118 3 1 43.7559 23.1149 -114.45 + 47 137.288 1014 3 0 43.8259 23.0486 -115.85 + 47 112.05 1125 2 1 45.0965 21.3224 -144.45 + 47 157.491 1005 2 0 45.1103 21.2135 -145.85 + 47 138.787 1125 1 1 45.1996 18.5594 -174.45 + 47 149.656 991 1 0 45.3251 18.3855 -175.85 + 47 136.426 1139 0 1 47.8681 14.6868 -204.45 + 47 104.991 971 0 0 47.8915 14.3237 -205.85 + 47 43.0165 970 0 0 47.897 14.25 -206.137 + 47 87.9933 958 3 0 -10.0793 11.7756 -116.25 + 47 163.296 1012 5 0 44.5279 22.65 -56.1077 + 47 159.242 1005 7 0 45.8918 21.1476 4.15 + 47 70.6562 1317 3 0 33.3256 83.4754 -116.25 + 47 78.3436 1082 1 1 36.4612 30.1981 -174.45 + 47 43.0693 1081 1 1 36.45 30.1528 -174.516 + 47 129.551 1047 1 0 36.7959 29.5989 -175.85 + 47 24.3458 1046 1 0 36.8473 29.4499 -176.162 + 47 100.467 962 1 0 50.9368 12.6258 -176.25 + 47 59.1589 961 1 0 50.9094 12.45 -175.957 + 47 104.486 1153 1 1 50.7919 9.97363 -174.85 + 47 95.7288 1152 1 1 50.65 9.64216 -174.755 + 47 95.1997 1151 1 1 50.4493 9.4974 -174.772 + 47 21.9537 931 1 0 49.2986 6.33513 -175.85 + 47 61.1067 930 1 0 49.2716 6.25 -175.868 + 47 81.4429 929 1 0 49.3055 6.04993 -175.946 + 47 118.556 928 1 0 49.3553 5.85 -176.002 + 47 78.2792 927 1 0 49.5827 5.65 -175.943 + 47 135.285 926 1 0 49.6027 5.45 -176.005 + 47 132.46 822 1 0 25.1419 -15.4867 -176.25 + 47 250.561 1064 1 0 77.2108 32.8794 -176.25 + 47 265.615 1128 7 1 45.828 20.4015 5.5496 + 47 332.348 1001 7 0 45.7768 20.3004 4.15 + 47 119.877 986 6 0 44.4816 17.4352 -25.85 + 47 59.6026 1121 5 1 44.4105 12.5166 -54.45 + 47 104.137 959 5 0 44.6616 11.9703 -55.85 + 47 47.6646 958 5 0 44.7058 11.85 -56.1344 + 47 103.502 1140 4 1 48.0942 -0.470845 -84.45 + 47 117.427 896 4 0 48.4114 -0.68809 -85.85 + 47 82.0659 1177 3 1 55.5789 -4.08725 -114.45 + 47 23.1491 1178 3 1 55.6501 -4.1521 -114.742 + 47 15.9065 878 3 0 55.8776 -4.4314 -115.85 + 47 102.051 877 3 0 55.8915 -4.45 -115.926 + 47 78.0977 1208 2 1 61.7064 -10.7004 -144.45 + 47 108.848 1209 2 1 61.8501 -10.663 -144.701 + 47 174.027 848 2 0 62.6591 -10.4331 -145.85 + 47 5.20421 1318 1 1 83.8262 -4.18172 -174.45 + 47 61.1669 1319 1 1 83.85 -4.19196 -174.455 + 47 56.1493 1320 1 1 84.05 -4.28254 -174.451 + 47 52.0296 1321 1 1 84.25 -4.37458 -174.471 + 47 70.1039 1322 1 1 84.45 -4.40812 -174.468 + 47 54.5892 1323 1 1 84.6502 -4.35713 -174.494 + 47 69.9807 1324 1 1 84.8502 -4.30794 -174.521 + 47 51.8105 1325 1 1 85.0501 -4.2958 -174.578 + 47 107.518 1326 1 1 85.25 -4.30506 -174.636 + 47 45.0127 1327 1 1 85.45 -4.32504 -174.718 + 47 118.237 1328 1 1 85.6505 -4.34191 -174.791 + 47 158.854 877 1 0 87.9379 -4.50501 -175.85 + 47 56.1853 1336 1 1 87.25 -4.08966 -174.743 + 47 20.4289 892 1 0 87.9756 -1.49777 -175.85 + 47 215.085 893 1 0 87.9804 -1.45 -175.852 + 47 229.412 1063 2 1 32.7692 -5.40593 -144.45 + 47 140.971 1062 2 1 32.65 -5.41872 -144.541 + 47 109.749 1129 6 1 46.0345 20.8984 -24.45 + 47 128.597 1004 6 0 46.0663 20.9726 -25.85 + 47 205.484 1133 5 1 46.745 22.3384 -54.45 + 47 115.045 1011 5 0 46.7966 22.3524 -55.85 + 47 116.781 1139 4 1 47.9506 22.6165 -84.45 + 47 134.234 1012 4 0 48.0089 22.5949 -85.85 + 47 157.084 1146 3 1 49.4054 22.0659 -114.45 + 47 99.2386 1009 3 0 49.5153 22.0451 -115.85 + 47 118.054 1158 2 1 51.7919 21.8776 -144.45 + 47 166.815 1009 2 0 51.965 21.8783 -145.85 + 47 232.832 1178 1 1 55.6934 21.8131 -174.45 + 47 114.206 1008 1 0 55.9129 21.8099 -175.85 + 47 163.157 1201 0 1 60.2787 21.7091 -204.45 + 47 159.061 1007 0 0 60.4618 21.6426 -205.85 + 47 182.524 983 9 0 92.8368 16.7942 63.75 + 47 101.963 985 3 0 162.098 17.0812 -116.25 + 47 143.881 984 3 0 162.353 17.05 -116.221 + 47 356.632 1129 7 1 45.8501 20.4197 5.32798 + 47 100.775 1138 3 1 47.6874 88.7559 -114.45 + 47 324.423 1139 3 1 47.85 89.1112 -114.752 + 47 164.144 1000 10 0 43.5288 20.2198 94.15 + 47 94.7574 1002 7 0 45.8275 20.4803 4.14989 + 47 111.829 1131 6 1 46.4288 22.6156 -24.45 + 47 135.387 1014 6 0 46.153 22.8976 -25.85 + 47 43.3839 1101 5 1 40.3019 30.3201 -54.45 + 47 91.6316 1100 5 1 40.25 30.3442 -54.5419 + 47 145.742 1053 5 0 39.4973 30.6691 -55.85 + 47 151.054 1016 4 1 23.4196 38.7716 -84.4503 + 47 154.129 1094 4 0 22.8814 38.9949 -85.85 + 47 54.8874 963 3 1 12.7648 41.4969 -114.45 + 47 67.4034 962 3 1 12.6498 41.4589 -114.644 + 47 131.323 1106 3 0 11.9604 41.3136 -115.851 + 47 42.7752 864 2 1 -7.17078 38.5758 -144.45 + 47 69.6062 863 2 1 -7.25 38.5697 -144.576 + 47 133.974 1092 2 0 -7.96843 38.4738 -145.85 + 47 307.868 787 1 1 -22.5814 39.0995 -174.45 + 47 17.1626 1081 1 0 -22.5426 36.3035 -175.85 + 47 66.7571 1080 1 0 -22.5441 36.2496 -175.882 + 47 54.0308 1079 1 0 -22.5781 36.05 -176.002 + 47 69.4691 1078 1 0 -22.6211 35.85 -176.118 + 47 59.3848 1077 1 0 -22.7059 35.65 -176.205 + 47 248.951 922 1 0 -30.7616 4.56411 -176.25 + 47 189.805 1128 6 1 45.8408 20.3477 -24.45 + 47 357.683 1001 6 0 45.8335 20.3497 -25.85 + 47 99.8518 1127 5 1 45.4705 20.5549 -54.45 + 47 67.2845 1126 5 1 45.45 20.5686 -54.6945 + 47 144.362 1002 5 0 45.3467 20.6291 -55.85 + 47 6.68723 1115 4 1 43.0527 21.9685 -84.45 + 47 95.3764 1114 4 1 43.05 21.9692 -84.4695 + 47 249.512 1009 4 0 42.8683 22.003 -85.85 + 47 127.706 1095 3 1 39.2071 22.4693 -114.45 + 47 325.664 1012 3 0 39.0771 22.5571 -115.85 + 47 134.06 1081 2 1 36.3746 24.1894 -144.45 + 47 137.599 1021 2 0 36.3047 24.3913 -145.85 + 47 133.73 1073 1 1 34.6817 27.9048 -174.45 + 47 124.671 1039 1 0 34.7831 27.9964 -175.85 + 47 207.353 1082 0 1 36.6258 28.7784 -204.45 + 47 174.267 1043 0 0 36.4586 28.7918 -205.85 + 47 25.4602 41 1 1 -171.848 -114.422 -174.45 + 47 151.437 42 1 1 -171.749 -114.378 -174.477 + 47 50.8168 43 1 1 -171.537 -114.222 -174.45 + 47 10.8003 333 1 0 -171.862 -113.359 -175.85 + 47 131.495 334 1 0 -171.865 -113.35 -175.863 + 47 90.9452 335 1 0 -171.863 -113.15 -176.111 + 47 61.1968 336 1 0 -171.992 -112.95 -176.16 + 47 19.8241 530 2 0 -164.712 -73.9002 -146.25 + 47 101.317 531 2 0 -164.693 -73.85 -146.196 + 47 87.0078 532 2 0 -164.676 -73.65 -146 + 47 10.0839 533 2 0 -164.723 -73.45 -145.862 + 47 75.0343 65 2 1 -166.97 -70.4239 -144.85 + 47 25.3964 64 2 1 -167.15 -70.2926 -144.848 + 47 117.825 549 2 0 -170.342 -70.2099 -145.85 + 47 400.05 41 2 1 -171.85 -69.682 -144.85 + 47 14.9959 1000 6 0 45.9314 20.25 -25.999 + 47 142.913 1115 3 1 43.0733 22.3562 -114.45 + 47 86.0993 1114 3 1 43.05 22.3516 -114.487 + 47 14.9452 1113 3 1 42.85 22.3068 -114.807 + 47 126.973 1010 3 0 42.2208 22.2043 -115.85 + 47 11.6076 1021 2 1 24.2667 20.8586 -144.45 + 47 104.187 1020 2 1 24.2499 20.8528 -144.484 + 47 128.402 1002 2 0 23.5688 20.6419 -145.85 + 47 161.698 951 1 1 10.408 17.3387 -174.45 + 47 27.1826 950 1 1 10.25 17.3067 -174.764 + 47 132.43 986 1 0 9.7313 17.3251 -175.85 + 47 120.159 871 0 1 -5.67053 17.0438 -204.45 + 47 93.1706 984 0 0 -5.92133 16.899 -205.851 + 47 290.851 952 1 1 10.47 17.3764 -174.45 + 47 111.424 1126 2 1 45.3011 24.5454 -144.45 + 47 89.3326 1024 2 0 45.4411 24.9722 -145.85 + 47 44.486 1025 2 0 45.4675 25.0501 -146.102 + 47 77.9476 1141 1 1 48.3799 33.9236 -174.45 + 47 74.1583 1142 1 1 48.45 33.9709 -174.667 + 47 30.9607 1070 1 0 48.8668 34.2234 -175.85 + 47 84.5228 1071 1 0 48.9142 34.25 -175.977 + 47 269.343 1204 0 1 60.8829 40.0284 -204.45 + 47 142.438 1099 0 0 61.2743 40.0217 -205.85 + 47 83.8621 1203 0 1 60.85 40.1339 -204.731 +Number of digits in this event: 75 +Using G4ParticleGun... +Particle energy: 7.62321 LIN +Particle: e- +Event: 48 +Number of tracker hits in this event: 45 + 48 115.927 287 9 1 -122.578 -1.18278 65.55 + 48 118.317 894 9 0 -122.578 -1.18275 64.15 + 48 101.641 287 8 1 -122.585 -1.18203 35.55 + 48 132.779 894 8 0 -122.598 -1.18226 34.15 + 48 136.736 286 7 1 -122.948 -1.2045 5.55 + 48 244.657 285 7 1 -122.95 -1.20468 5.48415 + 48 266.317 894 7 0 -122.981 -1.2075 4.15 + 48 104.39 282 6 1 -123.665 -1.24982 -24.45 + 48 134.57 893 6 0 -123.683 -1.26152 -25.85 + 48 94.9087 280 5 1 -124.064 -1.49194 -54.45 + 48 138.096 892 5 0 -124.096 -1.50264 -55.85 + 48 84.504 277 4 1 -124.741 -1.79353 -84.45 + 48 32.1801 276 4 1 -124.75 -1.79559 -84.7412 + 48 166.237 891 4 0 -124.782 -1.80532 -85.85 + 48 98.5328 272 3 1 -125.565 -2.07691 -114.45 + 48 91.1791 889 3 0 -125.608 -2.08132 -115.85 + 48 180.894 267 2 1 -126.574 -2.13387 -144.45 + 48 160.972 889 2 0 -126.611 -2.13007 -145.85 + 48 121.595 263 1 1 -127.383 -2.05261 -174.45 + 48 137.78 890 1 0 -127.421 -2.04275 -175.85 + 48 107.325 259 0 1 -128.254 -1.8568 -204.45 + 48 149.739 890 0 0 -128.281 -1.85422 -205.85 + 48 37.675 926 0 0 -124.062 5.36473 -206.25 + 48 345.359 927 0 0 -124.066 5.45003 -206.117 + 48 9.72367 288 0 1 -122.378 5.59773 -204.85 + 48 163.05 289 0 1 -122.35 5.60317 -204.834 + 48 65.7094 290 0 1 -122.15 5.56601 -204.755 + 48 138.38 296 0 1 -120.859 4.7017 -204.85 + 48 97.9456 293 6 1 -121.468 -0.585195 -24.45 + 48 173.925 897 6 0 -121.432 -0.554067 -25.85 + 48 219.889 297 5 1 -120.684 0.266295 -54.45 + 48 108.586 901 5 0 -120.694 0.296764 -55.85 + 48 45.7325 296 4 1 -120.756 0.993315 -84.45 + 48 60.4343 297 4 1 -120.75 0.996653 -84.6366 + 48 182.937 904 4 0 -120.708 1.01696 -85.85 + 48 115.083 303 3 1 -119.526 1.58156 -114.45 + 48 75.2374 907 3 0 -119.458 1.64104 -115.85 + 48 57.1262 908 3 0 -119.448 1.65 -116.044 + 48 119.663 310 2 1 -118.131 2.81081 -144.45 + 48 134.487 914 2 0 -118.078 2.85123 -145.85 + 48 133.202 315 1 1 -117.095 3.74661 -174.45 + 48 112.76 918 1 0 -117.028 3.77939 -175.85 + 48 121.412 322 0 1 -115.683 4.52315 -204.45 + 48 109.964 922 0 0 -115.594 4.53916 -205.85 + 48 58.9996 198 6 0 -89.9865 -140.55 -26.1236 +Number of digits in this event: 23 +Using G4ParticleGun... +Particle energy: 9.07688 LIN +Particle: e- +Event: 49 +Number of tracker hits in this event: 66 + 49 169.936 1071 10 1 34.3649 -93.6191 95.55 + 49 106.83 432 10 0 34.3629 -93.619 94.15 + 49 115.539 1071 9 1 34.3211 -93.6154 65.55 + 49 129.478 432 9 0 34.3194 -93.615 64.15 + 49 137.353 1071 8 1 34.2856 -93.6 35.55 + 49 113.33 432 8 0 34.285 -93.5988 34.15 + 49 112.423 1071 7 1 34.2697 -93.5728 5.55 + 49 135.635 432 7 0 34.2688 -93.5716 4.15 + 49 136.636 1070 6 1 34.2472 -93.5476 -24.45 + 49 102.972 433 6 0 34.2447 -93.5473 -25.85 + 49 131.679 1070 5 1 34.1937 -93.5396 -54.45 + 49 118.842 433 5 0 34.1908 -93.5384 -55.85 + 49 392.275 1070 4 1 34.1306 -93.5149 -84.45 + 49 144.093 433 4 0 34.1276 -93.5127 -85.85 + 49 133.105 1070 3 1 34.0643 -93.4685 -114.45 + 49 340.789 433 3 0 34.0612 -93.4651 -115.85 + 49 345.849 1069 2 1 33.9957 -93.3962 -144.45 + 49 113.4 433 2 0 33.9919 -93.3922 -145.85 + 49 263.26 1069 1 1 33.9168 -93.3141 -174.45 + 49 138.142 434 1 0 33.9141 -93.3094 -175.85 + 49 160.307 1069 0 1 33.8543 -93.2101 -204.45 + 49 150.182 434 0 0 33.8503 -93.2037 -205.85 + 49 272.597 432 4 0 34.2289 -93.5849 -85.85 + 49 180.553 1074 3 1 34.9176 -95.1681 -114.45 + 49 260.83 424 3 0 34.9597 -95.2508 -115.85 + 49 111.632 1079 2 1 36.0072 -97.1028 -144.45 + 49 1.47253 1080 2 1 36.05 -97.1214 -144.838 + 49 107.862 414 2 0 36.1562 -97.1644 -145.85 + 49 141.406 1095 1 1 39.0613 -98.2998 -174.45 + 49 103.647 408 1 0 39.2161 -98.3767 -175.85 + 49 146.026 1111 0 1 42.4105 -99.8393 -204.45 + 49 17.0222 1112 0 1 42.45 -99.8367 -204.793 + 49 103.242 401 0 0 42.5704 -99.822 -205.85 + 49 398.348 1073 3 1 34.8499 -95.1613 -114.598 + 49 118.515 424 2 0 33.9542 -95.1719 -145.85 + 49 45.1664 425 2 0 33.9446 -95.15 -146.142 + 49 120.302 1067 1 1 33.4553 -93.0252 -174.45 + 49 121.299 435 1 0 33.5136 -92.9682 -175.85 + 49 178.075 1073 0 1 34.6548 -92.0914 -204.45 + 49 42.4794 439 0 0 35.1527 -92.3241 -205.851 + 49 180.116 438 0 0 35.2013 -92.35 -205.99 + 49 234.608 383 0 0 27.2755 -103.408 -206.25 + 49 115.804 382 0 0 27.1011 -103.55 -206.034 + 49 42.9328 1029 0 1 25.9562 -104.489 -204.85 + 49 95.9362 1028 0 1 25.85 -104.563 -204.747 + 49 74.825 1027 0 1 25.6499 -104.713 -204.549 + 49 105.07 673 1 0 112.447 -45.4303 -176.25 + 49 208.702 674 1 0 112.833 -45.2497 -176.153 + 49 76.5152 675 1 0 113.291 -45.0497 -176.029 + 49 138.756 676 1 0 113.531 -44.85 -176.002 + 49 104.166 677 1 0 113.756 -44.65 -175.932 + 49 183.412 1476 1 1 115.422 -42.5618 -174.85 + 49 105.024 1475 1 1 115.35 -42.1068 -174.61 + 49 1.9202 1474 1 1 115.15 -41.8286 -174.459 + 49 130.289 1036 0 1 27.2836 -102.673 -204.85 + 49 221.985 461 5 0 32.5371 -87.7715 -56.25 + 49 204.936 1064 5 1 33.0086 -87.3307 -54.85 + 49 215.77 1065 5 1 33.05 -87.2654 -54.6302 + 49 47.6729 366 6 1 -106.75 -56.195 -24.7304 + 49 116.494 1070 0 1 34.0502 -93.4846 -204.56 + 49 126.368 435 0 0 34.2837 -93.0588 -205.85 + 49 45.7703 436 0 0 34.3615 -92.95 -206.131 + 49 122.945 1070 1 1 34.1318 -93.5276 -174.45 + 49 108.466 433 1 0 34.0918 -93.4928 -175.85 + 49 126.4 1066 0 1 33.3039 -93.4842 -204.45 + 49 88.0854 433 0 0 33.6821 -93.3697 -205.85 +Number of digits in this event: 39 +Using G4ParticleGun... +Particle energy: 5.51247 LIN +Particle: e- +Event: 50 +Number of tracker hits in this event: 54 + 50 388.708 321 9 1 -115.844 -65.1618 65.55 + 50 119.505 574 9 0 -115.843 -65.1594 64.15 + 50 99.4826 321 8 1 -115.827 -65.1116 35.55 + 50 140.554 574 8 0 -115.828 -65.1092 34.15 + 50 237.032 321 7 1 -115.859 -65.063 5.55 + 50 121.843 574 7 0 -115.863 -65.0619 4.15 + 50 142.219 321 6 1 -115.937 -65.0384 -24.45 + 50 150.072 575 6 0 -115.94 -65.0368 -25.85 + 50 156.128 320 5 1 -116.012 -65.0056 -54.45 + 50 110.9 575 5 0 -116.015 -65.0038 -55.85 + 50 131.964 320 4 1 -116.092 -64.9666 -84.45 + 50 121.929 575 4 0 -116.097 -64.9639 -85.85 + 50 97.0231 319 3 1 -116.192 -64.9097 -114.45 + 50 233.61 575 3 0 -116.198 -64.9044 -115.85 + 50 176.71 319 2 1 -116.314 -64.7933 -144.45 + 50 103.883 576 2 0 -116.318 -64.7874 -145.85 + 50 99.7294 318 1 1 -116.41 -64.6685 -174.45 + 50 95.5885 576 1 0 -116.414 -64.6642 -175.85 + 50 316.627 318 0 1 -116.502 -64.5798 -204.45 + 50 117.25 577 0 0 -116.504 -64.5758 -205.85 + 50 46.0615 850 5 0 -80.6077 -9.91669 -56.2494 + 50 106.619 851 5 0 -80.6696 -9.85 -56.1083 + 50 41.6766 494 5 1 -81.2038 -9.04805 -54.85 + 50 88.4995 493 5 1 -81.2502 -8.99372 -54.7677 + 50 116.493 492 5 1 -81.4501 -8.86086 -54.5624 + 50 74.4263 491 5 1 -81.65 -8.76887 -54.4605 + 50 129.797 490 5 1 -81.8501 -8.65655 -54.4827 + 50 96.8546 489 5 1 -82.0502 -8.56835 -54.4549 + 50 421.171 488 5 1 -82.25 -8.48234 -54.4868 + 50 99.4734 317 0 1 -116.672 -64.4141 -204.45 + 50 24.0733 316 0 1 -116.75 -64.5894 -204.755 + 50 119.368 575 0 0 -116.959 -64.8997 -205.85 + 50 469.737 318 2 1 -116.419 -64.6667 -144.45 + 50 521.627 317 2 1 -116.55 -64.6322 -144.607 + 50 247.23 316 2 1 -116.75 -65.3171 -144.647 + 50 183.203 565 2 0 -116.276 -66.8632 -145.85 + 50 58.789 330 2 1 -114.068 -67.5936 -144.85 + 50 271.409 331 2 1 -113.95 -67.6972 -144.709 + 50 14.9808 332 2 1 -113.75 -67.7029 -144.714 + 50 48.7414 564 2 0 -115.08 -67.2356 -145.85 + 50 121.654 563 2 0 -115.19 -67.25 -145.89 + 50 1.60553 326 2 1 -114.754 -66.7644 -144.85 + 50 169.703 327 2 1 -114.75 -66.7628 -144.846 + 50 113.31 578 2 0 -118.128 -64.3844 -145.85 + 50 198.024 574 6 0 -115.945 -65.0501 -25.9651 + 50 106.198 322 7 1 -115.75 -64.9955 5.40852 + 50 87.7843 579 7 0 -115.313 -64.2126 4.15 + 50 55.7553 580 7 0 -115.282 -64.0494 3.89831 + 50 81.2872 320 9 1 -115.95 -64.7131 65.42 + 50 59.7241 319 9 1 -116.15 -64.5735 65.2273 + 50 122.583 583 9 0 -118.543 -63.3969 64.1497 + 50 53.178 293 9 1 -121.399 -63.4728 65.15 + 50 83.7208 292 9 1 -121.551 -63.4759 65.2232 + 50 308.199 584 9 0 -122.349 -63.2326 64.1496 +Number of digits in this event: 25 +Using G4ParticleGun... +Particle energy: 9.78436 LIN +Particle: e- +Event: 51 +Number of tracker hits in this event: 23 + 51 143.812 427 10 1 -94.7072 -0.923866 95.55 + 51 146.855 895 10 0 -94.7072 -0.922811 94.15 + 51 106.481 427 9 1 -94.7123 -0.900364 65.55 + 51 133.525 895 9 0 -94.7129 -0.898906 64.15 + 51 119.097 427 8 1 -94.7261 -0.869965 35.55 + 51 175.102 895 8 0 -94.727 -0.869032 34.15 + 51 109.794 427 7 1 -94.7455 -0.846402 5.55 + 51 114.062 896 7 0 -94.7465 -0.845334 4.15 + 51 118.363 426 6 1 -94.7657 -0.82152 -24.45 + 51 151.798 896 6 0 -94.7664 -0.820396 -25.85 + 51 113.226 426 5 1 -94.7817 -0.799092 -54.45 + 51 158.02 896 5 0 -94.7821 -0.797223 -55.85 + 51 181.912 426 4 1 -94.7906 -0.75529 -84.45 + 51 148.972 896 4 0 -94.7907 -0.75318 -85.85 + 51 111.265 426 3 1 -94.7935 -0.707783 -114.45 + 51 106.845 896 3 0 -94.7934 -0.705545 -115.85 + 51 114.341 426 2 1 -94.7953 -0.663279 -144.45 + 51 127.727 896 2 0 -94.796 -0.662478 -145.85 + 51 99.6921 426 1 1 -94.8098 -0.645694 -174.45 + 51 180.679 897 1 0 -94.8102 -0.646581 -175.85 + 51 107.311 426 0 1 -94.8179 -0.661574 -204.45 + 51 103.514 896 0 0 -94.8191 -0.661943 -205.85 + 51 114.29 1074 3 0 -88.6452 34.9486 -116.25 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 3.53729 LIN +Particle: e- +Event: 52 +Number of tracker hits in this event: 161 + 52 171.429 1124 11 1 44.8699 -8.84358 125.55 + 52 112.753 856 11 0 44.8706 -8.84132 124.15 + 52 119.781 1124 10 1 44.894 -8.79959 95.55 + 52 132.895 856 10 0 44.8951 -8.79552 94.15 + 52 133.029 1124 9 1 44.9162 -8.71564 65.55 + 52 157.438 856 9 0 44.9189 -8.71092 64.15 + 52 124.139 1124 8 1 44.9734 -8.6189 35.55 + 52 114.123 857 8 0 44.9751 -8.61314 34.15 + 52 386.312 1124 7 1 45.0134 -8.50869 5.55 + 52 379.341 857 7 0 45.0147 -8.50474 4.15 + 52 112.177 1124 6 1 45.0401 -8.42443 -24.45 + 52 104.825 858 6 0 45.0416 -8.42688 -25.85 + 52 960.022 1125 5 1 45.106 -8.48472 -54.45 + 52 117.037 857 5 0 45.1104 -8.48933 -55.85 + 52 106.421 1125 4 1 45.1738 -8.54323 -84.45 + 52 468.925 857 4 0 45.1821 -8.54466 -85.85 + 52 120.912 1126 3 1 45.3464 -8.55601 -114.45 + 52 212.824 857 3 0 45.3461 -8.55308 -115.85 + 52 202.262 1126 2 1 45.3209 -8.46236 -144.45 + 52 310.06 857 2 0 45.3184 -8.45868 -145.85 + 52 239.252 1125 1 1 45.2416 -8.38571 -174.45 + 52 126.62 858 1 0 45.2311 -8.3913 -175.85 + 52 589.132 1124 0 1 45.0033 -8.55006 -204.45 + 52 118.994 857 0 0 44.982 -8.55098 -205.85 + 52 237.698 1126 0 1 45.3379 -8.2867 -204.45 + 52 221.042 858 0 0 45.2769 -8.30946 -205.85 + 52 293.614 1002 2 0 -24.4771 20.5426 -146.25 + 52 574.117 1125 3 1 45.1418 -8.2969 -114.45 + 52 226.12 858 3 0 45.013 -8.33769 -115.85 + 52 117.687 1112 2 1 42.5795 -9.23825 -144.45 + 52 133.353 852 2 0 42.5004 -9.47042 -145.85 + 52 161.787 1110 1 1 42.1555 -14.9599 -174.45 + 52 106.644 824 1 0 42.3851 -15.149 -175.85 + 52 405.883 1134 0 1 46.9443 -18.4948 -204.45 + 52 93.2861 1135 0 1 47.05 -18.5095 -204.57 + 52 5.39123 1136 0 1 47.25 -18.5292 -204.837 + 52 246.223 807 0 0 47.9726 -18.612 -205.85 + 52 823.202 1124 2 1 44.9688 -8.19369 -144.45 + 52 107.468 859 2 0 44.9559 -8.21529 -145.85 + 52 137.746 1122 1 1 44.6152 -8.67066 -174.45 + 52 298.42 856 1 0 44.6293 -8.68248 -175.85 + 52 119.324 855 0 0 45.042 -8.87753 -205.85 + 52 233.121 859 3 0 45.0822 -8.07733 -115.85 + 52 452.631 860 2 0 44.908 -7.92191 -145.85 + 52 98.7492 1124 1 1 45.0378 -7.80674 -174.45 + 52 104.891 861 1 0 45.0339 -7.78924 -175.85 + 52 136.9 863 0 0 44.9454 -7.42538 -205.85 + 52 276.531 1123 1 1 44.7482 -8.82353 -174.451 + 52 128.753 1115 0 1 43.128 -7.30768 -204.45 + 52 155.272 864 0 0 43.0536 -7.18633 -205.85 + 52 28.0211 1125 2 1 45.05 -8.13263 -144.762 + 52 356.198 856 2 0 45.505 -8.65 -145.962 + 52 163.712 1172 1 1 54.5662 -22.9297 -174.45 + 52 45.283 786 1 0 54.7486 -22.6876 -175.85 + 52 69.4094 787 1 0 54.7739 -22.65 -176.036 + 52 117.051 1185 0 1 57.1237 -17.2616 -204.45 + 52 165.442 817 0 0 56.9566 -16.6113 -205.85 + 52 7.53417 818 0 0 56.9399 -16.45 -206.216 + 52 180.522 1152 2 1 50.4764 -6.4864 -144.45 + 52 106.004 868 2 0 50.4633 -6.28525 -145.85 + 52 52.9279 869 2 0 50.461 -6.24995 -146.081 + 52 139.708 1150 1 1 50.2069 -2.28697 -174.45 + 52 55.0006 892 1 0 49.6796 -1.54081 -175.85 + 52 120.238 893 1 0 49.6152 -1.45 -176.026 + 52 29.5921 1110 0 1 42.1078 15.6438 -204.45 + 52 130.571 1109 0 1 42.05 15.6945 -204.558 + 52 176.416 981 0 0 40.8112 16.3336 -205.85 + 52 312.692 982 0 0 40.6026 16.4501 -206.036 + 52 186.992 1008 0 0 30.4801 21.6915 -206.25 + 52 3.27735 1035 0 1 27.0588 20.4925 -204.85 + 52 117.992 1034 0 1 27.0499 20.4888 -204.847 + 52 207.48 1033 0 1 26.85 20.4763 -204.778 + 52 69.4368 1032 0 1 26.65 20.5276 -204.7 + 52 60.5796 1031 0 1 26.45 20.5957 -204.492 + 52 65.3559 1030 0 1 26.2496 20.5866 -204.505 + 52 97.8372 1029 0 1 26.0497 20.5775 -204.547 + 52 194.5 998 0 0 25.4845 19.812 -205.85 + 52 396.672 1036 0 0 -16.9677 27.3174 -206.25 + 52 80.2911 1037 0 0 -16.7452 27.45 -206.051 + 52 148.345 1002 0 0 26.4156 20.5272 -205.85 + 52 131.016 1125 6 1 45.183 -8.50414 -24.45 + 52 341.036 857 6 0 45.184 -8.51579 -25.85 + 52 138.364 856 5 0 45.1644 -8.8246 -55.85 + 52 406.57 1124 4 1 44.9565 -9.68816 -84.45 + 52 141.508 851 4 0 44.941 -9.73884 -85.85 + 52 125.241 1122 3 1 44.5873 -10.8158 -114.45 + 52 137.998 845 3 0 44.5665 -10.8711 -115.85 + 52 109.86 1120 2 1 44.1288 -12.0728 -144.45 + 52 108.558 839 2 0 44.1198 -12.1505 -145.85 + 52 126.839 1119 1 1 43.8724 -13.6422 -174.45 + 52 145.995 831 1 0 43.8661 -13.7064 -175.85 + 52 130.38 1118 0 1 43.7152 -15.0541 -204.45 + 52 196.547 824 0 0 43.6993 -15.1194 -205.85 + 52 291.29 856 0 0 47.0589 -8.76932 -205.85 + 52 141.605 1117 6 1 43.613 -8.48517 -24.45 + 52 121.522 1106 5 1 41.2565 -11.0015 -54.45 + 52 110.81 846 5 0 41.4332 -10.8356 -55.85 + 52 187.962 1120 4 1 44.0583 -7.73341 -84.45 + 52 153.473 860 4 0 44.2151 -7.89125 -85.85 + 52 119.811 1135 3 1 47.2403 -9.98028 -114.45 + 52 144.178 849 3 0 47.2638 -10.1271 -115.85 + 52 129.09 1142 2 1 48.5984 -13.35 -144.45 + 52 112.958 832 2 0 48.4437 -13.4537 -145.85 + 52 66.3728 1128 1 1 45.667 -14.4308 -174.45 + 52 45.2003 1127 1 1 45.65 -14.4919 -174.665 + 52 81.0444 826 1 0 45.5472 -14.7861 -175.85 + 52 52.8955 825 1 0 45.5225 -14.85 -176.109 + 52 137.568 1116 0 1 43.4133 -22.4226 -204.45 + 52 129.357 786 0 0 43.3392 -22.6801 -205.85 + 52 191.048 1115 5 1 43.1329 -8.36361 -54.45 + 52 68.792 867 5 0 42.8894 -6.64679 -55.85 + 52 43.4197 868 5 0 42.8757 -6.44994 -55.9015 + 52 202.095 1113 5 1 42.6764 -5.97783 -54.8498 + 52 60.8672 1114 5 1 42.85 -5.97944 -54.7006 + 52 126.794 858 5 0 45.2088 -8.32283 -55.85 + 52 181.675 1141 4 1 48.3242 -8.76527 -84.45 + 52 88.6891 1167 3 1 53.5937 -3.65519 -114.45 + 52 38.4618 1168 3 1 53.65 -3.60826 -114.685 + 52 95.395 883 3 0 53.8731 -3.33262 -115.85 + 52 11.0682 884 3 0 53.9442 -3.25 -116.215 + 52 75.3618 1196 2 1 59.264 3.19247 -144.45 + 52 56.5857 1195 2 1 59.2499 3.21975 -144.645 + 52 111.426 916 2 0 59.1615 3.39441 -145.85 + 52 6.13543 917 2 0 59.1395 3.45 -146.223 + 52 144.924 1185 1 1 57.1031 7.34703 -174.451 + 52 94.598 937 1 0 57.2266 7.59134 -175.85 + 52 41.4457 938 1 0 57.2579 7.65001 -176.16 + 52 113.133 1200 0 1 60.0892 12.9611 -204.45 + 52 112.195 963 0 0 60.3416 12.8081 -205.851 + 52 519.409 1126 5 1 45.2502 -7.96165 -54.5023 + 52 12.4469 889 5 0 47.3707 -2.09126 -55.85 + 52 67.4763 890 5 0 47.3916 -2.05 -55.8591 + 52 76.395 891 5 0 47.4914 -1.85 -55.9535 + 52 80.6304 892 5 0 47.6495 -1.65 -56.1076 + 52 88.9198 904 5 0 85.2554 0.858686 -56.25 + 52 27.8554 903 5 0 85.3483 0.85 -55.9428 + 52 16.0831 1328 5 1 85.8254 0.712675 -54.85 + 52 116.532 1329 5 1 85.85 0.708023 -54.8064 + 52 152.315 871 5 0 44.5136 -5.78126 -55.85 + 52 191.094 870 5 0 44.1902 -5.85 -56.0047 + 52 99.7702 849 10 0 44.7941 -10.1274 94.15 + 52 30.8978 1122 10 1 44.4608 -10.7541 95.15 + 52 24.7139 846 10 0 44.4522 -10.6621 94.15 + 52 61.1731 1119 10 1 43.914 -11.646 95.15 + 52 115.438 1127 3 1 45.5123 -9.07496 -114.45 + 52 121.204 854 3 0 45.5484 -9.06484 -115.85 + 52 150.41 1131 2 1 46.4155 -8.82077 -144.45 + 52 106.7 1134 1 1 47.0185 -8.92775 -174.45 + 52 239.529 855 1 0 47.0101 -8.98722 -175.85 + 52 142.033 850 0 0 46.8786 -10.0149 -205.85 + 52 72.0124 1094 1 1 38.9108 -18.8839 -174.45 + 52 98.116 1124 3 1 44.8693 -8.54464 -114.45 + 52 0.107565 1128 0 1 45.85 -9.21085 -204.45 + 52 121.947 1129 0 1 45.85 -9.21086 -204.452 + 52 180.569 854 0 0 45.8778 -9.2164 -205.85 + 52 3.94294 853 0 0 45.9134 -9.25 -206.245 + 52 120.441 566 0 0 80.1589 -66.7079 -206.25 + 52 60.6344 565 0 0 79.999 -66.8509 -206.004 + 52 102.428 564 0 0 79.9805 -67.05 -206.004 + 52 183.853 1296 0 1 79.3952 -66.8695 -204.85 + 52 70.1765 1295 0 1 79.25 -66.901 -204.797 +Number of digits in this event: 87 +Using G4ParticleGun... +Particle energy: 7.936 LIN +Particle: e- +Event: 53 +Number of tracker hits in this event: 73 + 53 101.825 325 9 1 -114.994 -22.8742 65.55 + 53 108.154 785 9 0 -114.993 -22.8736 64.15 + 53 109.504 325 8 1 -114.974 -22.867 35.55 + 53 159.651 785 8 0 -114.973 -22.8668 34.15 + 53 154.718 325 7 1 -114.963 -22.8598 5.55 + 53 158.356 785 7 0 -114.963 -22.861 4.15 + 53 117.186 325 6 1 -114.958 -22.8921 -24.45 + 53 137.396 785 6 0 -114.957 -22.8942 -25.85 + 53 246.777 326 5 1 -114.941 -22.9404 -54.45 + 53 347.446 785 5 0 -114.94 -22.9421 -55.85 + 53 109.102 326 4 1 -114.929 -22.9714 -84.45 + 53 130.487 785 4 0 -114.928 -22.9725 -85.85 + 53 128.817 326 3 1 -114.904 -22.9939 -114.45 + 53 115.154 785 3 0 -114.903 -22.9949 -115.85 + 53 568.614 326 2 1 -114.882 -23.0164 -144.45 + 53 127.11 785 2 0 -114.88 -23.0182 -145.85 + 53 288.15 326 1 1 -114.838 -23.057 -174.45 + 53 354.633 784 1 0 -114.836 -23.0599 -175.85 + 53 776.695 326 0 1 -114.797 -23.1174 -204.45 + 53 527.677 784 0 0 -114.793 -23.119 -205.85 + 53 136.898 319 1 0 -135.501 -116.228 -176.25 + 53 71.0619 318 1 0 -135.856 -116.35 -176.01 + 53 209.17 218 1 1 -136.549 -116.22 -174.85 + 53 145.439 217 1 1 -136.55 -116.219 -174.847 + 53 136.397 219 1 1 -136.35 -116.17 -174.553 + 53 54.4479 423 0 1 -95.5445 -96.419 -204.85 + 53 7.96568 1113 1 0 -116.985 42.6789 -176.25 + 53 99.3278 1560 1 0 -97.8546 132.241 -176.25 + 53 202.249 1561 1 0 -97.8681 132.35 -176.173 + 53 68.8046 787 2 0 -114.774 -22.4954 -145.85 + 53 107.915 788 2 0 -114.77 -22.45 -145.969 + 53 366.926 824 2 0 -162.698 -15.1196 -146.25 + 53 146.121 86 2 1 -162.841 -15.0119 -144.85 + 53 73.364 87 2 1 -162.75 -14.9943 -144.606 + 53 99.6206 825 2 0 -162.993 -15.05 -145.947 + 53 705.798 325 5 1 -114.95 -22.9433 -54.6138 + 53 215.994 784 2 0 -114.815 -23.1993 -145.85 + 53 119.404 328 1 1 -114.363 -24.8115 -174.451 + 53 114.998 776 1 0 -114.573 -24.6879 -175.85 + 53 97.9709 301 0 1 -119.916 -22.9529 -204.45 + 53 84.4869 300 0 1 -119.95 -22.8437 -204.648 + 53 102.839 789 0 0 -120.211 -22.2199 -205.85 + 53 4.02262 790 0 0 -120.293 -22.05 -206.231 + 53 86.6303 474 1 1 -85.2204 -90.3974 -174.85 + 53 29.784 444 1 0 -86.6091 -91.1601 -175.85 + 53 127.671 475 1 1 -85.05 -90.6191 -174.547 + 53 120.573 939 0 0 -65.3375 7.85343 -206.25 + 53 32.3179 938 0 0 -65.2527 7.84982 -206.199 + 53 103.028 786 5 0 -115.193 -22.6848 -55.85 + 53 23.1919 787 5 0 -115.249 -22.65 -56.1567 + 53 110.404 302 4 1 -119.721 -19.7025 -84.45 + 53 24.205 301 4 1 -119.75 -19.5671 -84.7628 + 53 14.4139 804 4 0 -119.864 -19.0692 -85.85 + 53 139.463 805 4 0 -119.869 -19.05 -85.891 + 53 65.5463 292 3 1 -121.675 -4.84947 -114.45 + 53 54.641 291 3 1 -121.75 -4.81573 -114.671 + 53 15.9048 876 3 0 -122.186 -4.65543 -115.85 + 53 174.368 877 3 0 -122.202 -4.65 -115.892 + 53 71.0045 235 2 1 -132.99 -2.07451 -144.45 + 53 46.3804 234 2 1 -133.15 -2.00679 -144.707 + 53 132.655 892 2 0 -133.887 -1.64996 -145.85 + 53 17.1953 127 1 1 -154.704 11.088 -174.451 + 53 95.112 126 1 1 -154.75 11.1018 -174.5 + 53 45.7654 125 1 1 -154.95 11.1757 -174.721 + 53 129.65 957 1 0 -155.964 11.5647 -175.85 + 53 46.8115 958 1 0 -156.228 11.6501 -176.118 + 53 118.652 318 4 1 -116.497 -24.344 -84.45 + 53 38.6503 777 4 0 -116.247 -24.6174 -85.85 + 53 55.7078 776 4 0 -116.217 -24.65 -86.0206 + 53 1.98407 362 3 1 -107.556 -35.3015 -114.45 + 53 114.302 363 3 1 -107.55 -35.3033 -114.461 + 53 121.313 722 3 0 -106.865 -35.5182 -115.85 + 53 109.515 468 4 1 -86.3172 104.189 -84.4501 +Number of digits in this event: 32 +Using G4ParticleGun... +Particle energy: 6.13851 LIN +Particle: e- +Event: 54 +Number of tracker hits in this event: 38 + 54 117.862 954 8 1 10.9102 -139.424 35.55 + 54 105.394 203 8 0 10.9098 -139.425 34.15 + 54 154.877 954 7 1 10.9025 -139.44 5.55 + 54 122.151 203 7 0 10.9022 -139.439 4.15 + 54 111.384 954 6 1 10.9006 -139.427 -24.45 + 54 184.236 203 6 0 10.9014 -139.413 -25.85 + 54 128.778 954 5 1 10.9201 -139.136 -54.45 + 54 165.677 205 5 0 10.9203 -139.121 -55.85 + 54 219.461 954 4 1 10.9125 -138.812 -84.45 + 54 105.119 206 4 0 10.9193 -138.795 -85.85 + 54 104.119 955 3 1 11.0793 -138.432 -114.45 + 54 117.804 208 3 0 11.0855 -138.411 -115.85 + 54 131.517 955 2 1 11.1853 -137.989 -144.45 + 54 129.075 210 2 0 11.187 -137.965 -145.85 + 54 123.917 955 1 1 11.2091 -137.505 -174.45 + 54 97.1532 213 1 0 11.2137 -137.488 -175.85 + 54 208.063 955 0 1 11.1227 -137.191 -204.45 + 54 126.469 214 0 0 11.0969 -137.183 -205.85 + 54 12.0321 529 4 0 126.434 -74.0544 -86.25 + 54 406.107 530 4 0 126.41 -74.05 -86.2352 + 54 110.009 531 4 0 126.56 -73.85 -85.992 + 54 52.2988 955 4 1 11.05 -138.959 -84.7509 + 54 115.22 201 4 0 11.3755 -139.775 -85.85 + 54 78.8672 200 4 0 11.4591 -139.95 -86.1503 + 54 20.8546 201 5 0 8.30109 -139.77 -56.25 + 54 31.4634 202 5 0 8.28873 -139.75 -56.2422 + 54 136.19 824 6 0 -18.2935 -15.1154 -26.25 + 54 236.876 808 6 1 -18.3855 -15.239 -24.8499 + 54 39.7205 1045 2 1 29.1066 -135.271 -144.85 + 54 119.477 216 2 0 22.3513 -136.863 -146.25 + 54 187.681 1013 2 1 22.7466 -136.739 -144.85 + 54 35.3852 1014 2 1 22.85 -136.78 -144.471 + 54 164.348 1015 2 1 23.05 -136.899 -144.527 + 54 127.97 213 2 0 23.0125 -137.465 -145.85 + 54 127.958 954 1 1 10.9118 -139.449 -174.45 + 54 100.21 203 1 0 10.9416 -139.461 -175.85 + 54 127.964 957 0 1 11.5924 -139.657 -204.45 + 54 151.331 202 0 0 11.5233 -139.655 -205.85 +Number of digits in this event: 24 +Using G4ParticleGun... +Particle energy: 9.20364 LIN +Particle: e- +Event: 55 +Number of tracker hits in this event: 149 + 55 446.733 1093 11 1 38.6734 5.58773 125.55 + 55 470.514 927 11 0 38.6746 5.5875 124.15 + 55 111.86 1093 10 1 38.7025 5.58776 95.55 + 55 122.538 927 10 0 38.7057 5.58697 94.15 + 55 374.459 1093 9 1 38.7748 5.56769 65.55 + 55 117.178 927 9 0 38.7795 5.56075 64.15 + 55 97.5897 1094 8 1 38.8638 5.41426 35.55 + 55 114.614 926 8 0 38.8669 5.40224 34.15 + 55 251.71 1094 7 1 38.9405 5.15614 5.55 + 55 136.173 925 7 0 38.9451 5.1486 4.15 + 55 113.71 1094 6 1 39.047 5.00624 -24.45 + 55 107.443 924 6 0 39.0527 5.0061 -25.85 + 55 118.345 1095 5 1 39.1731 4.99449 -54.45 + 55 118.081 924 5 0 39.176 4.99726 -55.85 + 55 102.578 1095 4 1 39.1822 5.05526 -84.45 + 55 241.014 925 4 0 39.1814 5.05272 -85.85 + 55 121.198 1095 3 1 39.157 4.995 -114.45 + 55 127.496 924 3 0 39.1527 4.99211 -115.85 + 55 132.446 1095 2 1 39.0664 4.92671 -144.45 + 55 122.725 924 2 0 39.056 4.92322 -145.85 + 55 108.568 1093 1 1 38.8418 4.84454 -174.45 + 55 141.536 923 1 0 38.835 4.84003 -175.85 + 55 134.048 1093 0 1 38.6803 4.75481 -204.45 + 55 130.564 923 0 0 38.6801 4.75256 -205.85 + 55 49.2964 985 5 0 -45.5926 17.2428 -56.25 + 55 99.8098 904 5 0 22.2258 0.858936 -56.25 + 55 116.98 903 5 0 22.3082 0.85 -56.1597 + 55 0.770023 1450 0 1 110.15 0.628268 -204.703 + 55 158.776 926 7 0 38.8852 5.42007 4.14984 + 55 127.624 1095 6 1 39.1033 3.05926 -24.45 + 55 10.285 914 6 0 39.1278 2.85554 -25.85 + 55 173.91 913 6 0 39.1287 2.84986 -25.8881 + 55 105.182 1099 5 1 40.0405 -1.09126 -54.45 + 55 198.244 892 5 0 40.0492 -1.57934 -55.85 + 55 56.8819 891 5 0 40.0526 -1.65 -56.0532 + 55 173.15 1100 4 1 40.2129 -11.81 -84.45 + 55 86.2491 838 4 0 40.0939 -12.3479 -85.8503 + 55 36.2647 837 4 0 40.0712 -12.4502 -86.1223 + 55 133.011 1086 3 1 37.3858 -22.8009 -114.45 + 55 143.259 784 3 0 37.0896 -23.1094 -115.85 + 55 288.335 1057 2 1 31.6011 -29.8499 -144.45 + 55 120.737 749 2 0 31.5449 -30.1452 -145.85 + 55 115.962 1055 1 1 31.2011 -35.323 -174.45 + 55 61.2688 722 1 0 31.3209 -35.608 -175.85 + 55 38.7727 721 1 0 31.3396 -35.65 -176.07 + 55 414.59 1066 0 1 33.3493 -40.2852 -204.45 + 55 37.4298 697 0 0 33.3412 -40.6226 -205.85 + 55 180.982 696 0 0 33.3414 -40.65 -205.962 + 55 191.976 1065 0 1 33.25 -40.4418 -204.543 + 55 147.36 1364 5 1 92.95 -174.223 -54.7783 + 55 89.1757 1093 7 1 38.7453 5.6142 5.55 + 55 295.882 1092 7 1 38.65 5.61858 5.45689 + 55 38.1307 1091 7 1 38.45 5.63004 5.25034 + 55 101.864 930 7 0 38.5148 6.17041 4.15 + 55 132.302 1092 10 1 38.6409 5.71518 95.55 + 55 114.341 928 10 0 38.6389 5.72157 94.15 + 55 127.007 1092 9 1 38.6122 5.83932 65.55 + 55 114.323 928 9 0 38.6132 5.84438 64.15 + 55 122.808 1092 8 1 38.6314 5.95117 35.55 + 55 263.623 929 8 0 38.631 5.95571 34.15 + 55 104.38 929 7 0 38.6116 6.03524 4.15 + 55 167.513 1092 6 1 38.5428 6.03975 -24.45 + 55 129.673 929 6 0 38.5431 6.03726 -25.85 + 55 99.2355 1092 5 1 38.5649 5.97882 -54.45 + 55 119.519 929 5 0 38.5704 5.97747 -55.85 + 55 130.555 1093 4 1 38.6619 5.93938 -84.45 + 55 144.53 929 4 0 38.6684 5.93834 -85.85 + 55 132.726 1093 3 1 38.7921 5.91569 -114.45 + 55 110.036 929 3 0 38.7953 5.91607 -115.85 + 55 101.381 1094 2 1 38.8565 5.93122 -144.45 + 55 178.991 929 2 0 38.8586 5.92899 -145.85 + 55 156.564 1094 1 1 38.908 5.88802 -174.45 + 55 126.938 929 1 0 38.9087 5.88634 -175.85 + 55 501.851 1094 0 1 38.8909 5.85257 -204.45 + 55 115.167 929 0 0 38.8919 5.85169 -205.85 + 55 168.871 930 0 0 38.9686 6.18445 -205.85 + 55 0.922653 931 0 0 38.9713 6.25 -206.245 + 55 114.628 1095 0 1 39.05 5.26617 -204.687 + 55 10.6902 914 0 0 39.1325 2.90367 -205.85 + 55 86.1913 913 0 0 39.1333 2.85 -205.877 + 55 73.9983 912 0 0 39.1524 2.65 -206.001 + 55 15.1068 911 0 0 39.1823 2.45 -206.193 + 55 24.2453 779 0 0 47.3315 -24.2018 -206.25 + 55 66.8012 778 0 0 47.3615 -24.2501 -206.194 + 55 73.1436 777 0 0 47.4488 -24.45 -206.023 + 55 49.061 776 0 0 47.5143 -24.65 -205.921 + 55 5.1479 775 0 0 47.6017 -24.8503 -205.86 + 55 364.234 1144 0 1 48.8679 -27.0941 -204.85 + 55 357.528 1145 0 1 49.2218 -28.0995 -204.45 + 55 125.2 1146 0 1 49.25 -28.1058 -204.508 + 55 450.511 757 0 0 48.9295 -28.6386 -205.85 + 55 75.2503 756 0 0 48.9155 -28.65 -205.903 + 55 194.958 758 0 0 48.5767 -28.45 -206.174 + 55 63.4414 1090 0 1 38.0692 2.16685 -204.85 + 55 89.4366 1089 0 1 38.0498 2.16242 -204.797 + 55 161.747 1100 10 1 40.1241 4.85231 95.55 + 55 125.816 923 10 0 40.1884 4.82224 94.15 + 55 36.0767 1106 9 1 41.4457 4.24938 65.55 + 55 66.6504 1107 9 1 41.45 4.24723 65.4211 + 55 116.897 920 9 0 41.5005 4.22409 64.15 + 55 128.952 1112 8 1 42.4716 3.72238 35.55 + 55 112.497 918 8 0 42.5056 3.70036 34.15 + 55 136.533 1116 7 1 43.258 3.18022 5.55 + 55 130.568 915 7 0 43.2992 3.17762 4.15 + 55 101.16 1120 6 1 44.1118 3.12804 -24.45 + 55 177.088 915 6 0 44.1192 3.17447 -25.85 + 55 113.624 1122 5 1 44.5824 4.14622 -54.45 + 55 232.275 920 5 0 44.6129 4.18836 -55.85 + 55 108.356 1126 4 1 45.2608 5.01066 -84.45 + 55 353.548 1130 3 1 46.1284 7.08413 -114.45 + 55 166.561 935 3 0 46.2202 7.15868 -115.85 + 55 156.083 1145 2 1 49.2283 9.79724 -144.45 + 55 163.859 949 2 0 49.2825 9.88867 -145.85 + 55 116.087 1147 1 1 49.6035 11.9084 -174.45 + 55 50.5176 959 1 0 49.5008 11.8573 -175.85 + 55 87.447 958 1 0 49.4908 11.85 -175.979 + 55 125.814 1133 0 1 46.8016 10.1015 -204.45 + 55 16.4612 1132 0 1 46.65 10.1096 -204.819 + 55 107.658 950 0 0 46.1712 10.1231 -205.85 + 55 2.49822 936 3 0 46.1714 7.26657 -115.85 + 55 118.134 934 3 0 46.5916 6.94424 -115.851 + 55 37.5123 1219 3 0 176.395 63.989 -116.25 + 55 110.292 1220 3 0 176.513 64.0502 -116.201 + 55 66.5322 1221 3 0 176.529 64.25 -115.978 + 55 166.581 1222 3 0 176.509 64.45 -115.963 + 55 209.371 1780 3 1 176.202 65.089 -114.85 + 55 39.4279 1781 3 1 176.35 64.9334 -114.693 + 55 208.682 964 0 0 49.071 12.9979 -205.85 + 55 77.6159 596 5 0 173.147 -60.7392 -56.25 + 55 234.592 1132 4 1 46.5284 1.26339 -84.45 + 55 183.648 906 4 0 46.4695 1.28122 -85.8507 + 55 112.962 1139 3 1 47.8841 3.52307 -114.45 + 55 87.635 916 3 0 48.3411 3.43747 -115.85 + 55 46.7178 917 3 0 48.4392 3.45 -116.136 + 55 93.4059 1175 2 1 55.1493 7.32361 -144.45 + 55 81.2349 937 2 0 55.5098 7.59079 -145.85 + 55 53.7276 938 2 0 55.5906 7.65002 -146.103 + 55 159.601 903 4 0 46.5172 0.841379 -85.85 + 55 112.407 1137 3 1 47.5583 -9.76902 -114.45 + 55 46.373 1136 3 1 47.4499 -10.0536 -114.737 + 55 67.878 845 3 0 46.9256 -10.9368 -115.85 + 55 102.799 844 3 0 46.8427 -11.05 -115.988 + 55 9.39929 843 3 0 46.6758 -11.25 -116.232 + 55 65.0667 643 3 0 21.5228 -51.3254 -116.249 + 55 81.3 642 3 0 21.4532 -51.4501 -116.072 + 55 28.806 641 3 0 21.3653 -51.65 -115.877 + 55 96.7426 1000 3 1 20.2414 -53.8746 -114.85 + 55 74.5051 999 3 1 20.05 -54.0622 -114.707 + 55 35.9315 998 3 1 19.85 -54.1561 -114.541 +Number of digits in this event: 68 +Using G4ParticleGun... +Particle energy: 6.09523 LIN +Particle: e- +Event: 56 +Number of tracker hits in this event: 130 + 56 68.8494 223 8 0 -54.713 -135.466 33.9932 + 56 90.6623 626 7 1 -54.7152 -135.465 5.55 + 56 137.77 223 7 0 -54.7162 -135.464 4.15 + 56 157.469 626 6 1 -54.7294 -135.445 -24.45 + 56 169.376 223 6 0 -54.7294 -135.445 -25.85 + 56 119.637 626 5 1 -54.7306 -135.438 -54.45 + 56 116.713 223 5 0 -54.7301 -135.438 -55.85 + 56 211.503 626 4 1 -54.7139 -135.431 -84.45 + 56 186.962 223 4 0 -54.7139 -135.43 -85.85 + 56 257.332 626 3 1 -54.7132 -135.426 -114.45 + 56 141.297 223 3 0 -54.7127 -135.426 -115.85 + 56 138.746 626 2 1 -54.7032 -135.419 -144.45 + 56 155.122 223 2 0 -54.7024 -135.42 -145.85 + 56 127.957 626 1 1 -54.6874 -135.445 -174.45 + 56 486.521 223 1 0 -54.688 -135.447 -175.85 + 56 217.151 626 0 1 -54.7044 -135.468 -204.45 + 56 116.112 223 0 0 -54.7062 -135.469 -205.85 + 56 50.9728 220 4 1 -136.129 -45.096 -84.4503 + 56 46.7512 221 4 1 -135.949 -45.1056 -84.5128 + 56 31.0416 300 1 1 -119.95 -125.603 -174.756 + 56 85.123 222 1 0 -54.7506 -135.55 -176.039 + 56 69.2154 625 3 1 -55.0147 -135.687 -114.45 + 56 105.443 624 3 1 -55.05 -135.653 -114.486 + 56 73.6807 623 3 1 -55.2501 -135.466 -114.693 + 56 38.8859 622 3 1 -55.45 -135.424 -114.793 + 56 165.435 230 3 0 -58.4439 -134.113 -115.85 + 56 13.1461 231 3 0 -58.8431 -133.95 -115.883 + 56 98.5429 602 3 1 -59.4649 -133.592 -114.85 + 56 182.764 601 3 1 -59.65 -133.424 -114.659 + 56 16.9401 600 3 1 -59.85 -133.132 -114.518 + 56 29.8577 627 3 1 -54.65 -135.363 -114.756 + 56 101.452 224 3 0 -54.4536 -135.21 -115.85 + 56 5.47261 225 3 0 -54.3815 -135.15 -116.23 + 56 388.964 653 2 1 -49.4353 -130.419 -144.45 + 56 268.455 250 2 0 -48.98 -130.135 -145.85 + 56 135.235 707 1 1 -38.5727 -123.172 -174.45 + 56 111.043 286 1 0 -38.2291 -122.884 -175.85 + 56 121.161 731 0 1 -33.8311 -118.138 -204.45 + 56 122.103 310 0 0 -33.4244 -118.109 -205.85 + 56 133.001 652 2 1 -49.4503 -130.456 -144.476 + 56 19.2582 651 2 1 -49.65 -130.719 -144.802 + 56 123.263 244 2 0 -50.546 -131.277 -145.85 + 56 22.7114 243 2 0 -50.7542 -131.35 -146.167 + 56 123.519 251 2 0 -49.3092 -129.922 -145.85 + 56 188.546 678 1 1 -44.3731 -117.321 -174.45 + 56 36.2768 679 1 1 -44.25 -116.886 -174.763 + 56 22.7972 325 1 0 -43.7662 -115.023 -175.85 + 56 89.1161 326 1 0 -43.7479 -114.95 -175.891 + 56 72.7265 327 1 0 -43.6703 -114.75 -176.007 + 56 69.522 328 1 0 -43.5759 -114.549 -176.117 + 56 85.3514 329 1 0 -43.4861 -114.35 -176.205 + 56 121.433 829 0 1 -14.1824 -59.4628 -204.45 + 56 25.9717 597 0 0 -13.6865 -60.5661 -205.85 + 56 83.9603 596 0 0 -13.6599 -60.65 -205.933 + 56 36.464 595 0 0 -13.5812 -60.8503 -206.147 + 56 81.0459 490 0 0 0.121197 -81.9483 -206.25 + 56 88.9266 489 0 0 0.224287 -82.05 -206.069 + 56 53.7686 905 0 1 1.14863 -82.7139 -204.85 + 56 79.043 906 0 1 1.25 -82.8015 -204.701 + 56 84.2678 566 1 0 -22.3398 -66.7491 -176.25 + 56 106.874 567 1 0 -22.5531 -66.65 -176.07 + 56 11.8162 781 1 1 -23.8148 -66.5272 -174.85 + 56 65.2019 780 1 1 -23.8505 -66.5231 -174.82 + 56 90.0195 779 1 1 -24.05 -66.5167 -174.655 + 56 122.998 778 1 1 -24.25 -66.5871 -174.454 + 56 92.9443 572 1 0 -24.9081 -65.6158 -175.85 + 56 64.6011 573 1 0 -24.9629 -65.4499 -175.993 + 56 90.2692 574 1 0 -25.057 -65.25 -176.086 + 56 64.4879 575 1 0 -25.2403 -65.0499 -176.183 + 56 21.2055 1046 1 0 9.43037 29.3991 -176.25 + 56 153.342 1047 1 0 9.4665 29.45 -176.192 + 56 215.113 953 1 1 10.8194 30.3095 -174.85 + 56 79.4719 954 1 1 10.8501 30.329 -174.833 + 56 111.528 931 0 0 35.4541 6.33176 -206.25 + 56 112.273 932 0 0 35.7915 6.45005 -206.04 + 56 100.351 1093 0 1 38.6727 6.57898 -204.85 + 56 62.722 1094 0 1 38.8503 6.54974 -204.767 + 56 74.6333 1095 0 1 39.05 6.55215 -204.83 + 56 69.9301 1096 0 1 39.25 6.51679 -204.801 + 56 67.163 1097 0 1 39.45 6.45097 -204.702 + 56 122.73 1098 0 1 39.65 6.35284 -204.584 + 56 8.3249 350 2 0 -44.9526 -109.996 -146.25 + 56 48.6962 227 0 0 -54.2548 -134.714 -205.85 + 56 181.608 625 4 1 -54.85 -135.532 -84.6678 + 56 225.956 220 4 0 -55.4158 -135.958 -85.85 + 56 25.9927 537 3 1 -72.5985 -148.896 -114.45 + 56 167.887 536 3 1 -72.65 -148.928 -114.53 + 56 1.57972 535 3 1 -72.85 -149.042 -114.842 + 56 136.753 153 3 0 -73.5195 -149.377 -115.85 + 56 5.14969 555 3 0 -81.0467 -68.8719 -116.25 + 56 71.1479 556 3 0 -81.0442 -68.8493 -116.243 + 56 77.4637 557 3 0 -81.0154 -68.65 -116.188 + 56 62.3378 558 3 0 -80.9891 -68.45 -116.159 + 56 64.4264 559 3 0 -80.9688 -68.25 -116.137 + 56 62.483 560 3 0 -80.939 -68.05 -116.156 + 56 43.1323 561 3 0 -80.8809 -67.85 -116.195 + 56 17.0515 562 3 0 -80.8377 -67.65 -116.234 + 56 129.81 612 2 1 -57.6349 51.837 -144.45 + 56 96.5305 1154 2 0 -57.5025 50.9727 -145.85 + 56 77.7304 1153 2 0 -57.4609 50.8497 -146.045 + 56 183.039 595 1 1 -60.85 34.8992 -174.782 + 56 98.3082 643 1 1 -51.2953 92.0192 -174.45 + 56 69.6566 642 1 1 -51.45 92.0569 -174.616 + 56 249.516 641 1 1 -51.65 92.0701 -174.649 + 56 3.90037 442 2 1 -91.7289 -158.545 -144.45 + 56 85.1286 441 2 1 -91.75 -158.54 -144.46 + 56 160.164 440 2 1 -91.9501 -158.514 -144.581 + 56 109.174 439 2 1 -92.15 -158.499 -144.458 + 56 85.5955 714 5 0 5.62067 -37.2059 -56.2499 + 56 112.689 715 5 0 5.76893 -37.0499 -56.0924 + 56 63.5034 716 5 0 5.8875 -36.85 -55.9288 + 56 73.8912 717 5 0 5.87793 -36.65 -55.9606 + 56 74.8382 718 5 0 5.85559 -36.4494 -56 + 56 106.534 719 5 0 5.81673 -36.25 -56.0842 + 56 103.174 960 5 0 64.5534 12.1636 -56.2496 + 56 96.1965 961 5 0 64.7759 12.25 -55.9757 + 56 17.3232 962 5 0 64.8007 12.45 -55.8746 + 56 7.70182 1219 5 1 63.8595 14.3412 -54.85 + 56 37.6256 1218 5 1 63.85 14.3518 -54.8465 + 56 266.427 979 5 0 66.2655 15.9539 -55.85 + 56 114.414 233 3 0 -54.4524 -133.49 -115.85 + 56 228.575 163 3 0 -37.4533 -147.436 -116.25 + 56 14.0894 716 3 1 -36.6774 -147.946 -114.85 + 56 105.116 717 3 1 -36.65 -147.972 -114.788 + 56 25.8093 648 2 1 -50.25 -134.357 -144.635 + 56 281.337 625 1 1 -54.9081 -135.365 -174.452 + 56 190.511 624 0 1 -55.2443 -135.381 -204.45 + 56 114.184 623 0 1 -55.25 -135.376 -204.643 + 56 131.625 224 0 0 -55.2809 -135.346 -205.85 + 56 122.061 222 0 0 -55.2956 -135.574 -205.85 +Number of digits in this event: 44 +Using G4ParticleGun... +Particle energy: 2.14956 LIN +Particle: e- +Event: 57 +Number of tracker hits in this event: 35 + 57 106.74 492 11 1 -81.5755 2.61023 125.55 + 57 163.507 912 11 0 -81.5741 2.61054 124.15 + 57 130.121 492 10 1 -81.5534 2.61666 95.55 + 57 99.787 912 10 0 -81.5524 2.61413 94.15 + 57 104.746 492 9 1 -81.5551 2.56892 65.55 + 57 115.903 912 9 0 -81.5508 2.56682 64.15 + 57 135.86 492 8 1 -81.4712 2.54471 35.55 + 57 150.745 912 8 0 -81.4637 2.54431 34.15 + 57 119.158 493 7 1 -81.3072 2.55238 5.55 + 57 129.147 912 7 0 -81.2974 2.55406 4.15 + 57 247.99 494 6 1 -81.1143 2.59596 -24.45 + 57 160.853 912 6 0 -81.1096 2.59863 -25.85 + 57 164.652 495 5 1 -81.0074 2.64297 -54.45 + 57 145.012 912 5 0 -81.0036 2.63857 -55.85 + 57 96.0685 495 4 1 -80.9174 2.5496 -84.45 + 57 152.806 912 4 0 -80.9143 2.54608 -85.85 + 57 329.581 496 3 1 -80.8273 2.41686 -114.45 + 57 118.152 911 3 0 -80.8373 2.39518 -115.85 + 57 98.5147 494 2 1 -81.0711 1.96039 -144.45 + 57 138.861 909 2 0 -81.1092 1.91845 -145.85 + 57 107.84 489 1 1 -82.1647 0.920668 -174.45 + 57 139.4 904 1 0 -82.216 0.87317 -175.85 + 57 130.236 484 0 1 -83.2241 -0.0597214 -204.45 + 57 227.324 899 0 0 -83.2909 -0.0930807 -205.85 + 57 89.794 493 6 1 -81.25 2.88002 -24.6733 + 57 69.2464 921 6 0 -81.3695 4.27457 -25.85 + 57 72.5845 922 6 0 -81.3401 4.45035 -25.995 + 57 59.8082 923 6 0 -81.3619 4.65 -26.0417 + 57 175.682 924 6 0 -81.4513 4.85 -25.957 + 57 55.7306 487 6 1 -82.4929 6.78484 -24.8499 + 57 88.3351 486 6 1 -82.65 6.89891 -24.7795 + 57 465.324 485 6 1 -82.85 7.06757 -24.7376 + 57 43.8166 1129 2 1 45.85 -100.519 -144.827 + 57 55.1805 396 2 0 46.6588 -100.823 -145.85 + 57 204.837 397 2 0 46.7152 -100.75 -145.936 +Number of digits in this event: 19 +Using G4ParticleGun... +Particle energy: 4.36941 LIN +Particle: e- +Event: 58 +Number of tracker hits in this event: 98 + 58 96.6775 308 9 1 -118.55 58.8915 65.55 + 58 108.901 1194 9 0 -118.549 58.8926 64.15 + 58 128.011 308 8 1 -118.526 58.9175 35.55 + 58 129.89 1194 8 0 -118.523 58.9188 34.15 + 58 369.811 308 7 1 -118.469 58.9374 5.55 + 58 350.886 1194 7 0 -118.467 58.936 4.15 + 58 114.683 308 6 1 -118.428 58.9102 -24.45 + 58 328.757 1194 6 0 -118.425 58.9109 -25.85 + 58 141.41 308 5 1 -118.359 58.9348 -54.45 + 58 198.576 1194 5 0 -118.355 58.9342 -55.85 + 58 393.567 309 4 1 -118.264 58.9271 -84.45 + 58 270.218 1194 4 0 -118.259 58.9244 -85.85 + 58 201.144 310 3 1 -118.137 58.8652 -114.45 + 58 116.51 1194 3 0 -118.131 58.8596 -115.85 + 58 174.639 310 2 1 -118.002 58.7397 -144.45 + 58 166.594 1193 2 0 -117.994 58.7347 -145.85 + 58 118.976 311 1 1 -117.833 58.6361 -174.45 + 58 251.643 1192 1 0 -117.826 58.6292 -175.85 + 58 145.672 312 0 1 -117.673 58.4832 -204.45 + 58 155.235 1192 0 0 -117.669 58.4774 -205.85 + 58 163.502 104 0 1 -159.23 85.2634 -204.85 + 58 215.652 230 5 1 -134.079 37.0792 -54.45 + 58 35.8669 732 1 1 -33.65 58.7551 -174.748 + 58 25.0115 309 1 1 -118.164 58.6623 -174.45 + 58 94.1233 310 1 1 -118.15 58.6452 -174.541 + 58 143.552 1193 1 0 -117.134 58.7538 -175.85 + 58 354.159 1191 1 0 -116.531 58.45 -176.15 + 58 215.675 319 3 1 -116.325 59.2109 -114.45 + 58 114.263 1195 3 0 -115.938 59.2348 -115.85 + 58 106.145 352 2 1 -109.725 58.5238 -144.45 + 58 94.7428 1192 2 0 -109.557 58.6076 -145.85 + 58 149.636 361 1 1 -107.889 60.9384 -174.45 + 58 107.337 1200 1 0 -107.382 60.2062 -175.85 + 58 26.0549 1199 1 0 -107.261 60.05 -176.154 + 58 67.221 418 0 1 -96.526 46.3442 -204.45 + 58 89.1522 419 0 1 -96.35 46.2678 -204.609 + 58 15.9871 420 0 1 -96.15 46.1667 -204.803 + 58 134.602 1127 0 0 -95.0132 45.593 -205.85 + 58 71.139 1126 0 0 -94.7248 45.45 -206.113 + 58 27.4259 1380 5 0 -108.321 96.2685 -56.25 + 58 50.5003 1381 5 0 -108.307 96.35 -56.1936 + 58 104.918 1382 5 0 -108.252 96.55 -56.0801 + 58 9.28895 364 5 1 -107.172 96.3975 -54.85 + 58 88.0263 365 5 1 -107.15 96.3897 -54.8288 + 58 310.671 366 5 1 -106.95 96.1847 -54.6393 + 58 6.68354 1377 5 0 -106.833 95.5616 -55.85 + 58 69.635 1376 5 0 -106.828 95.5499 -55.878 + 58 109.43 1375 5 0 -106.826 95.35 -55.9774 + 58 93.2426 1374 5 0 -106.7 95.15 -56.1095 + 58 44.5289 1373 5 0 -106.733 94.95 -56.1876 + 58 107.698 303 6 1 -119.545 58.946 -24.45 + 58 11.3047 302 6 1 -119.55 58.9426 -24.8029 + 58 157.983 299 5 1 -120.225 59.1137 -54.45 + 58 90.765 1193 5 0 -120.11 58.85 -55.9438 + 58 109.674 1167 4 0 -118.266 53.597 -85.8508 + 58 113.593 305 3 1 -119.137 49.6974 -114.45 + 58 34.4903 1148 3 0 -118.819 49.8439 -115.85 + 58 275.724 1149 3 0 -118.804 49.85 -115.911 + 58 197.47 340 2 1 -112.106 51.177 -144.45 + 58 0.723813 341 2 1 -111.95 51.2038 -144.845 + 58 492.451 1156 2 0 -111.488 51.2671 -145.85 + 58 118.608 402 1 1 -99.6788 53.217 -174.45 + 58 383.434 1165 1 0 -99.3127 53.1676 -175.85 + 58 142.887 437 0 1 -92.7244 51.8139 -204.45 + 58 88.3221 1157 0 0 -92.3109 51.5106 -205.85 + 58 30.7221 1156 0 0 -92.2253 51.45 -206.135 + 58 221.754 1173 1 0 -55.0619 54.7109 -176.25 + 58 18.2726 629 1 1 -54.1288 54.0719 -174.85 + 58 154.525 1157 1 0 -52.435 51.5939 -175.85 + 58 207.769 1195 6 0 -119.661 59.05 -25.9998 + 58 107.994 1195 7 0 -118.459 59.0978 4.15 + 58 185.115 301 6 1 -119.826 61.2115 -24.45 + 58 118.201 1203 6 0 -119.716 60.7814 -25.85 + 58 304.824 320 5 1 -116.024 52.6413 -54.45 + 58 69.5182 1160 5 0 -115.839 52.1123 -55.85 + 58 89.2871 1159 5 0 -115.818 52.05 -56.0192 + 58 155.748 349 4 1 -110.349 42.0435 -84.4503 + 58 89.1399 1104 4 0 -110.076 41.0299 -85.85 + 58 57.4066 1103 4 0 -110.032 40.85 -86.0738 + 58 264.622 385 3 1 -103.088 18.1149 -114.45 + 58 58.482 986 3 0 -102.947 17.3596 -115.85 + 58 98.3446 985 3 0 -102.926 17.25 -116.046 + 58 35.2121 397 2 1 -100.62 2.10285 -144.45 + 58 106.256 398 2 1 -100.55 2.05862 -144.563 + 58 53.1117 908 2 0 -99.8704 1.68423 -145.85 + 58 85.5448 907 2 0 -99.7996 1.64993 -145.99 + 58 137.247 474 1 1 -85.2093 -6.09511 -174.45 + 58 96.6756 475 1 1 -85.05 -6.04529 -174.609 + 58 15.4041 476 1 1 -84.85 -5.98005 -174.804 + 58 198.551 872 1 0 -83.857 -5.64047 -175.85 + 58 45.1964 604 0 1 -59.1284 6.68592 -204.45 + 58 92.1806 605 0 1 -59.05 6.7429 -204.547 + 58 28.0978 606 0 1 -58.85 6.86941 -204.771 + 58 116.384 937 0 0 -57.7878 7.47916 -205.85 + 58 75.9301 938 0 0 -57.5525 7.65025 -206.091 + 58 122.893 473 1 1 -85.25 -5.92059 -174.751 + 58 222.609 472 1 1 -85.45 -6.09514 -174.679 + 58 72.2379 471 1 1 -85.65 -6.16256 -174.701 +Number of digits in this event: 43 +Using G4ParticleGun... +Particle energy: 5.12325 LIN +Particle: e- +Event: 59 +Number of tracker hits in this event: 115 + 59 415.591 620 10 1 -55.8596 -95.2839 95.55 + 59 104.845 424 10 0 -55.8611 -95.2846 94.15 + 59 171.552 620 9 1 -55.8854 -95.3058 65.55 + 59 130.314 424 9 0 -55.885 -95.3069 64.15 + 59 139.635 620 8 1 -55.8831 -95.332 35.55 + 59 106.017 424 8 0 -55.8831 -95.3342 34.15 + 59 93.7117 620 7 1 -55.8808 -95.3818 5.55 + 59 146.071 423 7 0 -55.8821 -95.3865 4.15 + 59 334.379 620 6 1 -55.9086 -95.4853 -24.45 + 59 172.797 423 6 0 -55.9097 -95.4907 -25.85 + 59 143.874 620 5 1 -55.9366 -95.602 -54.45 + 59 95.2954 422 5 0 -55.937 -95.6093 -55.85 + 59 196.911 620 4 1 -55.9474 -95.7635 -84.45 + 59 123.132 421 4 0 -55.9479 -95.7716 -85.85 + 59 128.358 620 3 1 -55.9513 -95.9404 -114.45 + 59 206.262 421 3 0 -55.9515 -95.9469 -115.85 + 59 262.839 620 2 1 -55.9557 -96.0803 -144.45 + 59 152.1 420 2 0 -55.9576 -96.0863 -145.85 + 59 133.312 620 1 1 -55.9998 -96.2035 -174.45 + 59 104.603 419 1 0 -56.0021 -96.2108 -175.85 + 59 124.234 620 0 1 -56.0446 -96.359 -204.45 + 59 120.15 418 0 0 -56.0485 -96.3649 -205.85 + 59 64.7513 621 2 1 -55.85 -96.026 -144.687 + 59 136.125 422 2 0 -55.2834 -95.7378 -145.85 + 59 79.6579 668 1 1 -46.3575 -91.8322 -174.45 + 59 139.727 669 1 1 -46.25 -92.1263 -174.508 + 59 116.071 670 1 1 -46.05 -92.5252 -174.582 + 59 141.425 671 1 1 -45.85 -92.9119 -174.69 + 59 110.807 672 1 1 -45.65 -93.1095 -174.755 + 59 73.8248 673 1 1 -45.45 -93.2682 -174.772 + 59 86.8756 674 1 1 -45.25 -93.4648 -174.774 + 59 73.3009 675 1 1 -45.05 -93.6457 -174.777 + 59 71.0938 676 1 1 -44.85 -93.7797 -174.767 + 59 63.872 677 1 1 -44.6497 -93.8868 -174.742 + 59 56.5752 678 1 1 -44.45 -93.988 -174.693 + 59 50.3672 679 1 1 -44.2495 -94.072 -174.653 + 59 223.21 680 1 1 -44.05 -94.1587 -174.624 + 59 124.505 681 1 1 -43.85 -94.2712 -174.589 + 59 59.1139 682 1 1 -43.65 -94.3889 -174.557 + 59 57.4286 683 1 1 -43.45 -94.484 -174.543 + 59 45.7034 684 1 1 -43.25 -94.5645 -174.527 + 59 52.8442 685 1 1 -43.05 -94.6234 -174.49 + 59 98.754 433 8 0 -56.2454 -93.4737 34.15 + 59 50.1867 434 8 0 -56.2709 -93.35 34.0855 + 59 74.1332 626 8 1 -54.7682 -92.2376 35.15 + 59 115.178 437 8 0 -53.7247 -92.5954 34.15 + 59 277.323 619 4 1 -56.1699 -95.3838 -84.45 + 59 139.761 423 4 0 -56.2258 -95.4105 -85.85 + 59 149.472 612 3 1 -57.5725 -96.3867 -114.45 + 59 108.88 418 3 0 -57.7366 -96.4375 -115.85 + 59 103.873 592 2 1 -61.4749 -97.2755 -144.45 + 59 114.293 414 2 0 -61.766 -97.2369 -145.85 + 59 7.40826 565 1 1 -67.0449 -96.4874 -174.45 + 59 129.189 564 1 1 -67.05 -96.4871 -174.478 + 59 137.235 418 1 0 -67.2983 -96.4863 -175.85 + 59 113.606 539 0 1 -72.0616 -95.8643 -204.451 + 59 103.327 421 0 0 -72.3186 -95.9156 -205.85 + 59 75.4159 611 3 1 -57.6501 -96.5941 -114.474 + 59 88.9779 610 3 1 -57.85 -96.6138 -114.673 + 59 186.834 609 3 1 -58.0501 -96.6316 -114.751 + 59 74.0872 608 3 1 -58.2503 -96.4877 -114.476 + 59 89.8202 607 3 1 -58.45 -96.4227 -114.53 + 59 208.561 606 3 1 -58.65 -96.4707 -114.545 + 59 66.6642 426 4 0 -56.2866 -94.8235 -85.85 + 59 100.015 427 4 0 -56.296 -94.75 -86.0523 + 59 114.738 613 3 1 -57.357 -84.1744 -114.45 + 59 105.564 480 3 0 -57.1285 -83.9975 -115.85 + 59 167.114 641 2 1 -51.8166 -80.9497 -144.45 + 59 22.6171 499 2 0 -51.4545 -80.0791 -145.85 + 59 384.606 500 2 0 -51.4425 -80.05 -145.899 + 59 127.609 695 1 1 -40.9857 -63.395 -174.45 + 59 99.1257 584 1 0 -40.6009 -63.1762 -175.85 + 59 16.1607 757 0 1 -28.4732 -57.1895 -204.45 + 59 113.973 758 0 1 -28.45 -57.1787 -204.512 + 59 49.561 615 0 0 -27.8118 -56.8779 -205.85 + 59 79.861 616 0 0 -27.7462 -56.85 -205.982 + 59 73.0361 652 0 0 -28.1752 -49.511 -206.25 + 59 91.9033 653 0 0 -28.251 -49.45 -206.061 + 59 122.813 756 0 1 -28.8287 -48.8134 -204.849 + 59 106.504 755 0 1 -28.85 -48.7899 -204.808 + 59 100.715 753 0 1 -29.2914 -48.487 -204.45 + 59 120.188 752 0 1 -29.45 -48.2495 -204.633 + 59 20.4859 751 0 1 -29.65 -47.9798 -204.805 + 59 8.32353 665 0 0 -30.5864 -46.8748 -205.85 + 59 63.1756 666 0 0 -30.6059 -46.8497 -205.873 + 59 120.211 667 0 0 -30.728 -46.65 -206.041 + 59 133.841 672 0 0 -17.9682 -45.5996 -206.25 + 59 46.7111 673 0 0 -17.6183 -45.45 -205.944 + 59 15.4907 833 0 1 -13.3057 -45.4538 -204.85 + 59 65.1555 834 0 1 -13.25 -45.451 -204.837 + 59 54.5722 835 0 1 -13.0496 -45.408 -204.77 + 59 61.8583 836 0 1 -12.85 -45.4423 -204.71 + 59 86.3382 837 0 1 -12.65 -45.5061 -204.642 + 59 62.3131 838 0 1 -12.4497 -45.5754 -204.538 + 59 259.832 619 6 1 -56.05 -95.1719 -24.6852 + 59 215.392 427 6 0 -56.5339 -94.746 -25.85 + 59 132.864 530 5 1 -73.8694 -83.3921 -54.4501 + 59 98.2847 485 5 0 -74.1174 -83.0353 -55.85 + 59 68.5529 428 6 0 -56.6966 -94.55 -26.218 + 59 89.3889 422 6 0 -56.0904 -95.55 -25.9988 + 59 123.717 607 5 1 -58.489 -99.6405 -54.4506 + 59 98.8271 401 5 0 -58.6773 -99.8108 -55.85 + 59 3.73486 584 4 1 -63.247 -106.658 -84.45 + 59 128.821 583 4 1 -63.25 -106.664 -84.4629 + 59 10.36 364 4 0 -63.5601 -107.328 -85.85 + 59 161.782 363 4 0 -63.5702 -107.35 -85.8971 + 59 66.4225 556 3 1 -68.7381 -123.825 -114.45 + 59 142.597 555 3 1 -68.85 -123.968 -114.537 + 59 85.1261 554 3 1 -69.05 -124.265 -114.722 + 59 20.0679 270 3 0 -70.2753 -126.088 -115.85 + 59 104.938 269 3 0 -70.3172 -126.15 -115.889 + 59 91.6029 268 3 0 -70.4527 -126.35 -116.019 + 59 57.0755 267 3 0 -70.589 -126.55 -116.144 + 59 204.809 390 2 1 -102.046 -173.236 -144.45 + 59 2.51352 506 4 0 -31.0667 -78.8278 -86.25 +Number of digits in this event: 47 +Using G4ParticleGun... +Particle energy: 8.10897 LIN +Particle: e- +Event: 60 +Number of tracker hits in this event: 97 + 60 112.898 947 11 1 9.52541 -78.356 125.55 + 60 96.4268 508 11 0 9.52492 -78.3565 124.15 + 60 119.949 947 10 1 9.51657 -78.3681 95.55 + 60 118.57 508 10 0 9.51586 -78.3685 94.15 + 60 145.225 947 9 1 9.50278 -78.3772 65.55 + 60 111.167 508 9 0 9.50345 -78.3773 64.15 + 60 113.545 947 8 1 9.51443 -78.3819 35.55 + 60 158.139 508 8 0 9.5146 -78.3832 34.15 + 60 378.336 947 7 1 9.52031 -78.4029 5.55 + 60 473.549 508 7 0 9.51918 -78.4033 4.15 + 60 332.799 947 6 1 9.49584 -78.406 -24.45 + 60 366.919 508 6 0 9.49693 -78.4055 -25.85 + 60 387.648 947 5 1 9.51598 -78.4045 -54.45 + 60 507.763 508 5 0 9.51597 -78.4019 -55.85 + 60 137.387 947 4 1 9.51763 -78.3333 -84.45 + 60 260.844 508 4 0 9.51513 -78.3296 -85.85 + 60 128.994 947 3 1 9.47281 -78.2533 -114.45 + 60 163.912 509 3 0 9.47304 -78.2497 -115.85 + 60 109.118 947 2 1 9.4823 -78.1647 -144.45 + 60 118.706 509 2 0 9.48652 -78.1585 -145.85 + 60 111.125 947 1 1 9.57684 -78.0322 -174.45 + 60 261.025 510 1 0 9.58149 -78.0275 -175.85 + 60 103.791 948 0 1 9.66071 -77.943 -204.45 + 60 138.923 510 0 0 9.65342 -77.9405 -205.85 + 60 267.263 762 6 0 -113.454 -27.5983 -26.25 + 60 165.933 763 6 0 -113.347 -27.45 -26.1242 + 60 211.671 1273 4 0 80.5415 74.6515 -86.25 + 60 155.981 948 4 1 9.67861 -78.0249 -84.45 + 60 350.886 510 4 0 9.7006 -77.9943 -85.85 + 60 111.229 950 3 1 10.1384 -77.4304 -114.45 + 60 213.755 513 3 0 10.17 -77.4315 -115.85 + 60 199.928 953 2 1 10.723 -77.4633 -144.45 + 60 108.418 513 2 0 10.7439 -77.445 -145.85 + 60 305.554 955 1 1 11.2315 -77.1393 -174.45 + 60 262.528 514 1 0 11.2548 -77.1573 -175.85 + 60 143.388 958 0 1 11.8118 -77.6225 -204.45 + 60 119.15 512 0 0 11.8114 -77.6218 -205.85 + 60 267.465 512 1 0 10.5848 -77.5601 -175.85 + 60 102.495 513 1 0 10.1695 -77.45 -176.11 + 60 140.238 515 1 0 9.71732 -77.05 -176.074 + 60 202.725 516 1 0 9.62581 -76.8498 -176.034 + 60 70.0206 555 2 0 88.9813 -69.0426 -146.25 + 60 87.0992 554 2 0 89.1823 -69.0501 -146.155 + 60 71.0084 553 2 0 89.2062 -69.25 -145.983 + 60 34.1956 552 2 0 89.1339 -69.45 -145.877 + 60 65.8987 1340 2 1 88.088 -70.6011 -144.85 + 60 333.877 1339 2 1 88.0499 -70.6381 -144.808 + 60 128.457 1338 2 1 87.8499 -70.8042 -144.76 + 60 15.0228 547 2 0 88.6213 -70.65 -146.14 + 60 12.5974 557 4 0 7.9105 -68.4697 -86.25 + 60 103.766 558 4 0 7.89812 -68.45 -86.2021 + 60 168.696 559 4 0 7.82419 -68.25 -86.0452 + 60 68.2586 560 4 0 7.88698 -68.05 -85.9238 + 60 167.756 943 4 1 8.65983 -68.4547 -84.8497 + 60 100.001 944 4 1 8.98088 -78.3539 -84.45 + 60 123.428 940 3 1 8.10481 -76.988 -114.45 + 60 167.388 515 3 0 8.03115 -76.9136 -115.85 + 60 119.256 932 2 1 6.63947 -75.4693 -144.45 + 60 349.95 523 2 0 6.61548 -75.3289 -145.85 + 60 128.114 930 1 1 6.17559 -72.6197 -174.45 + 60 167.866 538 1 0 6.12171 -72.4026 -175.85 + 60 113.262 923 0 1 4.75558 -68.2197 -204.45 + 60 250.035 560 0 0 4.63646 -68.0002 -205.85 + 60 83.3654 933 2 1 6.65 -75.4347 -144.458 + 60 70.8454 934 2 1 6.85 -75.4227 -144.756 + 60 128.733 524 2 0 7.91624 -75.2499 -146.079 + 60 88.1124 574 2 0 45.1745 -65.0833 -146.25 + 60 83.7508 573 2 0 45.3194 -65.2501 -145.993 + 60 244.198 1128 2 1 45.6939 -66.3204 -144.85 + 60 73.3438 1129 2 1 45.8504 -66.8043 -144.503 + 60 118.219 946 5 1 9.36617 -78.2622 -54.45 + 60 104.836 509 5 0 9.35653 -78.2479 -55.85 + 60 102.591 945 4 1 9.14453 -77.9187 -84.45 + 60 170.812 944 3 1 8.9406 -77.5134 -114.45 + 60 227.068 512 3 0 8.92261 -77.4923 -115.85 + 60 143.364 942 2 1 8.53804 -77.0625 -144.45 + 60 195.544 515 2 0 8.51923 -77.0395 -145.85 + 60 126.922 940 1 1 8.15005 -76.5744 -174.45 + 60 206.165 517 1 0 8.13778 -76.5637 -175.85 + 60 170.277 939 0 1 7.86586 -76.3536 -204.45 + 60 142.4 518 0 0 7.8972 -76.3518 -205.85 + 60 61.4405 939 1 1 7.86192 -77.9657 -174.85 + 60 108.239 948 5 1 9.67549 -78.3892 -54.45 + 60 153.559 939 4 1 7.94648 -77.8911 -84.45 + 60 154.451 931 3 1 6.38324 -77.5329 -114.45 + 60 146.347 919 2 1 3.96239 -78.6853 -144.45 + 60 228.092 506 2 0 3.94974 -78.7117 -145.851 + 60 112.279 921 1 1 4.44444 -79.5066 -174.45 + 60 50.2426 502 1 0 4.34178 -79.633 -175.85 + 60 73.2456 501 1 0 4.32808 -79.65 -176.035 + 60 31.4401 909 0 1 1.86488 -82.2926 -204.45 + 60 84.4285 908 0 1 1.85 -82.3052 -204.576 + 60 92.8702 488 0 0 1.70234 -82.4317 -205.85 + 60 103.569 487 0 0 1.67937 -82.45 -206.038 + 60 78.6478 591 0 0 117.626 -61.7627 -206.25 + 60 226.33 1496 0 1 119.498 -62.5831 -204.85 + 60 28.0514 1497 0 1 119.55 -62.5829 -204.809 +Number of digits in this event: 55 +Using G4ParticleGun... +Particle energy: 9.48931 LIN +Particle: e- +Event: 61 +Number of tracker hits in this event: 32 + 61 138.61 643 10 1 -51.3117 92.6987 95.55 + 61 161.896 1362 10 0 -51.3117 92.698 94.15 + 61 192.089 643 9 1 -51.3131 92.6845 65.55 + 61 157.681 1362 9 0 -51.3131 92.6839 64.15 + 61 118.99 643 8 1 -51.3109 92.675 35.55 + 61 115.608 1362 8 0 -51.3108 92.6745 34.15 + 61 115.266 643 7 1 -51.3129 92.6617 5.55 + 61 107.954 1362 7 0 -51.3148 92.6554 4.15 + 61 116.471 643 6 1 -51.3496 92.531 -24.45 + 61 110.509 1361 6 0 -51.3516 92.5254 -25.85 + 61 140.286 643 5 1 -51.3921 92.4067 -54.45 + 61 262.088 1361 5 0 -51.3947 92.4002 -55.85 + 61 149.832 642 4 1 -51.4507 92.2719 -84.45 + 61 141.243 1360 4 0 -51.4535 92.2646 -85.85 + 61 114.995 642 3 1 -51.5177 92.114 -114.45 + 61 107.776 1359 3 0 -51.5175 92.1038 -115.85 + 61 117.085 642 2 1 -51.5078 91.8975 -144.45 + 61 126.589 1358 2 0 -51.5056 91.8881 -145.85 + 61 120.678 642 1 1 -51.4692 91.6999 -174.45 + 61 106.983 1357 1 0 -51.4683 91.6894 -175.85 + 61 122.498 643 0 1 -51.442 91.4802 -204.45 + 61 104.147 1356 0 0 -51.4405 91.4709 -205.85 + 61 18.2223 1586 0 0 21.4004 137.35 -205.879 + 61 63.5377 1252 3 0 -3.55911 70.65 -116.198 + 61 58.6883 1167 0 0 -66.9347 53.541 -206.25 + 61 71.9979 1166 0 0 -67.0363 53.45 -206.034 + 61 159.072 565 0 1 -67.0215 53.1178 -204.85 + 61 107.706 564 0 1 -67.0503 53.1219 -204.734 + 61 148.394 1168 0 0 -67.4615 53.8229 -205.85 + 61 182.959 1169 0 0 -67.4809 53.85 -205.903 + 61 142.692 559 0 1 -68.1215 53.7876 -204.85 + 61 107.546 1351 9 0 -98.119 90.3944 63.75 +Number of digits in this event: 17 +Using G4ParticleGun... +Particle energy: 5.21344 LIN +Particle: e- +Event: 62 +Number of tracker hits in this event: 73 + 62 117.275 1042 11 1 28.6221 20.3743 125.55 + 62 132.271 1001 11 0 28.6238 20.3744 124.15 + 62 103.184 1043 10 1 28.6554 20.3753 95.55 + 62 124.538 1001 10 0 28.6565 20.3754 94.15 + 62 117.671 1043 9 1 28.6738 20.3748 65.55 + 62 113.93 1001 9 0 28.6641 20.3952 64.15 + 62 93.7582 1042 8 1 28.5016 20.8306 35.55 + 62 111.644 1003 8 0 28.4828 20.8458 34.15 + 62 12.6854 1004 8 0 28.4785 20.85 33.8028 + 62 132.715 1040 7 1 28.1116 21.1956 5.55 + 62 118.508 1005 7 0 28.1005 21.2351 4.15 + 62 117.827 1038 6 1 27.8062 22.1376 -24.45 + 62 240.133 1010 6 0 27.8242 22.1712 -25.85 + 62 191.547 1040 5 1 28.1091 22.8383 -54.45 + 62 124.103 1014 5 0 28.1134 22.8645 -55.85 + 62 120.886 1041 4 1 28.3421 23.2951 -84.45 + 62 149.423 1016 4 0 28.3804 23.3088 -85.85 + 62 197.04 1045 3 1 29.2002 23.5226 -114.45 + 62 120.594 1017 3 0 29.2191 23.5142 -115.85 + 62 143.633 1047 2 1 29.589 23.1093 -144.45 + 62 130.83 1015 2 0 29.6148 23.0802 -145.85 + 62 220.86 1050 1 1 30.0997 22.5803 -174.45 + 62 174.332 1012 1 0 30.1377 22.5575 -175.85 + 62 262.75 1054 0 1 30.9016 22.0666 -204.45 + 62 151.292 1009 0 0 30.9601 21.9712 -205.85 + 62 250.474 1044 4 1 28.9017 20.3992 -84.45 + 62 285.157 1001 4 0 28.9001 20.3987 -85.85 + 62 538.585 1044 3 1 28.8594 20.4089 -114.45 + 62 441.456 1001 3 0 28.8565 20.4049 -115.85 + 62 110.021 1043 2 1 28.8326 20.3522 -144.45 + 62 216.27 1001 2 0 28.8375 20.3515 -145.85 + 62 120.734 1044 1 1 28.9585 20.3282 -174.45 + 62 127.817 1001 1 0 28.9071 20.3079 -175.85 + 62 100.801 1039 0 1 27.8716 19.8427 -204.45 + 62 131.336 998 0 0 27.8216 19.807 -205.85 + 62 51.0212 215 7 0 -100.543 -137.132 3.7501 + 62 9.52321 1452 2 1 110.55 -94.7115 -144.484 + 62 55.0708 212 3 1 -137.633 -41.1678 -114.85 + 62 193.96 1002 3 0 29.0304 20.5195 -115.85 + 62 135.796 1045 2 1 29.1647 20.6917 -144.45 + 62 157.117 1003 2 0 29.1748 20.6989 -145.85 + 62 427.664 1046 1 1 29.3814 20.8395 -174.45 + 62 102.526 1004 1 0 29.3869 20.8503 -175.85 + 62 102.165 1047 0 1 29.51 21.074 -204.45 + 62 423.606 1005 0 0 29.516 21.0832 -205.85 + 62 16.4249 673 8 0 68.0215 -45.3829 33.75 + 62 235.97 672 8 0 68.0643 -45.45 33.9939 + 62 75.8078 1053 1 0 44.3355 30.6954 -176.25 + 62 114.487 1054 1 0 44.46 30.85 -176.01 + 62 71.4738 1123 1 1 44.7845 32.1387 -174.85 + 62 181.452 1124 1 1 44.85 32.3579 -174.711 + 62 33.6634 1125 1 1 45.05 32.5313 -174.482 + 62 113.001 1045 1 1 29.25 20.9752 -174.847 + 62 206.586 1005 1 0 29.1222 21.1824 -175.85 + 62 208.27 1030 0 0 30.9855 26.0616 -205.85 + 62 107.216 1044 2 1 29.011 20.3869 -144.45 + 62 289.536 1002 1 0 29.1037 20.4929 -175.85 + 62 112.095 1045 0 1 29.2118 20.5812 -204.45 + 62 340.91 1002 0 0 29.2161 20.5837 -205.85 + 62 82.2124 1097 9 1 39.5185 -30.1848 65.15 + 62 111.99 936 2 0 -67.2889 7.37917 -146.25 + 62 113.039 1006 2 0 -54.17 21.3364 -146.25 + 62 125.755 1046 2 1 29.4277 19.7526 -144.45 + 62 130.792 998 2 0 29.5053 19.7703 -145.85 + 62 125.111 1056 1 1 31.2924 20.4639 -174.45 + 62 117.668 1068 0 1 33.7664 21.1362 -204.45 + 62 182.497 1004 0 0 33.7966 21.0377 -205.85 + 62 31.5057 1013 0 0 40.3542 22.6872 -206.25 + 62 10.4148 1156 0 0 45.9804 51.3591 -206.25 + 62 13.3953 1358 0 0 103.28 91.9369 -206.25 + 62 89.627 1359 0 0 103.289 91.95 -206.234 + 62 125.461 1117 1 1 43.5212 -0.0598007 -174.85 + 62 142.585 1116 1 1 43.45 -0.153265 -174.638 +Number of digits in this event: 44 +Using G4ParticleGun... +Particle energy: 9.5705 LIN +Particle: e- +Event: 63 +Number of tracker hits in this event: 50 + 63 201.313 718 11 1 -36.4076 18.7129 125.55 + 63 220.617 993 11 0 -36.4076 18.7134 124.15 + 63 134.767 718 10 1 -36.4054 18.7248 95.55 + 63 93.2795 993 10 0 -36.4057 18.7251 94.15 + 63 107.887 718 9 1 -36.4131 18.728 65.55 + 63 222.268 993 9 0 -36.4131 18.7287 64.15 + 63 197.164 718 8 1 -36.4125 18.7456 35.55 + 63 198.297 993 8 0 -36.4125 18.7457 34.15 + 63 114.647 718 7 1 -36.4118 18.7466 5.55 + 63 122.669 993 7 0 -36.4119 18.746 4.15 + 63 108.133 718 6 1 -36.4114 18.7361 -24.45 + 63 117.01 993 6 0 -36.4111 18.7355 -25.85 + 63 138.982 718 5 1 -36.4078 18.7254 -54.45 + 63 169.836 993 5 0 -36.4076 18.7245 -55.85 + 63 144.298 718 4 1 -36.4057 18.7085 -84.45 + 63 113.536 993 4 0 -36.4054 18.7069 -85.85 + 63 117.355 718 3 1 -36.3943 18.6734 -114.45 + 63 145.207 993 3 0 -36.3933 18.6709 -115.85 + 63 129.629 718 2 1 -36.3752 18.6261 -144.45 + 63 100.467 992 2 0 -36.3725 18.6236 -145.85 + 63 361.44 718 1 1 -36.3148 18.576 -174.45 + 63 138.104 992 1 0 -36.3126 18.5777 -175.85 + 63 126.311 718 0 1 -36.2611 18.6156 -204.45 + 63 324.859 992 0 0 -36.257 18.6164 -205.85 + 63 16.4522 993 0 0 -36.3222 18.65 -205.935 + 63 84.8756 991 0 0 -36.361 18.45 -206.064 + 63 142.208 793 0 1 -21.2612 94.2606 -204.85 + 63 171.882 451 9 1 -89.8039 67.2853 65.15 + 63 115.194 446 9 1 -90.7885 66.9948 65.55 + 63 66.8144 780 2 1 -23.85 -24.2661 -144.621 + 63 51.886 782 2 1 -23.6346 -23.832 -144.45 + 63 49.6765 719 10 1 -36.1938 18.747 95.5498 + 63 70.9068 720 10 1 -36.0499 18.863 95.4955 + 63 73.0175 721 10 1 -35.8497 19.0265 95.4529 + 63 91.4965 722 10 1 -35.6497 19.1609 95.4413 + 63 70.7709 723 10 1 -35.45 19.2701 95.4485 + 63 95.9766 724 10 1 -35.25 19.3597 95.4887 + 63 9.85285 725 10 1 -35.05 19.4506 95.5383 + 63 144.591 996 11 0 -14.6375 19.2945 123.75 + 63 30.2179 833 11 1 -13.3319 19.2241 125.15 + 63 73.639 834 11 1 -13.25 19.2207 125.241 + 63 75.9451 835 11 1 -13.05 19.2361 125.461 + 63 76.114 836 11 1 -12.85 19.3002 125.533 + 63 69.639 837 11 1 -12.65 19.3882 125.506 + 63 422.646 838 11 1 -12.45 19.4624 125.526 + 63 11.433 1221 12 0 0.133733 64.3815 153.75 + 63 29.279 1222 12 0 0.142768 64.45 153.774 + 63 229.833 1506 12 0 -77.7727 121.429 153.75 + 63 170.458 1507 12 0 -78.1536 121.55 154.108 + 63 272.837 1508 12 0 -78.4908 121.75 154.037 +Number of digits in this event: 26 +Using G4ParticleGun... +Particle energy: 9.91926 LIN +Particle: e- +Event: 64 +Number of tracker hits in this event: 110 + 64 133.426 511 10 1 -77.8223 -68.029 95.55 + 64 113.902 560 10 0 -77.8222 -68.0287 94.15 + 64 143.385 511 9 1 -77.8166 -68.0221 65.55 + 64 107.104 560 9 0 -77.816 -68.0223 64.15 + 64 124.616 511 8 1 -77.8052 -68.0262 35.55 + 64 117.848 560 8 0 -77.8047 -68.0273 34.15 + 64 111.283 511 7 1 -77.7928 -68.0527 5.55 + 64 127.984 559 7 0 -77.7913 -68.0545 4.15 + 64 172.357 511 6 1 -77.7598 -68.0913 -24.45 + 64 125.482 559 6 0 -77.7613 -68.0826 -25.85 + 64 125.279 511 5 1 -77.8029 -67.8693 -54.45 + 64 125.338 560 5 0 -77.7953 -67.8716 -55.85 + 64 142.569 512 4 1 -77.5999 -68.0159 -84.45 + 64 479.681 560 4 0 -77.5643 -68.0281 -85.85 + 64 149.984 516 3 1 -76.7533 -68.2166 -114.45 + 64 165.161 559 3 0 -76.7191 -68.2139 -115.85 + 64 127.209 519 2 1 -76.0575 -68.2213 -144.45 + 64 247.778 558 2 0 -76.0823 -68.2539 -145.85 + 64 66.8719 516 1 1 -76.6643 -68.9267 -174.45 + 64 29.1868 517 1 1 -76.65 -68.9333 -174.755 + 64 214.191 555 1 0 -76.6046 -68.9587 -175.85 + 64 115.387 523 0 1 -75.4122 -69.496 -204.45 + 64 149.77 552 0 0 -75.3924 -69.5378 -205.85 + 64 119.712 510 4 1 -77.8504 -67.8764 -84.45 + 64 216.928 510 3 1 -77.888 -67.9866 -114.45 + 64 128.583 560 3 0 -77.9074 -67.9773 -115.85 + 64 141.75 508 2 1 -78.2936 -67.7274 -144.45 + 64 123.076 561 2 0 -78.314 -67.7135 -145.85 + 64 368.396 506 1 1 -78.7884 -67.4275 -174.45 + 64 132.11 563 1 0 -78.8152 -67.3882 -175.85 + 64 82.7017 503 0 1 -79.3865 -66.5763 -204.45 + 64 125.545 567 0 0 -79.397 -66.5365 -205.85 + 64 144.206 505 1 1 -78.85 -67.3751 -174.559 + 64 364.354 511 4 1 -77.8482 -67.8838 -84.45 + 64 141.995 519 3 1 -76.1254 -74.0048 -114.45 + 64 10.2669 520 3 1 -76.05 -74.0681 -114.82 + 64 21.3455 529 3 0 -75.8542 -74.2387 -115.85 + 64 112.688 528 3 0 -75.8414 -74.25 -115.918 + 64 134.058 546 2 1 -70.8424 -79.1674 -144.45 + 64 101.245 503 2 0 -70.6517 -79.3996 -145.851 + 64 28.5135 502 2 0 -70.6114 -79.45 -146.149 + 64 59.2782 565 1 1 -66.9171 -85.415 -174.45 + 64 46.4434 566 1 1 -66.85 -85.5199 -174.708 + 64 29.3081 470 1 0 -66.5797 -86 -175.85 + 64 112.848 469 1 0 -66.5524 -86.0501 -175.968 + 64 182.005 595 0 1 -60.9213 -98.2053 -204.45 + 64 139.194 406 0 0 -60.7331 -98.7626 -205.85 + 64 247.036 512 2 1 -77.5511 -68.2424 -144.45 + 64 281.564 559 2 0 -77.5479 -68.243 -145.85 + 64 105.487 512 1 1 -77.5014 -68.2525 -174.45 + 64 472.064 559 1 0 -77.498 -68.2436 -175.85 + 64 107.207 513 0 1 -77.4083 -68.0337 -204.45 + 64 169.018 560 0 0 -77.4122 -68.0202 -205.85 + 64 150.752 698 1 0 -33.801 -40.45 -176.143 + 64 92.5347 699 1 0 -33.5818 -40.25 -175.945 + 64 61.913 737 1 1 -32.6379 -37.9126 -174.85 + 64 68.4273 736 1 1 -32.6502 -37.8703 -174.838 + 64 176.583 767 14 1 -26.6253 -70.8537 215.15 + 64 98.1465 768 14 1 -26.45 -71.0111 215.494 + 64 34.1501 399 0 1 -100.192 -13.1769 -204.85 + 64 7.01104 400 0 1 -100.15 -13.1256 -204.837 + 64 102.744 836 0 0 -99.9591 -12.7959 -205.85 + 64 108.456 835 0 0 -99.9313 -12.8501 -205.983 + 64 115.177 511 1 1 -77.6857 -68.422 -174.45 + 64 198.898 558 1 0 -77.7014 -68.423 -175.85 + 64 357.156 510 0 1 -78.0404 -68.3815 -204.45 + 64 121.049 558 0 0 -78.0342 -68.3648 -205.85 + 64 136.718 557 1 0 -77.7196 -68.45 -176.113 + 64 189.331 556 1 0 -77.8275 -68.65 -176.169 + 64 187.61 557 0 0 -77.8705 -68.4827 -205.851 + 64 81.5949 556 0 0 -77.9083 -68.65 -205.908 + 64 154.479 693 1 1 -41.3946 85.0956 -174.85 + 64 7.26017 692 1 1 -41.45 85.8264 -174.472 + 64 38.5861 629 2 1 -54.25 -132.632 -144.573 + 64 14.9437 173 1 1 -145.35 91.2581 -174.779 + 64 243.992 403 7 0 -14.8386 -99.5264 3.75 + 64 101.123 827 7 1 -14.5216 -99.1322 5.15 + 64 166.441 828 7 1 -14.4498 -99.0408 5.45057 + 64 17.1121 411 7 0 -14.253 -97.7992 4.15 + 64 107.097 412 7 0 -14.25 -97.75 4.09007 + 64 19.5454 479 7 0 37.9919 -84.052 3.75 + 64 107.837 480 7 0 38.0478 -84.05 3.78528 + 64 59.6086 481 7 0 38.4153 -83.8499 3.91507 + 64 63.9864 482 7 0 38.4614 -83.65 3.9933 + 64 58.5818 483 7 0 38.4065 -83.45 4.02223 + 64 148.188 484 7 0 38.3943 -83.25 4.0757 + 64 122.596 485 7 0 38.6692 -83.05 4.0252 + 64 93.7147 407 7 0 99.866 -98.6946 3.75 + 64 74.3569 406 7 0 99.9149 -98.75 3.83915 + 64 55.3514 405 7 0 99.9567 -98.9502 3.99105 + 64 44.6455 404 7 0 99.9874 -99.15 4.059 + 64 103.257 1402 7 1 100.617 -99.8765 5.15 + 64 81.9314 1403 7 1 100.75 -99.9017 5.35816 + 64 231.411 1404 7 1 100.95 -99.7552 5.36466 + 64 145.705 1405 7 1 101.15 -99.9666 5.19476 + 64 8.58772 559 5 0 -77.7908 -68.0957 -56.2379 + 64 140.092 556 4 0 -77.6692 -68.7988 -85.8501 + 64 110.181 512 3 1 -77.5737 -69.2387 -114.45 + 64 115.767 554 3 0 -77.4644 -69.1915 -115.851 + 64 120.031 523 2 1 -75.2855 -68.5601 -144.45 + 64 112.258 557 2 0 -75.304 -68.473 -145.85 + 64 112.851 523 1 1 -75.3125 -66.4831 -174.45 + 64 105.51 568 1 0 -75.2588 -66.3124 -175.85 + 64 115.316 525 0 1 -74.982 -63.7375 -204.451 + 64 112.73 581 0 0 -74.9754 -63.7098 -205.85 + 64 120.481 559 4 0 -77.7917 -68.1115 -85.85 + 64 210.151 558 3 0 -77.8964 -68.3156 -115.85 + 64 118.874 510 2 1 -78.0087 -68.171 -144.45 + 64 121.014 502 0 1 -79.569 -67.8803 -204.45 + 64 97.4523 561 0 0 -79.6255 -67.85 -205.884 +Number of digits in this event: 55 +Using G4ParticleGun... +Particle energy: 5.50753 LIN +Particle: e- +Event: 65 +Number of tracker hits in this event: 85 + 65 142.827 910 9 1 2.07084 130.442 65.55 + 65 136.759 1551 9 0 2.06908 130.442 64.15 + 65 108.188 909 8 1 2.03535 130.424 35.55 + 65 112.796 1551 8 0 2.03508 130.422 34.15 + 65 331.565 909 7 1 2.03145 130.388 5.55 + 65 252.448 1551 7 0 2.03132 130.388 4.15 + 65 239.146 909 6 1 2.01861 130.403 -24.45 + 65 108.187 1551 6 0 2.01988 130.404 -25.85 + 65 122.012 910 5 1 2.05245 130.422 -54.45 + 65 181.646 1551 5 0 2.05295 130.424 -55.85 + 65 105.938 910 4 1 2.08497 130.467 -84.45 + 65 110.278 1551 4 0 2.08659 130.47 -85.85 + 65 178.647 910 3 1 2.11409 130.549 -114.45 + 65 245.479 1552 3 0 2.11797 130.555 -115.85 + 65 118.024 910 2 1 2.19486 130.677 -144.45 + 65 166.601 1552 2 0 2.19506 130.684 -145.85 + 65 137.934 910 1 1 2.16255 130.853 -174.45 + 65 206.986 1553 1 0 2.15838 130.861 -175.85 + 65 110.613 910 0 1 2.06535 131.036 -204.45 + 65 99.5234 1554 0 0 2.06023 131.044 -205.85 + 65 15.9694 1338 1 1 87.6714 103.233 -174.85 + 65 317.035 1508 2 1 121.799 103.29 -144.45 + 65 95.8493 1554 6 0 1.96595 131.115 -25.85 + 65 109.618 912 5 1 2.50476 130.76 -54.45 + 65 145.311 1553 5 0 2.54445 130.771 -55.85 + 65 107.026 914 4 1 2.89019 130.996 -84.45 + 65 321.595 1554 4 0 2.96193 130.975 -85.85 + 65 178.059 922 3 1 4.47552 130.465 -114.45 + 65 176.302 1551 3 0 4.64826 130.476 -115.85 + 65 194.695 939 2 1 7.9195 131.333 -144.451 + 65 193.203 1556 2 0 7.99099 131.391 -145.85 + 65 139.76 946 1 1 9.34076 132.97 -174.45 + 65 114.889 1564 1 0 9.26718 133.009 -175.85 + 65 105.385 944 0 1 8.88338 133.627 -204.45 + 65 127.761 1567 0 0 8.85959 133.637 -205.85 + 65 105.089 921 3 1 4.45 130.474 -114.493 + 65 80.5483 886 2 1 -2.74584 133.187 -144.451 + 65 27.0756 885 2 1 -2.85017 133.25 -144.762 + 65 136.194 1566 2 0 -3.13739 133.474 -145.85 + 65 1.08846 1567 2 0 -3.22675 133.55 -146.242 + 65 169.903 850 1 1 -9.9106 138.295 -174.45 + 65 109.552 1591 1 0 -10.0249 138.418 -175.85 + 65 117.06 1613 1 0 -14.2173 142.767 -176.25 + 65 133.2 1612 1 0 -14.1733 142.75 -176.146 + 65 47.1579 832 1 1 -13.5136 142.993 -174.85 + 65 75.5254 1614 1 0 -13.592 143.02 -175.85 + 65 55.1746 1772 1 0 -12.4212 174.582 -176.25 + 65 64.8071 1773 1 0 -12.4532 174.75 -176.131 + 65 70.2665 1774 1 0 -12.5317 174.95 -175.993 + 65 11.6667 1775 1 0 -12.6335 175.15 -175.864 + 65 41.5581 829 1 1 -14.196 178.623 -174.85 + 65 223.715 828 1 1 -14.25 178.772 -174.815 + 65 133.859 827 1 1 -14.45 179.351 -174.715 + 65 142.677 826 1 1 -14.65 179.829 -174.569 + 65 109.863 825 0 1 -14.8678 144.495 -204.45 + 65 46.3701 1620 0 0 -14.3938 144.286 -205.851 + 65 53.8398 1619 0 0 -14.2709 144.15 -205.975 + 65 236.168 1618 0 0 -14.1745 143.95 -206.019 + 65 202.372 1617 0 0 -14.6829 143.75 -206.025 + 65 20.3096 1616 0 0 -14.5387 143.55 -206.221 + 65 111.144 1497 0 0 -14.1922 119.746 -206.25 + 65 166.206 1498 0 0 -14.2974 119.75 -206.08 + 65 42.958 910 7 1 2.05 130.455 5.30496 + 65 106.984 1552 7 0 2.31504 130.562 4.15 + 65 65.2164 944 6 1 9.01043 133.356 -24.4503 + 65 76.6186 945 6 1 9.05001 133.357 -24.6233 + 65 107.806 1566 6 0 9.37113 133.387 -25.85 + 65 167.234 981 5 1 16.3003 134.23 -54.45 + 65 156.468 1570 5 0 16.3637 134.196 -55.85 + 65 115.976 990 4 1 18.14 133.623 -84.4504 + 65 44.7093 991 4 1 18.25 133.697 -84.7131 + 65 28.1923 1568 4 0 18.678 133.933 -85.85 + 65 129.071 1569 4 0 18.7088 133.95 -85.9269 + 65 236.656 1052 3 1 30.5202 140.449 -114.451 + 65 84.2795 1053 3 1 30.65 140.55 -114.556 + 65 53.7765 1054 3 1 30.85 140.663 -114.728 + 65 171.666 1605 3 0 32.0526 141.16 -115.85 + 65 6.49465 1606 3 0 32.4601 141.35 -116.243 + 65 68.264 1213 2 1 62.7142 155.863 -144.45 + 65 92.9688 1214 2 1 62.85 155.925 -144.545 + 65 132.708 1215 2 1 63.05 156.013 -144.681 + 65 2.05239 1216 2 1 63.25 156.118 -144.846 + 65 42.7829 1683 2 0 64.3426 156.875 -145.85 + 65 196.004 1684 2 0 64.4427 156.95 -145.942 + 65 41.7256 1685 2 0 64.6798 157.15 -146.169 +Number of digits in this event: 40 +Using G4ParticleGun... +Particle energy: 7.1517 LIN +Particle: e- +Event: 66 +Number of tracker hits in this event: 43 + 66 130.993 447 7 1 -90.6468 -117.419 5.55 + 66 120.005 313 7 0 -90.6464 -117.419 4.15 + 66 176.571 447 6 1 -90.6397 -117.417 -24.45 + 66 111.675 313 6 0 -90.64 -117.417 -25.85 + 66 170.284 447 5 1 -90.6405 -117.42 -54.45 + 66 139.954 313 5 0 -90.6404 -117.422 -55.85 + 66 119.62 447 4 1 -90.6284 -117.513 -84.45 + 66 270.349 313 4 0 -90.6317 -117.513 -85.85 + 66 188.356 446 3 1 -90.7959 -117.581 -114.45 + 66 98.1886 312 3 0 -90.8128 -117.591 -115.85 + 66 144.973 444 2 1 -91.1661 -117.836 -144.45 + 66 124.055 311 2 0 -91.1836 -117.856 -145.85 + 66 165.276 443 1 1 -91.536 -118.271 -174.45 + 66 129.439 309 1 0 -91.5344 -118.289 -175.85 + 66 125.555 442 0 1 -91.5678 -118.57 -204.45 + 66 207.072 307 0 0 -91.5804 -118.587 -205.85 + 66 420.248 854 7 1 -9.25 71.3325 5.54994 + 66 180.167 855 7 1 -9.05 70.9887 5.5015 + 66 49.2658 81 2 1 -163.75 -158.741 -144.749 + 66 24.2879 724 1 1 -35.25 -60.899 -174.531 + 66 0.860078 1237 7 0 -116.792 67.5867 3.75 + 66 59.128 598 1 0 -34.6258 -60.3399 -175.85 + 66 70.8268 599 1 0 -34.4942 -60.2497 -175.913 + 66 22.9636 600 1 0 -34.5627 -60.05 -175.888 + 66 91.3411 725 1 1 -34.8647 -59.4148 -174.85 + 66 306.452 604 1 0 -35.4232 -59.2144 -175.85 + 66 244.139 447 1 1 -90.6405 -117.377 -174.45 + 66 241.919 313 1 0 -90.6385 -117.376 -175.85 + 66 284.1 447 0 1 -90.5607 -117.347 -204.45 + 66 249.881 314 0 0 -90.5497 -117.341 -205.85 + 66 297.677 446 0 1 -90.7504 -117.389 -204.463 + 66 421.641 445 0 1 -90.95 -117.678 -204.617 + 66 161.502 313 0 0 -90.6536 -117.405 -205.85 + 66 77.6562 444 0 1 -91.1507 -117.495 -204.678 + 66 2.96312 309 0 0 -91.8106 -118.343 -205.85 + 66 157.64 308 0 0 -91.8155 -118.35 -205.86 + 66 115.813 252 0 0 -109.746 -129.73 -206.25 + 66 19.1578 251 0 0 -110.041 -129.75 -205.895 + 66 53.2585 349 0 1 -110.185 -130.319 -204.85 + 66 84.153 350 0 1 -110.15 -130.422 -204.684 + 66 166.873 312 0 0 -92.121 -117.669 -205.85 + 66 142.393 311 0 0 -92.5845 -117.75 -205.98 + 66 205.636 433 0 1 -93.3853 -116.835 -204.85 +Number of digits in this event: 29 +Using G4ParticleGun... +Particle energy: 8.18214 LIN +Particle: e- +Event: 67 +Number of tracker hits in this event: 33 + 67 112.59 1565 9 0 23.4191 133.156 64.15 + 67 129.638 1016 8 1 23.4161 133.157 35.55 + 67 155.756 1565 8 0 23.4159 133.158 34.15 + 67 94.7044 1016 7 1 23.4099 133.172 5.55 + 67 126.457 1565 7 0 23.4099 133.174 4.15 + 67 168.511 1016 6 1 23.4118 133.212 -24.45 + 67 127.968 1565 6 0 23.4126 133.214 -25.85 + 67 119.869 1016 5 1 23.43 133.245 -54.45 + 67 111.614 1565 5 0 23.4307 133.246 -55.85 + 67 197.152 1016 4 1 23.4482 133.265 -84.45 + 67 161.585 1565 4 0 23.4503 133.267 -85.85 + 67 139.424 1017 3 1 23.4876 133.301 -114.45 + 67 166.011 1565 3 0 23.4875 133.3 -115.85 + 67 122.888 1017 2 1 23.4799 133.301 -144.45 + 67 109.021 1565 2 0 23.4806 133.302 -145.85 + 67 116.263 1017 1 1 23.4958 133.33 -174.45 + 67 122.515 1565 1 0 23.4926 133.329 -175.85 + 67 130.276 1016 0 1 23.4206 133.316 -204.45 + 67 116.317 1565 0 0 23.4169 133.314 -205.85 + 67 5.70937 1096 4 0 108.058 39.4454 -86.2498 + 67 128.482 1097 4 0 108.052 39.45 -86.2303 + 67 64.7563 1443 4 1 108.807 40.4342 -84.85 + 67 135.732 1444 4 1 108.95 40.5925 -84.7595 + 67 337.106 1445 4 1 109.15 40.9828 -84.8077 + 67 28.3065 1220 0 0 -75.0121 64.25 -205.957 + 67 47.5635 1015 6 1 23.25 133.254 -24.802 + 67 125.732 1567 6 0 23.0724 133.665 -25.8506 + 67 55.2814 1568 6 0 23.0364 133.75 -25.9324 + 67 54.1832 1566 6 0 23.1286 133.55 -26.144 + 67 171.148 1406 6 0 27.3901 101.514 -26.25 + 67 67.9015 1407 6 0 27.4519 101.55 -26.0212 + 67 24.8663 1038 6 1 27.7147 103.807 -24.85 + 67 223.53 1424 6 0 29.4749 105.01 -25.85 +Number of digits in this event: 21 +Using G4ParticleGun... +Particle energy: 1.2723 LIN +Particle: e- +Event: 68 +Number of tracker hits in this event: 22 + 68 109.273 721 10 1 -35.7364 85.427 95.55 + 68 122.286 1326 10 0 -35.7416 85.436 94.15 + 68 117.066 720 9 1 -35.8634 85.6428 65.55 + 68 159.366 1327 9 0 -35.8712 85.6461 64.15 + 68 141.379 720 8 1 -36.0023 85.7005 35.55 + 68 182.871 1328 8 0 -36.0125 85.6968 34.15 + 68 115.685 718 7 1 -36.2569 85.6401 5.55 + 68 115.308 1327 7 0 -36.2655 85.6382 4.15 + 68 112.429 717 6 1 -36.4703 85.5729 -24.45 + 68 122.891 1327 6 0 -36.4857 85.5751 -25.85 + 68 113.914 716 5 1 -36.8128 85.6253 -54.45 + 68 121.538 1327 5 0 -36.8348 85.6304 -55.85 + 68 157.494 713 4 1 -37.2884 85.7551 -84.45 + 68 168.468 1328 4 0 -37.3176 85.7575 -85.85 + 68 135.75 710 3 1 -37.9583 85.8399 -114.45 + 68 109.521 1328 3 0 -37.9919 85.8465 -115.85 + 68 125.834 706 2 1 -38.657 85.9779 -144.45 + 68 269.073 1329 2 0 -38.6767 85.9934 -145.85 + 68 118.691 705 1 1 -39.0432 86.3148 -174.45 + 68 149.111 1331 1 0 -39.0519 86.3485 -175.85 + 68 155.732 703 0 1 -39.2637 87.0747 -204.45 + 68 110.222 1335 0 0 -39.2897 87.1013 -205.85 Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 8.87197 LIN +Particle energy: 9.44311 LIN +Particle: e- +Event: 69 +Number of tracker hits in this event: 87 + 69 105.961 949 11 1 9.8812 16.4621 125.55 + 69 104.371 982 11 0 9.88093 16.462 124.15 + 69 120.348 949 10 1 9.8746 16.4577 95.55 + 69 156.124 982 10 0 9.87489 16.458 94.15 + 69 115.102 949 9 1 9.87986 16.4663 65.55 + 69 124.736 982 9 0 9.87941 16.4669 64.15 + 69 159.493 949 8 1 9.86855 16.4805 35.55 + 69 165.554 982 8 0 9.86719 16.4811 34.15 + 69 258.187 948 7 1 9.83917 16.4989 5.55 + 69 114.23 982 7 0 9.8382 16.4996 4.15 + 69 152.335 948 6 1 9.81799 16.5142 -24.45 + 69 120.779 982 6 0 9.81554 16.5152 -25.85 + 69 101.855 948 5 1 9.76668 16.537 -54.45 + 69 140.913 982 5 0 9.76449 16.5383 -55.85 + 69 114.366 948 4 1 9.72113 16.5617 -84.45 + 69 110.543 982 4 0 9.71923 16.5637 -85.85 + 69 106.938 948 3 1 9.68047 16.6026 -114.45 + 69 128.28 982 3 0 9.6786 16.6045 -115.85 + 69 136.077 947 2 1 9.64065 16.6437 -144.45 + 69 97.0781 982 2 0 9.6399 16.6439 -145.85 + 69 120.864 947 1 1 9.62058 16.6538 -174.45 + 69 123.335 983 1 0 9.6193 16.6544 -175.85 + 69 373.035 947 0 1 9.5865 16.6655 -204.45 + 69 175.145 983 0 0 9.58372 16.668 -205.85 + 69 156.033 1568 2 1 133.844 108.896 -144.45 + 69 1.90756 707 0 0 -7.67275 -38.45 -206.136 + 69 89.3131 858 0 1 -8.34445 -39.1019 -204.85 + 69 108.056 857 0 1 -8.45003 -39.2534 -204.667 + 69 167.323 856 0 1 -8.65004 -39.0117 -204.633 + 69 31.3658 709 0 0 -8.78062 -38.077 -205.85 + 69 122.435 710 0 0 -8.80651 -38.05 -205.914 + 69 171.207 711 0 0 -8.91024 -37.85 -205.959 + 69 214.933 986 0 0 9.28039 17.3626 -205.85 + 69 213.548 987 0 0 9.21087 17.45 -205.916 + 69 67.7601 988 0 0 9.26556 17.65 -205.946 + 69 199.312 982 0 0 9.66775 16.5564 -205.85 + 69 69.6195 1619 5 1 143.95 31.683 -54.769 + 69 52.2478 1604 4 1 141.127 75.2166 -84.45 + 69 177.551 1620 5 1 144.15 31.733 -54.552 + 69 43.8208 1120 4 0 64.9895 44.1258 -86.25 + 69 57.9528 1224 4 1 64.9042 43.7741 -84.8497 + 69 213.845 1223 4 1 64.8497 43.7556 -84.7454 + 69 120.474 413 9 0 111.676 -97.4883 63.7501 + 69 156.942 1455 9 1 111.214 -98.0418 65.15 + 69 79.5777 1454 9 1 111.15 -98.0844 65.3439 + 69 144.636 1456 9 1 111.35 -98.4775 65.3633 + 69 58.3182 394 9 0 111.469 -101.161 64.15 + 69 67.0139 393 9 0 111.524 -101.35 64.131 + 69 412.938 392 9 0 111.575 -101.55 64.0889 + 69 29.6792 687 0 1 -42.45 -58.5531 -204.626 + 69 60.1079 686 0 1 -42.65 -58.3948 -204.714 + 69 17.1853 913 2 0 54.289 2.68835 -146.25 + 69 56.6003 912 2 0 54.2754 2.65 -146.217 + 69 6.13274 859 2 1 -8.1994 94.0746 -144.85 + 69 97.7479 986 7 0 9.56638 17.314 4.15 + 69 64.5866 987 7 0 9.59227 17.45 3.91076 + 69 30.2059 981 7 0 60.0935 16.2871 3.75011 + 69 113.323 980 7 0 60.185 16.25 3.83017 + 69 42.914 979 7 0 60.4655 16.0498 3.81378 + 69 15.0502 1090 7 0 113.002 38.2425 3.75 + 69 97.0361 1091 7 0 113.007 38.25 3.75403 + 69 108.117 950 8 1 10.0608 16.4611 35.55 + 69 78.4089 951 8 1 10.25 16.4923 35.3266 + 69 120.011 984 8 0 11.1912 16.8917 34.1495 + 69 85.9412 1082 7 1 36.4586 23.5586 5.55 + 69 100.55 1083 7 1 36.65 23.4734 5.42815 + 69 67.429 1084 7 1 36.85 23.3817 5.33532 + 69 106.201 1085 7 1 37.051 23.2863 5.26043 + 69 39.6609 1086 7 1 37.25 23.193 5.18076 + 69 87.3486 1010 7 0 39.5002 22.1806 4.15 + 69 153.147 1009 7 0 39.7653 22.05 3.99563 + 69 150.796 1008 7 0 40.0381 21.85 3.78413 + 69 26.2771 1000 7 0 32.7333 20.2203 3.75 + 69 148.402 1001 7 0 32.6758 20.25 3.78994 + 69 109.574 1002 7 0 32.3345 20.45 3.92872 + 69 140.042 1003 7 0 32.0043 20.65 4.04348 + 69 25.5537 1051 7 1 30.3291 22.4164 5.15 + 69 80.093 1050 7 1 30.25 22.4975 5.20455 + 69 84.8613 1049 7 1 30.05 22.6377 5.29751 + 69 53.622 1048 7 1 29.85 22.74 5.34638 + 69 55.7931 1047 7 1 29.6492 22.8437 5.37399 + 69 79.4882 1046 7 1 29.4499 22.9416 5.4437 + 69 5.34392 1045 7 1 29.25 23.0074 5.53588 + 69 3.65077 1072 8 0 -20.1165 34.4732 33.75 + 69 64.1339 1062 7 1 32.6281 20.8048 5.15023 + 69 15.1974 1048 5 0 71.7179 29.65 -55.9377 + 69 33.1684 626 0 1 -54.8155 58.1664 -204.45 +Number of digits in this event: 36 +Using G4ParticleGun... +Particle energy: 2.30529 LIN +Particle: e- +Event: 70 +Number of tracker hits in this event: 34 + 70 131.847 1070 10 1 34.1375 106.059 95.55 + 70 94.5981 1429 10 0 34.1382 106.06 94.15 + 70 105.572 1070 9 1 34.1551 106.058 65.55 + 70 105 1429 9 0 34.1572 106.059 64.15 + 70 112.516 1070 8 1 34.2093 106.098 35.55 + 70 116.804 1429 8 0 34.2137 106.102 34.15 + 70 128.961 1071 7 1 34.3074 106.172 5.55 + 70 123.56 1430 7 0 34.3157 106.177 4.15 + 70 251.566 1072 6 1 34.4759 106.291 -24.45 + 70 117.143 1430 6 0 34.4847 106.297 -25.85 + 70 156.545 1073 5 1 34.6562 106.434 -54.45 + 70 150.129 1431 5 0 34.6575 106.444 -55.85 + 70 110.304 1073 4 1 34.6673 106.679 -84.45 + 70 148.235 1432 4 0 34.6661 106.684 -85.85 + 70 111.928 1072 3 1 34.6484 106.785 -114.45 + 70 126.84 1433 3 0 34.6426 106.79 -115.85 + 70 102.874 1072 2 1 34.4959 106.929 -144.45 + 70 153.797 1433 2 0 34.4956 106.936 -145.85 + 70 157.384 1072 1 1 34.4938 107.085 -174.45 + 70 130.017 1434 1 0 34.497 107.091 -175.85 + 70 262.626 1072 0 1 34.5603 107.164 -204.45 + 70 133.3 1435 0 0 34.5456 107.176 -205.85 + 70 54.2345 1434 2 0 34.4908 106.95 -146.199 + 70 42.6207 1073 6 1 34.65 105.981 -24.8287 + 70 365.203 1418 6 0 35.0684 103.862 -25.85 + 70 59.6119 1417 6 0 35.0466 103.75 -25.9124 + 70 61.1792 1127 3 0 -121.514 45.5664 -116.25 + 70 377.001 1128 3 0 -121.637 45.65 -116.177 + 70 19.4458 273 3 1 -125.455 43.221 -114.85 + 70 48.0031 1094 3 0 -130.732 39.0234 -115.85 + 70 43.7328 141 3 1 -151.812 41.8068 -114.85 + 70 27.8858 140 3 1 -151.95 41.8527 -114.822 + 70 85.6274 1116 3 0 -153.872 43.2588 -115.85 + 70 346.352 1117 3 0 -153.923 43.45 -115.975 +Number of digits in this event: 18 +Using G4ParticleGun... +Particle energy: 2.18828 LIN +Particle: e- +Event: 71 +Number of tracker hits in this event: 80 + 71 113.802 1294 10 1 78.886 39.0061 95.55 + 71 173.362 1094 10 0 78.8826 39.0016 94.15 + 71 135.46 1293 9 1 78.8251 38.9159 65.55 + 71 124.542 1094 9 0 78.8233 38.9092 64.15 + 71 163.109 1293 8 1 78.7877 38.7693 35.55 + 71 150.206 1093 8 0 78.7816 38.7623 34.15 + 71 117.908 1293 7 1 78.6579 38.624 5.55 + 71 121.076 1092 7 0 78.6521 38.622 4.15 + 71 168.096 1292 6 1 78.5441 38.566 -24.45 + 71 153.045 1092 6 0 78.5378 38.5595 -25.85 + 71 306.575 1291 5 1 78.3861 38.4299 -54.45 + 71 411.027 1091 5 0 78.387 38.4149 -55.85 + 71 450.385 1291 4 1 78.4018 38.1202 -84.45 + 71 124.172 1090 4 0 78.3859 38.1048 -85.85 + 71 124.517 1289 3 1 78.0208 37.8134 -114.45 + 71 179.566 1088 3 0 78.0074 37.7908 -115.85 + 71 289.636 1288 2 1 77.6856 37.2843 -144.45 + 71 24.0883 1086 2 0 77.6734 37.2528 -145.85 + 71 71.4912 1085 2 0 77.6723 37.25 -145.976 + 71 304.363 1286 1 1 77.441 36.6122 -174.45 + 71 157.596 1082 1 0 77.4265 36.5749 -175.85 + 71 123.362 1285 0 1 77.1283 35.7973 -204.45 + 71 108.498 1078 0 0 77.1176 35.76 -205.85 + 71 150.85 1089 3 0 77.9733 37.85 -116.136 + 71 119.482 1091 4 0 78.3891 38.3223 -85.85 + 71 155.505 1290 3 1 78.2178 38.3052 -114.45 + 71 155.958 1090 3 0 78.1932 38.2376 -115.85 + 71 52.1146 1082 2 0 77.6265 36.4951 -145.85 + 71 203.376 1081 2 0 77.6166 36.45 -146.02 + 71 110.955 1278 1 1 75.7769 28.8823 -174.45 + 71 46.9714 1042 1 0 75.7053 28.5013 -175.85 + 71 76.9102 1041 1 0 75.6952 28.45 -176.035 + 71 104.24 1270 0 1 74.2275 20.3766 -204.45 + 71 12.9246 1000 0 0 74.1842 20.0604 -205.85 + 71 277.177 999 0 0 74.1827 20.05 -205.896 + 71 91.4673 1089 4 0 78.3821 38.0483 -85.85 + 71 122.069 1291 3 1 78.3557 37.3081 -114.45 + 71 163.894 1086 3 0 78.3497 37.2655 -115.85 + 71 150.327 1291 2 1 78.3043 36.3429 -144.45 + 71 131.114 1289 1 1 78.0077 35.4047 -174.45 + 71 127.204 1076 1 0 78.0249 35.3439 -175.85 + 71 232.992 1292 0 1 78.4834 34.1464 -204.45 + 71 41.8973 1070 0 0 78.4665 34.0571 -205.85 + 71 72.5624 1069 0 0 78.4651 34.05 -205.957 + 71 77.4811 1290 4 1 78.25 38.1173 -84.5585 + 71 59.9875 1289 4 1 78.05 38.1306 -84.7229 + 71 72.7904 1086 4 0 76.7133 37.3924 -85.8501 + 71 77.1809 1085 4 0 76.5421 37.25 -86.0157 + 71 75.8355 1084 4 0 76.3788 37.05 -86.0779 + 71 105.189 1083 4 0 76.2836 36.85 -86.0195 + 71 54.8974 1082 4 0 76.1428 36.65 -85.932 + 71 29.5994 1270 4 1 74.1127 35.5713 -84.85 + 71 227.168 1269 4 1 74.05 35.5099 -84.8286 + 71 16.2182 1057 4 0 72.7259 31.5172 -85.8501 + 71 160.978 1056 4 0 72.7048 31.45 -85.8583 + 71 0.0204429 1055 4 0 72.4601 31.25 -86.2498 + 71 91.1056 769 4 0 64.3351 -26.2046 -86.2495 + 71 255.821 768 4 0 64.2855 -26.2501 -86.0842 + 71 13.5434 1090 1 0 77.9356 38.2471 -176.13 + 71 474.059 1091 1 0 77.9414 38.25 -176.142 + 71 131.397 1274 0 1 74.9027 41.1332 -204.45 + 71 13.6921 1273 0 1 74.85 41.2507 -204.791 + 71 14.5093 1108 0 0 74.5436 41.8215 -205.85 + 71 127.854 1109 0 0 74.5289 41.85 -205.904 + 71 139.749 1078 3 1 35.6818 15.1851 -114.85 + 71 28.3944 1079 3 1 35.8502 14.8447 -114.519 + 71 359.514 1290 2 1 78.1367 38.3996 -144.45 + 71 278.173 1091 2 0 78.1672 38.392 -145.85 + 71 146.042 1293 1 1 78.8417 38.1585 -174.45 + 71 108.125 1089 1 0 78.8301 38.0387 -175.85 + 71 143.453 1076 0 0 78.464 35.3563 -205.85 + 71 374.891 1064 0 0 64.4569 32.9775 -206.25 + 71 100.09 1223 0 1 64.8009 33.0577 -204.85 + 71 132.385 1224 0 1 64.8501 33.0091 -204.789 + 71 183.915 1291 1 1 78.3819 38.3471 -174.45 + 71 119.471 1293 0 1 78.6773 38.3988 -204.45 + 71 283.677 1091 0 0 78.6819 38.4131 -205.85 + 71 145.463 686 9 1 -42.65 -50.2507 65.2029 + 71 348.211 649 9 0 -42.5462 -50.1409 64.1496 + 71 357.177 1292 5 1 78.45 38.4692 -54.478 +Number of digits in this event: 49 +Using G4ParticleGun... +Particle energy: 5.53929 LIN Particle: e- Event: 72 -Number of tracker hits in this event: 34 - 72 119.274 867 11 1 -6.48353 67.4296 125.55 - 72 134.231 1236 11 0 -6.48356 67.429 124.15 - 72 135.986 867 10 1 -6.48597 67.4158 95.55 - 72 148.405 1236 10 0 -6.48547 67.4143 94.15 - 72 133.244 867 9 1 -6.47846 67.3886 65.55 - 72 118.639 1236 9 0 -6.47835 67.387 64.15 - 72 107.326 867 8 1 -6.47357 67.3532 35.55 - 72 139.829 1236 8 0 -6.47359 67.3505 34.15 - 72 257.04 867 7 1 -6.47453 67.2964 5.55 - 72 107.037 1236 7 0 -6.47518 67.2925 4.15 - 72 322.731 867 6 1 -6.48421 67.2128 -24.45 - 72 173.541 1235 6 0 -6.48358 67.209 -25.85 - 72 115.591 867 5 1 -6.471 67.1284 -54.45 - 72 129.918 1235 5 0 -6.47131 67.1255 -55.85 - 72 125.904 867 4 1 -6.48092 67.066 -84.45 - 72 156.312 1235 4 0 -6.4819 67.063 -85.85 - 72 116.439 867 3 1 -6.49837 66.9987 -114.45 - 72 120.432 1234 3 0 -6.49927 66.9955 -115.85 - 72 237.693 867 2 1 -6.51925 66.9278 -144.45 - 72 176.008 1234 2 0 -6.52037 66.9249 -145.85 - 72 99.177 867 1 1 -6.53654 66.8654 -174.45 - 72 104.13 1234 1 0 -6.53546 66.8638 -175.85 - 72 288.53 867 0 1 -6.53157 66.8112 -204.45 - 72 107.884 1233 0 0 -6.53148 66.8089 -205.85 - 72 66.9201 866 2 1 -6.65031 66.7852 -144.512 - 72 70.2895 865 2 1 -6.85 66.6973 -144.68 - 72 12.2786 864 2 1 -7.05 66.6955 -144.827 - 72 94.4401 1233 2 0 -8.60067 66.85 -146.056 - 72 93.6796 1341 0 0 37.8623 88.25 -206.175 - 72 281.597 868 6 1 -6.44986 67.2337 -24.6502 - 72 468.024 868 1 1 -6.42119 67.3481 -174.45 - 72 245.843 1236 1 0 -6.42219 67.3461 -175.85 - 72 286.731 1236 0 0 -6.50275 67.2679 -205.85 - 72 117.987 868 0 1 -6.44614 67.314 -204.45 -Number of digits in this event: 22 +Number of tracker hits in this event: 36 + 72 144.442 1093 9 1 38.6819 123.222 65.55 + 72 167.263 1515 9 0 38.6835 123.223 64.15 + 72 120.814 1093 8 1 38.7241 123.24 35.55 + 72 159.441 1515 8 0 38.7257 123.244 34.15 + 72 144.139 1093 7 1 38.7596 123.319 5.55 + 72 143.527 1515 7 0 38.7623 123.322 4.15 + 72 104.784 1093 6 1 38.8232 123.369 -24.45 + 72 147.701 1516 6 0 38.8241 123.369 -25.85 + 72 170.939 1093 5 1 38.8415 123.354 -54.45 + 72 335.033 1516 5 0 38.8434 123.352 -55.85 + 72 126.575 1094 4 1 38.8874 123.313 -84.45 + 72 114.087 1515 4 0 38.8913 123.31 -85.85 + 72 125.056 1094 3 1 38.9793 123.261 -114.45 + 72 106.215 1515 3 0 38.9829 123.259 -115.85 + 72 126.806 1095 2 1 39.0528 123.218 -144.45 + 72 118.325 1515 2 0 39.0539 123.218 -145.85 + 72 109.553 1094 1 1 39.0335 123.176 -174.45 + 72 104.014 1515 1 0 39.0312 123.174 -175.85 + 72 341.003 1094 0 1 38.9822 123.126 -204.45 + 72 186.306 1514 0 0 38.9864 123.121 -205.85 + 72 48.8703 1328 14 0 -116.276 85.6913 213.75 + 72 118.706 1075 4 1 35.1137 125.395 -84.45 + 72 146.98 1526 4 0 34.9868 125.479 -85.85 + 72 88.0078 1063 3 1 32.6759 126.61 -114.45 + 72 58.4561 1062 3 1 32.65 126.639 -114.727 + 72 139.235 1533 3 0 32.5218 126.76 -115.85 + 72 106.158 1049 2 1 30.0074 130.103 -144.45 + 72 109.285 1549 2 0 29.7526 130.134 -145.85 + 72 138.325 1023 1 1 24.7732 130.513 -174.45 + 72 147.669 1551 1 0 24.5619 130.407 -175.85 + 72 138.181 999 0 1 19.9681 128.128 -204.45 + 72 248.511 1538 0 0 19.7632 127.881 -205.85 + 72 77.1132 1682 1 0 13.534 156.57 -176.25 + 72 8.32278 1095 0 1 39.2476 123.769 -204.452 + 72 102.497 1096 0 1 39.25 123.769 -204.494 + 72 435.482 1518 0 0 39.3148 123.791 -205.851 +Number of digits in this event: 24 Using G4ParticleGun... -Particle energy: 5.40618 LIN +Particle energy: 5.17972 LIN Particle: e- Event: 73 Number of tracker hits in this event: 38 - 73 109.589 1182 8 1 56.5344 130.103 35.55 - 73 140.384 1549 8 0 56.5355 130.104 34.15 - 73 100.817 1182 7 1 56.5549 130.143 5.55 - 73 141.695 1549 7 0 56.5566 130.142 4.15 - 73 122.899 1182 6 1 56.5976 130.127 -24.45 - 73 91.8768 1549 6 0 56.5995 130.126 -25.85 - 73 92.5784 1182 5 1 56.6406 130.125 -54.45 - 73 115.608 1549 5 0 56.6425 130.127 -55.85 - 73 134.424 1183 4 1 56.6815 130.177 -84.45 - 73 152.058 1550 4 0 56.6826 130.182 -85.85 - 73 333.647 1183 3 1 56.7153 130.274 -114.45 - 73 130.611 1550 3 0 56.7182 130.278 -115.85 - 73 392.34 1183 2 1 56.7746 130.359 -144.45 - 73 127.804 1551 2 0 56.7762 130.362 -145.85 - 73 422.505 1183 1 1 56.8117 130.427 -174.45 - 73 135.403 1551 1 0 56.813 130.429 -175.85 - 73 152.863 1183 0 1 56.8411 130.457 -204.45 - 73 180.083 1551 0 0 56.8415 130.458 -205.85 - 73 4.13377 1562 0 0 41.1029 132.708 -206.25 - 73 34.5027 1553 2 0 56.0483 130.898 -145.85 - 73 96.3876 1554 2 0 55.9877 130.95 -145.911 - 73 63.111 1555 2 0 55.8191 131.15 -146.053 - 73 103.431 1556 2 0 55.7244 131.35 -146.095 - 73 46.1659 1557 2 0 55.6546 131.55 -146.145 - 73 61.2868 1568 2 0 67.1403 133.853 -146.25 - 73 94.5953 1567 2 0 67.204 133.749 -146.144 - 73 421.537 1549 2 0 56.7424 130.141 -145.85 - 73 183.087 1550 1 0 56.7746 130.159 -175.85 - 73 122.168 1184 0 1 56.8777 130.311 -204.45 - 73 214.957 1550 0 0 56.8878 130.312 -205.85 - 73 52.9711 1557 1 0 56.374 131.631 -175.85 - 73 74.988 1558 1 0 56.4075 131.751 -175.863 - 73 187.966 1190 1 1 58.1756 132.926 -174.85 - 73 143.486 1186 1 1 57.3692 129.695 -174.45 - 73 174.984 1547 1 0 57.3665 129.671 -175.85 - 73 106.87 1186 0 1 57.3622 129.073 -204.45 - 73 19.2268 1544 0 0 57.4099 128.954 -205.85 - 73 115.834 1543 0 0 57.4118 128.95 -205.899 -Number of digits in this event: 22 -Using G4ParticleGun... -Particle energy: 5.69274 LIN -Particle: e- -Event: 74 -Number of tracker hits in this event: 139 - 74 111.073 1019 11 0 -80.162 23.8754 124.15 - 74 147.021 499 10 1 -80.1615 23.8704 95.55 - 74 109.775 1019 10 0 -80.1602 23.869 94.15 - 74 158.936 499 9 1 -80.1309 23.8446 65.55 - 74 122.843 1018 9 0 -80.1281 23.8437 64.15 - 74 97.2436 499 8 1 -80.0649 23.826 35.55 - 74 100.856 1018 8 0 -80.0629 23.8228 34.15 - 74 485.767 500 7 1 -80.0213 23.7628 5.55 - 74 396.546 1018 7 0 -80.0186 23.7587 4.15 - 74 213.272 500 6 1 -79.9604 23.6805 -24.45 - 74 226.591 1018 6 0 -79.9565 23.6769 -25.85 - 74 304.71 500 5 1 -79.875 23.6019 -54.45 - 74 320.167 1017 5 0 -79.8699 23.5979 -55.85 - 74 105.361 501 4 1 -79.7711 23.5152 -84.45 - 74 103.119 1017 4 0 -79.7666 23.512 -85.85 - 74 110.621 501 3 1 -79.6785 23.4516 -114.45 - 74 124.044 1016 3 0 -79.6744 23.4458 -115.85 - 74 137.069 502 2 1 -79.593 23.3324 -144.45 - 74 127.952 1016 2 0 -79.5923 23.3265 -145.85 - 74 748.631 502 1 1 -79.5816 23.2117 -174.45 - 74 398.872 1015 1 0 -79.5812 23.2061 -175.85 - 74 274.587 502 0 1 -79.5735 23.0973 -204.45 - 74 126.34 1015 0 0 -79.5724 23.0937 -205.85 - 74 147.153 776 0 1 -24.7942 73.9629 -204.45 - 74 101.515 495 0 1 -80.9428 21.0275 -204.45 - 74 86.6384 1003 0 0 -81.0149 20.7222 -205.85 - 74 26.8164 1002 0 0 -81.0274 20.65 -206.16 - 74 20.6285 48 7 0 55.2648 -170.51 3.75 - 74 157.622 47 7 0 55.3066 -170.55 3.85096 - 74 43.0882 1172 7 1 54.5976 -170.399 5.15 - 74 171.059 1173 7 1 54.65 -170.385 5.18796 - 74 157.601 823 2 1 -15.45 64.1855 -144.509 - 74 106.79 1010 0 0 -79.6443 22.2296 -205.85 - 74 236.907 955 2 0 -123.777 11.1345 -146.25 - 74 74.9534 503 1 1 -79.45 23.1171 -174.641 - 74 65.433 1011 1 0 -78.5519 22.3757 -175.85 - 74 89.6935 1010 1 0 -78.4405 22.25 -176.039 - 74 162.711 575 0 1 -64.994 6.99806 -204.45 - 74 10.5865 934 0 0 -64.4532 7.04341 -205.85 - 74 148.602 935 0 0 -64.4386 7.05 -205.874 - 74 14.1556 936 0 0 -64.2548 7.25 -206.221 - 74 116.893 1391 3 0 -24.1474 98.35 -116.033 - 74 131.361 1017 1 0 -79.7061 23.5454 -175.85 - 74 168.808 497 6 1 -80.462 23.7963 -24.45 - 74 112.08 494 5 1 -81.1021 23.5723 -54.45 - 74 95.5973 493 4 1 -81.4025 23.0975 -84.45 - 74 16.0982 1015 4 0 -81.4471 23.0518 -85.85 - 74 214.525 1014 4 0 -81.449 23.05 -85.9066 - 74 240.361 487 3 1 -82.5201 22.3646 -114.45 - 74 146.188 1011 3 0 -82.6105 22.3431 -115.85 - 74 147.509 478 2 1 -84.3808 22.0672 -144.45 - 74 109.782 1009 2 0 -84.4216 22.0368 -145.85 - 74 116.526 474 1 1 -85.1135 21.3292 -174.45 - 74 224.079 1006 1 0 -85.1669 21.2775 -175.85 - 74 138.863 470 0 1 -85.9225 20.2328 -204.45 - 74 144.356 1000 0 0 -85.9651 20.1972 -205.85 - 74 217.445 1019 6 0 -79.4004 23.9581 -25.8501 - 74 9.41398 502 6 1 -79.6385 22.0404 -24.85 - 74 130.582 501 6 1 -79.65 22.0362 -24.846 - 74 61.749 1009 6 0 -79.653 22.0308 -25.85 - 74 2.58251 1010 6 0 -79.6531 22.05 -25.8624 - 74 152.098 492 3 1 -81.4744 24.5035 -114.45 - 74 71.7281 491 3 1 -81.6501 24.7051 -114.751 - 74 195.599 1027 3 0 -82.3237 25.5002 -115.85 - 74 113.266 1028 3 0 -82.4268 25.6504 -116.032 - 74 20.9396 1029 3 0 -82.5399 25.8501 -116.202 - 74 16.9237 963 3 0 -109.805 12.7081 -116.25 - 74 68.0713 962 3 0 -109.809 12.65 -116.221 - 74 60.6157 961 3 0 -109.829 12.4499 -116.156 - 74 40.299 960 3 0 -109.848 12.25 -116.121 - 74 179.93 959 3 0 -109.853 12.05 -116.041 - 74 483.481 958 3 0 -109.873 11.8498 -115.946 - 74 48.4042 357 3 1 -108.653 10.6165 -114.85 - 74 79.4507 358 3 1 -108.55 10.5106 -114.787 - 74 237.145 359 3 1 -108.35 10.4027 -114.676 - 74 180.859 360 3 1 -108.15 10.429 -114.614 - 74 97.8946 361 3 1 -107.95 10.4992 -114.544 - 74 191.754 946 3 0 -108.317 9.37614 -115.85 - 74 73.5586 945 3 0 -108.348 9.25 -115.947 - 74 175.562 493 3 1 -81.3708 24.3758 -114.45 - 74 3.66205 494 3 1 -81.2499 24.2808 -114.829 - 74 104.826 1019 3 0 -80.9231 24.0495 -115.85 - 74 87.4322 569 2 1 -66.168 13.3342 -144.45 - 74 102.822 570 2 1 -66.0499 13.4767 -144.598 - 74 31.1671 973 2 0 -65.0429 14.7803 -145.85 - 74 68.0643 974 2 0 -64.999 14.85 -145.905 - 74 51.34 975 2 0 -64.902 15.05 -146.016 - 74 75.268 976 2 0 -64.8666 15.2501 -146.084 - 74 57.4009 977 2 0 -64.8317 15.45 -146.099 - 74 54.8695 978 2 0 -64.8511 15.65 -146.134 - 74 46.2982 460 1 1 -87.9219 50.532 -174.45 - 74 81.3111 461 1 1 -87.85 50.5671 -174.539 - 74 85.3299 462 1 1 -87.65 50.6394 -174.709 - 74 71.0255 1159 1 0 -85.7486 51.9193 -175.85 - 74 73.4955 1160 1 0 -85.5729 52.05 -175.968 - 74 45.1629 1161 1 0 -85.3967 52.2501 -176.168 - 74 116.603 1017 6 0 -79.7341 23.5862 -25.8502 - 74 213.489 1016 5 0 -79.8892 23.3777 -55.85 - 74 149.433 498 4 1 -80.2749 20.6271 -84.45 - 74 114.162 1002 4 0 -80.6385 20.5676 -85.85 - 74 14.8659 456 3 1 -88.847 18.3498 -114.451 - 74 130.099 455 3 1 -88.85 18.363 -114.521 - 74 41.4399 992 3 0 -88.9504 18.618 -115.85 - 74 64.527 993 3 0 -88.965 18.65 -116.005 - 74 99.6454 447 2 1 -90.5733 26.1105 -144.45 - 74 144.836 448 2 1 -90.55 26.1301 -144.529 - 74 21.6529 1031 2 0 -90.2188 26.4352 -145.85 - 74 139.129 1032 2 0 -90.2013 26.45 -145.917 - 74 57.1905 495 1 1 -81.0274 32.1189 -174.45 - 74 126.37 496 1 1 -80.85 32.1638 -174.589 - 74 43.742 497 1 1 -80.6496 32.2114 -174.763 - 74 156.805 1062 1 0 -79.4449 32.4916 -175.85 - 74 39.2201 1176 1 0 50.6041 55.3926 -176.25 - 74 151.836 1177 1 0 50.7635 55.45 -176.187 - 74 68.1344 1178 1 0 51.2302 55.65 -175.915 - 74 15.0224 1165 1 1 53.2271 56.3585 -174.85 - 74 142.656 1166 1 1 53.25 56.367 -174.838 - 74 118.1 1167 1 1 53.45 56.4338 -174.728 - 74 59.2545 1168 1 1 53.65 56.5184 -174.614 - 74 6.47232 1169 1 1 53.85 56.619 -174.465 - 74 55.3899 1170 1 1 54.0528 56.6648 -174.45 - 74 70.5988 1171 1 1 54.25 56.6355 -174.594 - 74 12.8116 1172 1 1 54.45 56.6297 -174.827 - 74 147.026 1183 1 0 55.1665 56.7146 -175.85 - 74 22.788 1182 1 0 55.4159 56.65 -176.183 - 74 2.65833 938 3 0 -127.949 7.65 -116.213 - 74 79.0167 497 4 1 -80.45 20.6119 -84.5529 - 74 4.33375 496 4 1 -80.65 20.664 -84.8323 - 74 186.286 1004 4 0 -81.2422 20.8723 -85.85 - 74 48.2843 1005 4 0 -81.7723 21.05 -86.1504 - 74 28.2447 1640 4 0 -115.23 148.261 -86.25 - 74 77.0191 1641 4 0 -115.225 148.35 -86.2155 - 74 83.3901 1642 4 0 -115.194 148.55 -86.1231 - 74 117.793 1643 4 0 -115.17 148.75 -85.9699 - 74 344.384 327 4 1 -114.706 149.632 -84.85 - 74 100.582 326 4 1 -114.75 150.286 -84.5011 - 74 26.7848 315 4 1 -117.098 149.549 -84.85 - 74 11.3582 1662 4 0 -118.84 152.741 -85.8501 - 74 63.3576 1663 4 0 -118.841 152.75 -85.8595 -Number of digits in this event: 57 -Using G4ParticleGun... -Particle energy: 5.5775 LIN -Particle: e- -Event: 75 -Number of tracker hits in this event: 65 - 75 150.793 310 8 1 -118.078 75.1952 35.55 - 75 99.2937 1275 8 0 -118.078 75.1956 34.15 - 75 105.994 310 7 1 -118.079 75.2065 5.55 - 75 174.633 1275 7 0 -118.079 75.2071 4.15 - 75 138.887 310 6 1 -118.084 75.2207 -24.45 - 75 107.399 1275 6 0 -118.085 75.2197 -25.85 - 75 137.904 310 5 1 -118.094 75.2023 -54.45 - 75 170.454 1275 5 0 -118.093 75.2036 -55.85 - 75 531.039 310 4 1 -118.059 75.2336 -84.45 - 75 225.65 1275 4 0 -118.058 75.2366 -85.85 - 75 122.754 310 3 1 -118.034 75.3058 -114.45 - 75 170.595 1276 3 0 -118.028 75.3101 -115.85 - 75 209.826 311 2 1 -117.902 75.4038 -144.45 - 75 463.78 1276 2 0 -117.897 75.4086 -145.85 - 75 346.756 311 1 1 -117.784 75.5064 -174.45 - 75 123.181 1277 1 0 -117.779 75.5098 -175.85 - 75 249.947 312 0 1 -117.689 75.5825 -204.45 - 75 137.616 1277 0 0 -117.684 75.5867 -205.85 - 75 5.65862 221 0 1 -135.779 -90.4832 -204.85 - 75 177.296 1591 2 0 -88.726 138.481 -146.25 - 75 36.1495 461 2 1 -87.6923 138.36 -144.85 - 75 103.83 462 2 1 -87.65 138.352 -144.795 - 75 30.0827 463 2 1 -87.45 138.305 -144.5 - 75 287.846 464 2 1 -87.2249 138.073 -144.45 - 75 47.0222 465 2 1 -87.05 137.932 -144.738 - 75 102.549 1586 2 0 -86.3795 137.475 -145.85 - 75 51.516 1585 2 0 -86.1729 137.35 -146.114 - 75 1.11549 557 1 1 -68.65 109.29 -174.832 - 75 12.3915 567 1 1 -66.65 103.919 -174.71 - 75 1.88783 429 3 1 -94.15 18.4293 -114.789 - 75 98.2845 1528 3 0 -84.3706 125.875 -116.25 - 75 19.0173 507 0 1 -78.65 -25.1851 -204.475 - 75 11.4493 508 0 1 -78.45 -25.1986 -204.461 - 75 124.24 312 1 1 -117.75 75.5204 -174.497 - 75 288.16 313 1 1 -117.55 75.7601 -174.471 - 75 99.1082 314 1 1 -117.35 75.8397 -174.491 - 75 223.352 310 2 1 -118.007 75.3701 -144.45 - 75 246.927 310 1 1 -118.071 75.2578 -174.45 - 75 69.0683 1276 1 0 -118.067 75.2512 -175.85 - 75 36.4473 1275 1 0 -118.066 75.25 -176.12 - 75 112.504 311 0 1 -117.886 75.0755 -204.45 - 75 99.0963 1275 0 0 -117.895 75.0742 -205.85 - 75 106.807 1278 1 0 -117.959 75.8224 -175.85 - 75 118.362 309 0 1 -118.168 75.9129 -204.45 - 75 109.73 1279 0 0 -118.172 75.8715 -205.85 - 75 38.952 1195 2 0 -100.957 59.0712 -146.25 - 75 141.433 1194 2 0 -100.964 59.05 -146.193 - 75 125.95 1276 4 0 -118.079 75.2945 -85.85 - 75 249.297 311 3 1 -117.762 75.7288 -114.45 - 75 277.28 1277 3 0 -117.788 75.6448 -115.85 - 75 126.515 1268 2 0 -117.892 73.6858 -145.85 - 75 610.789 315 1 1 -117.104 71.6502 -174.45 - 75 115.377 1257 1 0 -117.043 71.5517 -175.851 - 75 135.811 322 0 1 -115.647 69.6929 -204.45 - 75 101.17 1247 0 0 -115.666 69.6141 -205.85 - 75 229.228 316 1 1 -116.95 71.8968 -174.541 - 75 275.141 309 4 1 -118.15 75.1592 -84.6143 - 75 217.852 306 3 1 -118.949 75.6214 -114.45 - 75 101.796 306 2 1 -118.943 74.9993 -144.451 - 75 117.479 1275 2 0 -118.952 75.1966 -145.85 - 75 118.279 304 1 1 -119.207 78.7616 -174.45 - 75 36.7766 1294 1 0 -119.304 79.0212 -175.85 - 75 78.5219 1295 1 0 -119.314 79.05 -176.005 - 75 121.819 295 0 1 -121.062 84.4779 -204.45 - 75 106.83 1323 0 0 -121.186 84.7096 -205.85 -Number of digits in this event: 35 -Using G4ParticleGun... -Particle energy: 1.67647 LIN -Particle: e- -Event: 76 -Number of tracker hits in this event: 22 - 76 117.467 1557 9 1 131.579 2.5611 65.55 - 76 110.004 912 9 0 131.578 2.55382 64.15 - 76 120.409 1557 8 1 131.562 2.41825 35.55 - 76 153.297 911 8 0 131.563 2.40685 34.15 - 76 129.516 1557 7 1 131.59 2.16602 5.55 - 76 184.549 910 7 0 131.59 2.15281 4.15 - 76 140.001 1557 6 1 131.57 1.80686 -24.45 - 76 98.8234 908 6 0 131.578 1.7892 -25.85 - 76 113.709 1557 5 1 131.75 1.39834 -54.45 - 76 121.709 906 5 0 131.742 1.38102 -55.85 - 76 121.27 1557 4 1 131.6 1.01598 -84.45 - 76 109.072 904 4 0 131.602 1.01525 -85.85 - 76 157.935 1557 3 1 131.637 0.88044 -114.45 - 76 133.729 904 3 0 131.649 0.88299 -115.85 - 76 201.939 1558 2 1 131.771 0.940523 -144.45 - 76 130.649 904 2 0 131.796 0.949972 -145.85 - 76 186.558 1560 1 1 132.263 1.30603 -174.45 - 76 136.628 906 1 0 132.269 1.33676 -175.85 - 76 121.404 1561 0 1 132.36 1.85826 -204.45 - 76 219.701 909 0 0 132.36 1.86779 -205.85 - 76 169.158 635 8 1 -53.0286 13.1872 35.55 - 76 123.093 636 8 1 -52.85 13.4152 35.5263 -Number of digits in this event: 20 -Using G4ParticleGun... -Particle energy: 6.11484 LIN -Particle: e- -Event: 77 -Number of tracker hits in this event: 70 - 77 139.139 339 9 1 -112.151 -47.5832 65.55 - 77 143.644 662 9 0 -112.152 -47.5833 64.15 - 77 380.107 339 8 1 -112.179 -47.5938 35.55 - 77 412.98 662 8 0 -112.178 -47.5943 34.15 - 77 165.246 339 7 1 -112.171 -47.6038 5.55 - 77 108.826 662 7 0 -112.171 -47.6033 4.15 - 77 150.214 339 6 1 -112.194 -47.5834 -24.45 - 77 104.102 662 6 0 -112.196 -47.5819 -25.85 - 77 121.198 339 5 1 -112.237 -47.5529 -54.45 - 77 114.037 662 5 0 -112.24 -47.5509 -55.85 - 77 189.375 339 4 1 -112.312 -47.5128 -84.45 - 77 132.429 662 4 0 -112.315 -47.5108 -85.85 - 77 144.027 338 3 1 -112.369 -47.4652 -114.45 - 77 233.672 662 3 0 -112.374 -47.463 -115.85 - 77 98.5471 338 2 1 -112.467 -47.418 -144.45 - 77 105.018 663 2 0 -112.47 -47.4159 -145.85 - 77 127.063 338 1 1 -112.521 -47.3702 -174.45 - 77 105.912 663 1 0 -112.523 -47.3705 -175.85 - 77 121.354 337 0 1 -112.563 -47.3692 -204.45 - 77 128.695 663 0 0 -112.564 -47.3678 -205.85 - 77 76.0698 944 2 0 -135.022 8.85 -146.195 - 77 184.702 658 6 0 -111.759 -48.3169 -25.85 - 77 96.88 340 6 1 -112.15 -47.5688 -24.6991 - 77 81.5096 670 6 0 -111.19 -45.9903 -25.85 - 77 120.814 671 6 0 -111.03 -45.8499 -26.0088 - 77 166.487 337 7 1 -112.57 -47.8296 5.55 - 77 102.844 660 7 0 -112.572 -47.8608 4.15 - 77 132.327 337 6 1 -112.664 -48.4529 -24.45 - 77 112.196 657 6 0 -112.694 -48.5206 -25.85 - 77 128.712 332 5 1 -113.601 -49.9614 -54.45 - 77 164.924 650 5 0 -113.619 -50.0067 -55.85 - 77 238.183 330 4 1 -114.135 -50.8818 -84.45 - 77 115.144 645 4 0 -114.133 -50.9048 -85.85 - 77 299.491 331 3 1 -113.945 -51.5135 -114.45 - 77 146.487 642 3 0 -113.941 -51.5234 -115.85 - 77 111.977 333 2 1 -113.387 -51.5065 -144.45 - 77 113.068 642 2 0 -113.398 -51.5444 -145.85 - 77 111.188 332 1 1 -113.571 -52.3959 -174.45 - 77 112.913 638 1 0 -113.745 -52.379 -175.85 - 77 114.433 314 0 1 -117.336 -52.7423 -204.45 - 77 123.972 635 0 0 -117.235 -52.8711 -205.85 - 77 290.774 330 3 1 -113.95 -51.5247 -114.531 - 77 297.187 329 4 1 -114.15 -50.8695 -84.7524 - 77 91.0343 650 4 0 -114.672 -50.0339 -85.85 - 77 153.605 338 7 1 -112.55 -47.8319 5.2651 - 77 2.94737 661 8 0 -112.342 -47.65 33.7724 - 77 239.113 331 7 1 -113.89 -48.9084 5.55 - 77 115.31 656 7 0 -113.91 -48.8275 4.15 - 77 96.0099 331 6 1 -113.84 -47.466 -24.45 - 77 263.674 664 6 0 -114.046 -47.1135 -25.8501 - 77 37.3197 665 6 0 -114.089 -47.05 -26.1136 - 77 133.124 303 5 1 -119.479 -40.6227 -54.45 - 77 116.445 697 5 0 -119.632 -40.615 -55.8504 - 77 11.0841 287 4 1 -122.748 -39.6606 -84.45 - 77 152.175 286 4 1 -122.75 -39.665 -84.4889 - 77 41.3497 701 4 0 -122.795 -39.8354 -85.8502 - 77 76.5205 700 4 0 -122.798 -39.85 -85.9555 - 77 138.712 282 3 1 -123.725 -43.4124 -114.45 - 77 98.2454 682 3 0 -123.614 -43.5431 -115.85 - 77 108.151 289 2 1 -122.218 -46.5533 -144.45 - 77 20.9744 290 2 1 -122.15 -46.5082 -144.774 - 77 128.818 668 2 0 -121.907 -46.3583 -145.85 - 77 89.2488 323 1 1 -115.453 -43.2738 -174.45 - 77 65.1855 324 1 1 -115.35 -43.1564 -174.703 - 77 240.753 687 1 0 -114.871 -42.5989 -175.85 - 77 32.8208 688 1 0 -114.746 -42.45 -176.164 - 77 13.3762 378 0 1 -104.38 -29.4757 -204.45 - 77 224.784 379 0 1 -104.35 -29.4617 -204.482 - 77 86.8028 757 0 0 -103.751 -28.6248 -205.85 - 77 47.6536 758 0 0 -103.618 -28.45 -206.123 -Number of digits in this event: 38 -Using G4ParticleGun... -Particle energy: 8.44794 LIN -Particle: e- -Event: 78 -Number of tracker hits in this event: 55 - 78 136.564 938 11 1 7.72029 -26.8106 125.55 - 78 222.619 766 11 0 7.72126 -26.8092 124.15 - 78 138.278 938 10 1 7.74526 -26.7803 95.55 - 78 111.156 766 10 0 7.74674 -26.7781 94.15 - 78 119.458 938 9 1 7.7762 -26.7328 65.55 - 78 98.9628 766 9 0 7.77741 -26.7293 64.15 - 78 108.125 938 8 1 7.80502 -26.6595 35.55 - 78 105.611 766 8 0 7.80705 -26.6563 34.15 - 78 112.143 938 7 1 7.84868 -26.5885 5.55 - 78 141.885 767 7 0 7.85006 -26.5851 4.15 - 78 128.428 939 6 1 7.86824 -26.5115 -24.45 - 78 105.242 767 6 0 7.86875 -26.5099 -25.85 - 78 129.436 939 5 1 7.88357 -26.4755 -54.45 - 78 143.762 767 5 0 7.88344 -26.4739 -55.85 - 78 281.326 939 4 1 7.87836 -26.4438 -84.45 - 78 220.737 768 4 0 7.88047 -26.4405 -85.85 - 78 227.61 939 3 1 7.91977 -26.3762 -114.45 - 78 158.769 768 3 0 7.92565 -26.3693 -115.85 - 78 132.882 940 2 1 8.07766 -26.2392 -144.45 - 78 115.76 769 2 0 8.08415 -26.2281 -145.85 - 78 486.251 940 1 1 8.2424 -25.9761 -174.45 - 78 127.7 770 1 0 8.24416 -25.9642 -175.85 - 78 232.569 941 0 1 8.2977 -25.7236 -204.45 - 78 126.411 771 0 0 8.30737 -25.7101 -205.85 - 78 358.943 1109 2 0 -127.323 41.8691 -146.25 - 78 1.40918 1108 2 0 -127.373 41.8498 -145.975 - 78 273.46 768 1 0 8.09621 -26.3175 -175.85 - 78 132.099 940 0 1 8.20704 -26.251 -204.45 - 78 121.913 768 0 0 8.21745 -26.2502 -205.85 - 78 49.782 764 0 0 8.09412 -27.1579 -205.85 - 78 70.8074 763 0 0 8.05115 -27.2501 -205.986 - 78 49.2171 762 0 0 7.99439 -27.45 -206.163 - 78 30.0747 633 0 0 13.41 -53.4477 -206.25 - 78 74.6233 632 0 0 13.4606 -53.45 -206.193 - 78 168.545 631 0 0 13.5358 -53.65 -206.123 - 78 1.22488 960 0 1 12.0543 -53.4773 -204.85 - 78 284.537 959 0 1 12.05 -53.4766 -204.846 - 78 105.74 958 0 1 11.85 -53.4133 -204.616 - 78 122.809 949 0 1 9.87009 -25.0433 -204.45 - 78 158.302 774 0 0 10.0167 -25.1169 -205.85 - 78 43.7811 769 1 0 8.23394 -26.1935 -175.85 - 78 40.4119 766 7 0 7.81043 -26.6501 3.876 - 78 70.759 700 7 0 -3.34936 -39.9556 3.75 - 78 93.6498 699 7 0 -3.34897 -40.0501 3.95289 - 78 237.056 884 7 1 -3.11937 -39.9124 5.15 - 78 87.7107 885 7 1 -3.05 -39.7042 5.4874 - 78 61.9465 886 7 1 -2.85 -39.6381 5.4596 - 78 35.5181 955 3 1 11.1735 -20.6035 -114.45 - 78 115.054 956 3 1 11.2502 -20.479 -114.502 - 78 57.8175 957 3 1 11.45 -20.147 -114.714 - 78 39.3766 804 3 0 11.9065 -19.1038 -115.85 - 78 71.7734 805 3 0 11.9312 -19.05 -115.899 - 78 111.742 806 3 0 12.0695 -18.8497 -116.049 - 78 109.237 1229 2 1 65.9282 4.59282 -144.45 - 78 140.315 924 2 0 66.2407 4.85231 -145.85 -Number of digits in this event: 29 -Using G4ParticleGun... -Particle energy: 1.33933 LIN -Particle: e- -Event: 79 -Number of tracker hits in this event: 106 - 79 150.097 234 9 1 -133.292 6.58517 65.55 - 79 125.23 932 9 0 -133.296 6.58066 64.15 - 79 168.871 233 8 1 -133.368 6.48717 35.55 - 79 108.549 932 8 0 -133.375 6.48103 34.15 - 79 121.609 233 7 1 -133.506 6.36565 5.55 - 79 123.754 931 7 0 -133.516 6.36092 4.15 - 79 274.038 232 6 1 -133.717 6.24031 -24.45 - 79 104.043 930 6 0 -133.726 6.23758 -25.85 - 79 150.532 231 5 1 -133.932 6.18838 -54.45 - 79 97.3606 930 5 0 -133.943 6.18275 -55.85 - 79 290.61 229 4 1 -134.181 6.06879 -84.45 - 79 122.95 930 4 0 -134.194 6.06314 -85.85 - 79 151.515 228 3 1 -134.478 5.92952 -114.45 - 79 187.672 929 3 0 -134.487 5.9194 -115.85 - 79 118.326 227 2 1 -134.623 5.64161 -144.45 - 79 160.554 927 2 0 -134.636 5.62847 -145.85 - 79 95.5971 226 1 1 -134.902 5.35275 -174.45 - 79 111.454 926 1 0 -134.919 5.34009 -175.85 - 79 530.6 224 0 1 -135.24 5.01959 -204.45 - 79 311.389 924 0 0 -135.257 5.00183 -205.85 - 79 122.595 225 0 1 -135.15 5.00331 -204.686 - 79 102.552 1706 7 0 -33.4501 161.37 3.75 - 79 40.5963 743 7 1 -31.3219 162.934 5.15007 - 79 163.459 1709 7 0 -29.7605 162.025 4.15 - 79 8.35748 1708 7 0 -29.807 161.95 4.01812 - 79 341.177 925 0 0 -135.403 5.24156 -205.85 - 79 41.4555 784 0 0 -114.342 -23.198 -206.25 - 79 225.565 783 0 0 -114.248 -23.25 -206.181 - 79 38.797 341 0 1 -111.85 -23.9291 -204.85 - 79 86.4315 342 0 1 -111.75 -23.9585 -204.795 - 79 82.8143 343 0 1 -111.55 -24.0583 -204.655 - 79 8.08618 344 0 1 -111.35 -24.1782 -204.473 - 79 68.9429 514 1 0 -94.5896 -77.1183 -176.25 - 79 69.2505 513 1 0 -94.5662 -77.2502 -176.171 - 79 102.698 512 1 0 -94.5375 -77.4504 -176.18 - 79 14.2944 808 0 0 -108.007 -18.3088 -205.85 - 79 52.9567 370 0 1 -106.063 -17.6832 -204.85 - 79 240.139 371 0 1 -105.95 -17.6563 -204.825 - 79 36.3747 923 0 0 -134.593 4.85 -206.161 - 79 29.2471 1135 0 0 -123.971 47.1303 -206.25 - 79 99.9797 1136 0 0 -123.971 47.25 -206.213 - 79 55.7619 1137 0 0 -123.956 47.45 -206.13 - 79 63.8129 1138 0 0 -123.978 47.6503 -206.084 - 79 57.9242 1139 0 0 -123.949 47.85 -206.067 - 79 82.475 1140 0 0 -124.002 48.05 -206.091 - 79 22.2697 1141 0 0 -124.123 48.25 -206.191 - 79 274.994 1208 0 0 -118.183 61.6504 -206.25 - 79 219.858 1209 0 0 -118.304 61.85 -206.142 - 79 96.3841 230 4 1 -134.15 6.16673 -84.5467 - 79 127.978 927 4 0 -133.681 5.63901 -85.85 - 79 11.392 294 3 1 -121.164 -4.56262 -114.45 - 79 92.2677 295 3 1 -121.15 -4.56454 -114.487 - 79 192.341 876 3 0 -120.7 -4.6583 -115.85 - 79 2.74079 336 2 1 -112.761 -8.66853 -144.45 - 79 64.3109 337 2 1 -112.75 -8.67376 -144.454 - 79 56.0003 338 2 1 -112.55 -8.76165 -144.507 - 79 67.6402 339 2 1 -112.35 -8.85179 -144.573 - 79 71.8749 340 2 1 -112.15 -8.94935 -144.634 - 79 67.6898 341 2 1 -111.95 -9.07568 -144.684 - 79 105.464 342 2 1 -111.75 -9.19849 -144.73 - 79 55.4131 343 2 1 -111.55 -9.3121 -144.779 - 79 109.88 344 2 1 -111.35 -9.40586 -144.819 - 79 4.81716 845 2 0 -106.242 -11.0451 -145.85 - 79 209.878 844 2 0 -106.226 -11.05 -145.853 - 79 119.573 843 2 0 -105.833 -11.25 -145.926 - 79 112.093 842 2 0 -105.497 -11.45 -145.968 - 79 147.909 841 2 0 -105.109 -11.65 -145.989 - 79 278.305 840 2 0 -104.693 -11.85 -145.976 - 79 143.41 839 2 0 -104.158 -12.05 -145.903 - 79 29.5821 425 2 1 -95.053 -16.1495 -144.85 - 79 83.4112 426 2 1 -94.95 -16.1979 -144.841 - 79 13.3313 797 2 0 -84.8597 -20.6259 -145.85 - 79 125.088 796 2 0 -84.8061 -20.65 -145.855 - 79 125.223 795 2 0 -84.3454 -20.85 -145.916 - 79 275.15 794 2 0 -83.9335 -21.05 -146.058 - 79 35.894 793 2 0 -83.4309 -21.25 -146.216 - 79 13.7826 612 2 0 -0.597211 -57.6352 -146.25 - 79 100.44 611 2 0 -0.589132 -57.65 -146.199 - 79 110.063 896 2 1 -0.659002 -57.7291 -144.85 - 79 167.91 895 2 1 -0.929088 -57.7851 -144.45 - 79 131.189 609 2 0 -1.17532 -58.0932 -145.85 - 79 50.6499 778 2 0 11.4713 -24.3935 -146.25 - 79 110.614 779 2 0 11.5663 -24.25 -146.127 - 79 17.7736 780 2 0 11.6908 -24.05 -145.894 - 79 17.6816 965 2 1 13.1945 -23.5528 -144.85 - 79 60.4691 966 2 1 13.25 -23.5362 -144.825 - 79 60.3725 967 2 1 13.4503 -23.5357 -144.702 - 79 114.867 968 2 1 13.65 -23.5586 -144.612 - 79 116.469 969 2 1 13.8503 -23.5176 -144.562 - 79 135.819 970 2 1 14.05 -23.2623 -144.578 - 79 43.2242 971 2 1 14.25 -23.1929 -144.491 - 79 74.8421 951 2 1 10.45 -14.9028 -144.743 - 79 82.8375 950 2 1 10.25 -14.5471 -144.722 - 79 3.00083 963 2 1 12.65 -16.7355 -144.816 - 79 126.452 929 4 0 -134.419 6.04998 -85.8506 - 79 108.532 206 3 1 -138.865 1.41041 -114.45 - 79 116.527 906 3 0 -138.57 1.3245 -115.85 - 79 151.765 240 2 1 -132.085 -0.327257 -144.45 - 79 53.8253 899 2 0 -132.068 -0.0827902 -145.851 - 79 115.232 238 1 1 -132.527 6.07816 -174.45 - 79 43.4206 237 1 1 -132.55 6.2025 -174.756 - 79 2.64675 932 1 0 -132.614 6.64559 -175.85 - 79 117.403 933 1 0 -132.614 6.65 -175.861 - 79 69.8042 230 0 1 -134.001 17.7082 -204.45 - 79 83.0412 231 0 1 -133.95 17.7639 -204.693 - 79 142.345 990 0 0 -133.601 18.0595 -205.85 -Number of digits in this event: 38 -Using G4ParticleGun... -Particle energy: 9.29509 LIN -Particle: e- -Event: 80 -Number of tracker hits in this event: 38 - 80 124.246 804 11 1 -19.2362 40.7408 125.55 - 80 176.652 1103 11 0 -19.2353 40.7414 124.15 - 80 125.935 804 10 1 -19.2147 40.7521 95.55 - 80 118.219 1103 10 0 -19.2138 40.7537 94.15 - 80 106.565 804 9 1 -19.1895 40.79 65.55 - 80 111.204 1103 9 0 -19.1887 40.7923 64.15 - 80 124.384 804 8 1 -19.1738 40.8329 35.55 - 80 129.742 1103 8 0 -19.1735 40.836 34.15 - 80 112.374 804 7 1 -19.1656 40.9039 5.55 - 80 131.966 1104 7 0 -19.1654 40.9075 4.15 - 80 122.411 804 6 1 -19.1566 40.9778 -24.45 - 80 167.899 1104 6 0 -19.1568 40.9809 -25.85 - 80 136.406 804 5 1 -19.1624 41.0413 -54.45 - 80 147.882 1104 5 0 -19.1636 41.0442 -55.85 - 80 281.994 804 4 1 -19.1907 41.1053 -84.45 - 80 229.512 1105 4 0 -19.1889 41.1101 -85.85 - 80 117.566 804 3 1 -19.1362 41.2254 -114.45 - 80 136.371 1105 3 0 -19.1323 41.2328 -115.85 - 80 115.131 805 2 1 -19.0352 41.3911 -144.45 - 80 208.318 1106 2 0 -19.0313 41.4051 -145.85 - 80 106.706 805 1 1 -18.9558 41.677 -174.45 - 80 104.181 1108 1 0 -18.9517 41.6915 -175.85 - 80 107.589 805 0 1 -18.8626 41.9959 -204.45 - 80 122.4 1109 0 0 -18.8566 42.0138 -205.85 - 80 243.811 372 0 0 155.893 -105.654 -206.25 - 80 167.021 803 4 1 -19.2503 41.2255 -84.7851 - 80 90.7966 1332 9 0 4.87028 86.5276 63.75 - 80 49.3242 1333 9 0 4.66672 86.65 63.8274 - 80 112.556 1330 9 0 59.4689 86.0572 63.7502 - 80 12.4161 1315 9 0 12.5157 83.0762 63.75 - 80 174.405 1578 0 0 -50.4978 135.75 -206.135 - 80 52.5786 1579 0 0 -50.6581 135.95 -205.958 - 80 174.54 1043 0 1 28.65 79.9621 -204.751 - 80 22.1907 1569 3 0 95.1748 133.955 -116.25 - 80 295.077 1570 3 0 95.4577 134.15 -115.9 - 80 226.318 804 0 1 -19.1752 40.867 -204.45 - 80 249.675 1104 0 0 -19.2153 40.9086 -205.85 - 80 21.3658 199 7 1 -140.15 -81.0299 5.23473 -Number of digits in this event: 25 -Using G4ParticleGun... -Particle energy: 4.5685 LIN -Particle: e- -Event: 81 -Number of tracker hits in this event: 39 - 81 131.789 1359 10 1 91.9886 47.4095 95.55 - 81 150.776 1136 10 0 91.989 47.4102 94.15 - 81 122.467 1359 9 1 91.9964 47.425 65.55 - 81 113.136 1136 9 0 91.9987 47.4228 64.15 - 81 298.785 1359 8 1 92.051 47.3714 35.55 - 81 104.935 1136 8 0 92.0526 47.3706 34.15 - 81 350.874 1359 7 1 92.0882 47.3559 5.55 - 81 106.897 1136 7 0 92.0896 47.3622 4.15 - 81 116.583 1359 6 1 92.1087 47.5051 -24.45 - 81 137.118 1137 6 0 92.1116 47.5121 -25.85 - 81 195.145 1360 5 1 92.1723 47.6608 -54.45 - 81 133.102 1138 5 0 92.1763 47.6697 -55.85 - 81 108.73 1360 4 1 92.2552 47.8504 -84.45 - 81 131.083 1139 4 0 92.2575 47.8577 -85.85 - 81 121.571 1360 3 1 92.3127 48.0074 -114.45 - 81 113.321 1139 3 0 92.3165 48.0136 -115.85 - 81 127.596 1361 2 1 92.3827 48.1572 -144.45 - 81 126.598 1140 2 0 92.3903 48.1697 -145.85 - 81 118.663 1361 1 1 92.5276 48.4289 -174.45 - 81 111.852 1141 1 0 92.5314 48.4253 -175.85 - 81 423.09 1362 0 1 92.5728 48.3275 -204.45 - 81 177.723 1141 0 0 92.5754 48.3282 -205.85 - 81 12.1505 1036 1 0 114.249 27.4001 -176.25 - 81 295.164 1143 0 0 92.7033 48.7116 -205.85 - 81 167.321 1089 2 0 112.454 37.8817 -146.25 - 81 186.93 1088 2 0 112.323 37.8497 -146.22 - 81 186.369 1360 7 1 92.15 47.4494 5.32561 - 81 111.366 1360 8 1 92.15 47.4518 35.2308 - 81 35.1043 1124 8 0 93.1697 44.9227 34.15 - 81 8.88839 1123 8 0 93.2155 44.85 34.1366 - 81 158.301 1361 8 1 92.4577 42.7578 35.15 - 81 71.1425 1105 8 0 91.8 41.1053 34.15 - 81 17.4403 1132 8 0 91.5137 46.4946 34.15 - 81 76.8736 1131 8 0 91.4932 46.45 34.1179 - 81 130.099 1130 8 0 91.4085 46.2496 33.9725 - 81 186.958 1073 8 0 129.941 34.8469 33.75 - 81 248.46 1074 8 0 129.957 34.85 33.7563 - 81 169.672 1072 8 0 130.362 34.65 33.798 - 81 33.024 1051 3 1 30.45 17.2146 -114.612 -Number of digits in this event: 25 -Using G4ParticleGun... -Particle energy: 9.90468 LIN -Particle: e- -Event: 82 -Number of tracker hits in this event: 82 - 82 111.667 1269 11 1 73.9202 14.8586 125.55 - 82 157.032 974 11 0 73.9201 14.859 124.15 - 82 148.257 1269 10 1 73.9205 14.866 95.55 - 82 103.964 974 10 0 73.9206 14.8673 94.15 - 82 102.218 1269 9 1 73.9232 14.8961 65.55 - 82 169.883 974 9 0 73.9232 14.8971 64.15 - 82 92.93 1269 8 1 73.9243 14.912 35.55 - 82 131.278 974 8 0 73.9241 14.9117 34.15 - 82 229.273 1269 7 1 73.9163 14.9062 5.55 - 82 152.084 974 7 0 73.9146 14.9077 4.15 - 82 112.38 1269 6 1 73.8738 14.9449 -24.45 - 82 106.604 974 6 0 73.8712 14.9468 -25.85 - 82 102.592 1268 5 1 73.8173 14.9892 -54.45 - 82 250.165 974 5 0 73.8137 14.9916 -55.85 - 82 186.037 1268 4 1 73.7387 15.0471 -84.45 - 82 53.5329 974 4 0 73.735 15.0497 -85.85 - 82 62.8926 975 4 0 73.7344 15.05 -86.0423 - 82 130.499 1268 3 1 73.6556 15.104 -114.45 - 82 175.952 975 3 0 73.6505 15.1059 -115.85 - 82 260.822 1267 2 1 73.5391 15.1557 -144.45 - 82 456.075 975 2 0 73.5342 15.1581 -145.85 - 82 115.819 1266 1 1 73.4345 15.2049 -174.45 - 82 146.075 975 1 0 73.4293 15.2061 -175.85 - 82 132.278 1266 0 1 73.3236 15.2315 -204.45 - 82 305.777 975 0 0 73.3194 15.2295 -205.85 - 82 306.675 1745 13 1 169.15 -77.3901 185.189 - 82 16.2013 1744 13 1 169.15 -77.2988 185.487 - 82 44.1839 1666 7 1 153.431 72.3117 5.15 - 82 86.5882 1667 7 1 153.55 72.409 5.5396 - 82 311.243 959 1 0 99.3986 11.974 -176.25 - 82 170.336 976 0 0 73.2515 15.25 -205.962 - 82 30.9789 735 0 1 -32.9277 -21.3292 -204.85 - 82 174.007 1268 2 1 73.7278 15.1243 -144.45 - 82 189.923 1272 1 1 74.6424 15.4278 -174.45 - 82 257.248 977 1 0 74.6326 15.4748 -175.85 - 82 186.988 1270 0 1 74.1308 16.3984 -204.45 - 82 72.8082 981 0 0 74.1663 16.4436 -205.85 - 82 372.191 982 0 0 74.1711 16.45 -206.039 - 82 38.1231 976 2 0 73.6867 15.2503 -146.132 - 82 74.0713 1185 2 0 98.6298 57.1229 -146.25 - 82 53.7185 1186 2 0 98.7655 57.25 -145.976 - 82 101.351 1397 2 1 99.5604 57.2681 -144.85 - 82 104.998 1398 2 1 99.75 57.2808 -144.576 - 82 172.207 1270 1 1 74.0604 15.4861 -174.45 - 82 109.707 1265 0 1 73.2471 16.3658 -204.45 - 82 134.652 1578 7 0 23.1339 135.761 3.75 - 82 198.172 1579 7 0 22.9372 135.95 3.98713 - 82 141.844 1013 7 1 22.7041 136.329 5.15042 - 82 524.016 1012 7 1 22.65 136.352 5.29515 - 82 198.496 1587 7 0 23.2893 137.615 4.15 - 82 178.564 1588 7 0 23.3757 137.75 3.94807 - 82 12.8638 1577 7 0 22.3514 135.56 4.14999 - 82 83.6212 1576 7 0 22.3553 135.55 4.14494 - 82 72.9492 1241 3 1 68.43 67.918 -114.45 - 82 229.314 1242 3 1 68.45 67.8511 -114.518 - 82 26.7772 1243 3 1 68.65 67.7619 -114.6 - 82 41.8527 211 1 0 -141.263 -137.75 -176.12 - 82 66.5491 210 1 0 -141.536 -137.95 -176.011 - 82 65.2735 209 1 0 -141.632 -138.15 -176.072 - 82 9.52033 208 1 0 -141.745 -138.35 -176.211 - 82 0.111903 1270 2 1 74.0506 14.8459 -144.45 - 82 396.742 1269 2 1 74.05 14.8452 -144.452 - 82 3.82288 968 2 0 73.5113 13.6633 -145.85 - 82 152.722 967 2 0 73.5055 13.65 -145.864 - 82 65.4098 966 2 0 73.376 13.45 -146.127 - 82 28.9075 1014 1 1 22.9008 -5.51952 -174.45 - 82 168.61 1013 1 1 22.85 -5.5582 -174.546 - 82 6.06142 1012 1 1 22.65 -5.72445 -174.835 - 82 83.1975 863 1 0 22.0929 -7.26659 -175.85 - 82 173.672 862 1 0 22.0065 -7.45 -176.075 - 82 14.3021 1162 1 0 34.561 52.45 -176.171 - 82 19.6829 1011 1 1 22.3222 -5.59637 -174.45 - 82 59.8053 863 2 0 24.9438 -7.28247 -146.25 - 82 47.0551 669 2 0 -24.2506 -46.1789 -146.25 - 82 387.569 668 2 0 -24.3115 -46.25 -146.181 - 82 106.456 974 2 0 73.7897 14.9089 -145.85 - 82 133.78 1257 1 1 71.5106 14.7015 -174.45 - 82 117.476 974 1 0 71.295 14.9175 -175.85 - 82 136.463 1236 0 1 67.2838 18.4471 -204.45 - 82 97.9558 1235 0 1 67.25 18.4548 -204.587 - 82 118.734 992 0 0 66.9328 18.5066 -205.85 - 82 287.736 993 0 0 67.6301 18.6998 -205.85 -Number of digits in this event: 42 -Using G4ParticleGun... -Particle energy: 7.30547 LIN -Particle: e- -Event: 83 -Number of tracker hits in this event: 85 - 83 112.477 1319 10 1 83.9772 -35.5843 95.55 - 83 212.121 722 10 0 83.9542 -35.5554 94.15 - 83 136.052 1316 9 1 83.442 -34.9543 65.55 - 83 115.331 725 9 0 83.4446 -34.9303 64.15 - 83 101.836 1316 8 1 83.4218 -34.4291 35.55 - 83 181.208 727 8 0 83.2058 -34.5124 34.15 - 83 128.306 1293 7 1 78.8201 -36.1615 5.55 - 83 176.082 719 7 0 78.5877 -36.198 4.15 - 83 132.341 1269 6 1 73.9437 -36.9203 -24.45 - 83 88.9829 714 6 0 74.0059 -37.1105 -25.85 - 83 180.952 1276 5 1 75.2529 -41.4717 -54.45 - 83 114.479 691 5 0 75.3304 -41.7217 -55.85 - 83 118.234 1283 4 1 76.8222 -46.361 -84.45 - 83 141.471 668 4 0 76.8094 -46.3166 -85.85 - 83 90.5858 1279 3 1 75.9087 -45.1244 -114.45 - 83 62.4259 1278 3 1 75.85 -45.01 -114.69 - 83 16.1642 677 3 0 75.5486 -44.4729 -115.85 - 83 145.545 678 3 0 75.5356 -44.45 -115.9 - 83 195.34 1239 2 1 67.9407 -31.4218 -144.45 - 83 7.70318 746 2 0 67.7145 -30.6603 -145.85 - 83 111.822 747 2 0 67.7116 -30.65 -145.869 - 83 4.66565 748 2 0 67.6529 -30.45 -146.233 - 83 122.354 1219 1 1 64.0352 -15.0719 -174.45 - 83 22.573 829 1 0 64.0143 -14.0994 -175.85 - 83 72.2779 830 1 0 64.0124 -14.05 -175.921 - 83 22.6116 831 1 0 63.9953 -13.85 -176.189 - 83 151.888 1208 0 1 61.7364 5.5628 -204.45 - 83 115.258 931 0 0 61.9296 6.26381 -205.85 - 83 4.74895 932 0 0 61.9985 6.45012 -206.237 - 83 215.06 1227 0 1 65.45 30.2962 -204.682 - 83 40.6043 1264 2 1 72.8666 -42.1349 -144.45 - 83 174.492 1265 2 1 73.0501 -42.1076 -144.471 - 83 72.5216 690 2 0 72.556 -41.8954 -145.85 - 83 88.1773 691 2 0 72.4061 -41.85 -145.99 - 83 324.272 692 2 0 72.3141 -41.6499 -146.009 - 83 149.29 1244 5 1 68.9371 -37.6073 -54.45 - 83 279.586 712 5 0 68.7404 -37.5995 -55.85 - 83 211.185 1214 4 1 62.9061 -38.0176 -84.4502 - 83 51.8575 719 4 0 62.9741 -36.1932 -85.85 - 83 69.1711 720 4 0 62.9768 -36.05 -85.9617 - 83 75.9326 721 4 0 62.9861 -35.85 -86.1289 - 83 119.527 1226 3 1 65.3568 -4.29935 -114.45 - 83 58.3457 882 3 0 65.5484 -3.52736 -115.85 - 83 62.1411 883 3 0 65.5593 -3.45 -116.003 - 83 196.928 1238 2 1 67.8134 11.5402 -144.45 - 83 27.9202 968 2 0 68.0627 13.7749 -145.85 - 83 97.3589 969 2 0 68.072 13.85 -145.896 - 83 68.6826 970 2 0 68.104 14.05 -146.024 - 83 97.6288 971 2 0 68.1575 14.25 -146.159 - 83 100.553 1329 1 1 85.8697 64.5551 -174.45 - 83 42.2542 1221 1 0 85.9882 64.2712 -175.85 - 83 107.921 1220 1 0 86.0053 64.25 -175.986 - 83 120.487 1352 0 1 90.6024 60.3062 -204.45 - 83 63.2396 1204 0 0 91.1068 60.9671 -205.851 - 83 48.3086 1205 0 0 91.1557 61.05 -206.06 - 83 3.09836 1222 3 0 60.6927 64.45 -115.921 - 83 8.81176 1203 3 1 60.6703 65.4251 -114.85 - 83 133.569 1243 5 1 68.85 -37.5964 -54.533 - 83 143.707 1181 4 1 56.4334 -40.1661 -84.4502 - 83 9.63777 1180 4 1 56.25 -40.2257 -84.8092 - 83 138.848 698 4 0 55.6341 -40.3853 -85.8503 - 83 8.78734 1102 3 1 40.4642 -42.8156 -114.45 - 83 122.2 1101 3 1 40.4497 -42.8293 -114.471 - 83 28.618 1100 3 1 40.2496 -43.0241 -114.774 - 83 134.801 681 3 0 39.4985 -43.6895 -115.85 - 83 61.0344 680 3 0 39.3277 -43.85 -116.108 - 83 176.759 1002 2 1 20.6423 -64.2566 -144.45 - 83 100.56 1001 2 1 20.45 -64.4745 -144.7 - 83 3.70614 572 2 0 19.7712 -65.6383 -145.85 - 83 89.4332 571 2 0 19.7647 -65.65 -145.861 - 83 77.9661 570 2 0 19.6751 -65.85 -146.069 - 83 200.398 960 1 1 12.1015 -94.8288 -174.45 - 83 58.4914 419 1 0 11.9013 -96.2357 -175.85 - 83 81.5526 418 1 0 11.8835 -96.35 -175.959 - 83 40.7432 417 1 0 11.8491 -96.5506 -176.166 - 83 6.63612 925 0 1 5.2348 -123.074 -204.45 - 83 107.125 926 0 1 5.25 -123.058 -204.469 - 83 27.8658 927 0 1 5.45 -122.9 -204.769 - 83 135.066 289 0 0 6.32916 -122.333 -205.85 - 83 40.276 290 0 0 6.69038 -122.15 -206.182 - 83 215.387 391 0 0 40.9424 -101.929 -206.25 - 83 9.6958 392 0 0 41.397 -101.75 -205.888 - 83 17.8146 1110 0 1 42.2331 -101.514 -204.85 - 83 102.894 1111 0 1 42.25 -101.509 -204.829 - 83 9.1461 697 4 0 55.422 -40.45 -86.2296 -Number of digits in this event: 32 -Using G4ParticleGun... -Particle energy: 8.4368 LIN -Particle: e- -Event: 84 -Number of tracker hits in this event: 26 - 84 92.5523 595 7 1 -60.8862 -135.779 5.55 - 84 153.812 221 7 0 -60.8869 -135.778 4.15 - 84 108.383 595 6 1 -60.8968 -135.768 -24.45 - 84 141.677 221 6 0 -60.8972 -135.769 -25.85 - 84 140.594 595 5 1 -60.9028 -135.784 -54.45 - 84 159.549 221 5 0 -60.9028 -135.784 -55.85 - 84 98.0437 595 4 1 -60.8922 -135.776 -84.45 - 84 144.132 221 4 0 -60.8917 -135.776 -85.85 - 84 140.753 595 3 1 -60.8773 -135.774 -114.45 - 84 108.991 221 3 0 -60.877 -135.773 -115.85 - 84 24.7151 595 2 1 -60.8691 -135.757 -144.45 - 84 79.3228 596 2 1 -60.85 -135.751 -144.535 - 84 168.607 222 2 0 -60.5969 -135.638 -145.85 - 84 111.221 626 1 1 -54.7248 -136.225 -174.45 - 84 2.40973 625 1 1 -54.8501 -136.407 -174.841 - 84 51.2485 216 1 0 -55.1419 -136.851 -175.851 - 84 96.3948 215 1 0 -55.1916 -136.95 -176.02 - 84 13.4667 609 0 1 -58.2174 -154.035 -204.451 - 84 137.486 608 0 1 -58.25 -154.047 -204.511 - 84 190.757 130 0 0 -59.1033 -154.08 -205.85 - 84 84.3496 137 0 0 -67.8934 -152.576 -206.25 - 84 85.4839 138 0 0 -67.9264 -152.55 -206.098 - 84 168.254 556 0 1 -68.7125 -152.358 -204.85 - 84 189.808 555 0 1 -68.85 -152.291 -204.601 - 84 180.329 362 0 0 82.3723 -107.75 -205.967 - 84 111.365 361 0 0 82.625 -107.75 -205.95 -Number of digits in this event: 15 -Using G4ParticleGun... -Particle energy: 5.30305 LIN -Particle: e- -Event: 85 -Number of tracker hits in this event: 21 - 85 111.573 1287 7 1 77.4683 -126.515 5.55 - 85 201.742 268 7 0 77.4705 -126.513 4.15 - 85 127.867 1287 6 1 77.5192 -126.477 -24.45 - 85 115.219 268 6 0 77.5212 -126.475 -25.85 - 85 92.3844 1287 5 1 77.556 -126.427 -54.45 - 85 154.141 268 5 0 77.5569 -126.425 -55.85 - 85 111.592 1287 4 1 77.5793 -126.381 -84.45 - 85 97.9702 268 4 0 77.581 -126.376 -85.85 - 85 116.432 1287 3 1 77.6148 -126.288 -114.45 - 85 119.513 269 3 0 77.616 -126.285 -115.85 - 85 101.086 1287 2 1 77.6431 -126.221 -144.45 - 85 131.835 269 2 0 77.6452 -126.218 -145.85 - 85 425.112 1288 1 1 77.6845 -126.165 -174.45 - 85 344.498 269 1 0 77.6859 -126.161 -175.85 - 85 241.619 1288 0 1 77.7123 -126.089 -204.45 - 85 462.89 270 0 0 77.7144 -126.086 -205.85 - 85 237.166 270 1 0 77.6964 -126.15 -175.945 - 85 135.222 1293 0 1 78.791 -125.994 -204.45 - 85 233.159 1284 0 1 76.9965 -125.478 -204.45 - 85 133.737 273 0 0 76.9372 -125.421 -205.85 - 85 90.0402 271 0 0 76.9226 -125.869 -205.85 -Number of digits in this event: 16 -Using G4ParticleGun... -Particle energy: 4.61801 LIN -Particle: e- -Event: 86 -Number of tracker hits in this event: 40 - 86 122.82 1465 9 1 113.19 -69.2744 65.55 - 86 161.053 553 9 0 113.189 -69.2728 64.15 - 86 112.373 1465 8 1 113.159 -69.2358 35.55 - 86 102.264 554 8 0 113.158 -69.2341 34.15 - 86 211.704 1464 7 1 113.121 -69.2035 5.55 - 86 115.202 554 7 0 113.12 -69.2009 4.15 - 86 112.476 1464 6 1 113.114 -69.1543 -24.45 - 86 108.467 554 6 0 113.113 -69.1511 -25.85 - 86 110.637 1464 5 1 113.09 -69.0889 -54.45 - 86 115.515 554 5 0 113.089 -69.087 -55.85 - 86 140.468 1464 4 1 113.059 -69.0453 -84.45 - 86 118.268 555 4 0 113.059 -69.0428 -85.85 - 86 139.817 1464 3 1 113.061 -68.9827 -114.45 - 86 267.668 555 3 0 113.061 -68.9797 -115.85 - 86 180.605 1464 2 1 113.06 -68.9284 -144.45 - 86 115.412 555 2 0 113.06 -68.9264 -145.85 - 86 123.69 1464 1 1 113.078 -68.8903 -174.45 - 86 109.078 555 1 0 113.078 -68.8884 -175.85 - 86 319.911 1464 0 1 113.09 -68.8442 -204.45 - 86 338.512 556 0 0 113.093 -68.8391 -205.85 - 86 93.2557 1159 8 1 51.9487 88.8836 35.15 - 86 37.2663 1583 8 0 64.5267 136.75 33.9141 - 86 3.50565 818 5 0 43.3107 -16.3619 -56.25 - 86 15.8231 750 7 0 91.7717 -29.9251 3.75 - 86 439.272 1033 1 0 -29.8902 26.7396 -176.25 - 86 140.756 1034 1 0 -30.0005 26.85 -176.115 - 86 113.647 357 6 0 158.622 -108.649 -26.25 - 86 170.405 356 6 0 158.534 -108.75 -25.9873 - 86 140.698 1697 6 1 159.594 -109.054 -24.85 - 86 21.9239 1696 6 1 159.55 -109.034 -24.7924 - 86 64.1779 555 0 0 113.084 -68.85 -206.071 - 86 211.051 1741 0 1 168.35 -16.2423 -204.614 - 86 191.158 1470 0 1 114.314 -84.7682 -204.45 - 86 22.2728 554 4 0 113.055 -69.05 -86.2104 - 86 116.015 1465 2 1 113.15 -68.9383 -144.591 - 86 48.8666 1466 2 1 113.35 -68.8048 -144.786 - 86 35.683 564 2 0 115.722 -67.1057 -145.85 - 86 112.09 565 2 0 115.804 -67.05 -145.878 - 86 101.805 566 2 0 116.055 -66.8496 -145.976 - 86 33.4967 567 2 0 116.222 -66.65 -146.157 -Number of digits in this event: 19 -Using G4ParticleGun... -Particle energy: 2.95213 LIN -Particle: e- -Event: 87 -Number of tracker hits in this event: 26 - 87 110.809 1062 11 1 32.5472 -65.6795 125.55 - 87 107.931 571 11 0 32.5491 -65.6776 124.15 - 87 92.1515 1062 10 1 32.5863 -65.6328 95.55 - 87 118.43 572 10 0 32.5898 -65.6297 94.15 - 87 198.173 1063 9 1 32.657 -65.5543 65.55 - 87 141.611 572 9 0 32.6587 -65.5521 64.15 - 87 138.152 1063 8 1 32.6984 -65.515 35.55 - 87 109.515 572 8 0 32.7019 -65.513 34.15 - 87 138.214 1063 7 1 32.7678 -65.478 5.55 - 87 109.894 572 7 0 32.7699 -65.479 4.15 - 87 120.875 1063 6 1 32.8204 -65.4944 -24.45 - 87 159.677 572 6 0 32.8212 -65.5029 -25.85 - 87 115.661 1063 5 1 32.8394 -65.6796 -54.45 - 87 210.766 571 5 0 32.8334 -65.6939 -55.85 - 87 109.262 1063 4 1 32.7073 -66.0035 -84.45 - 87 131.089 570 4 0 32.7077 -66.0131 -85.85 - 87 124.711 1063 3 1 32.7246 -66.2081 -114.45 - 87 134.274 569 3 0 32.7215 -66.2181 -115.85 - 87 112.839 1062 2 1 32.6445 -66.4279 -144.45 - 87 141.134 568 2 0 32.6399 -66.4417 -145.85 - 87 107.151 1062 1 1 32.5519 -66.7095 -174.45 - 87 171.615 566 1 0 32.5498 -66.7214 -175.85 - 87 108.522 1062 0 1 32.5209 -66.9735 -204.45 - 87 157.116 565 0 0 32.5181 -66.9933 -205.85 - 87 123.792 1131 0 1 46.25 -148.953 -204.463 - 87 233.263 877 13 1 -4.48954 79.7604 185.15 -Number of digits in this event: 16 -Using G4ParticleGun... -Particle energy: 1.79804 LIN -Particle: e- -Event: 88 -Number of tracker hits in this event: 106 - 88 124.675 660 9 1 -47.8595 121.594 65.55 - 88 123.568 1507 9 0 -47.8606 121.592 64.15 - 88 126.931 660 8 1 -47.9572 121.519 35.55 - 88 117.084 1506 8 0 -47.9577 121.516 34.15 - 88 420.972 660 7 1 -47.9476 121.493 5.55 - 88 478.136 1506 7 0 -47.9498 121.495 4.15 - 88 111.679 660 6 1 -48.0201 121.531 -24.45 - 88 328.031 1506 6 0 -48.0183 121.528 -25.85 - 88 119.202 660 5 1 -47.994 121.463 -54.45 - 88 389.735 1506 5 0 -47.992 121.447 -55.85 - 88 111.531 660 4 1 -47.9881 121.169 -84.45 - 88 107.488 1505 4 0 -47.993 121.156 -85.85 - 88 240.642 659 3 1 -48.0637 120.894 -114.45 - 88 109.12 1503 3 0 -48.0626 120.882 -115.85 - 88 127.548 660 2 1 -48.0078 120.638 -144.45 - 88 283.215 1502 2 0 -48.0266 120.634 -145.85 - 88 112.597 657 1 1 -48.5102 120.608 -174.45 - 88 176.575 1502 1 0 -48.5385 120.619 -175.85 - 88 115.988 654 0 1 -49.2098 120.857 -204.45 - 88 113.122 1503 0 0 -49.2385 120.836 -205.85 - 88 338.862 660 3 1 -47.9105 120.958 -114.45 - 88 48.49 1515 3 0 -49.1297 123.274 -115.85 - 88 151.875 1516 3 0 -49.1684 123.35 -115.895 - 88 68.5343 1517 3 0 -49.2599 123.55 -116.007 - 88 64.7341 1518 3 0 -49.3465 123.75 -116.137 - 88 124.31 556 2 1 -68.6796 167.64 -144.45 - 88 152.154 555 2 1 -68.85 167.92 -144.479 - 88 97.4999 554 2 1 -69.0502 168.218 -144.617 - 88 8.94887 553 2 1 -69.2502 168.45 -144.832 - 88 14.5016 1745 2 0 -69.8825 169.317 -145.85 - 88 78.0123 1746 2 0 -69.9082 169.351 -145.893 - 88 90.2408 1747 2 0 -70.0446 169.55 -146.074 - 88 34.1186 1748 2 0 -70.1663 169.75 -146.228 - 88 18.7321 661 3 1 -47.85 120.912 -114.807 - 88 118.561 1504 3 0 -47.6956 121.026 -115.85 - 88 132.778 676 2 1 -44.7064 124.237 -144.45 - 88 7.16701 677 2 1 -44.6499 124.295 -144.811 - 88 138.563 1521 2 0 -44.5149 124.505 -145.85 - 88 58.0757 1522 2 0 -44.4888 124.55 -146.07 - 88 141.432 693 1 1 -41.3138 131.401 -174.45 - 88 132.998 1557 1 0 -41.0566 131.694 -175.851 - 88 82.1699 721 0 1 -35.7059 133.491 -204.45 - 88 194.777 722 0 1 -35.65 133.515 -204.559 - 88 143.48 1568 0 0 -35.0281 133.808 -205.85 - 88 246.537 663 6 1 -47.3328 121.429 -24.45 - 88 223.99 701 5 1 -39.7579 122.624 -54.45 - 88 121.813 1513 5 0 -39.5558 122.788 -55.8501 - 88 66.2006 716 4 1 -36.6892 126.29 -84.4504 - 88 45.2186 717 4 1 -36.65 126.277 -84.6947 - 88 94.917 1530 4 0 -36.4854 126.217 -85.85 - 88 102.629 731 3 1 -33.7658 123.811 -114.45 - 88 146.158 704 2 1 -39.2308 116.107 -144.45 - 88 66.7253 1476 2 0 -38.6762 115.415 -145.85 - 88 120.143 1475 2 0 -38.6212 115.35 -145.979 - 88 29.0393 769 1 1 -26.0928 98.0818 -174.45 - 88 164.119 770 1 1 -26.05 98.0065 -174.495 - 88 132.759 771 1 1 -25.85 97.6283 -174.719 - 88 10.8693 1377 1 0 -24.7343 95.5985 -175.85 - 88 70.6011 1376 1 0 -24.7072 95.55 -175.877 - 88 93.6504 1375 1 0 -24.5979 95.35 -175.985 - 88 163.116 1374 1 0 -24.486 95.1499 -176.104 - 88 200.088 1373 1 0 -24.3653 94.95 -176.236 - 88 138.624 900 0 1 0.0993753 54.8038 -204.45 - 88 91.7812 1172 0 0 0.456984 54.492 -205.851 - 88 41.0356 1171 0 0 0.518245 54.45 -206.089 - 88 88.9591 578 3 1 -64.25 89.3048 -114.525 - 88 227.192 579 3 1 -64.25 89.3328 -114.636 - 88 151.036 1153 0 0 12.4419 50.816 -206.25 - 88 133.105 1152 0 0 12.5807 50.65 -205.896 - 88 32.3365 967 0 1 13.6107 48.8463 -204.85 - 88 307.541 968 0 1 13.65 48.7981 -204.762 - 88 6.08895 969 0 1 13.85 48.9091 -204.561 - 88 178.111 736 6 1 -32.7851 108.945 -24.45 - 88 55.4771 737 6 1 -32.6497 109.143 -24.6891 - 88 101.897 738 6 1 -32.4499 109.138 -24.7047 - 88 29.3456 739 6 1 -32.25 109.196 -24.7979 - 88 260.619 1445 6 0 -30.5348 109.319 -25.85 - 88 168.326 1444 6 0 -30.2866 109.15 -26.2432 - 88 96.7292 661 7 1 -47.85 121.409 5.47904 - 88 7.78136 1499 7 0 -47.864 119.973 4.14974 - 88 342.507 1498 7 0 -47.8655 119.95 4.12879 - 88 63.6923 1497 7 0 -47.9092 119.75 4.01033 - 88 81.4577 1496 7 0 -47.923 119.55 3.96577 - 88 60.1704 1495 7 0 -48.0061 119.35 3.96247 - 88 107.195 1494 7 0 -48.0486 119.15 3.91041 - 88 82.7905 1274 7 0 9.05098 74.8751 3.75003 - 88 61.4106 1273 7 0 9.3004 74.85 3.9187 - 88 65.5324 1272 7 0 9.38128 74.65 3.89384 - 88 90.2971 1271 7 0 9.41922 74.45 3.87038 - 88 113.393 1270 7 0 9.53278 74.25 3.9221 - 88 99.41 948 7 1 9.67218 74.0093 5.15 - 88 116.5 949 7 1 9.85 74.0052 5.36065 - 88 88.2435 950 7 1 10.05 73.9447 5.47153 - 88 112.07 1505 6 0 -47.3655 121.193 -25.85 - 88 129.266 666 5 1 -46.7152 120.726 -54.45 - 88 127.382 1502 5 0 -46.6563 120.684 -55.85 - 88 125.284 673 4 1 -45.4338 119.83 -84.45 - 88 104.669 1498 4 0 -45.381 119.796 -85.85 - 88 117.271 678 3 1 -44.3236 119.141 -114.45 - 88 238.888 1494 3 0 -44.2821 119.122 -115.85 - 88 95.9073 683 2 1 -43.4194 118.695 -144.45 - 88 119.971 1492 2 0 -43.3671 118.693 -145.85 - 88 128.802 688 1 1 -42.2874 118.638 -174.45 - 88 106.373 1492 1 0 -42.2295 118.643 -175.85 - 88 204.609 695 0 1 -41.0097 118.734 -204.45 - 88 129.213 1492 0 0 -40.9628 118.738 -205.85 -Number of digits in this event: 48 -Using G4ParticleGun... -Particle energy: 9.19003 LIN -Particle: e- -Event: 89 -Number of tracker hits in this event: 41 - 89 115.089 1411 7 1 102.431 -107.129 5.55 - 89 142.046 365 7 0 102.431 -107.129 4.15 - 89 120.002 1411 6 1 102.419 -107.131 -24.45 - 89 179.32 365 6 0 102.418 -107.131 -25.85 - 89 438.48 1411 5 1 102.413 -107.135 -54.45 - 89 119.828 365 5 0 102.412 -107.135 -55.85 - 89 99.2563 1411 4 1 102.393 -107.135 -84.45 - 89 114.103 365 4 0 102.393 -107.135 -85.85 - 89 361.753 1411 3 1 102.381 -107.124 -114.45 - 89 146.099 365 3 0 102.38 -107.124 -115.85 - 89 125.648 1411 2 1 102.356 -107.12 -144.45 - 89 136.98 365 2 0 102.354 -107.12 -145.85 - 89 108.032 1410 1 1 102.329 -107.104 -174.45 - 89 111.367 365 1 0 102.327 -107.103 -175.85 - 89 215.999 1410 0 1 102.294 -107.09 -204.45 - 89 429.436 365 0 0 102.293 -107.089 -205.85 - 89 21.4782 557 2 0 144.743 -68.5835 -146.25 - 89 121.39 556 2 0 144.714 -68.65 -146.181 - 89 67.1174 694 2 0 -10.9297 -41.1178 -146.25 - 89 91.118 693 2 0 -11.0921 -41.25 -146.126 - 89 124.652 454 2 0 4.88424 -89.0786 -146.25 - 89 92.486 453 2 0 4.99475 -89.25 -146.047 - 89 367.609 926 2 1 5.35401 -90.1664 -144.85 - 89 86.7972 1411 0 1 102.37 -107.177 -204.45 - 89 74.1409 1412 0 1 102.55 -107.229 -204.665 - 89 31.3549 362 0 0 103.453 -107.721 -205.85 - 89 172.185 361 0 0 103.494 -107.75 -205.906 - 89 3.14852 360 0 0 103.687 -107.95 -206.242 - 89 124.487 295 0 0 116.29 -120.994 -206.25 - 89 157.691 1479 0 1 115.95 -121.062 -204.849 - 89 345.312 1478 0 1 115.95 -121.062 -204.849 - 89 139.082 1477 0 1 115.75 -121.035 -204.528 - 89 5.26917 1476 0 1 115.544 -120.837 -204.45 - 89 60.3337 305 0 0 115.425 -119.089 -205.85 - 89 70.7448 306 0 0 115.487 -118.95 -205.903 - 89 176.882 1482 0 1 116.563 -118.774 -204.85 - 89 6.39278 824 6 0 47.6853 -15.2089 -26.25 - 89 38.1966 1045 6 0 22.4501 29.2066 -26.25 - 89 146.779 507 8 0 110.351 -78.5102 33.7501 - 89 338.396 506 8 0 110.283 -78.65 33.9583 - 89 36.227 505 8 0 110.229 -78.85 33.9914 -Number of digits in this event: 25 -Using G4ParticleGun... -Particle energy: 1.74402 LIN -Particle: e- -Event: 90 -Number of tracker hits in this event: 56 - 90 103.545 1302 10 1 80.606 65.778 95.55 - 90 96.4619 1228 10 0 80.6036 65.7726 94.15 - 90 108.475 1302 9 1 80.5905 65.6428 65.55 - 90 135.509 1227 9 0 80.5938 65.6376 64.15 - 90 121.737 1303 8 1 80.6642 65.5443 35.55 - 90 135.583 1227 8 0 80.6638 65.538 34.15 - 90 110.123 1303 7 1 80.6561 65.411 5.55 - 90 105.189 1226 7 0 80.6525 65.3945 4.15 - 90 206.578 1302 6 1 80.5723 65.0605 -24.45 - 90 126.347 1224 6 0 80.5654 65.0345 -25.85 - 90 411.58 1301 5 1 80.4038 64.5044 -54.45 - 90 120.581 1222 5 0 80.3878 64.4874 -55.85 - 90 116.2 1299 4 1 80.0495 64.1425 -84.45 - 90 116.699 1220 4 0 80.0351 64.1163 -85.85 - 90 99.761 1298 3 1 79.7572 63.5525 -114.45 - 90 150.427 1217 3 0 79.7424 63.5268 -115.85 - 90 139.405 1297 2 1 79.4869 63.0109 -144.45 - 90 104.827 1214 2 0 79.4899 62.9901 -145.85 - 90 147.084 1297 1 1 79.5726 62.596 -174.45 - 90 117.843 1212 1 0 79.5749 62.5623 -175.85 - 90 344.506 1298 0 1 79.663 61.8948 -204.45 - 90 233.054 1208 0 0 79.6483 61.8439 -205.85 - 90 374.611 1297 0 1 79.6497 61.8805 -204.479 - 90 28.5378 658 3 1 -48.25 36.1822 -114.644 - 90 149.396 657 3 1 -48.45 36.1566 -114.452 - 90 152.697 656 3 1 -48.65 36.0028 -114.517 - 90 154.774 1293 0 1 78.7172 62.0869 -204.45 - 90 30.1522 1209 0 0 78.6797 61.8688 -205.85 - 90 189.276 1294 0 1 78.85 62.2268 -204.51 - 90 73.2172 1214 0 0 79.5028 62.912 -205.85 - 90 28.95 1215 0 0 79.6221 63.0503 -206.127 - 90 130.126 1167 0 0 135.793 53.5674 -206.25 - 90 95.3551 1166 0 0 136.079 53.45 -206.208 - 90 151.566 1165 0 0 136.289 53.2499 -206.232 - 90 54.7548 1300 5 1 80.25 64.3218 -54.7308 - 90 273.456 1298 2 1 79.7271 63.29 -144.45 - 90 120.465 1216 2 0 79.8316 63.3976 -145.85 - 90 4.48614 1323 1 1 84.8484 65.6842 -174.45 - 90 180.778 1324 1 1 84.85 65.684 -174.454 - 90 125.906 1226 1 0 85.5968 65.3782 -175.85 - 90 139.066 1430 0 1 106.33 52.3145 -204.45 - 90 181.58 1429 0 1 106.15 52.1058 -204.586 - 90 195.215 1428 0 1 105.95 51.7782 -204.673 - 90 75.5094 1427 0 1 105.75 51.2908 -204.58 - 90 73.8941 1426 0 1 105.55 51.1065 -204.531 - 90 32.5552 1425 0 1 105.35 50.971 -204.475 - 90 108.204 1155 1 0 112.193 51.1097 -176.25 - 90 96.9818 1457 1 1 111.676 50.8934 -174.85 - 90 63.7788 1456 1 1 111.55 50.8255 -174.616 - 90 131.386 1215 2 0 79.6413 63.1812 -145.85 - 90 19.9953 1279 1 1 75.8581 63.0365 -174.45 - 90 91.6941 1278 1 1 75.85 63.0251 -174.531 - 90 108.381 1213 1 0 75.779 62.8219 -175.85 - 90 124.003 1264 0 1 72.993 57.1381 -204.45 - 90 90.581 1185 0 0 72.7468 57.0731 -205.85 - 90 119.927 1184 0 0 72.6948 57.05 -206.146 + 73 116.954 394 10 1 -101.271 54.8884 95.55 + 73 117.123 1174 10 0 -101.273 54.8886 94.15 + 73 145.514 394 9 1 -101.297 54.8942 65.55 + 73 104.009 1174 9 0 -101.296 54.8933 64.15 + 73 138.704 394 8 1 -101.291 54.8731 35.55 + 73 126.239 1174 8 0 -101.29 54.8711 34.15 + 73 131.706 394 7 1 -101.271 54.8333 5.55 + 73 126.617 1173 7 0 -101.271 54.8326 4.15 + 73 165.02 394 6 1 -101.274 54.8125 -24.45 + 73 144.221 1173 6 0 -101.275 54.8116 -25.85 + 73 103.216 394 5 1 -101.303 54.7871 -54.45 + 73 120.321 1173 5 0 -101.304 54.7863 -55.85 + 73 124.079 394 4 1 -101.33 54.7727 -84.45 + 73 111.294 1173 4 0 -101.331 54.7696 -85.85 + 73 117.18 393 3 1 -101.354 54.6965 -114.45 + 73 117.65 1173 3 0 -101.355 54.6947 -115.85 + 73 109.197 393 2 1 -101.389 54.6516 -144.45 + 73 216.294 1172 2 0 -101.391 54.6474 -145.85 + 73 202.961 393 1 1 -101.446 54.5645 -174.45 + 73 127.639 1172 1 0 -101.447 54.5599 -175.85 + 73 395.73 393 0 1 -101.478 54.4451 -204.45 + 73 277.905 1171 0 0 -101.475 54.4406 -205.85 + 73 139.783 1101 4 0 -96.8833 40.3848 -86.25 + 73 199.687 1102 4 0 -96.8672 40.45 -86.1794 + 73 163.713 394 0 1 -101.16 54.626 -204.45 + 73 152.563 395 0 1 -101.15 54.6022 -204.582 + 73 222.788 394 2 1 -101.275 54.6797 -144.45 + 73 160.562 396 1 1 -100.766 54.2214 -174.45 + 73 87.76 1170 1 0 -100.714 54.1737 -175.85 + 73 136.186 403 0 1 -99.445 53.2608 -204.45 + 73 123.928 1165 0 0 -99.3694 53.225 -205.85 + 73 317.467 1173 1 0 -101.384 54.65 -175.861 + 73 165.873 1174 1 0 -101.532 54.85 -176.037 + 73 20.6401 1175 1 0 -101.608 55.0501 -176.237 + 73 213.602 1173 2 0 -101.28 54.6735 -145.85 + 73 131.741 1172 0 0 -101.379 54.5242 -205.85 + 73 86.5232 1513 0 0 -134.885 122.75 -206.245 + 73 127.563 1514 0 0 -134.858 122.95 -206.229 Number of digits in this event: 30 Using G4ParticleGun... -Particle energy: 2.40847 LIN +Particle energy: 5.3738 LIN Particle: e- -Event: 91 -Number of tracker hits in this event: 64 - 91 193.059 958 11 1 11.8464 10.6748 125.55 - 91 93.3841 953 11 0 11.8432 10.6719 124.15 - 91 114.86 958 10 1 11.7811 10.6229 95.55 - 91 109.879 952 10 0 11.7778 10.6245 94.15 - 91 275.149 958 9 1 11.7233 10.6601 65.55 - 91 110.99 953 9 0 11.7147 10.6595 64.15 - 91 146.418 957 8 1 11.5447 10.6341 35.55 - 91 152.032 952 8 0 11.5323 10.6317 34.15 - 91 140.352 956 7 1 11.2821 10.589 5.55 - 91 132.114 952 7 0 11.2739 10.5891 4.15 - 91 105.216 955 6 1 11.0994 10.5771 -24.45 - 91 131.028 952 6 0 11.0914 10.5751 -25.85 - 91 105.335 954 5 1 10.9183 10.5425 -54.45 - 91 125.333 952 5 0 10.9085 10.5428 -55.85 - 91 115.238 953 4 1 10.7149 10.5371 -84.45 - 91 116.99 952 4 0 10.7017 10.5297 -85.85 - 91 301.343 952 3 1 10.4507 10.3372 -114.45 - 91 57.2838 951 3 1 10.45 10.3366 -114.658 - 91 118.668 951 3 0 10.446 10.3317 -115.85 - 91 238.102 951 2 1 10.3378 10.1536 -144.45 - 91 218.985 950 2 0 10.3564 10.1409 -145.85 - 91 282.045 954 1 1 11.0105 9.94259 -174.45 - 91 132.44 949 1 0 11.0637 9.93196 -175.85 - 91 177.06 962 0 1 12.513 10.2167 -204.45 - 91 112.079 950 0 0 12.5604 10.1822 -205.85 - 91 186.544 1284 2 0 153.077 77.0092 -146.25 - 91 48.0315 1283 2 0 153.106 76.85 -146.221 - 91 108.815 959 1 1 11.9326 10.7486 -174.45 - 91 163.038 953 1 0 11.9039 10.759 -175.85 - 91 124.518 958 0 1 11.7777 10.72 -204.45 - 91 111.643 953 0 0 11.7687 10.681 -205.85 - 91 258.163 952 3 0 10.5777 10.5327 -115.85 - 91 46.4976 955 2 1 11.0676 10.1552 -144.45 - 91 52.4263 954 2 1 11.05 10.1082 -144.63 - 91 151.376 948 2 0 10.9466 9.79622 -145.85 - 91 166.377 942 1 1 8.50207 2.66875 -174.45 - 91 125.596 911 1 0 8.43152 2.38013 -175.85 - 91 104.913 935 0 1 7.24928 -3.24095 -204.45 - 91 80.0132 883 0 0 7.1958 -3.4177 -205.85 - 91 48.8994 882 0 0 7.18584 -3.45 -206.107 - 91 0.0117423 937 2 1 7.45003 10.5611 -144.45 - 91 117.429 936 2 1 7.45 10.561 -144.45 - 91 119.809 952 2 0 7.3168 10.4762 -145.85 - 91 140.054 925 1 1 5.16936 8.4844 -174.451 - 91 5.05266 942 1 0 5.13171 8.45036 -175.85 - 91 101.677 941 1 0 5.13123 8.45 -175.867 - 91 186.702 921 0 1 4.32985 7.92129 -204.45 - 91 6.40379 939 0 0 4.33379 8.04713 -205.85 - 91 116.559 940 0 0 4.33384 8.05 -205.882 - 91 268.721 946 0 1 9.35844 11.9903 -204.45 - 91 82.2714 955 0 0 9.03996 11.2191 -205.85 - 91 26.3755 954 0 0 8.96393 11.0499 -206.154 - 91 137.251 960 0 0 9.40691 12.1107 -205.85 - 91 97.0098 930 0 0 30.3273 6.21228 -206.25 - 91 164.9 794 0 1 -21.05 2.21982 -204.542 - 91 78.2553 958 3 1 11.8063 10.6675 -114.451 - 91 43.9022 959 3 1 11.8501 10.706 -114.689 - 91 29.2451 957 3 0 12.4398 11.61 -115.85 - 91 171.46 958 3 0 12.4724 11.65 -115.916 - 91 3.04411 772 3 0 14.0562 -25.642 -116.25 - 91 167.859 771 3 0 14.0509 -25.6502 -116.242 - 91 15.4714 973 3 1 14.8198 -25.6233 -114.85 - 91 74.2231 974 3 1 14.85 -25.6174 -114.812 - 91 358.697 774 3 0 14.879 -25.1365 -115.85 -Number of digits in this event: 31 -Using G4ParticleGun... -Particle energy: 7.68877 LIN -Particle: e- -Event: 92 -Number of tracker hits in this event: 150 - 92 146.949 685 11 1 -42.8854 -38.9563 125.55 - 92 100.874 705 11 0 -42.8861 -38.9556 124.15 - 92 164.724 685 10 1 -42.9018 -38.944 95.55 - 92 126.267 705 10 0 -42.9017 -38.9447 94.15 - 92 140.522 685 9 1 -42.9002 -38.9605 65.55 - 92 144.309 705 9 0 -42.8996 -38.9618 64.15 - 92 387.578 685 8 1 -42.887 -38.9844 35.55 - 92 214.804 705 8 0 -42.8866 -38.9835 34.15 - 92 235.847 685 7 1 -42.8756 -38.9649 5.55 - 92 165.965 705 7 0 -42.873 -38.9649 4.15 - 92 131.262 686 6 1 -42.8149 -38.9673 -24.45 - 92 251.012 705 6 0 -42.8132 -38.9684 -25.85 - 92 211.459 686 5 1 -42.7784 -38.9978 -54.45 - 92 131.427 705 5 0 -42.7779 -38.9968 -55.85 - 92 147.295 686 4 1 -42.7634 -38.9693 -84.45 - 92 106.026 705 4 0 -42.7635 -38.9668 -85.85 - 92 122.587 686 3 1 -42.7749 -38.9436 -114.45 - 92 166.076 705 3 0 -42.7727 -38.9441 -115.85 - 92 135.084 686 2 1 -42.7478 -38.9438 -144.45 - 92 186.608 705 2 0 -42.7518 -38.9473 -145.85 - 92 104.712 686 1 1 -42.8241 -39.0274 -174.45 - 92 374.287 705 1 0 -42.8288 -39.0255 -175.85 - 92 136.024 685 0 1 -42.9081 -38.9891 -204.45 - 92 207.355 705 0 0 -42.907 -38.992 -205.85 - 92 4.46541 670 3 1 -45.85 40.0736 -114.722 - 92 344.522 687 5 1 -42.6498 -38.9522 -54.5679 - 92 31.2054 688 5 1 -42.45 -38.8945 -54.6875 - 92 240.517 688 1 1 -42.4135 -38.9522 -174.45 - 92 467.187 688 0 1 -42.361 -38.8185 -204.45 - 92 119.511 706 0 0 -42.3554 -38.812 -205.85 - 92 194.705 784 9 1 -23.2086 11.1376 65.15 - 92 256.627 783 9 1 -23.25 11.254 65.2515 - 92 21.9552 782 9 1 -23.45 11.2573 65.266 - 92 66.8774 755 3 0 165.426 -29.0108 -116.25 - 92 43.5868 1734 3 1 167.037 -28.2083 -114.85 - 92 81.0808 1735 3 1 167.15 -28.1585 -114.765 - 92 91.6312 1736 3 1 167.35 -28.1558 -114.708 - 92 19.493 1737 3 1 167.55 -28.2493 -114.486 - 92 126.546 690 7 1 -41.9205 -38.1555 5.55 - 92 105.384 709 7 0 -41.9 -38.1609 4.14906 - 92 133.031 692 6 1 -41.5532 -38.211 -24.45 - 92 133.316 709 6 0 -41.4371 -38.1276 -25.85 - 92 181.487 709 5 1 -38.2289 -36.7537 -54.4512 - 92 124.856 717 5 0 -38.006 -36.6136 -55.85 - 92 196.022 735 4 1 -32.9118 -33.1084 -84.45 - 92 30.47 736 4 1 -32.85 -33.0515 -84.7871 - 92 35.4538 735 4 0 -32.629 -32.8731 -85.85 - 92 72.1868 736 4 0 -32.5997 -32.85 -85.9895 - 92 114.301 765 3 1 -27.0261 -28.1876 -114.45 - 92 116.663 760 3 0 -26.8491 -27.947 -115.85 - 92 152.26 785 2 1 -23.0231 -23.6972 -144.45 - 92 136.038 784 2 0 -22.7877 -23.2408 -145.85 - 92 9.81949 805 1 1 -18.8535 -14.2723 -174.45 - 92 115.87 806 1 1 -18.85 -14.2657 -174.467 - 92 159.471 831 1 0 -18.5918 -13.7836 -175.85 - 92 55.9933 832 1 0 -18.5226 -13.65 -176.229 - 92 21.9753 831 0 1 -13.6683 -3.11751 -204.45 - 92 122.537 832 0 1 -13.65 -3.10071 -204.494 - 92 106.133 887 0 0 -13.0303 -2.56288 -205.85 - 92 32.8362 888 0 0 -12.8861 -2.44997 -206.165 - 92 8.25142 583 5 0 4.63614 -63.434 -56.25 - 92 95.0461 582 5 0 4.65924 -63.45 -56.2354 - 92 294.053 581 5 0 4.82448 -63.65 -56.125 - 92 216.096 580 5 0 4.88708 -63.8502 -56.0332 - 92 149.936 727 3 1 -34.5062 -24.2797 -114.45 - 92 131.643 726 3 1 -34.65 -24.3789 -114.726 - 92 196.069 775 3 0 -36.2716 -24.9603 -115.85 - 92 406.082 774 3 0 -36.6806 -25.05 -116.083 - 92 132.291 1030 3 0 -127 26.0716 -116.25 - 92 219.191 1031 3 0 -127.165 26.25 -116.13 - 92 27.4938 713 6 1 -37.4276 -37.3303 -24.45 - 92 120.599 714 6 0 -37.0837 -37.1377 -25.8503 - 92 258.067 750 5 1 -29.8989 -30.9529 -54.4501 - 92 248.018 751 5 1 -29.85 -30.9382 -54.4642 - 92 85.5768 752 5 1 -29.65 -30.864 -54.5344 - 92 60.5587 753 5 1 -29.45 -30.782 -54.6238 - 92 69.0206 754 5 1 -29.25 -30.7062 -54.6993 - 92 143.593 755 5 1 -29.05 -30.6346 -54.7584 - 92 45.8428 756 5 1 -28.8499 -30.5766 -54.8064 - 92 2.64993 757 5 1 -28.65 -30.532 -54.8476 - 92 21.7757 752 5 0 -24.1323 -29.4746 -55.85 - 92 167.279 753 5 0 -24.0365 -29.45 -55.8695 - 92 157.324 754 5 0 -23.4641 -29.25 -56.0358 - 92 22.0869 755 5 0 -22.935 -29.05 -56.2261 - 92 83.5184 918 5 0 80.0148 3.65403 -56.25 - 92 59.4242 917 5 0 80.0182 3.65 -56.0341 - 92 112.033 1299 5 1 79.9294 3.73469 -54.85 - 92 13.0636 1063 6 0 67.2162 32.8263 -26.25 - 92 124.742 1064 6 0 67.2026 32.85 -26.2259 - 92 27.6112 1232 6 1 66.5164 33.1005 -24.85 - 92 130.298 1231 6 1 66.45 33.1163 -24.7634 - 92 23.8406 1230 6 1 66.25 33.123 -24.4964 - 92 1.45325 1341 4 1 88.4435 0.192178 -84.45 - 92 67.5949 1342 4 1 88.45 0.191161 -84.4524 - 92 72.3658 1343 4 1 88.65 0.146932 -84.5073 - 92 55.4985 1344 4 1 88.8502 0.101505 -84.55 - 92 25.0932 1345 4 1 89.05 0.0818725 -84.5449 - 92 40.4699 1346 4 1 89.2826 0.05 -84.6143 - 92 72.8187 1347 4 1 89.4501 0.111044 -84.67 - 92 59.8766 1348 4 1 89.6501 0.223433 -84.7253 - 92 25.4739 1349 4 1 89.85 0.273289 -84.8157 - 92 93.8321 901 4 0 91.4912 0.305465 -85.85 - 92 36.3487 1362 4 1 92.6288 0.948803 -84.85 - 92 24.2979 1363 4 1 92.75 0.951248 -84.8101 - 92 109.001 909 4 0 94.4419 1.89206 -85.85 - 92 276.622 910 4 0 94.59 2.05 -85.939 - 92 121.92 841 5 0 100.37 -11.6949 -56.25 - 92 68.6435 840 5 0 100.484 -11.85 -56.1327 - 92 92.9568 839 5 0 100.586 -12.05 -56.0717 - 92 149.291 1404 5 1 100.956 -12.586 -54.85 - 92 127.755 703 8 0 -42.9387 -39.2722 34.15 - 92 135.279 678 7 1 -44.3465 -44.271 5.54986 - 92 36.3715 677 7 0 -44.0956 -44.6161 4.15 - 92 76.3451 676 7 0 -44.0661 -44.65 3.99099 - 92 31.8115 711 6 1 -37.793 -48.7787 -24.4502 - 92 222.786 710 6 1 -37.85 -48.825 -24.5149 - 92 50.9867 709 6 1 -38.05 -48.974 -24.7564 - 92 6.94037 652 6 0 -38.8357 -49.6354 -25.85 - 92 173.092 651 6 0 -38.8539 -49.6502 -25.8744 - 92 100.623 592 5 1 -61.5917 -65.0331 -54.45 - 92 16.1045 593 5 1 -61.4499 -65.1217 -54.7938 - 92 130.504 572 5 0 -61.1379 -65.4552 -55.8503 - 92 93.4541 631 4 1 -53.6804 -70.3897 -84.45 - 92 149.815 549 4 0 -53.8182 -70.215 -85.85 - 92 57.1074 427 4 0 -52.3665 -94.6322 -86.25 - 92 208.395 426 4 0 -52.3204 -94.75 -86.1497 - 92 85.8696 425 4 0 -52.231 -94.95 -86.0366 - 92 169.159 424 4 0 -52.1653 -95.15 -85.9439 - 92 43.2517 423 4 0 -52.0885 -95.3501 -85.8924 - 92 78.6698 644 4 1 -51.1623 -97.2226 -84.8496 - 92 405.138 645 4 1 -51.05 -97.3857 -84.7247 - 92 58.6323 646 4 1 -50.85 -97.5463 -84.547 - 92 486.964 647 4 1 -50.65 -97.6407 -84.61 - 92 111.859 648 4 1 -50.45 -97.7273 -84.6806 - 92 185.456 409 4 0 -49.9788 -98.1888 -85.85 - 92 22.2986 408 4 0 -49.7618 -98.35 -85.8994 - 92 17.2814 407 4 0 -51.9354 -98.75 -85.9494 - 92 28.5932 638 4 1 -52.4278 -95.4806 -84.8497 - 92 145.236 637 4 1 -52.45 -95.5209 -84.7675 - 92 89.6729 636 4 1 -52.65 -95.6209 -84.6587 - 92 222.167 635 4 1 -52.85 -95.7276 -84.543 - 92 81.3442 415 4 0 -54.5044 -96.9774 -85.85 - 92 138.209 626 4 1 -54.777 -95.3959 -84.85 - 92 5.32136 607 1 1 -58.5958 -49.9556 -174.45 - 92 62.3857 646 1 0 -57.6851 -50.6912 -175.85 - 92 89.4049 645 1 0 -57.5572 -50.85 -175.961 - 92 91.889 644 1 0 -57.4001 -51.05 -176.076 - 92 82.697 643 1 0 -57.4472 -51.2502 -176.206 - 92 1.26105 1595 3 1 139.15 -126.525 -114.729 - 92 63.6935 1596 3 1 139.35 -126.613 -114.611 -Number of digits in this event: 72 -Using G4ParticleGun... -Particle energy: 8.35054 LIN -Particle: e- -Event: 93 -Number of tracker hits in this event: 22 - 93 106.493 160 7 1 -148.137 6.17167 5.55 - 93 133.282 930 7 0 -148.137 6.17254 4.15 - 93 168.945 160 6 1 -148.127 6.18799 -24.45 - 93 118.411 930 6 0 -148.125 6.18853 -25.85 - 93 126.959 160 5 1 -148.095 6.19714 -54.45 - 93 98.5948 930 5 0 -148.092 6.19252 -55.85 - 93 93.8028 160 4 1 -147.952 6.07778 -84.45 - 93 33.3454 161 4 1 -147.95 6.07434 -84.7394 - 93 124.165 930 4 0 -147.943 6.0611 -85.85 - 93 128.717 162 3 1 -147.743 5.73117 -114.45 - 93 123.314 928 3 0 -147.725 5.7123 -115.85 - 93 118.875 163 2 1 -147.362 5.28929 -144.45 - 93 149.186 926 2 0 -147.342 5.2626 -145.85 - 93 123.904 166 1 1 -146.931 4.79319 -174.45 - 93 295.849 923 1 0 -146.9 4.77818 -175.85 - 93 111.32 169 0 1 -146.162 4.49841 -204.45 - 93 116.902 922 0 0 -146.141 4.4807 -205.85 - 93 201.817 922 1 0 -146.791 4.62407 -176.003 - 93 127.436 929 4 0 -147.931 6.05 -85.8818 - 93 9.1018 310 0 1 -118.15 -14.6575 -204.822 - 93 125.126 311 0 1 -117.95 -14.7841 -204.489 - 93 164.55 312 0 1 -117.75 -14.8708 -204.616 -Number of digits in this event: 16 -Using G4ParticleGun... -Particle energy: 1.70328 LIN -Particle: e- -Event: 94 -Number of tracker hits in this event: 21 - 94 116.459 1494 9 1 119.106 -21.8363 65.55 - 94 123.142 791 9 0 119.105 -21.8434 64.15 - 94 137.847 1494 8 1 119.091 -21.9974 35.55 - 94 120.169 790 8 0 119.074 -22.0016 34.15 - 94 110.953 1493 7 1 118.797 -22.1474 5.55 - 94 136.647 789 7 0 118.805 -22.1755 4.15 - 94 153.951 1493 6 1 118.938 -22.7472 -24.45 - 94 105.132 786 6 0 118.928 -22.787 -25.85 - 94 118.442 1493 5 1 118.827 -23.533 -54.45 - 94 106.288 782 5 0 118.84 -23.5346 -55.85 - 94 192.627 1494 4 1 119.089 -23.5659 -84.45 - 94 105.285 782 4 0 119.085 -23.596 -85.85 - 94 118.424 1493 3 1 118.92 -24.3385 -114.45 - 94 271.162 778 3 0 118.94 -24.3712 -115.85 - 94 116.835 1496 2 1 119.499 -24.9247 -144.45 - 94 290.532 775 2 0 119.533 -24.9426 -145.85 - 94 132.339 1500 1 1 120.21 -25.453 -174.45 - 94 139.354 772 1 0 120.237 -25.5035 -175.85 - 94 122.047 1503 0 1 120.81 -26.5599 -204.45 - 94 122.883 767 0 0 120.833 -26.6131 -205.85 - 94 135.402 774 2 0 118.929 -25.2115 -145.85 -Number of digits in this event: 15 -Using G4ParticleGun... -Particle energy: 9.81654 LIN -Particle: e- -Event: 95 -Number of tracker hits in this event: 256 - 95 146.632 847 11 1 -10.512 -49.5907 125.55 - 95 164.664 652 11 0 -10.5115 -49.5912 124.15 - 95 581.013 847 10 1 -10.5058 -49.5988 95.55 - 95 398.817 652 10 0 -10.5044 -49.5973 94.15 - 95 220.254 847 9 1 -10.4733 -49.5673 65.55 - 95 129.834 652 9 0 -10.4719 -49.566 64.15 - 95 472.43 848 8 1 -10.4364 -49.5415 35.55 - 95 289.903 652 8 0 -10.4357 -49.5399 34.15 - 95 254.082 848 7 1 -10.4075 -49.5077 5.55 - 95 249.673 652 7 0 -10.408 -49.5042 4.15 - 95 229.404 848 6 1 -10.4131 -49.433 -24.45 - 95 124.093 653 6 0 -10.4119 -49.43 -25.85 - 95 233.59 848 5 1 -10.3963 -49.3646 -54.45 - 95 126.596 653 5 0 -10.3917 -49.3637 -55.85 - 95 434.094 848 4 1 -10.2735 -49.3366 -84.45 - 95 144.304 653 4 0 -10.2679 -49.3348 -85.85 - 95 112.31 849 3 1 -10.1575 -49.3007 -114.45 - 95 202.765 653 3 0 -10.1498 -49.3016 -115.85 - 95 99.8663 850 2 1 -9.98136 -49.3359 -144.45 - 95 420.451 653 2 0 -9.9741 -49.3385 -145.85 - 95 613.376 851 1 1 -9.82952 -49.3815 -174.45 - 95 410.954 653 1 0 -9.82238 -49.3765 -175.85 - 95 249.655 851 0 1 -9.68004 -49.2995 -204.45 - 95 224.547 653 0 0 -9.67384 -49.2937 -205.85 - 95 63.6879 101 4 1 -159.75 16.8285 -84.6754 - 95 128.79 100 4 1 -159.95 16.9011 -84.5749 - 95 107.353 99 4 1 -160.15 16.9911 -84.6357 - 95 67.1212 287 5 0 130.858 -122.75 -56.1927 - 95 106.925 857 0 1 -8.5548 -49.4772 -204.45 - 95 67.3348 809 0 1 -18.054 -41.4661 -204.45 - 95 115.399 808 0 1 -18.25 -41.4915 -204.646 - 95 21.7929 807 0 1 -18.4503 -41.5098 -204.805 - 95 831.586 689 0 0 -21.3611 -42.1285 -205.85 - 95 176.949 688 0 0 -23.8867 -42.25 -205.889 - 95 111.935 687 0 0 -24.1906 -42.4502 -205.884 - 95 218.298 686 0 0 -24.4707 -42.65 -205.922 - 95 234.272 685 0 0 -24.7329 -42.85 -205.897 - 95 40.8131 684 0 0 -25.0006 -43.05 -205.88 - 95 17.7168 788 0 1 -22.2984 -43.1602 -204.85 - 95 80.2148 789 0 1 -22.25 -43.1639 -204.83 - 95 100.314 790 0 1 -22.0498 -43.1154 -204.724 - 95 101.521 654 1 0 -9.76107 -49.0819 -175.85 - 95 87.8596 655 1 0 -9.75241 -49.05 -175.979 - 95 25.145 862 0 1 -7.46379 -41.9687 -204.45 - 95 240.951 863 0 1 -7.45 -41.926 -204.518 - 95 5.64798 694 0 0 -7.13397 -41.0586 -205.85 - 95 174.058 695 0 0 -7.13073 -41.05 -205.863 - 95 27.3899 696 0 0 -7.06122 -40.8497 -206.16 - 95 83.0972 649 3 0 -10.2371 -50.1831 -115.85 - 95 115.301 651 6 0 -10.3968 -49.7453 -25.85 - 95 108.074 650 5 0 -10.3739 -49.8827 -55.85 - 95 122.236 650 4 0 -10.3266 -50.042 -85.85 - 95 144.577 848 3 1 -10.4065 -50.1198 -114.45 - 95 297.538 650 3 0 -10.4074 -50.0391 -115.85 - 95 214.297 847 2 1 -10.5583 -48.7013 -144.45 - 95 14.7873 656 2 0 -10.5506 -48.6514 -145.85 - 95 293.497 657 2 0 -10.5504 -48.65 -145.892 - 95 103.696 848 1 1 -10.2678 -47.7103 -174.45 - 95 253.239 661 1 0 -10.2551 -47.6711 -175.85 - 95 230.565 850 0 1 -9.93732 -46.8184 -204.45 - 95 116.296 666 0 0 -9.92316 -46.7807 -205.85 - 95 53.1706 886 2 1 -2.77228 -45.6893 -144.45 - 95 114.522 887 2 1 -2.64931 -45.7719 -144.593 - 95 49.7946 888 2 1 -2.45 -45.9094 -144.763 - 95 79.1631 665 2 0 -1.31521 -46.8877 -145.85 - 95 94.8344 664 2 0 -1.13458 -47.05 -146.001 - 95 185.325 663 2 0 -0.940231 -47.25 -146.131 - 95 153.841 422 2 0 69.6135 -95.5593 -146.25 - 95 190.172 1254 2 1 71.0215 -95.3468 -144.85 - 95 774.308 1255 2 1 71.05 -95.3393 -144.817 - 95 284.115 1256 2 1 71.3246 -94.5053 -144.45 - 95 92.8924 590 2 1 -61.8537 -105.47 -144.85 - 95 62.3568 589 2 1 -62.05 -105.511 -144.725 - 95 294.024 588 2 1 -62.2502 -105.565 -144.704 - 95 66.3236 587 2 1 -62.45 -105.513 -144.607 - 95 61.54 822 2 1 -15.4689 -49.5438 -144.45 - 95 259.763 821 2 1 -15.65 -49.6062 -144.619 - 95 115.798 820 2 1 -15.8504 -49.6152 -144.795 - 95 242.48 848 2 1 -10.2614 -50.2197 -144.45 - 95 285.218 649 2 0 -10.2575 -50.2332 -145.85 - 95 261.419 849 1 1 -10.1733 -50.5649 -174.45 - 95 117.66 647 1 0 -10.1574 -50.5854 -175.85 - 95 215.66 645 0 0 -9.80389 -50.9387 -205.85 - 95 115.582 649 1 0 -10.1592 -50.2016 -175.85 - 95 117.796 649 0 0 -10.031 -50.115 -205.85 - 95 287.041 847 8 1 -10.45 -49.5622 35.2856 - 95 185.872 653 8 0 -10.3731 -49.4104 34.15 - 95 13.5244 850 7 1 -9.85794 -45.8388 5.54932 - 95 94.7299 851 7 1 -9.85 -45.8401 5.47908 - 95 120.948 671 7 0 -9.72397 -45.7233 4.15 - 95 113.823 859 6 1 -8.13859 -44.0544 -24.4506 - 95 109.664 681 6 0 -8.00894 -43.7644 -25.85 - 95 38.8183 865 5 1 -6.88455 -36.7979 -54.45 - 95 117.573 866 5 1 -6.85 -36.8328 -54.5173 - 95 65.4642 710 5 0 -6.1091 -37.8906 -55.85 - 95 95.2582 709 5 0 -6.02776 -38.0501 -56.0067 - 95 14.1013 708 5 0 -5.95487 -38.25 -56.2066 - 95 157.9 489 5 0 -18.9754 -82.1342 -56.25 - 95 99.5202 800 5 1 -19.9128 -82.5787 -54.85 - 95 123.117 799 5 1 -20.0501 -82.6383 -54.6422 - 95 101.327 798 5 1 -20.25 -82.5095 -54.5814 - 95 22.5792 485 5 0 -20.6626 -83.0221 -55.85 - 95 152.004 484 5 0 -20.6748 -83.05 -55.904 - 95 60.2402 483 5 0 -20.6242 -83.25 -56.1461 - 95 5.10824 482 5 0 -20.5869 -83.45 -56.2424 - 95 1.26201 373 5 0 -23.3003 -105.353 -56.25 - 95 97.6165 374 5 0 -23.3023 -105.349 -56.247 - 95 167.874 375 5 0 -23.2634 -105.15 -56.131 - 95 102.289 376 5 0 -23.115 -104.95 -56.0084 - 95 116.169 282 5 0 1.80501 -123.712 -56.25 - 95 420.652 281 5 0 2.01117 -123.75 -56.0606 - 95 30.6507 280 5 0 2.19095 -123.95 -56.0942 - 95 26.4102 282 1 0 -59.5639 -123.733 -176.25 - 95 120.231 281 1 0 -59.5844 -123.75 -176.212 - 95 97.3871 280 1 0 -59.7378 -123.95 -176.061 - 95 50.2789 279 1 0 -59.8761 -124.15 -176.027 - 95 47.5283 278 1 0 -59.9217 -124.35 -175.989 - 95 53.6384 277 1 0 -59.8885 -124.55 -175.973 - 95 59.185 276 1 0 -59.9091 -124.75 -176.008 - 95 54.3312 275 1 0 -59.9818 -124.95 -176.017 - 95 55.7796 274 1 0 -59.9661 -125.15 -176.032 - 95 59.0068 273 1 0 -59.9091 -125.35 -176.069 - 95 89.94 272 1 0 -59.908 -125.551 -176.014 - 95 85.8541 271 1 0 -59.966 -125.75 -175.972 - 95 42.4307 270 1 0 -60.1407 -125.95 -175.892 - 95 120.951 585 1 1 -63.0133 -128.852 -174.85 - 95 103.597 584 1 1 -63.05 -128.901 -174.834 - 95 64.7609 583 1 1 -63.2505 -129.063 -174.795 - 95 77.4954 582 1 1 -63.45 -129.173 -174.774 - 95 127.664 581 1 1 -63.65 -129.277 -174.81 - 95 50.1543 580 1 1 -63.85 -129.486 -174.82 - 95 19.3654 235 1 0 -67.3127 -133.132 -175.85 - 95 72.0521 234 1 0 -67.3307 -133.15 -175.855 - 95 85.0283 233 1 0 -67.458 -133.35 -175.917 - 95 73.4021 232 1 0 -67.499 -133.55 -175.953 - 95 123.439 231 1 0 -67.4789 -133.75 -175.907 - 95 0.885054 230 1 0 -67.652 -133.95 -175.851 - 95 106.273 547 1 1 -70.5893 -137.045 -174.85 - 95 150.551 548 1 1 -70.45 -137.116 -174.676 - 95 119.291 846 10 1 -10.65 -49.5795 95.1727 - 95 102.001 848 10 1 -10.45 -49.6859 95.478 - 95 74.8265 849 10 1 -10.25 -49.7898 95.3 - 95 103.68 850 10 1 -10.05 -49.7237 95.1537 - 95 198.104 851 10 1 -9.85 -49.5295 95.2586 - 95 170.135 852 10 1 -9.65 -49.5546 95.3132 - 95 109.815 651 9 0 -10.6267 -49.8065 64.15 - 95 125.468 845 8 1 -10.8921 -50.0705 35.55 - 95 286.343 649 8 0 -10.9151 -50.0676 34.15 - 95 128.61 843 7 1 -11.41 -49.9773 5.55 - 95 106.836 650 7 0 -11.4338 -49.9822 4.15 - 95 121.741 840 6 1 -11.9067 -50.1283 -24.45 - 95 102.181 649 6 0 -11.9386 -50.1445 -25.85 - 95 237.748 837 5 1 -12.634 -50.4298 -54.45 - 95 23.8547 648 5 0 -12.6815 -50.4492 -55.85 - 95 103.251 647 5 0 -12.6834 -50.45 -55.9061 - 95 26.678 832 4 1 -13.6489 -50.83 -84.45 - 95 153.492 831 4 1 -13.65 -50.8309 -84.559 - 95 114.623 646 4 0 -13.6661 -50.8414 -85.85 - 95 142.047 830 3 1 -14.0093 -51.1129 -114.45 - 95 134.159 644 3 0 -14.024 -51.0678 -115.85 - 95 120.551 829 2 1 -14.1351 -49.9054 -144.45 - 95 155.007 651 2 0 -14.1444 -49.8135 -145.85 - 95 158.868 828 1 1 -14.3414 -47.9768 -174.45 - 95 183.059 855 0 1 -8.94834 -42.8243 -204.45 - 95 4.97423 856 0 1 -8.85 -42.7886 -204.839 - 95 222.468 825 1 1 -14.9424 -49.6318 -174.45 - 95 415.037 651 1 0 -15.1875 -49.8128 -175.85 - 95 211.465 650 1 0 -15.2511 -49.85 -176.17 - 95 100.39 791 0 1 -21.85 -50.6764 -204.518 - 95 3.85799 646 0 0 -21.6355 -50.8475 -205.85 - 95 43.2938 373 9 0 135.602 -105.462 63.75 - 95 239.752 1582 9 1 136.587 -105.716 65.15 - 95 339.157 735 1 0 -42.9336 -32.8725 -176.25 - 95 176.003 652 1 0 -14.9867 -49.6074 -175.85 - 95 110.992 821 0 1 -15.6821 -49.6019 -204.45 - 95 107.562 651 0 0 -15.6788 -49.6629 -205.851 - 95 23.1224 644 6 0 -11.0338 -51.1985 -25.85 - 95 85.3783 643 6 0 -10.9948 -51.25 -25.9033 - 95 265.746 642 6 0 -10.9432 -51.45 -26.057 - 95 1.36485 879 6 0 -113.325 -4.05415 -26.25 - 95 136.975 880 6 0 -113.331 -4.04939 -26.2479 - 95 157.325 881 6 0 -113.602 -3.8496 -26.0376 - 95 83.2413 882 6 0 -113.772 -3.64959 -25.9283 - 95 38.5059 883 6 0 -113.779 -3.45 -25.9296 - 95 64.4232 334 6 1 -113.159 -2.06573 -24.85 - 95 157.221 335 6 1 -113.15 -2.05229 -24.8411 - 95 55.6336 888 6 0 -113.389 -2.27147 -25.85 - 95 103.417 890 6 0 -113.819 -1.88892 -25.85 - 95 127.822 848 9 1 -10.4206 -50.0146 65.55 - 95 219.182 650 9 0 -10.4176 -50.0088 64.15 - 95 138.263 650 8 0 -10.369 -49.9005 34.15 - 95 128.094 847 7 1 -10.637 -49.4276 5.55 - 95 51.6695 846 7 1 -10.65 -49.4076 5.1657 - 95 107.715 653 7 0 -10.6812 -49.355 4.15 - 95 147.815 842 6 1 -11.6304 -47.7571 -24.45 - 95 46.1061 661 6 0 -11.6313 -47.66 -25.85 - 95 63.2807 662 6 0 -11.6314 -47.65 -25.9912 - 95 170.668 841 5 1 -11.6526 -45.6346 -54.45 - 95 127.175 672 5 0 -11.6607 -45.5432 -55.85 - 95 118.995 841 4 1 -11.6718 -43.7827 -84.45 - 95 144.673 681 4 0 -11.6606 -43.7152 -85.85 - 95 123.989 843 3 1 -11.4243 -42.4417 -114.45 - 95 94.997 688 3 0 -11.384 -42.3518 -115.85 - 95 139.919 697 2 0 -10.411 -40.5173 -145.85 - 95 103.74 862 1 1 -7.63838 -37.7329 -174.45 - 95 128.707 712 1 0 -7.46522 -37.6217 -175.85 - 95 167.571 880 0 1 -3.93322 -35.271 -204.45 - 95 97.4601 724 0 0 -3.8186 -35.191 -205.85 - 95 125.263 822 0 0 4.90272 -15.5382 -206.25 - 95 49.9997 924 0 1 4.97944 -15.1645 -204.85 - 95 70.3511 925 0 1 5.05018 -15.0934 -204.653 - 95 220.393 849 6 1 -10.0733 -49.8493 -24.451 - 95 352.578 650 6 0 -10.2858 -49.8852 -25.85 - 95 16.7235 828 5 1 -14.2961 -51.9222 -54.45 - 95 101.606 829 5 1 -14.25 -51.973 -54.4816 - 95 132.695 830 5 1 -14.05 -52.197 -54.6261 - 95 11.9729 831 5 1 -13.8499 -52.4478 -54.8156 - 95 51.4536 631 5 0 -13.0623 -53.6931 -55.8501 - 95 89.6497 630 5 0 -13.0014 -53.85 -55.9518 - 95 25.9869 629 5 0 -12.9039 -54.0502 -56.1606 - 95 164.502 885 4 1 -2.93878 -84.0767 -84.4502 - 95 40.549 886 4 1 -2.85 -84.0102 -84.6979 - 95 8.27393 481 4 0 -2.66903 -83.6621 -85.8509 - 95 104.735 482 4 0 -2.66695 -83.65 -85.8951 - 95 228.253 543 4 0 -1.98377 -71.3471 -86.25 - 95 58.3673 892 4 1 -1.51023 -71.7525 -84.85 - 95 257.088 893 4 1 -1.45 -71.859 -84.7567 - 95 287.775 894 4 1 -1.25 -72.0102 -84.6689 - 95 181.352 884 4 1 -3.06602 -83.9301 -84.45 - 95 123.803 483 4 0 -2.94437 -83.4499 -85.8744 - 95 5.29233 484 4 0 -2.98384 -83.2499 -86.2276 - 95 51.0288 366 4 0 43.7376 -106.882 -86.25 - 95 413.353 365 4 0 43.8538 -106.95 -86.2011 - 95 131.465 1119 4 1 44.0195 -107.149 -84.85 - 95 256.597 1118 4 1 43.85 -107.259 -84.6598 - 95 100.493 1122 4 1 44.6369 -108.993 -84.85 - 95 40.716 355 4 0 44.3967 -109.019 -85.85 - 95 268.976 849 5 1 -10.1374 -52.3141 -54.4509 - 95 99.6028 638 5 0 -10.213 -52.343 -55.8502 - 95 40.5635 847 4 1 -10.5449 -53.4306 -84.45 - 95 79.5159 846 4 1 -10.65 -53.4397 -84.5608 - 95 48.9395 845 4 1 -10.8501 -53.4523 -84.7491 - 95 42.2263 632 4 0 -11.9729 -53.6341 -85.85 - 95 109.245 631 4 0 -12.0766 -53.6501 -85.951 - 95 347.197 716 3 1 -36.748 -59.2504 -114.45 - 95 73.4363 715 3 1 -36.85 -59.3554 -114.682 - 95 109.608 600 3 0 -37.3967 -59.8847 -115.85 - 95 15.4456 599 3 0 -37.5493 -60.05 -116.191 - 95 57.2933 661 2 1 -47.7666 -73.6497 -144.45 - 95 71.5849 660 2 1 -47.85 -73.6832 -144.663 - 95 0.714216 530 2 0 -48.2089 -74.0493 -145.851 - 95 145.637 529 2 0 -48.2096 -74.05 -145.853 - 95 164.392 850 5 1 -10.05 -52.3458 -54.4671 - 95 34.5948 846 8 1 -10.7317 -50.3473 35.55 - 95 203.943 648 8 0 -9.86174 -50.4289 34.1499 - 95 111.588 612 8 0 -20.4487 -57.6085 33.75 -Number of digits in this event: 117 -Using G4ParticleGun... -Particle energy: 5.13777 LIN -Particle: e- -Event: 96 +Event: 74 Number of tracker hits in this event: 27 - 96 110.332 1093 9 1 38.7162 119.573 65.55 - 96 96.4898 1497 9 0 38.7186 119.573 64.15 - 96 127.588 1093 8 1 38.7663 119.573 35.55 - 96 363.973 1497 8 0 38.7689 119.574 34.15 - 96 153.645 1093 7 1 38.8178 119.572 5.55 - 96 280.721 1497 7 0 38.8222 119.572 4.15 - 96 157.835 1094 6 1 38.9167 119.585 -24.45 - 96 114.433 1497 6 0 38.9215 119.583 -25.85 - 96 159.179 1094 5 1 39.0174 119.55 -54.45 - 96 344.269 1496 5 0 39.022 119.547 -55.85 - 96 142.193 1095 4 1 39.1177 119.483 -84.45 - 96 157.123 1496 4 0 39.1229 119.479 -85.85 - 96 110.129 1095 3 1 39.2315 119.389 -114.45 - 96 104.742 1496 3 0 39.2362 119.385 -115.85 - 96 125.439 1096 2 1 39.3347 119.307 -144.45 - 96 125.11 1495 2 0 39.3389 119.307 -145.85 - 96 129.754 1096 1 1 39.4332 119.297 -174.45 - 96 151.073 1495 1 0 39.4372 119.296 -175.85 - 96 103.321 1097 0 1 39.5402 119.289 -204.45 - 96 94.6803 1495 0 0 39.5441 119.291 -205.85 - 96 7.75453 529 6 0 -131.113 -74.2297 -26.25 - 96 176.296 528 6 0 -131.148 -74.2502 -26.2369 - 96 222.347 239 6 1 -132.213 -74.5876 -24.85 - 96 332.94 238 6 1 -132.35 -74.5973 -24.7108 - 96 32.1658 1495 5 0 38.985 119.35 -56.166 - 96 25.9676 532 4 1 -73.4829 -13.0616 -84.85 - 96 84.4319 302 5 1 -119.55 -34.9073 -54.5525 + 74 125.339 618 10 1 -56.2532 89.0877 95.55 + 74 331.938 1345 10 0 -56.2528 89.0889 94.15 + 74 116.479 619 9 1 -56.2463 89.1155 65.55 + 74 129.131 1345 9 0 -56.2463 89.1154 64.15 + 74 130.135 618 8 1 -56.25 89.1003 35.55 + 74 112.654 1345 8 0 -56.2499 89.0982 34.15 + 74 148.658 619 7 1 -56.2458 89.0561 5.55 + 74 94.794 1345 7 0 -56.2457 89.0563 4.15 + 74 118.978 618 6 1 -56.261 89.0537 -24.45 + 74 125.838 1345 6 0 -56.2606 89.054 -25.85 + 74 163.164 618 5 1 -56.261 89.0651 -54.45 + 74 100.086 1345 5 0 -56.2626 89.0661 -55.85 + 74 116.627 618 4 1 -56.2903 89.0809 -84.45 + 74 153.519 1345 4 0 -56.2901 89.0819 -85.85 + 74 150.636 618 3 1 -56.3044 89.1484 -114.45 + 74 113.134 1345 3 0 -56.3063 89.1533 -115.85 + 74 103.317 618 2 1 -56.3452 89.2569 -144.45 + 74 122.707 1346 2 0 -56.3458 89.2603 -145.85 + 74 108.513 618 1 1 -56.358 89.3239 -174.45 + 74 112.798 1346 1 0 -56.3585 89.3303 -175.85 + 74 125.327 618 0 1 -56.3715 89.4655 -204.45 + 74 130.169 1347 0 0 -56.3596 89.4693 -205.85 + 74 0.179135 970 3 0 -24.6166 14.2497 -116.25 + 74 286.23 971 3 0 -24.6174 14.25 -116.249 + 74 177.982 975 2 1 15.0911 83.7885 -144.85 + 74 46.2168 974 2 1 15.05 83.7514 -144.694 + 74 3.93016 1336 3 0 -57.5375 87.45 -115.889 Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 7.90934 LIN +Particle energy: 7.76999 LIN +Particle: e- +Event: 75 +Number of tracker hits in this event: 89 + 75 175.62 1564 9 1 133.137 14.2384 65.55 + 75 122.884 970 9 0 133.138 14.2386 64.15 + 75 115.882 1565 8 1 133.153 14.2384 35.55 + 75 110.71 970 8 0 133.153 14.24 34.15 + 75 105.289 1565 7 1 133.157 14.2696 5.55 + 75 115.407 971 7 0 133.156 14.2707 4.15 + 75 114.101 1564 6 1 133.148 14.2956 -24.45 + 75 219.842 971 6 0 133.147 14.2971 -25.85 + 75 122.073 1564 5 1 133.135 14.3267 -54.45 + 75 134.837 971 5 0 133.134 14.3274 -55.85 + 75 414.944 1564 4 1 133.116 14.335 -84.45 + 75 380.996 971 4 0 133.115 14.3356 -85.85 + 75 117.861 1564 3 1 133.093 14.3517 -114.45 + 75 295.065 971 3 0 133.091 14.3518 -115.85 + 75 105.003 1564 2 1 133.058 14.3526 -144.45 + 75 104.886 971 2 0 133.056 14.3521 -145.85 + 75 793.489 1564 1 1 133.002 14.3445 -174.45 + 75 125.073 971 1 0 132.999 14.3438 -175.85 + 75 117.707 1563 0 1 132.93 14.3286 -204.45 + 75 171.631 971 0 0 132.926 14.3283 -205.85 + 75 280.399 973 1 0 133.133 14.6692 -175.851 + 75 123.536 1572 0 1 134.661 19.9611 -204.45 + 75 102.522 999 0 0 134.81 20.031 -205.851 + 75 11.142 1000 0 0 134.85 20.05 -206.209 + 75 202.518 972 1 0 132.858 14.4501 -175.906 + 75 99.9703 1548 0 1 129.777 16.2801 -204.451 + 75 15.4285 1547 0 1 129.75 16.3174 -204.838 + 75 136.97 981 0 0 129.673 16.4184 -205.85 + 75 16.7149 982 0 0 129.649 16.45 -206.169 + 75 254.652 1612 1 1 142.56 27.0473 -174.85 + 75 184.179 1565 1 1 133.15 14.2504 -174.815 + 75 232.735 1603 0 1 140.808 18.8718 -204.45 + 75 290.464 997 0 0 141.133 19.4703 -205.851 + 75 7.66432 998 0 0 141.201 19.6502 -206.22 + 75 27.0973 699 0 0 177.895 -40.1856 -206.25 + 75 71.4647 698 0 0 177.93 -40.25 -206.237 + 75 105.124 697 0 0 178.059 -40.4502 -206.213 + 75 102.362 696 0 0 178.207 -40.65 -206.198 + 75 52.7496 695 0 0 178.363 -40.85 -206.162 + 75 78.6404 694 0 0 178.515 -41.05 -206.121 + 75 71.8259 693 0 0 178.67 -41.25 -206.069 + 75 125.218 692 0 0 178.801 -41.45 -206.004 + 75 121.559 691 0 0 178.988 -41.65 -205.895 + 75 140.042 1563 1 1 132.929 14.3091 -174.45 + 75 217.069 977 1 0 134.236 15.5594 -175.85 + 75 66.3272 978 1 0 134.645 15.6501 -175.979 + 75 253.075 1570 1 1 134.293 16.1933 -174.85 + 75 114.362 1724 0 1 164.95 92.1563 -204.705 + 75 63.6364 1725 0 1 165.15 92.5481 -204.529 + 75 13.1943 1726 0 1 165.35 92.6216 -204.482 + 75 11.0233 1565 4 1 133.15 14.3394 -84.801 + 75 29.675 1579 3 1 136.145 13.4763 -114.45 + 75 81.5209 1580 3 1 136.15 13.4714 -114.581 + 75 109.644 966 3 0 136.174 13.4413 -115.85 + 75 109.068 1579 2 1 136.089 12.3374 -144.45 + 75 117.61 961 2 0 135.985 12.2681 -145.85 + 75 6.10021 960 2 0 135.951 12.25 -146.224 + 75 131.614 956 1 0 133.035 11.408 -175.85 + 75 166.798 1546 0 1 129.467 10.8031 -204.45 + 75 128.213 953 0 0 129.612 10.7765 -205.85 + 75 1.67495 972 4 0 133.194 14.45 -86.2413 + 75 103.028 1573 3 1 134.819 16.1043 -114.45 + 75 113.597 980 3 0 134.796 16.2132 -115.85 + 75 172.844 1570 2 1 134.263 18.6806 -144.45 + 75 104.923 993 2 0 134.337 18.7849 -145.85 + 75 126.632 1576 1 1 135.494 20.8869 -174.45 + 75 0.189523 1577 1 1 135.55 20.9516 -174.848 + 75 124.013 1005 1 0 135.711 21.1061 -175.85 + 75 158.045 1597 0 1 139.562 25.4145 -204.451 + 75 149 1028 0 0 139.616 25.6506 -205.85 + 75 714.948 1571 2 1 134.35 18.6422 -144.532 + 75 42.2746 1036 3 0 136.097 27.3891 -116.25 + 75 225.769 1037 3 0 136.121 27.45 -116.177 + 75 316.752 1017 6 0 162.355 23.5054 -26.25 + 75 109.785 1713 6 1 162.836 23.8702 -24.8496 + 75 34.3111 1433 3 1 106.818 -8.25052 -114.45 + 75 94.1678 1434 3 1 106.95 -8.38102 -114.527 + 75 21.8803 1113 6 0 135.913 42.7925 -26.25 + 75 92.5711 1114 6 0 135.913 42.85 -26.1773 + 75 22.5873 1115 6 0 135.97 43.0505 -25.9165 + 75 101.779 1581 6 1 136.414 44.0712 -24.85 + 75 102.142 1582 6 1 136.55 43.8403 -24.7531 + 75 113.891 1583 6 1 136.75 43.5495 -24.6959 + 75 35.483 1584 6 1 136.95 43.2156 -24.7939 + 75 11.8724 1109 6 0 138.332 41.8782 -25.8502 + 75 60.6667 1108 6 0 138.363 41.85 -25.8738 + 75 118.429 1107 6 0 138.408 41.65 -25.9327 + 75 87.803 1106 6 0 138.455 41.45 -26.0455 + 75 17.1774 1105 6 0 138.546 41.2499 -26.2327 +Number of digits in this event: 37 +Using G4ParticleGun... +Particle energy: 8.0137 LIN +Particle: e- +Event: 76 +Number of tracker hits in this event: 95 + 76 117.036 927 11 1 5.54367 36.4885 125.55 + 76 138.764 1082 11 0 5.5431 36.4882 124.15 + 76 141.205 927 10 1 5.53202 36.48 95.55 + 76 119.018 1082 10 0 5.53279 36.4807 94.15 + 76 101.021 927 9 1 5.54478 36.4899 65.55 + 76 197.192 1082 9 0 5.54474 36.4914 64.15 + 76 124.028 927 8 1 5.53725 36.521 35.55 + 76 121.936 1082 8 0 5.53838 36.522 34.15 + 76 505.84 927 7 1 5.55727 36.5382 5.55 + 76 394.825 1082 7 0 5.56955 36.5452 4.15 + 76 123.907 928 6 1 5.82795 36.6904 -24.45 + 76 105.199 1083 6 0 5.8418 36.6971 -25.85 + 76 165.455 930 5 1 6.1228 36.8321 -54.45 + 76 167.188 1083 5 0 6.13692 36.8399 -55.85 + 76 96.0377 931 4 1 6.42115 36.9959 -84.45 + 76 171.816 1084 4 0 6.43575 37.0026 -85.85 + 76 496.998 933 3 1 6.77289 37.171 -114.45 + 76 391.413 1085 3 0 6.78901 37.1811 -115.85 + 76 231.107 935 2 1 7.11418 37.3942 -144.45 + 76 279.832 1086 2 0 7.12924 37.4019 -145.85 + 76 242.902 936 1 1 7.44311 37.5642 -174.45 + 76 128.664 1087 1 0 7.4594 37.5722 -175.85 + 76 250.328 938 0 1 7.78019 37.7477 -204.45 + 76 224.018 1088 0 0 7.77005 37.7649 -205.85 + 76 173.06 934 2 1 7.04982 37.279 -144.45 + 76 255.156 1085 1 0 7.33699 37.2147 -175.85 + 76 102.995 937 0 1 7.56396 37.126 -204.45 + 76 240.654 1085 0 0 7.57918 37.1124 -205.85 + 76 77.0981 933 2 1 6.85 37.3283 -144.562 + 76 496.71 932 2 1 6.65 37.4398 -144.53 + 76 173.944 1085 2 0 6.99345 37.1741 -145.85 + 76 130.605 935 1 1 7.08298 37.2488 -174.45 + 76 116.384 934 0 1 6.90805 37.1526 -204.45 + 76 237.977 928 1 1 5.81085 36.6501 -174.45 + 76 252.595 1082 1 0 5.80169 36.6164 -175.85 + 76 121.321 927 0 1 5.63862 35.8907 -204.45 + 76 219.523 928 0 1 5.65 35.8717 -204.794 + 76 119.159 1078 0 0 5.68448 35.8055 -205.85 + 76 124.221 946 0 1 9.26087 34.9362 -204.45 + 76 93.5179 1073 0 0 9.82905 34.6985 -205.85 + 76 38.3129 1072 0 0 9.92749 34.65 -206.12 + 76 92.9307 1081 9 0 5.58677 36.4496 64.1015 + 76 105.358 926 6 1 5.38597 36.9014 -24.45 + 76 110.639 1084 6 0 5.36627 36.9293 -25.85 + 76 118.891 924 5 1 4.86979 37.4429 -54.45 + 76 228.409 1087 5 0 4.8581 37.5288 -55.85 + 76 139.801 923 4 1 4.79255 39.264 -84.45 + 76 161.981 1096 4 0 4.75995 39.3741 -85.85 + 76 97.9208 919 3 1 3.94371 41.6183 -114.45 + 76 137.299 1108 3 0 3.91339 41.7263 -115.85 + 76 173.242 916 2 1 3.27957 43.9714 -144.45 + 76 177.335 1120 2 0 3.24127 44.1122 -145.85 + 76 178.594 911 1 1 2.27841 46.8019 -174.45 + 76 138.509 1134 1 0 2.3191 46.9258 -175.85 + 76 114.818 913 0 1 2.72615 49.1085 -204.45 + 76 98.8322 1145 0 0 2.69515 49.2201 -205.85 + 76 29.9969 1716 1 0 26.173 163.431 -176.25 + 76 384.342 1717 1 0 26.2258 163.55 -176.102 + 76 56.5709 1718 1 0 26.199 163.75 -176.133 + 76 182.384 900 0 1 0.181166 39.65 -204.45 + 76 70.6118 901 0 1 0.25 39.6034 -204.627 + 76 117.024 1095 0 0 0.718386 39.2145 -205.851 + 76 228.45 1019 0 0 6.2763 24.0451 -206.25 + 76 41.2047 1018 0 0 6.22304 23.8499 -205.943 + 76 173.298 929 0 1 6.04357 23.241 -204.85 + 76 105.238 1098 0 0 0.18306 39.7373 -205.85 + 76 183.283 922 6 1 4.55335 36.189 -24.4507 + 76 129.613 1080 6 0 4.4689 36.1436 -25.8501 + 76 121.582 916 5 1 3.34044 35.1821 -54.4501 + 76 121.337 1077 5 0 3.24945 35.4592 -55.85 + 76 118.509 925 4 1 5.06296 43.0034 -84.45 + 76 28.593 1116 4 0 5.21825 43.4222 -85.85 + 76 87.1724 1117 4 0 5.23048 43.4501 -85.9467 + 76 75.1601 896 3 1 -0.79957 52.6725 -114.45 + 76 160.55 897 3 1 -0.65 52.7899 -114.586 + 76 22.554 898 3 1 -0.45 52.9257 -114.783 + 76 129.447 1167 3 0 0.409723 53.4909 -115.85 + 76 111.624 1168 3 0 0.6622 53.65 -116.073 + 76 4.86263 965 2 1 13.2192 82.6728 -144.45 + 76 80.7372 966 2 1 13.2507 82.6866 -144.454 + 76 108.722 967 2 1 13.45 82.7781 -144.512 + 76 57.5983 968 2 1 13.65 82.8613 -144.59 + 76 61.1513 969 2 1 13.85 82.944 -144.716 + 76 25.7291 970 2 1 14.0504 82.9808 -144.817 + 76 361.496 1318 2 0 18.1512 83.6904 -145.85 + 76 241.303 1317 2 0 19.5159 83.65 -146.078 + 76 13.6783 1450 2 0 102.041 110.335 -146.25 + 76 88.7375 1451 2 0 102.05 110.35 -146.193 + 76 158.711 1406 2 1 101.522 110.71 -144.85 + 76 185.711 1405 2 1 101.35 110.885 -144.451 + 76 108.919 1460 2 0 102.305 112.222 -145.85 + 76 6.99007 1461 2 0 102.355 112.35 -146.223 + 76 140.642 280 11 0 85.3076 -124.021 123.75 + 76 19.2552 279 11 0 85.5047 -124.151 123.768 + 76 67.1212 1229 1 0 -4.32508 66.05 -176.203 +Number of digits in this event: 56 +Using G4ParticleGun... +Particle energy: 5.59534 LIN +Particle: e- +Event: 77 +Number of tracker hits in this event: 50 + 77 147.835 719 10 1 -36.2386 85.9676 95.55 + 77 131.547 1329 10 0 -36.2389 85.9672 94.15 + 77 120.636 719 9 1 -36.2346 85.9636 65.55 + 77 128.967 1329 9 0 -36.2339 85.9647 64.15 + 77 229.216 719 8 1 -36.2229 85.9894 35.55 + 77 105.602 1329 8 0 -36.2235 85.9916 34.15 + 77 115.271 719 7 1 -36.232 86.0369 5.55 + 77 154.171 1329 7 0 -36.2336 86.0395 4.15 + 77 229.681 718 6 1 -36.2806 86.0968 -24.45 + 77 154.767 1330 6 0 -36.2813 86.099 -25.85 + 77 124.559 718 5 1 -36.2914 86.1402 -54.45 + 77 100.528 1330 5 0 -36.2905 86.1407 -55.85 + 77 139.299 718 4 1 -36.2595 86.1515 -84.45 + 77 133.114 1330 4 0 -36.2575 86.1513 -85.85 + 77 115.576 719 3 1 -36.2209 86.1496 -114.45 + 77 109.211 1330 3 0 -36.2184 86.1484 -115.85 + 77 121.892 719 2 1 -36.1713 86.1291 -144.45 + 77 127.744 1330 2 0 -36.1647 86.1253 -145.85 + 77 113.322 720 1 1 -36.0295 86.0514 -174.45 + 77 111.11 1329 1 0 -36.0223 86.049 -175.85 + 77 160.424 720 0 1 -35.8714 85.9919 -204.45 + 77 193.537 1329 0 0 -35.8639 85.9882 -205.85 + 77 45.5295 1528 5 0 -41.2776 125.893 -56.25 + 77 61.3947 987 4 1 17.5378 48.8455 -84.85 + 77 147.785 988 4 1 17.6501 48.84 -84.7967 + 77 198.126 719 4 1 -36.25 86.156 -84.4939 + 77 166.116 720 4 1 -36.05 85.9568 -84.6023 + 77 191.565 1330 1 0 -36.2701 86.1773 -175.942 + 77 99.2123 735 0 1 -32.9532 84.802 -204.45 + 77 145.027 1321 0 0 -33.0014 84.4026 -205.85 + 77 183.253 711 0 1 -37.7038 86.8029 -204.45 + 77 105.493 1332 0 0 -37.9274 86.6113 -205.85 + 77 15.6614 1326 0 0 -38.7859 85.3022 -205.85 + 77 137.552 1325 0 0 -38.8129 85.25 -205.87 + 77 169.747 1324 0 0 -39.1804 85.05 -205.894 + 77 82.9912 1323 0 0 -39.6175 84.8493 -205.994 + 77 90.0856 1322 0 0 -39.643 84.65 -206.137 + 77 142.284 1330 8 0 -36.0362 86.0738 34.15 + 77 84.2986 739 7 1 -32.0784 90.6844 5.55 + 77 24.409 740 7 1 -32.05 90.7178 5.25653 + 77 99.1723 1353 7 0 -31.93 90.7864 4.15 + 77 128.269 740 6 1 -31.9667 92.7629 -24.45 + 77 78.9394 741 6 1 -31.85 92.9773 -24.6832 + 77 5.374 1368 6 0 -31.3882 93.9403 -25.8501 + 77 80.6566 1369 6 0 -31.3835 93.9501 -25.862 + 77 86.7472 1370 6 0 -31.2739 94.15 -26.043 + 77 25.0466 1371 6 0 -31.1683 94.35 -26.1935 + 77 18.402 827 5 1 -14.4666 124.213 -54.45 + 77 110.177 828 5 1 -14.45 124.247 -54.5256 + 77 118.545 1523 5 0 -14.3 124.758 -55.85 +Number of digits in this event: 27 +Using G4ParticleGun... +Particle energy: 3.00648 LIN +Particle: e- +Event: 78 +Number of tracker hits in this event: 79 + 78 127.338 971 9 1 14.3114 -118.215 65.55 + 78 187.478 309 9 0 14.3746 -118.292 64.1499 + 78 271.672 977 8 1 15.4736 -119.348 35.55 + 78 138.114 303 8 0 15.6795 -119.499 34.15 + 78 0.574562 302 8 0 15.7368 -119.55 33.7525 + 78 51.1501 997 7 1 19.4984 -124.274 5.54957 + 78 74.0191 996 7 1 19.45 -124.331 5.37455 + 78 93.5636 276 7 0 19.1847 -124.834 4.14992 + 78 44.4045 275 7 0 19.1162 -124.95 3.87395 + 78 125.11 953 6 1 10.7926 -136.636 -24.45 + 78 124.006 215 6 0 10.6703 -137.054 -25.85 + 78 24.3913 214 6 0 10.6433 -137.15 -26.1671 + 78 23.2482 57 6 0 -17.9475 -168.712 -26.2499 + 78 184.987 56 6 0 -17.997 -168.75 -26.2007 + 78 62.0287 55 6 0 -18.3237 -168.95 -25.977 + 78 52.7912 794 6 1 -21.05 -170.371 -24.8498 + 78 105.791 793 6 1 -21.25 -170.443 -24.7372 + 78 71.4389 792 6 1 -21.45 -170.572 -24.5867 + 78 138.624 791 6 1 -21.7544 -170.428 -24.45 + 78 61.7726 47 6 0 -21.3935 -170.714 -25.85 + 78 92.5477 46 6 0 -21.3669 -170.75 -25.9881 + 78 40.9902 234 6 0 -12.8782 -133.232 -26.25 + 78 232.474 235 6 0 -12.9425 -133.15 -26.1648 + 78 55.5947 236 6 0 -13.0243 -132.95 -26.0835 + 78 18.7514 1116 4 1 43.2575 -71.9492 -84.85 + 78 91.5846 1117 4 1 43.45 -71.6807 -84.6756 + 78 239.899 1118 4 1 43.65 -71.6692 -84.5967 + 78 126.074 956 3 1 11.3368 -118.304 -114.45 + 78 257.852 309 3 0 11.3382 -118.223 -115.85 + 78 164.216 956 2 1 11.334 -116.664 -144.45 + 78 3.77822 321 2 0 11.3654 -115.76 -145.85 + 78 104.341 322 2 0 11.3655 -115.75 -145.864 + 78 30.3255 323 2 0 11.3818 -115.55 -146.167 + 78 187.811 975 1 1 15.0597 -99.9244 -174.45 + 78 56.8241 400 1 0 15.4004 -100.123 -175.85 + 78 86.3623 399 1 0 15.4338 -100.15 -176.003 + 78 113.495 1010 0 1 22.1493 -100.063 -204.45 + 78 294.273 1009 0 1 22.05 -99.6534 -204.577 + 78 237.276 1008 0 1 21.85 -98.7775 -204.73 + 78 25.3459 418 0 0 20.4551 -96.4332 -205.85 + 78 72.4942 419 0 0 20.4242 -96.35 -205.907 + 78 66.3397 420 0 0 20.3824 -96.15 -206.041 + 78 25.4594 421 0 0 20.3044 -95.95 -206.198 + 78 217.565 626 0 0 8.51051 -54.7467 -206.25 + 78 355.402 972 0 1 14.5436 -117.961 -204.45 + 78 256.057 310 0 0 14.4747 -117.964 -205.85 + 78 293.354 971 7 1 14.3511 -118.194 5.55 + 78 358.845 309 7 0 14.3181 -118.185 4.15 + 78 162.471 968 6 1 13.6634 -117.87 -24.45 + 78 128.116 311 6 0 13.6247 -117.793 -25.85 + 78 112.349 963 5 1 12.8285 -116.062 -54.45 + 78 28.9572 320 5 0 12.7641 -115.959 -55.85 + 78 136.135 321 5 0 12.7587 -115.95 -55.9678 + 78 156.541 955 4 1 11.2353 -113.815 -84.45 + 78 161.095 332 4 0 11.1738 -113.723 -85.85 + 78 125.509 949 3 1 9.95782 -111.94 -114.45 + 78 138.667 341 3 0 9.9073 -111.859 -115.85 + 78 115.303 944 2 1 9.00042 -110.32 -144.45 + 78 143.632 349 2 0 8.93886 -110.241 -145.85 + 78 106.353 938 1 1 7.81251 -108.625 -174.45 + 78 117.15 358 1 0 7.77885 -108.523 -175.85 + 78 110.805 935 0 1 7.09735 -106.346 -204.45 + 78 220.354 369 0 0 7.05839 -106.238 -205.85 + 78 34.4879 905 3 1 1.19025 62.1482 -114.85 + 78 86.0868 906 3 1 1.25007 62.4305 -114.462 + 78 306.69 971 6 1 14.3328 -118.323 -24.45 + 78 139.007 309 6 0 14.3282 -118.325 -25.85 + 78 108.551 970 5 1 14.2371 -118.344 -54.45 + 78 126.618 308 5 0 14.2305 -118.352 -55.85 + 78 142.922 969 4 1 13.8976 -118.442 -84.45 + 78 101.242 308 4 0 13.9223 -118.426 -85.85 + 78 115.099 972 3 1 14.4922 -118.138 -114.45 + 78 152.128 975 2 1 15.1687 -118.537 -144.45 + 78 174.515 307 2 0 15.1607 -118.557 -145.85 + 78 137.024 974 1 1 14.9862 -119.57 -174.45 + 78 151.176 302 1 0 15.0167 -119.57 -175.85 + 78 9.01177 978 0 1 15.8491 -119.547 -204.45 + 78 138.17 979 0 1 15.85 -119.55 -204.479 + 78 156.978 302 0 0 15.9126 -119.664 -205.85 +Number of digits in this event: 43 +Using G4ParticleGun... +Particle energy: 4.92688 LIN +Particle: e- +Event: 79 +Number of tracker hits in this event: 125 + 79 125.992 1265 10 1 73.1659 -74.671 95.55 + 79 94.4585 526 10 0 73.1673 -74.671 94.15 + 79 137.216 1265 9 1 73.1929 -74.6751 65.55 + 79 124.121 526 9 0 73.1939 -74.676 64.15 + 79 105.522 1265 8 1 73.2156 -74.6992 35.55 + 79 120.982 526 8 0 73.2153 -74.7 34.15 + 79 141.993 1265 7 1 73.2075 -74.7274 5.55 + 79 135.351 526 7 0 73.2069 -74.7296 4.15 + 79 167.015 1265 6 1 73.1971 -74.7667 -24.45 + 79 130.998 526 6 0 73.1931 -74.768 -25.85 + 79 318.548 1265 5 1 73.1079 -74.7999 -54.45 + 79 234.167 526 5 0 73.1057 -74.7998 -55.85 + 79 167.507 1265 4 1 73.054 -74.8063 -84.45 + 79 201.992 526 4 0 73.0496 -74.8102 -85.85 + 79 228.799 1264 3 1 72.9702 -74.8969 -114.45 + 79 128.047 525 3 0 72.9647 -74.8996 -115.85 + 79 249.143 1264 2 1 72.8559 -74.9525 -144.45 + 79 247.045 525 2 0 72.8502 -74.9577 -145.85 + 79 102.771 1263 1 1 72.7306 -75.062 -174.45 + 79 145.823 524 1 0 72.7284 -75.0685 -175.85 + 79 281.127 1263 0 1 72.6888 -75.1882 -204.45 + 79 116.868 524 0 0 72.6871 -75.1959 -205.85 + 79 25.6594 1048 8 0 -153.968 29.65 33.8809 + 79 8.38455 133 8 1 -153.363 28.9876 35.15 + 79 29.8926 134 8 1 -153.35 28.9827 35.1628 + 79 69.3371 1044 8 0 -151.723 28.9354 34.15 + 79 137.542 143 8 1 -151.468 28.4421 35.1502 + 79 87.1572 525 4 0 72.9763 -74.85 -86.0466 + 79 289.455 1270 1 1 74.0568 -75.9748 -174.451 + 79 132.029 519 1 0 74.1799 -76.0541 -175.85 + 79 112.493 1283 0 1 76.7977 -77.7018 -204.45 + 79 124.07 511 0 0 76.9714 -77.7811 -205.85 + 79 111.288 1261 4 1 72.4144 -74.4596 -84.45 + 79 127.612 528 4 0 72.3407 -74.4063 -85.85 + 79 167.92 1250 3 1 70.2323 -73.3947 -114.45 + 79 121.628 533 3 0 70.0852 -73.3039 -115.85 + 79 160.491 1235 2 1 67.0998 -71.737 -144.45 + 79 116.678 541 2 0 67.026 -71.7043 -145.85 + 79 126.725 1226 1 1 65.3954 -71.0183 -174.45 + 79 187.643 545 1 0 65.3533 -70.9561 -175.85 + 79 111.275 1221 0 1 64.3227 -69.8318 -204.45 + 79 121.372 550 0 0 64.3863 -70.0004 -205.85 + 79 10.3065 549 0 0 64.4023 -70.05 -206.234 + 79 63.3032 248 3 1 -130.35 -149.323 -114.761 + 79 55.6948 690 1 0 66.5371 -41.9245 -176.25 + 79 91.2736 691 1 0 66.5583 -41.85 -176.19 + 79 123.374 1231 1 1 66.3986 -41.5636 -174.85 + 79 72.3369 1232 1 1 66.45 -41.4258 -174.515 + 79 116.565 1233 1 1 66.65 -41.4083 -174.508 + 79 53.4381 1234 1 1 66.85 -41.364 -174.674 + 79 323.085 693 1 0 67.2898 -41.3279 -175.851 + 79 63.5204 694 1 0 67.4923 -41.25 -176.154 + 79 4.53221 1266 5 1 73.25 -74.8492 -54.8381 + 79 236.822 525 5 0 73.415 -74.9478 -55.85 + 79 123.148 1298 4 1 79.6525 -79.8066 -84.45 + 79 191.832 501 4 0 80.2766 -79.8246 -85.8504 + 79 4.209 500 4 0 80.4465 -79.85 -86.2313 + 79 27.4957 1366 3 1 93.4703 -82.4918 -114.45 + 79 95.0933 1367 3 1 93.5502 -82.4806 -114.488 + 79 56.6017 1368 3 1 93.7502 -82.4523 -114.579 + 79 60.5226 1369 3 1 93.95 -82.4155 -114.669 + 79 29.9633 1370 3 1 94.1502 -82.3941 -114.785 + 79 304 489 3 0 96.1607 -82.202 -115.85 + 79 32.326 1672 2 1 154.606 -88.1311 -144.45 + 79 59.0496 1673 2 1 154.75 -88.1683 -144.496 + 79 65.4272 1674 2 1 154.95 -88.2119 -144.553 + 79 56.2013 1675 2 1 155.151 -88.2416 -144.623 + 79 60.9966 1676 2 1 155.35 -88.273 -144.712 + 79 59.4207 1677 2 1 155.55 -88.3233 -144.791 + 79 21.0381 453 2 0 158.57 -89.4296 -145.85 + 79 289.208 452 2 0 158.625 -89.45 -145.87 + 79 329.94 451 2 0 159.159 -89.6502 -146.041 + 79 113.633 450 2 0 159.793 -89.85 -146.236 + 79 125.519 1276 5 1 75.3685 -77.0336 -54.85 + 79 72.6472 71 1 0 -53.8692 -165.75 -176.173 + 79 263.603 1266 3 1 73.3646 -74.6319 -114.45 + 79 217.806 527 3 0 73.2885 -74.5197 -115.85 + 79 348.691 1259 2 1 71.8617 -73.1525 -144.45 + 79 348.991 1258 2 1 71.85 -73.1506 -144.494 + 79 199.456 534 2 0 71.454 -73.0964 -145.85 + 79 112.558 1221 1 1 64.4108 -75.396 -174.451 + 79 44.7782 521 1 0 64.007 -75.7992 -175.85 + 79 58.9974 520 1 0 63.9567 -75.85 -176.024 + 79 30.2226 1188 0 1 57.6623 -84.4612 -204.45 + 79 86.3675 1187 0 1 57.6499 -84.468 -204.511 + 79 51.9886 477 0 0 57.3943 -84.6284 -205.85 + 79 77.359 476 0 0 57.3624 -84.65 -206.018 + 79 271.304 1124 0 1 44.9924 -127.55 -204.85 + 79 213.359 535 2 0 71.4043 -72.8611 -145.85 + 79 126.617 536 2 0 71.3864 -72.85 -145.905 + 79 129.769 1225 1 1 65.2315 -62.5565 -174.45 + 79 1.89772 591 1 0 64.8209 -61.6556 -175.85 + 79 346.919 592 1 0 64.8182 -61.65 -175.859 + 79 42.3073 593 1 0 64.7113 -61.45 -176.174 + 79 19.9268 1172 0 1 54.5904 -40.7964 -204.45 + 79 103.064 1173 0 1 54.65 -40.7268 -204.494 + 79 92.034 1174 0 1 54.8501 -40.4748 -204.651 + 79 9.76013 1175 0 1 55.05 -40.1986 -204.839 + 79 46.7987 706 0 0 56.0477 -38.7748 -205.851 + 79 112.736 707 0 0 56.1349 -38.6498 -205.928 + 79 146.757 708 0 0 56.2716 -38.45 -206.042 + 79 87.6689 709 0 0 56.3819 -38.2499 -206.148 + 79 16.4391 710 0 0 56.4782 -38.05 -206.237 + 79 142.711 1258 1 1 71.7571 -72.6609 -174.451 + 79 152.957 535 1 0 71.7544 -72.861 -175.85 + 79 8.51421 1268 0 1 73.6545 -77.8345 -204.45 + 79 109.86 1267 0 1 73.65 -77.8228 -204.476 + 79 72.4352 513 0 0 73.3506 -77.3296 -205.85 + 79 45.3275 514 0 0 73.2995 -77.25 -206.083 + 79 15.9103 1260 2 1 72.05 -73.2126 -144.582 + 79 275.016 1268 2 1 73.6579 -74.7749 -144.45 + 79 234.97 526 2 0 73.6537 -74.7489 -145.85 + 79 223.554 1267 1 1 73.5325 -74.2231 -174.45 + 79 136.426 529 1 0 73.4695 -74.1713 -175.85 + 79 111.599 1260 0 1 72.2116 -73.0148 -204.45 + 79 108.721 535 0 0 72.1772 -72.9481 -205.85 + 79 147.932 1798 7 1 179.759 139.097 5.15 + 79 130.369 1799 7 1 179.95 139.405 5.36861 + 79 131.457 1276 1 1 75.3545 -71.5901 -174.45 + 79 68.7716 546 1 0 75.6194 -70.8499 -176.004 + 79 22.2947 1300 0 1 80.0719 -59.3763 -204.451 + 79 142.301 1299 0 1 80.05 -59.3322 -204.528 + 79 11.0235 607 0 0 79.59 -58.4772 -205.85 + 79 118.531 608 0 0 79.575 -58.45 -205.891 + 79 21.9721 609 0 0 79.4644 -58.2499 -206.192 +Number of digits in this event: 63 +Using G4ParticleGun... +Particle energy: 8.40834 LIN +Particle: e- +Event: 80 +Number of tracker hits in this event: 236 + 80 147.378 821 10 1 -15.7771 112.477 95.55 + 80 125.806 1461 10 0 -15.777 112.477 94.15 + 80 94.0708 821 9 1 -15.7833 112.466 65.55 + 80 260.974 1461 9 0 -15.7837 112.465 64.15 + 80 406.086 821 8 1 -15.7852 112.442 35.55 + 80 387.647 1461 8 0 -15.7859 112.44 34.15 + 80 307.232 821 7 1 -15.7985 112.406 5.55 + 80 224.255 1461 7 0 -15.7979 112.404 4.15 + 80 120.556 821 6 1 -15.789 112.35 -24.45 + 80 138.413 1460 6 0 -15.7907 112.347 -25.85 + 80 312.711 821 5 1 -15.8272 112.293 -54.45 + 80 164.495 1460 5 0 -15.8293 112.29 -55.85 + 80 220.743 820 4 1 -15.8704 112.233 -84.45 + 80 278.467 1460 4 0 -15.8712 112.232 -85.85 + 80 328.936 820 3 1 -15.8871 112.203 -114.45 + 80 555.649 1460 3 0 -15.8874 112.203 -115.85 + 80 767.475 820 2 1 -15.8974 112.198 -144.45 + 80 451.398 1460 2 0 -15.8985 112.199 -145.85 + 80 303.832 820 1 1 -15.9253 112.235 -174.45 + 80 273.254 1460 1 0 -15.9255 112.236 -175.85 + 80 509.16 820 0 1 -15.9291 112.262 -204.45 + 80 148.976 1460 0 0 -15.9286 112.265 -205.85 + 80 42.2508 1211 1 0 -9.32301 62.45 -176.243 + 80 15.6965 1057 2 0 74.2736 31.65 -146.157 + 80 98.1579 1210 1 0 -9.32288 62.2498 -175.922 + 80 113.677 1462 0 0 -15.748 112.617 -205.85 + 80 145.353 1463 0 0 -15.7242 112.75 -206.188 + 80 96.9682 1461 0 0 -16.254 112.35 -205.967 + 80 621.406 1459 1 0 -15.8366 112.134 -175.85 + 80 147.468 822 0 1 -15.6152 109.476 -204.45 + 80 7.67194 1445 0 0 -15.3194 109.158 -205.85 + 80 193.374 1444 0 0 -15.3117 109.15 -205.886 + 80 116.768 821 1 1 -15.85 112.217 -174.551 + 80 145.405 1458 1 0 -15.4384 111.794 -175.85 + 80 165.29 1457 1 0 -15.4373 111.75 -175.952 + 80 111.019 827 1 1 -14.606 111.671 -174.45 + 80 121.547 833 0 1 -13.3754 109.782 -204.45 + 80 118.879 1447 0 0 -13.3218 109.692 -205.85 + 80 107.303 815 1 1 -17.0394 112.123 -174.45 + 80 39.8264 814 1 1 -17.05 112.115 -174.69 + 80 91.8008 809 0 1 -18.2392 110.882 -204.45 + 80 152.128 808 0 1 -18.25 110.878 -204.602 + 80 118.097 1453 0 0 -18.3394 110.835 -205.85 + 80 64.5024 1047 5 1 29.4573 3.95828 -54.85 + 80 167.233 1470 0 0 -23.4465 114.309 -206.25 + 80 15.6577 1471 0 0 -23.5531 114.35 -205.913 + 80 81.9817 781 0 1 -23.8194 114.896 -204.85 + 80 247.714 780 0 1 -23.85 115.06 -204.606 + 80 165.088 779 0 1 -24.05 114.534 -204.582 + 80 66.7563 778 0 1 -24.25 114.423 -204.548 + 80 241.559 821 3 1 -15.8217 112.219 -114.45 + 80 391.618 1459 2 0 -15.916 112.118 -145.85 + 80 147.165 819 1 1 -16.0806 112.233 -174.45 + 80 190.618 819 0 1 -16.1815 112.104 -204.45 + 80 146.434 1459 0 0 -16.1866 112.101 -205.85 + 80 48.2751 1567 9 0 -18.8211 133.652 63.7501 + 80 114.104 1568 9 0 -18.8569 133.75 63.8221 + 80 78.6236 1569 9 0 -18.9104 133.95 63.9223 + 80 88.0971 1570 9 0 -18.9861 134.15 63.9631 + 80 131.054 1571 9 0 -18.9852 134.35 63.984 + 80 190.197 817 7 1 -16.4747 111.726 5.55 + 80 121.917 1457 7 0 -16.5345 111.596 4.15 + 80 42.0445 812 6 1 -17.6485 108.906 -24.4503 + 80 81.4384 811 6 1 -17.65 108.887 -24.5643 + 80 105.047 1442 6 0 -17.6691 108.68 -25.8502 + 80 266.498 810 5 1 -18.0144 104.249 -54.45 + 80 108.614 1418 5 0 -18.0068 103.927 -55.85 + 80 140.787 808 4 1 -18.2554 96.8115 -84.45 + 80 96.613 1381 4 0 -18.3352 96.4393 -85.85 + 80 27.7455 1380 4 0 -18.3545 96.35 -86.1845 + 80 107.226 800 3 1 -19.938 88.9989 -114.45 + 80 102.331 1344 3 0 -19.9859 88.8812 -115.85 + 80 4.14189 1343 3 0 -19.9981 88.85 -116.233 + 80 150.571 795 2 1 -21.0267 86.6743 -144.45 + 80 111.638 1332 2 0 -21.0373 86.5538 -145.85 + 80 111.36 796 1 1 -20.7289 83.9416 -174.45 + 80 115.63 1318 1 0 -20.7239 83.7981 -175.85 + 80 337.665 795 0 1 -20.9133 80.8713 -204.45 + 80 134.717 1304 0 0 -20.9052 80.9834 -205.85 + 80 26.7227 794 0 1 -21.0501 80.7486 -204.69 + 80 36.8305 1300 0 0 -20.6002 80.1011 -205.85 + 80 118.258 1299 0 0 -20.5695 80.05 -205.955 + 80 395.575 1233 0 0 -20.4818 66.7803 -206.25 + 80 28.9787 812 3 1 -17.6293 94.55 -114.45 + 80 92.4864 811 3 1 -17.65 94.5477 -114.499 + 80 217.307 1372 3 0 -18.2338 94.6435 -115.85 + 80 22.6881 760 2 1 -28.001 99.4825 -144.45 + 80 115.737 759 2 1 -28.0501 99.5116 -144.493 + 80 63.9693 1401 2 0 -28.6383 100.433 -145.85 + 80 70.9942 1402 2 0 -28.7159 100.55 -146.033 + 80 337.342 452 2 0 20.7973 -89.45 -146.037 + 80 233.365 819 3 1 -16.05 109.59 -114.564 + 80 52.506 1428 3 0 -16.3542 105.943 -115.85 + 80 52.4644 1427 3 0 -16.3649 105.75 -115.918 + 80 60.2004 1426 3 0 -16.3845 105.55 -115.994 + 80 68.8134 1425 3 0 -16.3994 105.35 -116.052 + 80 48.2647 1424 3 0 -16.4202 105.149 -116.091 + 80 54.7766 1423 3 0 -16.4332 104.95 -116.13 + 80 67.3838 1422 3 0 -16.4356 104.75 -116.172 + 80 43.4446 1421 3 0 -16.4176 104.55 -116.222 + 80 105.148 973 2 1 14.7745 -127.027 -144.45 + 80 24.1597 972 2 1 14.65 -127.22 -144.755 + 80 124.441 263 2 0 13.8755 -127.358 -145.85 + 80 35.2795 264 2 0 13.6398 -127.35 -146.181 + 80 35.6675 1454 3 0 -15.8319 111.068 -115.85 + 80 74.2662 1455 3 0 -15.8259 111.15 -115.979 + 80 235.352 828 2 1 -14.353 121.348 -144.45 + 80 234.383 827 2 1 -14.45 121.748 -144.613 + 80 12.9168 1529 2 0 -15.6767 126.103 -145.85 + 80 61.1656 1530 2 0 -15.6908 126.15 -145.863 + 80 69.8214 1531 2 0 -15.7513 126.35 -145.916 + 80 57.3748 1532 2 0 -15.8196 126.55 -145.969 + 80 110.56 1533 2 0 -15.9023 126.75 -146.024 + 80 69.9835 1534 2 0 -16.0115 126.95 -146.11 + 80 23.2097 1535 2 0 -16.1439 127.15 -146.208 + 80 62.1965 687 1 1 -42.5887 161.317 -174.45 + 80 70.7879 686 1 1 -42.65 161.188 -174.634 + 80 33.7438 1702 1 0 -42.9814 160.6 -175.851 + 80 238.747 1701 1 0 -43.0122 160.55 -175.954 + 80 79.0758 539 0 1 -72.1291 153.818 -204.45 + 80 39.5392 540 0 1 -72.05 153.811 -204.729 + 80 111.594 1669 0 0 -71.7392 154.043 -205.85 + 80 67.8712 1670 0 0 -71.6555 154.15 -206.205 + 80 104.774 822 6 1 -15.5758 112.524 -24.45 + 80 96.6698 1461 6 0 -15.5604 112.52 -25.85 + 80 128.645 824 5 1 -15.2212 112.436 -54.45 + 80 384.592 1461 5 0 -15.2005 112.434 -55.85 + 80 428.499 826 4 1 -14.7687 112.4 -84.45 + 80 351.973 1461 4 0 -14.7477 112.394 -85.85 + 80 291.876 828 3 1 -14.3462 112.24 -114.45 + 80 117.669 830 2 1 -13.9094 112.06 -144.45 + 80 137.132 832 1 1 -13.5061 111.976 -174.45 + 80 175.208 834 0 1 -13.226 111.931 -204.45 + 80 224.678 1458 0 0 -13.22 111.933 -205.85 + 80 125.416 780 1 0 -35.6845 -23.85 -175.898 + 80 340.957 823 5 1 -15.2501 112.449 -54.6721 + 80 105.664 1462 5 0 -15.9686 112.592 -55.85 + 80 34.8845 1264 5 0 141.704 72.8824 -56.25 + 80 456.836 1263 5 0 141.8 72.8495 -56.2057 + 80 229.519 1262 5 0 142.322 72.65 -56.0586 + 80 80.6599 1616 5 1 143.367 72.1678 -54.85 + 80 66.718 1617 5 1 143.55 72.0756 -54.663 + 80 87.0991 1618 5 1 143.75 71.9966 -54.5597 + 80 321.029 1619 5 1 143.95 71.832 -54.4732 + 80 161.164 825 4 1 -14.8559 112.411 -84.45 + 80 122.401 1457 3 0 -14.3695 111.613 -115.85 + 80 108.25 824 2 1 -15.1382 109.251 -144.45 + 80 113.571 1445 2 0 -15.2264 109.258 -145.85 + 80 198.407 816 1 1 -16.6542 109.312 -174.45 + 80 91.6192 1446 1 0 -16.7677 109.519 -175.85 + 80 56.0054 1447 1 0 -16.7872 109.55 -176.08 + 80 121.659 802 0 1 -19.5869 114.025 -204.45 + 80 82.6242 824 4 1 -15.0501 111.646 -84.649 + 80 245.865 823 4 1 -15.25 111.554 -84.6529 + 80 98.3903 822 4 1 -15.45 111.459 -84.6431 + 80 24.9001 821 4 1 -15.85 112.404 -84.7642 + 80 230.044 826 3 1 -14.7198 109.862 -114.45 + 80 162.089 1447 3 0 -14.7885 109.734 -115.85 + 80 101.622 814 2 1 -17.129 108.227 -144.45 + 80 117.177 1439 2 0 -17.312 108.044 -145.85 + 80 101.407 795 1 1 -20.8762 105.388 -174.45 + 80 118.896 1425 1 0 -21.1036 105.255 -175.85 + 80 100.481 771 0 1 -25.757 102.89 -204.45 + 80 48.3663 770 0 1 -25.85 102.882 -204.75 + 80 118.296 1413 0 0 -26.1854 102.841 -205.85 + 80 58.9285 1536 3 0 -107.812 127.51 -116.25 + 80 81.9113 1537 3 0 -107.834 127.55 -116.231 + 80 103.776 822 5 1 -15.45 112.539 -54.5102 + 80 168.586 1464 5 0 -16.0478 112.986 -55.85 + 80 23.6433 739 4 1 -32.0698 124.052 -84.45 + 80 148.599 740 4 1 -32.05 124.071 -84.5382 + 80 115.575 1520 4 0 -31.6766 124.186 -85.85 + 80 10.7229 767 3 1 -26.6212 133.659 -114.45 + 80 159.317 766 3 1 -26.65 133.688 -114.489 + 80 305.643 765 3 1 -26.85 133.994 -114.767 + 80 78.3337 1579 3 0 -28.5988 135.963 -115.85 + 80 153.78 1580 3 0 -28.8039 136.15 -115.975 + 80 60.2418 1581 3 0 -29.0258 136.35 -116.086 + 80 74.3452 1582 3 0 -29.1783 136.55 -116.099 + 80 60.5548 1583 3 0 -29.3823 136.75 -116.096 + 80 71.4416 1584 3 0 -29.5685 136.95 -116.116 + 80 88.085 1585 3 0 -29.7481 137.15 -116.142 + 80 89.0821 1586 3 0 -29.9087 137.35 -116.183 + 80 15.5598 1587 3 0 -30.0682 137.55 -116.24 + 80 30.4905 1465 5 0 -16.2753 113.15 -56.2301 + 80 78.3448 1352 5 0 6.71729 90.5751 -56.25 + 80 146.777 854 4 1 -9.20218 112.827 -84.45 + 80 126.849 1462 4 0 -8.83712 112.611 -85.8502 + 80 32.1183 915 3 1 3.20401 109.019 -114.45 + 80 108.116 916 3 1 3.25 109.014 -114.532 + 80 137.684 1443 3 0 4.05923 108.933 -115.85 + 80 46.9288 1021 2 1 24.3443 109.173 -144.45 + 80 81.0324 1022 2 1 24.45 109.211 -144.529 + 80 53.1022 1023 2 1 24.65 109.29 -144.664 + 80 19.6266 1024 2 1 24.8502 109.372 -144.805 + 80 329.072 1449 2 0 26.4121 109.995 -145.85 + 80 201.35 1450 2 0 26.7586 110.15 -146.098 + 80 67.4366 1198 1 1 59.6512 125.676 -174.45 + 80 138.795 1199 1 1 59.85 125.725 -174.595 + 80 76.3962 1200 1 1 60.05 125.77 -174.725 + 80 25.6962 1201 1 1 60.2501 125.81 -174.83 + 80 275.781 1530 1 0 62.2607 126.189 -175.85 + 80 251.993 1490 1 0 142.694 118.304 -176.25 + 80 50.4179 1489 1 0 142.891 118.15 -175.971 + 80 79.3775 1618 1 1 143.816 117.365 -174.85 + 80 173.533 1619 1 1 143.95 117.221 -174.68 + 80 141.726 1513 2 0 156.45 122.783 -146.25 + 80 71.9515 1683 2 1 156.837 122.857 -144.85 + 80 47.5157 1684 2 1 156.95 122.854 -144.591 + 80 8.71449 1685 2 1 157.326 124.01 -144.85 + 80 354.008 1686 2 1 157.35 124.034 -144.841 + 80 257.445 1448 2 0 26.8674 109.95 -145.866 + 80 50.6608 1447 2 0 27.163 109.75 -145.866 + 80 8.28371 1034 2 1 26.9879 107.564 -144.85 + 80 61.1966 1437 2 0 26.5562 107.64 -145.85 + 80 107.069 820 5 1 -15.85 112.325 -54.5275 + 80 47.2823 1459 5 0 -16.0754 112.15 -56.0602 + 80 62.7278 778 4 1 -24.3499 104.386 -84.45 + 80 262.469 777 4 1 -24.4501 104.165 -84.5166 + 80 203.614 776 4 1 -24.65 103.725 -84.6751 + 80 33.6567 1405 4 0 -25.8643 101.238 -85.85 + 80 69.7849 1404 4 0 -25.906 101.15 -85.893 + 80 88.3337 1403 4 0 -26.0132 100.95 -86.0133 + 80 65.3862 1402 4 0 -26.1264 100.75 -86.1391 + 80 171.221 630 3 1 -53.8741 54.1168 -114.45 + 80 79.6827 1165 3 0 -54.1109 53.2094 -115.85 + 80 53.6437 1164 3 0 -54.1517 53.05 -116.088 + 80 114.619 595 2 1 -60.9613 36.172 -144.45 + 80 103.148 1077 2 0 -60.7751 35.5716 -145.85 + 80 28.471 1076 2 0 -60.7463 35.45 -146.134 + 80 24.1953 604 1 1 -59.0893 21.6856 -174.45 + 80 101.946 605 1 1 -59.05 21.6838 -174.557 + 80 230.877 1007 1 0 -58.6083 21.6059 -175.85 + 80 137.844 670 0 1 -46.0073 17.1274 -204.45 + 80 58.4995 987 0 0 -45.9177 17.5997 -205.851 + 80 111.663 988 0 0 -45.9169 17.65 -205.998 +Number of digits in this event: 98 +Using G4ParticleGun... +Particle energy: 6.46643 LIN +Particle: e- +Event: 81 +Number of tracker hits in this event: 25 + 81 106.543 936 9 1 7.25696 -124.449 65.55 + 81 117.476 278 9 0 7.25786 -124.448 64.15 + 81 107.562 936 8 1 7.2742 -124.436 35.55 + 81 159.796 278 8 0 7.2749 -124.436 34.15 + 81 137.415 936 7 1 7.29271 -124.434 5.55 + 81 259.547 278 7 0 7.29621 -124.436 4.15 + 81 130.635 936 6 1 7.36692 -124.48 -24.45 + 81 174.258 278 6 0 7.36858 -124.481 -25.85 + 81 115.804 936 5 1 7.40688 -124.477 -54.45 + 81 133.234 278 5 0 7.4161 -124.473 -55.85 + 81 146.102 937 4 1 7.59021 -124.406 -84.45 + 81 256.843 278 4 0 7.60168 -124.402 -85.85 + 81 44.6975 938 3 1 7.84846 -124.334 -114.45 + 81 81.9759 939 3 1 7.85 -124.334 -114.587 + 81 276.888 279 3 0 7.86468 -124.329 -115.85 + 81 133.491 940 2 1 8.23209 -124.231 -144.45 + 81 98.701 279 2 0 8.25503 -124.23 -145.85 + 81 146.544 943 1 1 8.71268 -124.212 -174.45 + 81 105.399 279 1 0 8.73839 -124.208 -175.85 + 81 119.49 946 0 1 9.26446 -124.16 -204.45 + 81 120.4 279 0 0 9.28626 -124.158 -205.85 + 81 299.651 280 3 0 7.89277 -124.15 -116.195 + 81 32.2848 278 2 0 59.1628 -124.35 -146.174 + 81 2.01789 357 2 0 66.9142 -108.75 -145.901 + 81 70.9244 1270 2 1 74.1205 -121.347 -144.45 +Number of digits in this event: 15 +Using G4ParticleGun... +Particle energy: 4.92308 LIN +Particle: e- +Event: 82 +Number of tracker hits in this event: 34 + 82 121.391 791 11 1 -21.7889 44.8785 125.55 + 82 129.897 1124 11 0 -21.7891 44.8772 124.15 + 82 233.769 791 10 1 -21.7873 44.8481 95.55 + 82 131.283 1123 10 0 -21.7867 44.8441 94.15 + 82 131.505 791 9 1 -21.7731 44.7686 65.55 + 82 149.603 1123 9 0 -21.7726 44.7648 64.15 + 82 124.814 791 8 1 -21.7565 44.6967 35.55 + 82 119.224 1123 8 0 -21.756 44.6924 34.15 + 82 104.624 791 7 1 -21.7413 44.6091 5.55 + 82 106.703 1122 7 0 -21.7424 44.603 4.15 + 82 218.452 791 6 1 -21.7714 44.4847 -24.45 + 82 139.608 1122 6 0 -21.7712 44.4796 -25.85 + 82 161.271 791 5 1 -21.7676 44.3804 -54.45 + 82 199.052 1121 5 0 -21.7691 44.3743 -55.85 + 82 111.015 791 4 1 -21.8023 44.2505 -84.45 + 82 162.373 1120 4 0 -21.8031 44.2428 -85.85 + 82 125.888 791 3 1 -21.8152 44.0798 -114.45 + 82 125.801 1120 3 0 -21.8139 44.0721 -115.85 + 82 149.705 791 2 1 -21.7908 43.914 -144.45 + 82 150.401 1119 2 0 -21.7885 43.9053 -145.85 + 82 99.6111 791 1 1 -21.7342 43.7267 -174.45 + 82 118.844 1118 1 0 -21.7301 43.7174 -175.85 + 82 107.94 792 0 1 -21.6478 43.5288 -204.45 + 82 100.41 1117 0 0 -21.6434 43.5193 -205.85 + 82 65.7533 1778 4 0 85.9175 175.844 -86.25 + 82 105.574 1777 4 0 86.1068 175.75 -86.1794 + 82 287.733 351 0 0 48.6341 -109.75 -206.068 + 82 231.263 350 0 0 48.5956 -109.95 -205.902 + 82 185.857 349 0 0 47.9918 -110.15 -206.001 + 82 91.9083 348 0 0 47.7744 -110.35 -206.02 + 82 26.0889 1137 0 1 47.4691 -106.568 -204.85 + 82 84.8784 1136 0 1 47.45 -106.528 -204.841 + 82 25.6367 368 0 0 46.6948 -106.525 -205.85 + 82 40.6006 1132 0 1 46.6488 -104.951 -204.85 +Number of digits in this event: 22 +Using G4ParticleGun... +Particle energy: 2.23803 LIN +Particle: e- +Event: 83 +Number of tracker hits in this event: 22 + 83 116.981 1227 9 1 65.4632 98.4145 65.55 + 83 113.29 1391 9 0 65.4576 98.4178 64.15 + 83 134.056 1226 8 1 65.3622 98.5086 35.55 + 83 215.607 1391 8 0 65.3547 98.5136 34.15 + 83 173.885 1225 7 1 65.1942 98.623 5.55 + 83 113.36 1392 7 0 65.1875 98.6295 4.15 + 83 100.549 1225 6 1 65.0512 98.764 -24.45 + 83 91.8583 1224 6 1 65.05 98.7644 -24.6226 + 83 171.655 1393 6 0 65.0417 98.7671 -25.85 + 83 121.474 1223 5 1 64.8431 98.8328 -54.45 + 83 136.321 1393 5 0 64.8315 98.8401 -55.85 + 83 113.21 1222 4 1 64.5771 98.9736 -84.45 + 83 223.354 1394 4 0 64.5569 98.9865 -85.85 + 83 114.086 1220 3 1 64.1527 99.2501 -114.45 + 83 115.151 1395 3 0 64.1287 99.2599 -115.85 + 83 97.5357 1218 2 1 63.6662 99.4704 -144.45 + 83 109.557 1396 2 0 63.64 99.4843 -145.85 + 83 141.223 1215 1 1 63.0813 99.7747 -174.45 + 83 119.811 1398 1 0 63.0546 99.7935 -175.85 + 83 113.958 1212 0 1 62.5109 100.169 -204.45 + 83 137.974 1400 0 0 62.486 100.191 -205.85 + 83 19.5254 1214 1 1 63.05 99.751 -174.468 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 7.03995 LIN +Particle: e- +Event: 84 +Number of tracker hits in this event: 32 + 84 216.118 941 9 1 8.31367 129.066 65.55 + 84 225.696 1544 9 0 8.3134 129.065 64.15 + 84 169.226 941 8 1 8.29998 129.063 35.55 + 84 236.757 1544 8 0 8.2987 129.063 34.15 + 84 105.397 941 7 1 8.27757 129.074 5.55 + 84 151.882 1544 7 0 8.27587 129.075 4.15 + 84 126.458 940 6 1 8.24181 129.098 -24.45 + 84 172.312 1544 6 0 8.23986 129.098 -25.85 + 84 139.537 940 5 1 8.20372 129.11 -54.45 + 84 145.472 1544 5 0 8.20183 129.112 -55.85 + 84 155.374 940 4 1 8.16728 129.159 -84.45 + 84 104.061 1545 4 0 8.16367 129.162 -85.85 + 84 117.945 940 3 1 8.09752 129.232 -114.45 + 84 113.008 1545 3 0 8.09088 129.237 -115.85 + 84 204.059 939 2 1 7.96341 129.319 -144.45 + 84 153.895 1545 2 0 7.95538 129.324 -145.85 + 84 130.659 938 1 1 7.79101 129.427 -174.45 + 84 110.62 1546 1 0 7.78356 129.432 -175.85 + 84 109.865 937 0 1 7.63889 129.528 -204.45 + 84 125.271 1546 0 0 7.63387 129.533 -205.85 + 84 140.153 1546 2 0 7.95797 129.35 -145.955 + 84 26.5646 542 4 1 -71.4895 164.633 -84.85 + 84 63.8087 446 5 1 -90.75 171.006 -54.7507 + 84 176.988 1783 1 0 128.109 176.75 -176.247 + 84 19.0787 1455 1 0 -1.71504 111.174 -176.25 + 84 144.44 1454 1 0 -1.7281 111.15 -176.212 + 84 101.487 889 1 1 -2.10389 111.234 -174.85 + 84 117.201 1546 9 0 8.13321 129.351 64.15 + 84 161.048 923 8 1 4.70964 134.358 35.55 + 84 132.089 1570 8 0 4.90928 134.349 34.15 + 84 77.0032 937 7 1 7.56445 127.047 5.55 + 84 134.405 1545 9 0 8.13272 129.35 64.0284 +Number of digits in this event: 22 +Using G4ParticleGun... +Particle energy: 7.4652 LIN +Particle: e- +Event: 85 +Number of tracker hits in this event: 24 + 85 128.932 1023 8 1 24.65 -137.153 35.55 + 85 208.819 214 8 0 24.6501 -137.153 34.15 + 85 128.627 1022 7 1 24.6486 -137.151 5.55 + 85 145.506 214 7 0 24.6483 -137.151 4.15 + 85 155.842 1022 6 1 24.6447 -137.153 -24.45 + 85 119.902 214 6 0 24.6437 -137.155 -25.85 + 85 105.808 1022 5 1 24.6236 -137.185 -54.45 + 85 128.524 214 5 0 24.6232 -137.186 -55.85 + 85 272.556 1022 4 1 24.6161 -137.206 -84.45 + 85 114.874 214 4 0 24.6151 -137.208 -85.85 + 85 195.469 1022 3 1 24.5932 -137.242 -114.45 + 85 122.913 214 3 0 24.5913 -137.244 -115.85 + 85 240.616 1022 2 1 24.5486 -137.291 -144.45 + 85 114.949 214 2 0 24.5465 -137.293 -145.85 + 85 123.015 1022 1 1 24.5035 -137.33 -174.45 + 85 127.852 214 1 0 24.5017 -137.332 -175.85 + 85 117.841 1022 0 1 24.468 -137.368 -204.45 + 85 263.007 213 0 0 24.4651 -137.369 -205.85 + 85 62.9083 198 5 0 -72.6559 -140.458 -56.25 + 85 221.768 199 5 0 -72.7559 -140.35 -56.0798 + 85 67.4178 537 2 1 -72.45 56.8687 -144.626 + 85 154.859 864 11 0 114.585 -7.18455 123.75 + 85 125.333 863 11 0 114.637 -7.25 124.02 + 85 40.6848 220 0 0 -2.7614 -136.15 -206.096 +Number of digits in this event: 18 +Using G4ParticleGun... +Particle energy: 4.99689 LIN +Particle: e- +Event: 86 +Number of tracker hits in this event: 43 + 86 127.335 782 7 1 -23.4865 -144.578 5.55 + 86 109.992 177 7 0 -23.4851 -144.578 4.15 + 86 110.586 782 6 1 -23.4537 -144.571 -24.45 + 86 129.929 177 6 0 -23.4501 -144.57 -25.85 + 86 121.903 783 5 1 -23.3842 -144.53 -54.45 + 86 157.66 178 5 0 -23.3814 -144.528 -55.85 + 86 119.436 783 4 1 -23.3214 -144.479 -84.45 + 86 112.621 178 4 0 -23.3154 -144.475 -85.85 + 86 105.636 784 3 1 -23.1853 -144.386 -114.45 + 86 123.352 178 3 0 -23.1799 -144.382 -115.85 + 86 115.906 784 2 1 -23.0697 -144.32 -144.45 + 86 151.955 179 2 0 -23.065 -144.308 -145.85 + 86 343.362 785 1 1 -22.9772 -144.065 -174.45 + 86 160.291 180 1 0 -22.972 -144.049 -175.85 + 86 139.386 785 0 1 -22.8626 -143.732 -204.45 + 86 149.404 182 0 0 -22.8563 -143.715 -205.85 + 86 19.5377 771 5 1 -25.85 -142.067 -54.8443 + 86 275.033 770 5 1 -25.8506 -142.061 -54.7783 + 86 135.711 784 1 1 -23.2065 -144.299 -174.45 + 86 348.171 783 1 1 -23.25 -144.268 -174.62 + 86 200.025 181 1 0 -23.6781 -143.95 -175.948 + 86 221.057 733 0 1 -33.3232 -136.52 -204.45 + 86 0.419115 732 0 1 -33.4502 -136.475 -204.849 + 86 174.981 218 0 0 -33.7605 -136.354 -205.85 + 86 128.061 219 0 0 -33.7706 -136.35 -205.883 + 86 91.636 734 0 1 -33.25 -136.497 -204.546 + 86 18.3695 782 1 1 -23.45 -143.652 -174.809 + 86 35.0692 188 1 0 -24.0947 -142.395 -175.85 + 86 101.312 189 1 0 -24.1162 -142.35 -175.895 + 86 46.3587 190 1 0 -24.2045 -142.15 -176.153 + 86 214.711 678 1 0 35.86 -44.3186 -176.25 + 86 31.8575 679 1 0 35.917 -44.25 -176.228 + 86 22.2616 677 1 0 36.153 -44.4503 -175.902 + 86 6.96897 1083 1 1 36.8322 -45.2391 -174.85 + 86 95.1578 1084 1 1 36.85 -45.2614 -174.821 + 86 67.657 1085 1 1 37.0504 -45.4175 -174.583 + 86 42.3893 621 2 0 42.4685 -55.8126 -146.25 + 86 65.7911 620 2 0 42.4805 -55.85 -146.128 + 86 293.722 1113 2 1 42.8304 -56.5652 -144.849 + 86 436.243 1114 2 1 42.85 -56.5985 -144.795 + 86 98.9828 1115 2 1 43.05 -58.0709 -144.602 + 86 285.697 610 2 0 43.6496 -58.0456 -145.85 + 86 91.6264 609 2 0 43.7791 -58.05 -145.942 +Number of digits in this event: 23 +Using G4ParticleGun... +Particle energy: 1.00031 LIN +Particle: e- +Event: 87 +Number of tracker hits in this event: 46 + 87 123.657 788 11 1 -22.3688 10.642 125.55 + 87 136.126 952 11 0 -22.3655 10.6455 124.15 + 87 115.461 788 10 1 -22.3064 10.7313 95.55 + 87 105.068 953 10 0 -22.3126 10.738 94.15 + 87 219.112 787 9 1 -22.4595 10.9 65.55 + 87 130.949 954 9 0 -22.4684 10.9032 64.15 + 87 121.683 787 8 1 -22.6254 10.9668 35.55 + 87 124.953 954 8 0 -22.6348 10.9603 34.15 + 87 95.5901 786 7 1 -22.8165 10.8197 5.55 + 87 124.644 953 7 0 -22.8247 10.8083 4.15 + 87 167.632 785 6 1 -22.9851 10.6133 -24.45 + 87 167.183 952 6 0 -22.979 10.5966 -25.85 + 87 136.365 786 5 1 -22.8228 10.2424 -54.45 + 87 152.728 950 5 0 -22.8208 10.2185 -55.85 + 87 149.061 786 4 1 -22.7635 9.75133 -84.45 + 87 100.851 948 4 0 -22.7701 9.73103 -85.85 + 87 119.878 785 3 1 -22.9173 9.32048 -114.45 + 87 103.792 946 3 0 -22.9268 9.30414 -115.85 + 87 195.523 784 2 1 -23.1177 8.98384 -144.45 + 87 99.9693 944 2 0 -23.1395 8.96236 -145.85 + 87 107.744 782 1 1 -23.5841 8.57067 -174.45 + 87 120.386 942 1 0 -23.6078 8.55814 -175.85 + 87 439.024 779 0 1 -24.0689 8.33609 -204.45 + 87 185.78 941 0 0 -24.0872 8.32992 -205.85 + 87 103.544 1395 1 0 30.6149 99.19 -176.25 + 87 221.43 1055 1 1 31.0916 98.9797 -174.85 + 87 241.17 1056 1 1 31.2502 98.9505 -174.555 + 87 73.4906 1054 1 1 31.0499 98.3681 -174.797 + 87 101.137 1053 1 1 30.85 98.5071 -174.73 + 87 394.119 1052 1 1 30.6499 98.7618 -174.61 + 87 15.0688 849 1 0 -7.31991 -10.1347 -176.25 + 87 59.7766 778 0 1 -24.25 8.36062 -204.665 + 87 21.478 777 0 1 -24.45 8.3861 -204.788 + 87 38.1627 942 0 0 -25.7353 8.63253 -205.85 + 87 249.757 943 0 0 -25.8253 8.65 -205.925 + 87 130.011 958 0 0 -33.8518 11.762 -206.25 + 87 134.603 732 0 1 -33.6027 11.3881 -204.85 + 87 69.3012 940 0 0 -24.0775 8.25 -206.058 + 87 181.998 781 0 1 -23.7525 8.25793 -204.45 + 87 9.91182 780 0 1 -23.85 8.02125 -204.815 + 87 24.0709 937 0 0 -24.1008 7.47451 -205.85 + 87 185.105 936 0 0 -24.1185 7.45 -205.903 + 87 10.8919 935 0 0 -24.1799 7.25 -206.224 + 87 205.201 865 0 0 -41.9374 -6.89686 -206.25 + 87 109.919 689 0 1 -42.1361 -7.47383 -204.85 + 87 54.71 688 0 1 -42.25 -7.71381 -204.599 +Number of digits in this event: 27 +Using G4ParticleGun... +Particle energy: 6.15269 LIN +Particle: e- +Event: 88 +Number of tracker hits in this event: 74 + 88 137.089 489 10 1 -82.0677 -72.6985 95.55 + 88 122.852 536 10 0 -82.0673 -72.6985 94.15 + 88 109.773 489 9 1 -82.0566 -72.7011 65.55 + 88 154.517 536 9 0 -82.0554 -72.7006 64.15 + 88 115.722 490 8 1 -82.0275 -72.6924 35.55 + 88 96.315 536 8 0 -82.0266 -72.691 34.15 + 88 232.912 490 7 1 -82.011 -72.6612 5.55 + 88 107.792 536 7 0 -82.0121 -72.6608 4.15 + 88 119.208 490 6 1 -82.0407 -72.6543 -24.45 + 88 212.584 536 6 0 -82.0439 -72.6541 -25.85 + 88 135.921 489 5 1 -82.1057 -72.6516 -54.45 + 88 103.831 536 5 0 -82.1102 -72.6519 -55.85 + 88 122.254 489 4 1 -82.2074 -72.6534 -84.45 + 88 144.385 536 4 0 -82.2086 -72.6538 -85.85 + 88 431.82 489 3 1 -82.2439 -72.6526 -114.45 + 88 267.727 536 3 0 -82.2487 -72.6548 -115.85 + 88 159.263 488 2 1 -82.3838 -72.6596 -144.45 + 88 114.628 536 2 0 -82.3825 -72.676 -145.85 + 88 259.812 488 1 1 -82.3013 -73.0459 -174.45 + 88 95.2215 534 1 0 -82.3118 -73.0703 -175.85 + 88 634.932 487 0 1 -82.5248 -73.5446 -204.45 + 88 93.3151 532 0 0 -82.5526 -73.5791 -205.85 + 88 87.0238 488 0 1 -82.45 -73.4443 -204.744 + 88 246.218 537 0 0 -81.0151 -72.5899 -205.85 + 88 0.120143 497 0 1 -80.4504 -70.2679 -204.85 + 88 1.91697 498 0 1 -80.4499 -70.2664 -204.85 + 88 161.749 562 0 0 -77.6706 -67.6018 -205.85 + 88 74.3684 465 2 0 -46.232 -86.9456 -146.25 + 88 65.5124 464 2 0 -46.025 -87.0503 -146.086 + 88 49.9399 463 2 0 -45.8829 -87.25 -145.945 + 88 64.4942 462 2 0 -45.8056 -87.4505 -145.896 + 88 287.834 461 2 0 -45.6936 -87.65 -145.901 + 88 320.669 460 2 0 -45.5328 -87.85 -145.899 + 88 13.2578 677 2 1 -44.4662 -87.4477 -144.85 + 88 139.157 678 2 1 -44.4499 -87.4256 -144.812 + 88 152.476 679 2 1 -44.25 -87.5376 -144.625 + 88 61.4613 680 2 1 -44.05 -87.6535 -144.755 + 88 135.267 536 0 0 -82.6235 -72.7855 -205.85 + 88 1.00859 529 0 0 -76.5506 -74.0502 -206.25 + 88 25.9175 530 0 0 -76.5509 -74.05 -206.249 + 88 214.688 537 3 0 -82.251 -72.6193 -115.85 + 88 227.92 489 2 1 -82.187 -71.9957 -144.45 + 88 364.903 540 2 0 -82.2044 -71.9398 -145.85 + 88 142.233 545 1 0 -82.434 -70.9589 -175.85 + 88 134.649 482 0 1 -83.4624 -71.0113 -204.45 + 88 178.023 544 0 0 -83.5902 -71.0972 -205.85 + 88 122.748 535 2 0 -82.1046 -72.987 -145.85 + 88 130.012 487 1 1 -82.4825 -73.5843 -174.45 + 88 101.954 532 1 0 -82.5002 -73.6369 -175.85 + 88 8.13669 531 1 0 -82.5047 -73.65 -176.203 + 88 103.801 485 0 1 -82.9733 -74.6593 -204.45 + 88 125.775 526 0 0 -83.0076 -74.7338 -205.85 + 88 153.688 533 7 0 -81.529 -73.2752 4.15 + 88 3.39489 532 7 0 -81.4457 -73.45 3.76116 + 88 23.4321 526 7 0 -80.6674 -74.8299 4.15 + 88 212.501 490 2 1 -81.9762 -72.5279 -144.45 + 88 208.452 537 2 0 -81.9769 -72.5264 -145.85 + 88 215.468 490 1 1 -81.9764 -72.4998 -174.45 + 88 398.398 537 1 0 -81.9744 -72.4994 -175.85 + 88 121.248 490 0 1 -81.9354 -72.4813 -204.45 + 88 72.795 770 5 0 85.5576 -25.9153 -55.85 + 88 164.308 960 10 0 45.5213 12.0726 93.75 + 88 59.483 645 0 0 -117.383 -51.05 -206.09 + 88 191.81 302 0 1 -119.73 -53.1441 -204.45 + 88 138.272 489 0 1 -82.151 -72.3966 -204.45 + 88 103.975 538 0 0 -82.1668 -72.3854 -205.85 + 88 98.1256 675 2 0 -138.119 -45.015 -146.25 + 88 88.4994 676 2 0 -138.464 -44.8496 -146.166 + 88 132.867 677 2 0 -138.626 -44.65 -146.183 + 88 20.3945 307 2 0 -77.6673 -118.698 -146.25 + 88 64.4664 306 2 0 -77.6476 -118.75 -146.218 + 88 245.11 305 2 0 -77.5651 -118.95 -146.157 + 88 131.564 304 2 0 -77.5623 -119.15 -146.052 + 88 241.09 303 2 0 -77.6243 -119.35 -146.142 +Number of digits in this event: 46 +Using G4ParticleGun... +Particle energy: 5.49785 LIN +Particle: e- +Event: 89 +Number of tracker hits in this event: 22 + 89 232.315 1077 10 1 35.5292 -87.6421 95.55 + 89 132.693 462 10 0 35.5282 -87.6406 94.15 + 89 139.249 1077 9 1 35.5065 -87.6101 65.55 + 89 166.784 462 9 0 35.5058 -87.6085 64.15 + 89 120.742 1077 8 1 35.4902 -87.583 35.55 + 89 152.172 462 8 0 35.4896 -87.5807 34.15 + 89 103.145 1077 7 1 35.4832 -87.5352 5.55 + 89 125.336 462 7 0 35.4849 -87.5338 4.15 + 89 111.84 1077 6 1 35.5252 -87.509 -24.45 + 89 123.711 462 6 0 35.5272 -87.5087 -25.85 + 89 131.022 1077 5 1 35.5722 -87.5097 -54.45 + 89 232.52 462 5 0 35.58 -87.5134 -55.85 + 89 114.797 1078 4 1 35.7517 -87.5737 -84.45 + 89 216.585 462 4 0 35.7619 -87.568 -85.85 + 89 175.175 1079 3 1 36.0239 -87.4142 -114.45 + 89 128.018 463 3 0 36.0369 -87.4119 -115.85 + 89 124.231 1081 2 1 36.3014 -87.3442 -144.45 + 89 137.735 463 2 0 36.315 -87.3428 -145.85 + 89 106.827 1082 1 1 36.5771 -87.3057 -174.45 + 89 118.979 463 1 0 36.5892 -87.3024 -175.85 + 89 106.874 1084 0 1 36.8523 -87.2295 -204.45 + 89 119.875 464 0 0 36.8643 -87.2199 -205.85 +Number of digits in this event: 18 +Using G4ParticleGun... +Particle energy: 1.46816 LIN +Particle: e- +Event: 90 +Number of tracker hits in this event: 47 + 90 114.798 393 10 1 -101.533 -37.1806 95.55 + 90 150.275 714 10 0 -101.528 -37.1831 94.15 + 90 124.181 393 9 1 -101.384 -37.2349 65.55 + 90 111.641 714 9 0 -101.381 -37.2346 64.15 + 90 224.467 394 8 1 -101.349 -37.2316 35.55 + 90 394.216 714 8 0 -101.348 -37.2291 34.15 + 90 178.94 394 7 1 -101.327 -37.1897 5.55 + 90 102.524 714 7 0 -101.331 -37.1794 4.15 + 90 116.663 393 6 1 -101.407 -36.9407 -24.45 + 90 183.938 715 6 0 -101.406 -36.9292 -25.85 + 90 114.204 393 5 1 -101.416 -36.7228 -54.45 + 90 115.688 716 5 0 -101.416 -36.7157 -55.85 + 90 180.483 393 4 1 -101.429 -36.5737 -84.45 + 90 192.933 717 4 0 -101.431 -36.5735 -85.85 + 90 97.9122 393 3 1 -101.451 -36.5609 -114.45 + 90 124.215 717 3 0 -101.452 -36.5637 -115.85 + 90 119.256 393 2 1 -101.494 -36.6251 -144.45 + 90 158.842 717 2 0 -101.499 -36.6268 -145.85 + 90 105.647 392 1 1 -101.593 -36.6682 -174.45 + 90 122.85 716 1 0 -101.6 -36.6746 -175.85 + 90 163.362 391 0 1 -101.76 -36.8142 -204.45 + 90 144.024 716 0 0 -101.77 -36.818 -205.85 + 90 182.312 1032 3 0 -17.9531 26.6321 -116.25 + 90 193.027 395 1 1 -101.085 -37.3557 -174.45 + 90 69.854 396 1 1 -100.95 -37.3239 -174.798 + 90 100.585 714 1 0 -100.511 -37.2106 -175.85 + 90 3.61418 477 0 1 -84.4623 -37.0998 -204.45 + 90 71.035 478 0 1 -84.4499 -37.1051 -204.46 + 90 49.4879 479 0 1 -84.2497 -37.1749 -204.574 + 90 57.8388 480 0 1 -84.0499 -37.2485 -204.663 + 90 73.5333 481 0 1 -83.8494 -37.3079 -204.776 + 90 423.99 713 0 0 -82.1298 -37.3849 -205.85 + 90 51.3618 757 0 0 -65.3805 -28.5006 -206.25 + 90 89.8003 758 0 0 -65.4261 -28.45 -206.179 + 90 74.854 572 0 1 -65.6054 -28.6179 -204.849 + 90 88.9852 571 0 1 -65.6501 -28.6587 -204.697 + 90 140.886 711 1 0 -100.512 -37.7679 -175.85 + 90 54.6835 710 1 0 -100.426 -37.8502 -176.118 + 90 71.3577 643 1 0 -38.065 -51.2873 -176.25 + 90 135.558 644 1 0 -37.8608 -51.2499 -176.119 + 90 6.35413 720 1 1 -35.8757 -50.7582 -174.85 + 90 78.9014 721 1 1 -35.8499 -50.7533 -174.83 + 90 74.485 722 1 1 -35.65 -50.7515 -174.635 + 90 105.241 713 8 0 -101.53 -37.3422 34.15 + 90 90.5878 715 8 0 -102.11 -37.05 33.8576 + 90 128.751 716 8 0 -102.054 -36.85 33.9229 + 90 219.988 717 8 0 -102.072 -36.65 33.8969 +Number of digits in this event: 23 +Using G4ParticleGun... +Particle energy: 1.55651 LIN +Particle: e- +Event: 91 +Number of tracker hits in this event: 35 + 91 110.036 1229 11 1 65.9649 38.9683 125.55 + 91 106.336 1094 11 0 65.9616 38.967 124.15 + 91 178.104 1229 10 1 65.8901 38.95 95.55 + 91 150.144 1094 10 0 65.8873 38.951 94.15 + 91 118.955 1228 9 1 65.8133 38.9742 65.55 + 91 107.755 1094 9 0 65.8112 38.9797 64.15 + 91 124.8 1228 8 1 65.6934 39.1535 35.55 + 91 118.048 1095 8 0 65.7171 39.1477 34.15 + 91 132.071 1230 7 1 66.0821 39.0354 5.55 + 91 119.497 1095 7 0 66.1185 39.0558 4.15 + 91 114.34 1234 6 1 67.0392 39.4148 -24.45 + 91 100.045 1096 6 0 67.0757 39.4454 -25.85 + 91 71.9225 1097 6 0 67.0813 39.45 -26.0603 + 91 322.755 1239 5 1 67.8591 40.0755 -54.45 + 91 105.315 1100 5 0 67.9 40.1303 -55.85 + 91 155.239 1243 4 1 68.8108 41.2365 -84.45 + 91 135.223 1106 4 0 68.8391 41.2877 -85.85 + 91 150.801 1246 3 1 69.3782 42.3345 -114.45 + 91 138.95 1111 3 0 69.4541 42.427 -115.85 + 91 13.0658 1112 3 0 69.4718 42.45 -116.207 + 91 114.968 1254 2 1 70.9686 44.5468 -144.45 + 91 201.176 1123 2 0 71.045 44.6595 -145.85 + 91 116.57 1263 1 1 72.6557 46.8585 -174.45 + 91 178.46 1134 1 0 72.6605 46.9338 -175.85 + 91 28.9989 1262 0 1 72.4534 48.3568 -204.45 + 91 67.7388 1261 0 1 72.45 48.3687 -204.555 + 91 108.342 1142 0 0 72.4259 48.514 -205.85 + 91 101.577 1238 5 1 67.8499 39.8626 -54.802 + 91 62.7885 1103 5 0 68.6571 40.7718 -55.85 + 91 75.7685 1243 5 1 68.7601 40.8335 -54.85 + 91 21.0513 1088 3 0 70.8599 37.6737 -115.85 + 91 8.38853 1318 3 1 83.7307 98.4581 -114.85 + 91 4.45645 261 5 1 -127.75 57.8389 -54.7998 + 91 55.0265 259 5 1 -128.15 57.252 -54.5874 + 91 55.8239 429 6 1 -94.2958 -133.918 -24.45 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 8.4294 LIN +Particle: e- +Event: 92 +Number of tracker hits in this event: 36 + 92 133.677 1433 9 1 106.803 -56.5625 65.55 + 92 251.21 617 9 0 106.803 -56.5623 64.15 + 92 161.523 1433 8 1 106.798 -56.5511 35.55 + 92 110.406 617 8 0 106.798 -56.5506 34.15 + 92 126.528 1433 7 1 106.789 -56.5438 5.55 + 92 103.529 617 7 0 106.788 -56.543 4.15 + 92 106.861 1433 6 1 106.772 -56.5314 -24.45 + 92 136.381 617 6 0 106.771 -56.5303 -25.85 + 92 122.975 1433 5 1 106.754 -56.5086 -54.45 + 92 136.414 617 5 0 106.753 -56.5087 -55.85 + 92 203.459 1432 4 1 106.74 -56.5097 -84.45 + 92 116.501 617 4 0 106.74 -56.5105 -85.85 + 92 143.533 1433 3 1 106.752 -56.532 -114.45 + 92 84.3404 617 3 0 106.753 -56.5338 -115.85 + 92 150.64 1433 2 1 106.76 -56.5749 -144.45 + 92 122.633 617 2 0 106.76 -56.5777 -145.85 + 92 434.871 1433 1 1 106.76 -56.6264 -174.45 + 92 148.017 617 1 0 106.758 -56.6294 -175.85 + 92 110.722 1432 0 1 106.727 -56.6923 -204.45 + 92 182.258 616 0 0 106.725 -56.6953 -205.85 + 92 256.558 143 4 1 -151.518 -42.1334 -84.45 + 92 24.4468 142 4 1 -151.55 -42.3954 -84.5263 + 92 27.1436 617 0 0 106.724 -56.6499 -206.138 + 92 48.012 618 1 0 106.672 -56.2875 -175.85 + 92 185.714 619 1 0 106.652 -56.25 -176.048 + 92 180.836 1417 0 1 103.649 -48.0598 -204.45 + 92 17.5081 666 0 0 103.231 -46.703 -205.85 + 92 119.972 667 0 0 103.213 -46.65 -205.904 + 92 188.901 668 0 0 103.13 -46.45 -206.136 + 92 144.517 753 0 0 126.353 -29.3226 -206.25 + 92 53.3702 754 0 0 126.535 -29.25 -206.002 + 92 60.9197 1535 0 1 127.206 -28.7764 -204.85 + 92 100.564 1536 0 1 127.35 -28.6675 -204.67 + 92 42.0843 796 0 0 136.952 -20.85 -205.994 + 92 219.943 795 0 0 137.071 -20.8501 -205.991 + 92 303.949 669 0 0 103.034 -46.25 -205.895 +Number of digits in this event: 23 +Using G4ParticleGun... +Particle energy: 6.70744 LIN +Particle: e- +Event: 93 +Number of tracker hits in this event: 35 + 93 118.079 975 11 1 15.2 36.688 125.55 + 93 214.952 1083 11 0 15.201 36.6885 124.15 + 93 97.0191 975 10 1 15.2188 36.6966 95.55 + 93 111.837 1083 10 0 15.2205 36.6972 94.15 + 93 112.419 976 9 1 15.2543 36.7071 65.55 + 93 158.898 1083 9 0 15.2555 36.7083 64.15 + 93 142.375 976 8 1 15.2783 36.7301 35.55 + 93 111.844 1083 8 0 15.2816 36.7308 34.15 + 93 128.277 976 7 1 15.3555 36.7446 5.55 + 93 118.959 1083 7 0 15.3593 36.7445 4.15 + 93 117.619 976 6 1 15.4363 36.7391 -24.45 + 93 160.011 1083 6 0 15.4411 36.7397 -25.85 + 93 384.142 977 5 1 15.536 36.7507 -54.45 + 93 103.849 1083 5 0 15.5399 36.7519 -55.85 + 93 171.807 977 4 1 15.625 36.7784 -84.45 + 93 132.519 1083 4 0 15.6292 36.7817 -85.85 + 93 133.659 978 3 1 15.7169 36.8508 -114.45 + 93 153.406 1084 3 0 15.7208 36.8547 -115.85 + 93 92.6202 978 2 1 15.8054 36.9362 -144.45 + 93 125.493 1084 2 0 15.8079 36.9408 -145.85 + 93 403.724 979 1 1 15.8563 37.0325 -174.45 + 93 237.045 1084 1 0 15.8588 37.0379 -175.85 + 93 128.609 979 0 1 15.9132 37.1509 -204.45 + 93 203.289 1085 0 0 15.9166 37.1564 -205.85 + 93 177.004 1085 1 0 16.1324 37.1805 -175.85 + 93 116.312 1004 0 1 20.8529 40.0952 -204.45 + 93 123.176 1101 0 0 21.1548 40.3405 -205.85 + 93 224.911 982 0 1 16.524 36.021 -204.45 + 93 113.459 1079 0 0 16.4825 35.997 -205.85 + 93 85.0757 1142 12 1 48.45 -9.30958 155.31 + 93 6.9293 1397 8 1 99.5713 -81.9502 35.55 + 93 92.2163 935 11 0 73.1761 7.17106 123.75 + 93 146.471 934 11 0 73.3255 7.0495 123.776 + 93 42.7612 1138 11 0 86.5941 47.7926 123.75 + 93 108.703 1139 11 0 86.5927 47.85 123.815 +Number of digits in this event: 22 +Using G4ParticleGun... +Particle energy: 3.94393 LIN +Particle: e- +Event: 94 +Number of tracker hits in this event: 144 + 94 105.74 499 11 1 -80.2209 15.0359 125.55 + 94 133.146 974 11 0 -80.2195 15.0361 124.15 + 94 232.191 499 10 1 -80.1876 15.0428 95.55 + 94 116.501 974 10 0 -80.1841 15.0418 94.15 + 94 149.44 499 9 1 -80.111 15.0252 65.55 + 94 160.237 974 9 0 -80.1054 15.0237 64.15 + 94 127.285 500 8 1 -79.989 14.9995 35.55 + 94 114.255 974 8 0 -79.9835 14.9982 34.15 + 94 291.143 500 7 1 -79.8718 14.9632 5.55 + 94 508.325 974 7 0 -79.8689 14.953 4.15 + 94 306.841 501 6 1 -79.801 14.742 -24.45 + 94 316.794 973 6 0 -79.7981 14.7301 -25.85 + 94 111.117 501 5 1 -79.7497 14.4808 -54.45 + 94 256.932 972 5 0 -79.7453 14.468 -55.85 + 94 204.666 501 4 1 -79.6534 14.216 -84.45 + 94 175.307 970 4 0 -79.6496 14.2 -85.85 + 94 129.716 502 3 1 -79.5825 13.8704 -114.45 + 94 404.619 969 3 0 -79.5822 13.855 -115.85 + 94 105.105 502 2 1 -79.5736 13.532 -144.45 + 94 126.718 967 2 0 -79.5747 13.515 -145.85 + 94 127.574 502 1 1 -79.5936 13.1657 -174.45 + 94 260.15 965 1 0 -79.594 13.1483 -175.85 + 94 248.92 502 0 1 -79.6079 12.793 -204.45 + 94 137.951 963 0 0 -79.609 12.774 -205.85 + 94 58.116 1110 1 0 -65.0794 42.05 -176.24 + 94 50.8393 503 3 1 -79.4153 14.8435 -114.45 + 94 307.951 976 3 0 -77.6303 15.2978 -115.85 + 94 122.903 974 6 0 -79.6919 14.9933 -25.85 + 94 177.009 506 5 1 -78.8063 16.0908 -54.4506 + 94 23.2539 505 5 1 -78.85 16.0631 -54.8183 + 94 303.944 979 5 0 -78.9735 15.9886 -55.8503 + 94 98.7907 482 4 1 -83.5787 13.7813 -84.4506 + 94 52.3043 481 4 1 -83.65 13.7774 -84.6878 + 94 124.054 968 4 0 -84.011 13.7564 -85.85 + 94 1.6839 433 3 1 -93.5489 13.804 -114.45 + 94 116.872 432 3 1 -93.55 13.8043 -114.455 + 94 123.564 392 2 1 -101.715 16.1532 -144.45 + 94 0.992169 391 2 1 -101.75 16.2076 -144.848 + 94 143.432 981 2 0 -101.859 16.3439 -145.85 + 94 132.607 376 1 1 -104.753 20.3095 -174.45 + 94 136.332 1001 1 0 -104.781 20.3457 -175.85 + 94 117.866 375 0 1 -105.065 19.1109 -204.45 + 94 52.8832 995 0 0 -104.963 19.2321 -205.85 + 94 54.698 996 0 0 -104.948 19.25 -206.049 + 94 111.066 503 6 1 -79.442 15.1939 -24.45 + 94 122.461 975 6 0 -79.4337 15.2062 -25.85 + 94 191.625 503 5 1 -79.2994 15.4665 -54.45 + 94 297.723 977 5 0 -79.2864 15.4583 -55.85 + 94 237.804 505 4 1 -79.0141 15.1244 -84.45 + 94 172.347 975 4 0 -79.0029 15.1149 -85.85 + 94 452.032 506 3 1 -78.8363 14.9299 -114.45 + 94 140.513 974 3 0 -78.8432 14.9249 -115.85 + 94 280.864 506 2 1 -78.8114 14.8636 -144.45 + 94 130.641 974 2 0 -78.8254 14.8804 -145.85 + 94 120.597 504 1 1 -79.2135 15.3056 -174.45 + 94 276.59 976 1 0 -79.2275 15.3206 -175.85 + 94 127.534 978 0 0 -79.5576 15.6695 -205.85 + 94 54.6401 505 3 1 -78.9425 14.9932 -114.45 + 94 95.065 507 3 1 -78.65 15.3222 -114.636 + 94 256.014 499 7 1 -80.0939 15.0245 5.54978 + 94 93.5991 515 6 1 -76.9387 14.2984 -24.45 + 94 29.436 516 6 1 -76.8499 14.3712 -24.7754 + 94 5.41839 972 6 0 -76.5763 14.6462 -25.85 + 94 147.8 553 5 1 -69.4479 22.416 -54.45 + 94 112.924 1011 5 0 -69.2083 22.4054 -55.85 + 94 121.323 583 4 1 -63.3823 17.3892 -84.45 + 94 114.527 986 4 0 -63.4793 17.3491 -85.8504 + 94 15.1055 583 3 1 -63.4371 15.7598 -114.45 + 94 120.692 582 3 1 -63.45 15.7453 -114.478 + 94 116.793 975 3 0 -64.1849 15.1853 -115.85 + 94 43.3874 493 2 1 -81.3109 5.66593 -144.45 + 94 76.9114 492 2 1 -81.45 5.70717 -144.545 + 94 65.5573 491 2 1 -81.65 5.78697 -144.667 + 94 62.6536 490 2 1 -81.8504 5.889 -144.776 + 94 22.3316 934 2 0 -84.0707 7.01866 -145.85 + 94 149.207 935 2 0 -84.1336 7.05 -145.883 + 94 133.109 936 2 0 -84.4908 7.25008 -146.089 + 94 10.2666 1319 2 0 -111.243 84.0305 -146.25 + 94 120.31 1320 2 0 -111.236 84.05 -146.24 + 94 67.1227 1321 2 0 -111.159 84.25 -146.148 + 94 64.5311 1322 2 0 -111.107 84.45 -146.099 + 94 50.848 1323 2 0 -111.074 84.65 -146.043 + 94 46.2997 1324 2 0 -111.065 84.8506 -146.018 + 94 49.8852 1325 2 0 -111.056 85.0501 -146.012 + 94 163.752 1326 2 0 -111.054 85.25 -146.013 + 94 76.9216 1327 2 0 -111.1 85.45 -145.966 + 94 53.8315 1328 2 0 -111.2 85.65 -145.905 + 94 168.372 333 2 1 -113.353 88.7639 -144.85 + 94 2.80193 1359 2 0 -113.47 92.135 -145.85 + 94 53.9344 1360 2 0 -113.47 92.15 -145.855 + 94 52.3146 1361 2 0 -113.458 92.3506 -145.928 + 94 77.8728 1362 2 0 -113.435 92.55 -146.012 + 94 52.2824 1363 2 0 -113.387 92.7505 -146.107 + 94 54.1694 1364 2 0 -113.361 92.9505 -146.186 + 94 27.4287 1365 2 0 -113.345 93.1505 -146.229 + 94 100.4 937 2 0 -84.715 7.45 -146.233 + 94 62.2624 1257 1 0 -143.927 71.45 -175.892 + 94 0.342123 194 2 1 -141.346 53.5365 -144.85 + 94 79.3332 1258 1 0 -144.016 71.65 -175.964 + 94 87.7319 1259 1 0 -144.052 71.85 -175.984 + 94 2.5803 1260 1 0 -144.122 72.05 -175.855 + 94 69.1905 182 1 1 -143.7 74.108 -174.85 + 94 133.717 183 1 1 -143.55 74.2574 -174.766 + 94 237.381 184 1 1 -143.35 74.5654 -174.661 + 94 123.9 498 6 1 -80.4319 14.6798 -24.45 + 94 156.785 495 5 1 -80.8648 14.5652 -54.45 + 94 289.566 496 4 1 -80.6731 14.5965 -84.45 + 94 140.635 972 4 0 -80.6068 14.5481 -85.85 + 94 135.905 504 3 1 -79.1859 13.6026 -114.45 + 94 158.732 967 3 0 -79.1722 13.566 -115.85 + 94 130.829 962 2 0 -78.6975 12.5778 -145.85 + 94 117.618 509 1 1 -78.1685 10.4434 -174.45 + 94 328.748 951 1 0 -78.1577 10.4091 -175.85 + 94 132.367 510 0 1 -77.8816 10.2822 -204.45 + 94 116.495 950 0 0 -77.8415 10.1534 -205.85 + 94 118.473 952 1 0 -78.245 10.45 -175.972 + 94 274.577 495 4 1 -80.9696 13.3291 -84.45 + 94 117.08 966 4 0 -80.9437 13.304 -85.85 + 94 144.009 497 3 1 -80.5301 13.0391 -114.45 + 94 94.5618 964 3 0 -80.5417 13.0154 -115.851 + 94 103.409 496 2 1 -80.8295 12.7055 -144.45 + 94 22.709 495 2 1 -80.85 12.72 -144.758 + 94 103.382 963 2 0 -80.9295 12.7585 -145.85 + 94 147.942 482 1 1 -83.4836 13.4998 -174.45 + 94 191.278 967 1 0 -83.6111 13.4945 -175.85 + 94 107.743 469 0 1 -86.2175 13.4233 -204.45 + 94 104.75 966 0 0 -86.0064 13.3206 -205.85 + 94 118.802 965 4 0 -81.0049 13.2407 -85.85 + 94 122.75 492 3 1 -81.5886 11.4338 -114.45 + 94 193.541 957 3 0 -81.4404 11.4589 -115.85 + 94 115.939 504 2 1 -79.1659 11.5959 -144.45 + 94 99.9711 958 2 0 -79.13 11.6731 -145.85 + 94 163.849 507 1 1 -78.5679 13.1627 -174.45 + 94 128.935 486 0 1 -82.726 14.627 -204.45 + 94 62.7259 969 0 0 -82.776 13.9544 -205.851 + 94 60.8842 968 0 0 -82.7842 13.85 -206.067 + 94 22.7782 876 1 1 -4.85 -29.8487 -174.511 + 94 129.011 956 3 0 -81.4103 11.4499 -115.899 + 94 111.442 958 3 0 -81.1116 11.7272 -115.85 + 94 51.5888 497 4 1 -80.65 13.3181 -84.6394 + 94 88.4114 498 4 1 -80.45 13.2859 -84.6572 + 94 77.059 499 4 1 -80.2492 13.2436 -84.6839 + 94 65.179 500 4 1 -80.05 13.2204 -84.6574 + 94 60.3929 502 4 1 -79.6492 13.1855 -84.629 +Number of digits in this event: 72 +Using G4ParticleGun... +Particle energy: 9.81344 LIN +Particle: e- +Event: 95 +Number of tracker hits in this event: 148 + 95 192.9 1174 11 1 54.9445 -30.1726 125.55 + 95 260.684 749 11 0 54.9433 -30.1723 124.15 + 95 116.706 1174 10 1 54.922 -30.1663 95.55 + 95 121.79 749 10 0 54.922 -30.1664 94.15 + 95 138.845 1174 9 1 54.9299 -30.1706 65.55 + 95 108.637 749 9 0 54.9293 -30.1686 64.15 + 95 118.547 1174 8 1 54.9155 -30.1307 35.55 + 95 102.533 749 8 0 54.9147 -30.1265 34.15 + 95 401.431 1174 7 1 54.9023 -30.0433 5.55 + 95 187.599 750 7 0 54.9027 -30.0387 4.15 + 95 127.347 1174 6 1 54.9165 -29.9428 -24.45 + 95 116.158 750 6 0 54.918 -29.9363 -25.85 + 95 164.341 1174 5 1 54.9474 -29.8035 -54.45 + 95 151.849 751 5 0 54.952 -29.7988 -55.85 + 95 370.663 1174 4 1 55.0428 -29.707 -84.45 + 95 485.719 751 4 0 55.0456 -29.7028 -85.85 + 95 305.328 1175 3 1 55.1126 -29.6136 -114.45 + 95 118.044 752 3 0 55.1134 -29.6096 -115.85 + 95 132.055 1175 2 1 55.1228 -29.5231 -144.45 + 95 132.508 752 2 0 55.1245 -29.5159 -145.85 + 95 223.42 1175 1 1 55.1622 -29.3675 -174.45 + 95 125.198 753 1 0 55.1629 -29.3587 -175.85 + 95 97.7016 1175 0 1 55.1834 -29.1695 -204.45 + 95 114.923 754 0 0 55.1884 -29.1597 -205.85 + 95 42.9029 921 4 0 82.714 4.36489 -86.25 + 95 1.38295 1377 9 1 95.6154 27.8534 65.15 + 95 94.6966 1218 3 0 50.8919 63.65 -115.961 + 95 178.636 1219 3 0 50.8156 63.85 -115.94 + 95 60.9624 1173 2 1 54.6918 -28.6316 -144.45 + 95 63.2795 1172 2 1 54.65 -28.6283 -144.643 + 95 106.922 756 2 0 54.5106 -28.7256 -145.85 + 95 166.095 1172 1 1 54.5942 -27.1847 -174.45 + 95 41.2533 764 1 0 54.6005 -27.1577 -175.85 + 95 92.4648 1176 1 1 55.2582 -26.9095 -174.85 + 95 266.756 1177 1 1 55.4501 -26.9283 -174.65 + 95 153.827 1178 1 1 55.65 -26.8899 -174.688 + 95 71.9005 698 3 0 70.4403 -40.3246 -116.25 + 95 37.0381 697 3 0 70.545 -40.4501 -115.991 + 95 84.606 1254 3 1 70.9907 -41.0992 -114.85 + 95 128.092 1255 3 1 71.05 -41.1845 -114.698 + 95 74.1617 1256 3 1 71.25 -41.4373 -114.61 + 95 66.6176 1257 3 1 71.45 -41.6847 -114.555 + 95 80.8788 1258 3 1 71.6504 -41.8665 -114.503 + 95 58.5769 1259 3 1 71.85 -42.0199 -114.486 + 95 67.4445 1175 4 1 55.05 -29.7086 -84.5211 + 95 60.0171 1176 4 1 55.2502 -29.8058 -84.666 + 95 42.8145 1177 4 1 55.45 -29.8218 -84.7375 + 95 64.5639 1178 4 1 55.6501 -29.8095 -84.7969 + 95 24.5876 1179 4 1 55.85 -29.849 -84.8146 + 95 79.7845 748 4 0 57.6857 -30.3832 -85.85 + 95 86.7809 747 4 0 57.8987 -30.45 -85.9502 + 95 61.1281 746 4 0 58.1495 -30.65 -86.0699 + 95 80.4386 745 4 0 58.3152 -30.85 -86.1237 + 95 4.87345 744 4 0 58.4532 -31.05 -86.238 + 95 114.916 462 4 0 100.573 -87.619 -86.25 + 95 24.713 461 4 0 100.555 -87.65 -85.9265 + 95 91.6168 1399 4 1 100.129 -88.4456 -84.85 + 95 10.1664 450 4 0 99.4943 -90.024 -85.8506 + 95 79.3144 449 4 0 99.4423 -90.15 -85.9104 + 95 105.086 448 4 0 99.3632 -90.35 -86.0005 + 95 117.507 447 4 0 99.315 -90.55 -86.0298 + 95 170.267 446 4 0 99.3036 -90.7501 -85.9469 + 95 11.0285 1169 3 1 53.8736 -28.7263 -114.45 + 95 103.456 1168 3 1 53.85 -28.7226 -114.485 + 95 30.297 1167 3 1 53.6498 -28.6938 -114.77 + 95 110.123 756 3 0 52.9035 -28.6653 -115.85 + 95 63.1067 757 3 0 52.7137 -28.65 -116.12 + 95 1.59804 1007 2 1 21.4545 -25.5464 -144.45 + 95 140.705 1006 2 1 21.45 -25.5536 -144.455 + 95 267.186 1005 2 1 21.25 -25.8909 -144.668 + 95 83.5604 763 2 0 20.1931 -27.2733 -145.85 + 95 314.938 762 2 0 20.0487 -27.45 -146.003 + 95 27.1736 761 2 0 19.8689 -27.6501 -146.187 + 95 2.36902 858 1 1 -8.44656 -53.9104 -174.45 + 95 176.805 857 1 1 -8.45001 -53.9164 -174.458 + 95 5.50929 623 1 0 -9.14622 -55.4345 -175.85 + 95 67.0045 622 1 0 -9.15327 -55.4501 -175.864 + 95 93.9355 621 1 0 -9.20727 -55.65 -176.011 + 95 35.2687 620 1 0 -9.25982 -55.85 -176.163 + 95 85.3249 840 0 1 -11.882 -89.4057 -204.45 + 95 115.402 841 0 1 -11.85 -89.5308 -204.589 + 95 4.27873 446 0 0 -11.4767 -90.9484 -205.85 + 95 109.699 445 0 0 -11.4763 -90.95 -205.851 + 95 74.0491 444 0 0 -11.4215 -91.1501 -206.033 + 95 1.08668 443 0 0 -11.3768 -91.35 -206.245 + 95 7.04946 261 0 0 -7.13778 -127.926 -206.25 + 95 58.1605 260 0 0 -7.13618 -127.95 -206.233 + 95 77.5081 259 0 0 -7.12419 -128.15 -206.075 + 95 33.2908 258 0 0 -7.08527 -128.35 -205.929 + 95 34.0764 866 0 1 -6.68633 -129.685 -204.85 + 95 158.326 867 0 1 -6.65 -129.81 -204.756 + 95 21.8535 894 0 1 -1.25 -132.172 -204.742 + 95 123.756 895 0 1 -1.05 -132.247 -204.751 + 95 323.728 896 0 1 -0.85 -132.38 -204.642 + 95 112.447 897 0 1 -0.649972 -132.408 -204.503 + 95 118.041 752 4 0 54.9766 -29.5931 -85.85 + 95 110.328 760 3 0 55.1042 -27.9222 -115.85 + 95 94.1628 1179 2 1 55.9358 -27.5142 -144.45 + 95 129.244 1186 1 1 57.4135 -27.8853 -174.45 + 95 134.243 761 1 0 57.3845 -27.8315 -175.85 + 95 104.35 1184 0 1 57.0196 -26.9416 -204.45 + 95 125.633 765 0 0 57.0593 -26.8943 -205.85 + 95 147.373 962 0 0 63.3315 12.4572 -206.25 + 95 15.1384 1212 0 1 62.4589 9.90744 -204.85 + 95 21.1072 945 0 0 60.8592 9.25 -205.877 + 95 4.58352 948 0 0 62.0462 9.75877 -205.85 + 95 29.8494 1207 0 1 61.5808 7.43838 -204.85 + 95 137.58 1173 3 1 54.6836 -29.572 -114.45 + 95 53.185 753 3 0 55.1593 -29.2889 -115.85 + 95 68.7553 754 3 0 55.2256 -29.25 -116.045 + 95 115.361 1227 2 1 65.5584 -22.8195 -144.45 + 95 41.8841 1228 2 1 65.65 -22.7604 -144.718 + 95 121.011 787 2 0 66.0329 -22.5207 -145.85 + 95 148.694 1272 1 1 74.462 -18.4916 -174.45 + 95 10.2047 809 1 0 74.819 -18.0628 -175.851 + 95 98.6268 810 1 0 74.83 -18.05 -175.893 + 95 3.53692 1311 0 1 82.4467 -11.2213 -204.45 + 95 100.421 1312 0 1 82.4502 -11.2184 -204.471 + 95 119.363 845 0 0 82.713 -11.0101 -205.85 + 95 125.227 1176 3 1 55.4141 -30.9693 -114.45 + 95 142.59 745 3 0 55.1798 -30.9743 -115.85 + 95 6.33268 1147 2 1 49.4566 -31.6962 -144.45 + 95 116.914 1146 2 1 49.4498 -31.706 -144.469 + 95 64.3843 738 2 0 48.9923 -32.362 -145.85 + 95 77.2269 737 2 0 48.9305 -32.4501 -146.029 + 95 79.198 1095 1 1 39.1389 -46.803 -174.45 + 95 45.2139 1094 1 1 39.05 -46.9855 -174.694 + 95 1.39491 661 1 0 38.6121 -47.8473 -175.85 + 95 146.906 660 1 0 38.6107 -47.85 -175.854 + 95 45.4559 659 1 0 38.5054 -48.05 -176.122 + 95 5.72469 1037 0 1 27.4568 -70.1202 -204.45 + 95 252.425 1036 0 1 27.45 -70.1396 -204.467 + 95 6.44461 1035 0 1 27.2499 -70.6362 -204.835 + 95 92.8832 538 0 0 26.5685 -72.2617 -205.85 + 95 108.385 537 0 0 26.4904 -72.45 -205.967 + 95 62.0675 536 0 0 26.416 -72.65 -206.091 + 95 22.693 535 0 0 26.3445 -72.85 -206.214 + 95 71.4889 1081 0 1 36.25 -179.66 -204.55 + 95 205.097 751 7 0 54.9437 -29.85 4.09348 + 95 108.347 1182 6 1 56.4737 -21.4236 -24.4503 + 95 184.842 795 6 0 56.289 -21.0183 -25.85 + 95 201.95 1232 6 1 66.616 -20.9942 -24.45 + 95 119.752 798 6 0 66.6815 -20.4383 -25.8502 + 95 3.87651 799 6 0 66.653 -20.25 -26.2375 + 95 152.156 871 6 0 54.9749 -5.73963 -26.25 + 95 111.207 1178 6 1 55.7312 -5.48992 -24.8498 + 95 60.7224 1179 6 1 55.85 -5.48082 -24.632 + 95 79.968 724 5 1 -35.1128 -105.254 -54.85 +Number of digits in this event: 47 +Using G4ParticleGun... +Particle energy: 6.35952 LIN +Particle: e- +Event: 96 +Number of tracker hits in this event: 101 + 96 121.611 973 11 1 14.7849 41.5642 125.55 + 96 153.253 1107 11 0 14.7845 41.564 124.15 + 96 183.567 973 10 1 14.7769 41.561 95.55 + 96 283.526 1107 10 0 14.7762 41.5612 94.15 + 96 400.777 973 9 1 14.7626 41.5666 65.55 + 96 344.371 1107 9 0 14.7602 41.5709 64.15 + 96 252.023 973 8 1 14.7062 41.6491 35.55 + 96 178.176 1107 8 0 14.7014 41.6498 34.15 + 96 236.411 1108 8 0 14.7004 41.65 33.8663 + 96 126.277 972 7 1 14.6045 41.6635 5.55 + 96 107.024 1108 7 0 14.5983 41.665 4.15 + 96 355.901 972 6 1 14.4781 41.6908 -24.45 + 96 276.067 1108 6 0 14.4737 41.6935 -25.85 + 96 224.285 971 5 1 14.3808 41.7577 -54.45 + 96 154.085 1108 5 0 14.3721 41.757 -55.85 + 96 286.052 970 4 1 14.1964 41.7548 -84.45 + 96 106.409 1108 4 0 14.1859 41.7534 -85.85 + 96 166.87 969 3 1 13.9705 41.7407 -114.45 + 96 129.634 1108 3 0 13.9634 41.7458 -115.85 + 96 638.233 968 2 1 13.8226 41.8547 -144.45 + 96 120.463 1109 2 0 13.8134 41.8661 -145.85 + 96 466.055 967 1 1 13.6476 42.0914 -174.45 + 96 275.631 1110 1 0 13.6547 42.1073 -175.85 + 96 235.099 968 0 1 13.7891 42.4271 -204.45 + 96 216.231 1111 0 0 13.8007 42.4395 -205.85 + 96 114.757 968 1 1 13.65 42.1365 -174.622 + 96 2.89217 969 2 1 13.85 41.8725 -144.75 + 96 487.755 1108 2 0 13.7186 41.7559 -145.85 + 96 134.678 1108 1 0 13.6386 41.7612 -175.85 + 96 352.951 1108 0 0 13.7198 41.82 -205.85 + 96 130.702 696 3 0 62.521 -40.65 -116 + 96 220.073 695 3 0 62.6065 -40.85 -116.009 + 96 358.705 1107 1 0 13.5229 41.5705 -175.85 + 96 115.942 965 0 1 13.0751 41.6023 -204.45 + 96 189.837 1724 6 0 121.271 164.972 -26.25 + 96 45.5014 1723 6 0 121.469 164.95 -25.979 + 96 83.6824 971 6 1 14.4499 41.541 -24.6421 + 96 109.149 971 4 1 14.2954 41.7959 -84.45 + 96 246.065 1107 4 0 14.0858 41.5378 -85.85 + 96 44.6669 957 3 1 11.5481 36.1155 -114.45 + 96 91.5727 958 3 1 11.65 36.116 -114.539 + 96 46.1625 959 3 1 11.85 36.1134 -114.738 + 96 212.694 1080 3 0 13.2514 36.1791 -115.85 + 96 76.0634 1101 3 0 112.222 40.3453 -116.25 + 96 99.9562 1102 3 0 112.239 40.45 -116.069 + 96 69.179 1460 3 1 112.33 40.8619 -114.85 + 96 82.5765 1461 3 1 112.35 40.9015 -114.58 + 96 171.237 1462 3 1 112.55 40.902 -114.491 + 96 91.9274 1463 3 1 112.75 41.2586 -114.548 + 96 140.651 969 4 1 14.05 41.9564 -84.6064 + 96 18.2185 1112 4 0 13.3595 42.627 -85.85 + 96 110.491 1113 4 0 13.3389 42.65 -85.9115 + 96 240.688 970 2 1 14.137 41.6308 -144.451 + 96 128.692 959 1 1 11.9767 42.5765 -174.45 + 96 114.944 1113 1 0 11.8617 42.7713 -175.85 + 96 112.104 957 0 1 11.6038 46.8632 -204.45 + 96 122.225 1134 0 0 11.5205 46.9235 -205.85 + 96 111.586 972 1 1 14.4628 42.0431 -174.45 + 96 110.26 973 0 1 14.7084 42.4486 -204.45 + 96 157.759 972 8 1 14.5556 41.6966 35.55 + 96 361.401 973 7 1 14.798 42.2467 5.55 + 96 134.075 1111 7 0 14.8083 42.2648 4.15 + 96 137.989 975 6 1 15.058 42.6899 -24.45 + 96 120.839 1113 6 0 15.0755 42.7183 -25.85 + 96 127.253 976 5 1 15.3853 43.2568 -54.45 + 96 125.233 1116 5 0 15.4212 43.256 -55.85 + 96 113.532 981 4 1 16.4139 43.1435 -84.45 + 96 144.675 1115 4 0 16.5037 43.1296 -85.85 + 96 107.92 991 3 1 18.3893 42.9975 -114.45 + 96 152.011 1114 3 0 18.4331 43.0357 -115.85 + 96 123.602 997 2 1 19.5685 43.8749 -144.45 + 96 110.263 1119 2 0 19.6266 43.8988 -145.85 + 96 40.1635 1002 1 1 20.6436 44.6062 -174.45 + 96 61.3682 1003 1 1 20.65 44.6121 -174.6 + 96 123.49 1123 1 0 20.7008 44.6687 -175.851 + 96 141.682 1009 0 1 21.9129 46.0426 -204.45 + 96 112.67 1130 0 0 21.8713 46.0955 -205.85 + 96 58.116 1086 1 1 37.3667 46.1169 -174.85 + 96 6.42108 974 6 1 15.0499 42.6804 -24.8327 + 96 152.168 1107 6 0 14.496 41.65 -25.9754 + 96 189.92 767 4 1 -26.4641 -25.1573 -84.45 + 96 255.448 1109 9 0 11.9813 41.9214 64.15 + 96 119.645 1107 7 0 14.7444 41.4829 4.15 + 96 201.169 973 6 1 14.7491 41.4033 -24.45 + 96 131.765 1106 6 0 14.7494 41.4043 -25.85 + 96 140.138 973 5 1 14.7527 41.4297 -54.45 + 96 136.787 1106 5 0 14.7544 41.4331 -55.85 + 96 138.508 973 4 1 14.79 41.5026 -84.45 + 96 118.944 973 3 1 14.8193 41.5565 -114.45 + 96 121.681 1107 3 0 14.8228 41.5584 -115.85 + 96 264.021 974 2 1 14.8823 41.5955 -144.45 + 96 136.359 1107 2 0 14.8852 41.5964 -145.85 + 96 155.891 974 1 1 14.9452 41.6213 -174.45 + 96 114.378 974 0 1 15.0102 41.8089 -204.45 + 96 3.18043 975 2 1 15.0505 41.9625 -144.847 + 96 24.2581 1123 2 0 17.6821 44.7498 -145.85 + 96 80.2278 1124 2 0 17.747 44.85 -145.869 + 96 48.9645 1125 2 0 17.8261 45.05 -145.874 + 96 129.281 992 2 1 18.4628 51.0317 -144.85 + 96 173.298 991 2 1 18.45 51.3731 -144.687 + 96 90.5011 974 10 1 14.85 41.6171 95.3907 +Number of digits in this event: 66 +Using G4ParticleGun... +Particle energy: 9.34203 LIN Particle: e- Event: 97 -Number of tracker hits in this event: 179 - 97 153.227 496 10 1 -80.6501 63.9918 95.55 - 97 141.897 1219 10 0 -80.6508 63.9932 94.15 - 97 114.782 496 9 1 -80.6662 64.0203 65.55 - 97 145.509 1219 9 0 -80.6653 64.0245 64.15 - 97 188.731 497 8 1 -80.6472 64.1099 35.55 - 97 113.08 1220 8 0 -80.6454 64.1146 34.15 - 97 264.806 497 7 1 -80.6199 64.2126 5.55 - 97 156.889 1220 7 0 -80.6269 64.2194 4.15 - 97 199.078 496 6 1 -80.7524 64.3717 -24.45 - 97 313.792 1221 6 0 -80.7582 64.3581 -25.85 - 97 109.036 495 5 1 -80.8527 64.0526 -54.45 - 97 236.673 1219 5 0 -80.8468 64.0433 -55.85 - 97 238.191 496 4 1 -80.811 63.8221 -84.45 - 97 115.025 1218 4 0 -80.8257 63.7968 -85.85 - 97 326.306 494 3 1 -81.182 63.312 -114.45 - 97 123.784 1216 3 0 -81.1711 63.2605 -115.85 - 97 125.413 1215 3 0 -81.1687 63.25 -116.132 - 97 283.357 495 2 1 -80.9137 62.085 -144.45 - 97 129.867 1209 2 0 -80.9045 61.9939 -145.85 - 97 123.105 496 1 1 -80.7841 59.8928 -174.45 - 97 123.423 1197 1 0 -80.6512 59.5848 -175.85 - 97 152.708 510 0 1 -77.9999 52.9343 -204.45 - 97 319.666 1162 0 0 -77.8923 52.5625 -205.85 - 97 115.666 1214 3 0 -81.2054 63.0177 -115.85 - 97 289.583 488 2 1 -82.3 57.3664 -144.45 - 97 123.397 1186 2 0 -82.2308 57.3527 -145.85 - 97 112.382 503 1 1 -79.4414 57.3205 -174.45 - 97 35.7804 1184 1 0 -79.2157 56.8859 -175.85 - 97 84.2981 1183 1 0 -79.2 56.85 -175.966 - 97 56.9493 508 0 1 -78.3768 48.2045 -204.45 - 97 54.71 507 0 1 -78.45 48.2334 -204.664 - 97 100.93 1141 0 0 -78.8188 48.4163 -205.85 - 97 139.217 1142 0 0 -78.8906 48.45 -206.086 - 97 170.436 1055 7 0 -64.4468 31.2456 3.75 - 97 123.672 1054 7 0 -64.6042 31.0499 3.98524 - 97 78.9585 1053 7 0 -64.5979 30.85 4.09849 - 97 75.475 569 7 1 -66.0877 30.4981 5.15 - 97 82.2208 1048 7 0 -65.5799 29.7463 4.15 - 97 233.193 1188 2 0 -82.446 57.6955 -145.85 - 97 136.06 506 2 1 -78.671 61.6146 -144.45 - 97 109.767 1207 2 0 -78.6518 61.5674 -145.85 - 97 129.833 507 1 1 -78.5162 60.8782 -174.45 - 97 270.67 1201 1 0 -78.6142 60.3613 -175.85 - 97 54.0511 1200 1 0 -78.6309 60.25 -176.146 - 97 324.382 501 0 1 -79.6865 49.0868 -204.45 - 97 75.2551 1202 1 0 -78.7011 60.45 -176.131 - 97 156.839 1203 1 0 -78.5982 60.6514 -176.179 - 97 90.8514 1204 1 0 -78.4359 60.85 -176.179 - 97 168.93 1205 1 0 -78.4483 61.05 -176.077 - 97 65.0164 495 6 1 -80.85 64.3933 -24.7402 - 97 8.84494 460 5 1 -88.0353 64.5627 -54.4504 - 97 103.264 459 5 1 -88.05 64.5844 -54.4857 - 97 73.6447 1226 5 0 -88.6355 65.3276 -55.85 - 97 60.5825 1227 5 0 -88.7281 65.45 -56.0554 - 97 128.749 1331 5 0 -116.785 86.3315 -56.25 - 97 265.242 313 5 1 -117.43 86.2297 -54.85 - 97 37.8018 312 5 1 -117.55 86.048 -54.7779 - 97 18.5412 1074 5 0 -79.6382 34.8871 -56.25 - 97 452.372 495 4 1 -80.9223 64.6407 -84.45 - 97 112.687 1223 4 0 -80.8269 64.7356 -85.85 - 97 56.4538 502 3 1 -79.4945 62.2619 -114.45 - 97 49.3772 503 3 1 -79.45 62.2734 -114.694 - 97 102.089 1211 3 0 -79.2924 62.3553 -115.85 - 97 38.1096 535 2 1 -72.8959 62.6481 -144.45 - 97 91.0526 536 2 1 -72.8499 62.6907 -144.522 - 97 29.1443 537 2 1 -72.65 62.858 -144.802 - 97 168.704 1217 2 0 -71.9413 63.4514 -145.85 - 97 7.14271 1218 2 0 -71.6749 63.65 -146.233 - 97 64.8479 637 1 1 -52.6031 76.9435 -174.45 - 97 96.7076 638 1 1 -52.45 76.9887 -174.598 - 97 33.4475 639 1 1 -52.25 77.057 -174.807 - 97 196.864 1287 1 0 -51.2981 77.4862 -175.851 - 97 139.985 763 0 1 -27.3131 89.7145 -204.45 - 97 104.762 1354 0 0 -27.3752 90.9676 -205.85 - 97 84.2238 1355 0 0 -27.4039 91.1502 -206.036 - 97 4.62059 1356 0 0 -27.4469 91.35 -206.234 - 97 38.0767 1344 0 0 -51.9579 88.928 -206.25 - 97 81.3288 1343 0 0 -52.0369 88.85 -206.201 - 97 102.337 1342 0 0 -52.2359 88.65 -206.112 - 97 64.6257 1341 0 0 -52.4029 88.45 -206.055 - 97 59.659 1340 0 0 -52.5435 88.2498 -206.019 - 97 68.4312 1339 0 0 -52.6154 88.05 -206.013 - 97 64.1257 1338 0 0 -52.6846 87.85 -205.978 - 97 76.8182 1337 0 0 -52.8387 87.65 -205.931 - 97 30.3254 1336 0 0 -53.0123 87.45 -205.886 - 97 68.4259 627 0 1 -54.5049 85.2107 -204.85 - 97 217.893 626 0 1 -54.65 85.0353 -204.738 - 97 35.6648 625 0 1 -54.85 84.8039 -204.544 - 97 144.006 1514 0 0 -54.8761 123.004 -206.25 - 97 156.712 1224 4 0 -81.1394 64.8969 -85.8502 - 97 66.7398 468 3 1 -86.3108 68.6514 -114.45 - 97 56.1648 467 3 1 -86.4501 68.6467 -114.646 - 97 145.865 1242 3 0 -87.167 68.6432 -115.85 - 97 145.67 389 2 1 -102.237 67.2539 -144.45 - 97 67.5118 388 2 1 -102.35 66.9983 -144.652 - 97 22.1806 1228 2 0 -102.928 65.6941 -145.85 - 97 72.1873 1227 2 0 -102.947 65.65 -145.889 - 97 72.7807 1226 2 0 -103.033 65.45 -146.091 - 97 196.601 359 1 1 -108.241 48.7533 -174.45 - 97 42.7604 1140 1 0 -108.147 48.0998 -175.85 - 97 91.5581 1139 1 0 -108.139 48.05 -175.969 - 97 142.7 714 1 0 16.897 -37.0708 -176.25 - 97 378.13 713 1 0 17.322 -37.25 -176.08 - 97 17.3526 996 1 1 19.3983 -38.051 -174.85 - 97 158.93 997 1 1 19.45 -38.0769 -174.813 - 97 77.1299 998 1 1 19.6507 -38.1417 -174.695 - 97 56.3418 999 1 1 19.85 -38.1968 -174.603 - 97 61.0939 1000 1 1 20.0501 -38.2398 -174.537 - 97 134.624 1001 1 1 20.25 -38.3441 -174.498 - 97 65.6788 1002 1 1 20.45 -38.3883 -174.486 - 97 156.417 1003 1 1 20.65 -38.4146 -174.501 - 97 180.543 1004 1 1 20.85 -38.4459 -174.452 - 97 125.703 1005 1 1 21.0501 -38.8869 -174.624 - 97 59.2357 696 1 0 21.1168 -40.7021 -175.85 - 97 79.4958 695 1 0 21.111 -40.8502 -175.944 - 97 53.1627 694 1 0 21.1137 -41.0512 -176.059 - 97 93.9913 693 1 0 21.1568 -41.2503 -176.135 - 97 48.2244 692 1 0 21.1371 -41.4501 -176.193 - 97 69.528 263 5 0 62.5374 -127.35 -56.0988 - 97 25.9027 414 0 1 -97.3011 -48.645 -204.85 - 97 226.454 496 5 1 -80.7242 64.1434 -54.45 - 97 354.641 1220 5 0 -80.7269 64.1444 -55.85 - 97 237.108 1220 4 0 -80.8781 64.1253 -85.85 - 97 350.003 495 3 1 -80.9364 64.1478 -114.45 - 97 408.185 1220 3 0 -80.9515 64.166 -115.85 - 97 129.183 493 2 1 -81.4105 64.6175 -144.45 - 97 148.6 1223 2 0 -81.387 64.7246 -145.85 - 97 346.995 495 1 1 -80.9774 67.0071 -174.45 - 97 109.383 1235 1 0 -80.9761 67.1143 -175.85 - 97 264.498 495 0 1 -80.8876 69.2711 -204.45 - 97 119.068 1246 0 0 -80.9034 69.3687 -205.85 - 97 371.351 494 0 1 -81.05 69.3955 -204.8 - 97 112.607 1249 0 0 -81.792 69.9483 -205.85 - 97 54.3503 1250 0 0 -81.9504 70.0503 -206.085 - 97 56.5764 496 0 1 -80.7815 69.1378 -204.45 - 97 129.836 497 0 1 -80.65 69.2748 -204.532 - 97 58.0677 1251 0 0 -80.1277 70.25 -205.899 - 97 65.1255 1252 0 0 -80.0281 70.45 -206.052 - 97 86.2441 1253 0 0 -80.0228 70.6501 -206.142 - 97 53.9815 1254 0 0 -80.0232 70.8505 -206.178 - 97 58.7779 1255 0 0 -79.9783 71.05 -206.159 - 97 65.9001 1256 0 0 -79.8805 71.25 -206.15 - 97 65.5388 1257 0 0 -79.8558 71.4506 -206.141 - 97 73.3374 1258 0 0 -79.8111 71.6503 -206.002 - 97 62.3473 1259 0 0 -79.7339 71.85 -205.902 - 97 256.685 1260 0 0 -79.6693 72.0503 -205.877 - 97 65.3481 1261 0 0 -79.1195 72.25 -206.079 - 97 110.765 1222 0 0 -81.1804 64.6004 -205.851 - 97 173.837 1224 0 0 -81.2275 64.8928 -205.85 - 97 232.358 494 2 1 -81.141 63.9618 -144.45 - 97 153.025 1219 2 0 -81.1837 63.9654 -145.85 - 97 187.985 489 1 1 -82.159 63.8897 -174.45 - 97 104.013 1219 1 0 -82.236 63.9418 -175.85 - 97 49.0466 480 0 1 -84.04 65.0496 -204.45 - 97 65.7411 479 0 1 -84.05 65.0528 -204.58 - 97 131.541 1225 0 0 -84.1491 65.0871 -205.85 - 97 102.602 1246 1 0 -124.119 69.3053 -176.25 - 97 102.699 1219 3 0 -80.9797 63.9978 -115.85 - 97 147.828 1206 2 0 -82.5072 61.4092 -145.851 - 97 89.9856 476 1 1 -84.8085 63.0085 -174.45 - 97 38.157 475 1 1 -84.85 63.008 -174.735 - 97 122.225 1214 1 0 -85.0046 63.0019 -175.85 - 97 118.055 454 0 1 -89.1275 63.0088 -204.45 - 97 142.575 1214 0 0 -89.334 63.0034 -205.85 - 97 120.339 496 3 1 -80.7837 64.1985 -114.45 - 97 127.979 1220 2 0 -80.8678 64.2362 -145.85 - 97 124.703 1221 1 0 -80.943 64.2611 -175.85 - 97 153.485 1221 0 0 -81.0996 64.3707 -205.85 - 97 150.1 1440 5 1 108.15 172.179 -54.6129 - 97 84.4124 1146 2 0 -62.5808 49.3314 -146.25 - 97 237.563 1147 2 0 -62.5979 49.45 -146.095 - 97 101.955 497 10 1 -80.65 63.992 95.423 - 97 79.7068 1223 10 0 -79.7124 64.7369 94.15 - 97 58.1111 1224 10 0 -79.5543 64.85 93.9244 - 97 33.631 1109 10 0 -66.9854 41.942 93.75 - 97 108.728 1108 10 0 -66.9379 41.8494 93.8382 - 97 251.257 566 10 1 -66.7513 41.6277 95.15 - 97 110.592 1112 10 0 -66.6387 42.4975 94.1493 - 97 18.091 1113 10 0 -66.647 42.65 93.8298 -Number of digits in this event: 80 +Number of tracker hits in this event: 124 + 97 94.3497 1485 9 1 117.215 27.5296 65.55 + 97 179.929 1037 9 0 117.214 27.5294 64.15 + 97 107.542 1485 8 1 117.202 27.5268 35.55 + 97 117.711 1037 8 0 117.201 27.5267 34.15 + 97 102.639 1485 7 1 117.176 27.523 5.55 + 97 114.125 1037 7 0 117.175 27.5227 4.15 + 97 144.984 1485 6 1 117.15 27.5142 -24.45 + 97 13.1383 1484 6 1 117.15 27.5141 -24.8015 + 97 310.831 1037 6 0 117.149 27.5138 -25.85 + 97 236.207 1484 5 1 117.118 27.5038 -54.45 + 97 124.096 1037 5 0 117.117 27.5033 -55.85 + 97 146.317 1484 4 1 117.107 27.4913 -84.45 + 97 336.444 1037 4 0 117.107 27.4885 -85.85 + 97 187.187 1484 3 1 117.097 27.4174 -114.45 + 97 149.341 1036 3 0 117.096 27.4146 -115.85 + 97 449.589 1484 2 1 117.083 27.3622 -144.45 + 97 269.24 1036 2 0 117.079 27.3597 -145.85 + 97 577.056 1484 1 1 117.004 27.3269 -174.45 + 97 248.01 1036 1 0 116.979 27.2912 -175.85 + 97 226.432 1481 0 1 116.438 26.3998 -204.45 + 97 100.134 1031 0 0 116.402 26.3907 -205.85 + 97 152.366 489 3 0 100.622 -82.05 -116.164 + 97 73.5013 1205 5 1 61.1734 61.1914 -54.85 + 97 113.734 1204 5 1 61.05 61.2572 -54.5615 + 97 357.409 1485 1 1 117.15 27.2872 -174.551 + 97 355.959 1486 1 1 117.35 26.7613 -174.749 + 97 284.791 1487 1 1 117.55 26.2444 -174.769 + 97 187.612 1488 1 1 117.75 25.9313 -174.767 + 97 119.511 1489 1 1 117.95 25.6664 -174.743 + 97 89.1724 1490 1 1 118.15 25.3673 -174.735 + 97 53.0728 1491 1 1 118.35 25.2102 -174.732 + 97 73.1956 1492 1 1 118.55 25.1575 -174.741 + 97 285.163 1493 1 1 118.75 25.1016 -174.753 + 97 59.351 1494 1 1 118.95 25.0575 -174.749 + 97 67.8859 1495 1 1 119.15 24.9732 -174.711 + 97 120.714 1496 1 1 119.35 24.8492 -174.661 + 97 237.774 1497 1 1 119.55 24.6469 -174.559 + 97 145.921 1498 1 1 119.75 24.3935 -174.477 + 97 80.071 1013 1 0 119.083 22.8362 -175.85 + 97 2.27632 572 2 0 138.516 -65.45 -146.057 + 97 113.425 1482 0 1 116.666 27.0781 -204.45 + 97 120.035 1035 0 0 116.639 27.1215 -205.85 + 97 39.0593 318 6 1 -116.48 94.3787 -24.45 + 97 19.1252 1038 4 0 117.384 27.6503 -86.2162 + 97 136.719 1480 1 1 116.241 26.6503 -174.45 + 97 105.387 1032 1 0 116.266 26.6057 -175.85 + 97 107.21 1028 0 0 116.378 25.7015 -205.85 + 97 24.0017 1038 2 0 116.989 27.83 -145.85 + 97 81.8091 1039 2 0 116.982 27.85 -145.925 + 97 187.317 1467 1 1 113.692 36.4541 -174.45 + 97 41.3633 1084 1 0 113.73 37.0009 -175.85 + 97 84.9665 1085 1 0 113.728 37.0501 -175.99 + 97 120.32 1470 0 1 114.284 48.2588 -204.45 + 97 104.535 1142 0 0 114.16 48.4563 -205.85 + 97 326.092 1037 1 0 116.996 27.4701 -175.85 + 97 238.153 1483 0 1 116.943 27.4438 -204.45 + 97 129.172 1037 0 0 116.958 27.4813 -205.85 + 97 73.771 1033 0 0 116.369 26.7639 -205.85 + 97 78.8487 1032 0 0 116.271 26.65 -206.015 + 97 132.108 1136 0 0 97.4834 47.2558 -206.25 + 97 209.249 1137 0 0 97.1802 47.45 -206.014 + 97 7.5875 1378 0 1 95.7678 48.042 -204.85 + 97 139.809 1377 0 1 95.7498 48.0497 -204.829 + 97 127.516 1108 0 0 54.6182 41.7099 -206.25 + 97 111.614 1484 0 1 116.976 27.4606 -204.45 + 97 114.988 1036 0 0 116.974 27.4272 -205.85 + 97 134.109 1023 7 0 117.794 24.7405 4.15 + 97 24.3413 1493 5 1 118.931 26.4885 -54.45 + 97 152.88 1494 5 1 118.95 26.475 -54.5313 + 97 121.896 1030 5 0 119.26 26.2326 -55.85 + 97 97.5587 1532 4 1 126.624 19.3734 -84.45 + 97 96.8128 1533 4 1 126.75 19.3759 -84.6214 + 97 163.993 997 4 0 127.756 19.4999 -85.85 + 97 19.9177 1666 3 1 153.509 22.9812 -114.45 + 97 99.9564 1667 3 1 153.55 23.01 -114.508 + 97 17.9442 1668 3 1 153.75 23.1307 -114.787 + 97 64.0702 1017 3 0 154.526 23.5834 -115.85 + 97 88.3402 1018 3 0 154.65 23.65 -116.022 + 97 222.792 1797 2 1 179.617 34.3223 -144.45 + 97 36.7871 1075 2 0 179.51 35.2053 -145.85 + 97 100.663 1076 2 0 179.501 35.2501 -145.923 + 97 31.2731 1771 1 1 174.438 51.8083 -174.45 + 97 62.3921 1770 1 1 174.35 51.8302 -174.512 + 97 68.3942 1769 1 1 174.15 51.8817 -174.654 + 97 17.2889 1768 1 1 173.95 51.9102 -174.821 + 97 203.832 1160 1 0 172.684 52.0951 -175.85 + 97 98.261 1247 1 0 116.497 69.4609 -176.25 + 97 90.4224 1248 1 0 116.253 69.65 -176.1 + 97 49.6499 1249 1 0 116.077 69.85 -175.965 + 97 31.5745 1472 1 1 114.639 70.8601 -174.85 + 97 96.5661 1471 1 1 114.55 70.9079 -174.78 + 97 99.2533 1470 1 1 114.35 71.0221 -174.612 + 97 9.3654 1469 1 1 114.15 71.1352 -174.472 + 97 34.63 1239 2 0 98.0377 67.8583 -146.25 + 97 112.08 1238 2 0 97.9976 67.85 -146.16 + 97 1.94514 1389 2 1 97.9508 66.8296 -144.85 + 97 128.462 1388 2 1 97.95 66.823 -144.842 + 97 24.0933 1463 1 1 112.95 70.5687 -174.61 + 97 121.101 1042 5 0 117.061 28.545 -55.8503 + 97 81.109 1492 4 1 118.689 32.3507 -84.4503 + 97 69.5793 1493 4 1 118.75 32.3511 -84.655 + 97 145.309 1061 4 0 119.047 32.3904 -85.85 + 97 149.75 1529 3 1 126.011 32.4199 -114.45 + 97 31.4027 1530 3 1 126.15 32.4305 -114.769 + 97 141.58 1062 3 0 126.613 32.4536 -115.85 + 97 4.14024 1061 3 0 126.77 32.45 -116.238 + 97 151.793 1590 2 1 138.203 31.6787 -144.45 + 97 90.4685 1057 2 0 138.542 31.6234 -145.85 + 97 169.982 1631 1 1 146.375 32.1329 -174.45 + 97 131.322 1059 1 0 146.837 31.9248 -175.85 + 97 113.793 1680 0 1 156.227 28.5586 -204.45 + 97 43.3802 1681 0 1 156.35 28.5674 -204.717 + 97 146.062 1042 0 0 156.816 28.6157 -205.85 + 97 87.3173 1043 0 0 156.865 28.6502 -205.887 + 97 90.8021 1044 0 0 157.117 28.85 -206.01 + 97 161.798 1045 0 0 157.331 29.0502 -206.056 + 97 2.98639 1693 0 1 158.936 28.7709 -204.85 + 97 156.723 1694 0 1 158.95 28.768 -204.836 + 97 94.2209 1056 1 0 146.37 31.3529 -175.85 + 97 118.007 1589 2 1 138.15 31.6704 -144.541 + 97 275.379 1588 2 1 137.95 31.5353 -144.635 + 97 2.34671 1031 5 0 118.528 26.3228 -55.85 + 97 108.012 1519 5 1 124.022 24.3967 -54.85 + 97 13.0452 1019 5 0 122.929 23.9942 -55.85 +Number of digits in this event: 55 Using G4ParticleGun... -Particle energy: 8.92637 LIN +Particle energy: 5.5811 LIN Particle: e- Event: 98 -Number of tracker hits in this event: 80 - 98 116.006 506 8 1 -78.8358 -110.902 35.55 - 98 262.814 346 8 0 -78.8362 -110.902 34.15 - 98 105.845 506 7 1 -78.8416 -110.892 5.55 - 98 112.451 346 7 0 -78.8407 -110.892 4.15 - 98 170.967 506 6 1 -78.8274 -110.889 -24.45 - 98 120.662 346 6 0 -78.8266 -110.892 -25.85 - 98 144.599 506 5 1 -78.7982 -110.946 -54.45 - 98 126.087 346 5 0 -78.7973 -110.947 -55.85 - 98 229.766 506 4 1 -78.7727 -110.979 -84.45 - 98 117.471 345 4 0 -78.7715 -110.984 -85.85 - 98 118.224 506 3 1 -78.7477 -111.107 -114.45 - 98 144.203 345 3 0 -78.7457 -111.112 -115.85 - 98 130.866 506 2 1 -78.7108 -111.192 -144.45 - 98 114.619 344 2 0 -78.7022 -111.199 -145.85 - 98 184.474 507 1 1 -78.5483 -111.302 -174.45 - 98 104.731 344 1 0 -78.5538 -111.313 -175.85 - 98 122.227 507 0 1 -78.6481 -111.508 -204.45 - 98 174.686 343 0 0 -78.6563 -111.496 -205.85 - 98 171.997 345 1 0 -78.9161 -111.051 -175.85 - 98 109.376 692 3 0 163.016 -41.4664 -116.25 - 98 15.1652 691 3 0 163.179 -41.65 -115.896 - 98 188.065 507 2 1 -78.637 -111.068 -144.45 - 98 81.9642 347 2 0 -78.3383 -110.561 -145.85 - 98 108.739 348 2 0 -78.331 -110.55 -145.883 - 98 76.6008 548 1 1 -70.3035 -99.8799 -174.451 - 98 108.359 547 1 1 -70.45 -99.7224 -174.632 - 98 47.7882 407 1 0 -71.4273 -98.659 -175.85 - 98 87.0342 408 1 0 -71.5202 -98.55 -175.963 - 98 61.5282 409 1 0 -71.6858 -98.3499 -176.137 - 98 106.574 396 0 1 -100.888 -62.9242 -204.45 - 98 56.4979 584 0 0 -100.946 -63.2091 -205.851 - 98 78.3062 583 0 0 -100.947 -63.2501 -206.066 - 98 71.0479 508 2 1 -78.45 -111.091 -144.584 - 98 43.3417 509 2 1 -78.25 -111.144 -144.756 - 98 99.3058 343 2 0 -76.9184 -111.485 -145.85 - 98 77.2957 342 2 0 -76.659 -111.55 -146.055 - 98 261.208 306 2 0 0.0835222 -118.837 -146.25 - 98 75.1332 909 2 1 2.01911 -118.59 -144.85 - 98 129.994 910 2 1 2.05 -118.584 -144.823 - 98 224.785 911 2 1 2.25046 -118.535 -144.676 - 98 54.1809 912 2 1 2.45 -118.48 -144.497 - 98 80.9361 908 2 1 1.85 -118.695 -144.804 - 98 19.2646 907 2 1 1.65 -118.656 -144.839 - 98 260.362 308 2 0 -3.88232 -118.52 -145.85 - 98 126.119 309 2 0 -4.30642 -118.35 -145.995 - 98 39.8618 310 2 0 -4.53001 -118.15 -146.187 - 98 50.4188 520 2 0 -20.7286 -75.9436 -146.249 - 98 76.5329 521 2 0 -20.6293 -75.8499 -146.099 - 98 274.105 797 2 1 -20.5017 -75.8175 -144.85 - 98 88.609 796 2 1 -20.6503 -75.767 -144.519 - 98 121.153 795 2 1 -20.85 -75.9324 -144.55 - 98 273.666 794 2 1 -21.0501 -76.054 -144.489 - 98 191.834 793 2 1 -21.25 -76.1391 -144.461 - 98 9.82901 792 2 1 -21.4699 -76.2384 -144.45 - 98 208.17 505 5 1 -78.85 -110.881 -54.5438 - 98 140.494 345 5 0 -78.8591 -111.057 -55.85 - 98 128.971 507 4 1 -78.6207 -115.004 -84.45 - 98 173.736 325 4 0 -78.7441 -114.98 -85.85 - 98 115.11 486 3 1 -82.7025 -114.403 -114.45 - 98 135.594 329 3 0 -83.1111 -114.21 -115.85 - 98 60.8514 453 2 1 -89.2956 -113.085 -144.45 - 98 68.7142 454 2 1 -89.25 -113.082 -144.634 - 98 144.895 335 2 0 -88.9974 -112.994 -145.85 - 98 145.03 482 1 1 -83.5789 -110.402 -174.45 - 98 109.452 348 1 0 -83.5781 -110.491 -175.85 - 98 99.5542 483 0 1 -83.3931 -112.865 -204.45 - 98 57.8999 482 0 1 -83.45 -112.663 -204.698 - 98 15.2219 341 0 0 -83.572 -111.784 -205.85 - 98 133.739 342 0 0 -83.5758 -111.75 -205.895 - 98 102.231 347 5 0 -79.1352 -110.671 -55.8503 - 98 68.7786 500 4 1 -79.9967 -104.771 -84.45 - 98 128.147 501 4 1 -79.85 -104.767 -84.6645 - 98 181.651 376 4 0 -78.475 -104.826 -85.85 - 98 73.9028 674 3 1 -45.1198 -106.741 -114.45 - 98 40.6653 675 3 1 -45.05 -106.696 -114.705 - 98 92.26 368 3 0 -44.7799 -106.445 -115.85 - 98 62.4048 703 2 1 -39.4297 -99.4012 -144.45 - 98 76.3673 704 2 1 -39.25 -99.2495 -144.553 - 98 77.8658 705 2 1 -39.05 -99.1402 -144.616 - 98 27.8291 706 2 1 -38.85 -99.299 -144.491 -Number of digits in this event: 34 +Number of tracker hits in this event: 54 + 98 108.308 1245 10 1 69.2289 67.6306 95.55 + 98 107.171 1237 10 0 69.2291 67.6296 94.15 + 98 124.293 1245 9 1 69.2407 67.6057 65.55 + 98 117.812 1237 9 0 69.2401 67.6025 64.15 + 98 142.553 1245 8 1 69.2301 67.5427 35.55 + 98 119.861 1237 8 0 69.2287 67.5365 34.15 + 98 123.787 1245 7 1 69.1935 67.4058 5.55 + 98 123.284 1236 7 0 69.1913 67.3995 4.15 + 98 120.795 1245 6 1 69.1395 67.2708 -24.45 + 98 120.641 1236 6 0 69.1396 67.2653 -25.85 + 98 193.391 1245 5 1 69.162 67.0757 -54.45 + 98 135.842 1235 5 0 69.1729 67.0814 -55.85 + 98 98.0213 1247 4 1 69.4792 67.0734 -84.45 + 98 133.657 1235 4 0 69.4959 67.09 -85.85 + 98 133.122 1249 3 1 69.9662 67.4897 -114.45 + 98 107.3 1237 3 0 69.99 67.5154 -115.85 + 98 4.39149 1784 4 0 177.251 177.029 -85.85 + 98 217.349 1791 5 0 147.013 178.493 -56.25 + 98 118.205 1790 5 0 146.615 178.35 -56.0548 + 98 277.139 1637 5 1 147.666 177.871 -54.8498 + 98 89.9471 881 0 0 121.883 -3.66238 -206.25 + 98 74.6097 1486 0 1 117.35 112.549 -204.713 + 98 256.048 1487 0 1 117.55 112.62 -204.607 + 98 57.0048 1488 0 1 117.75 112.521 -204.731 + 98 74.6679 1244 5 1 69.05 67.1005 -54.5836 + 98 18.2024 1243 5 1 68.85 67.0578 -54.8157 + 98 146.794 1233 5 0 68.1866 66.7487 -55.85 + 98 277.832 1191 5 0 -3.36229 58.2759 -56.25 + 98 59.2343 875 5 1 -4.93878 58.3923 -54.85 + 98 103.732 874 5 1 -5.05015 58.4022 -54.7408 + 98 104.62 873 5 1 -5.25084 58.4779 -54.594 + 98 35.3208 872 5 1 -5.45045 58.5743 -54.4557 + 98 51.0683 871 5 1 -5.65 58.5007 -54.4639 + 98 55.2547 870 5 1 -5.85 58.4898 -54.4727 + 98 95.4663 869 5 1 -6.05012 58.5475 -54.5294 + 98 91.3473 868 5 1 -6.25006 58.7228 -54.6276 + 98 18.5595 867 5 1 -6.45 58.9409 -54.8071 + 98 102.262 1195 5 0 -7.25107 59.169 -55.8501 + 98 64.9206 1194 5 0 -7.32851 59.05 -56.0632 + 98 160.49 1246 5 1 69.25 67.026 -54.5938 + 98 34.6949 1232 5 0 69.7027 66.4877 -55.8504 + 98 118.231 1231 5 0 69.7372 66.45 -55.9743 + 98 41.819 1474 7 1 114.95 -103.199 5.15114 + 98 2.41313 1476 7 1 115.35 -103.492 5.39106 + 98 136.402 1475 7 1 115.269 -103.496 5.55 + 98 125.257 1246 6 1 69.25 67.1524 -24.517 + 98 108.323 1235 6 0 69.312 67.1252 -25.8502 + 98 11.5718 1331 4 1 86.25 61.1284 -84.5951 + 98 243.196 1245 1 1 69.1037 67.4232 -174.45 + 98 225.235 1237 1 0 69.0993 67.4536 -175.85 + 98 155.869 1244 0 1 68.9632 68.1171 -204.45 + 98 109.209 1240 0 0 68.9591 68.153 -205.85 + 98 102.949 1245 0 1 69.0996 67.7208 -204.45 + 98 120.168 1238 0 0 69.191 67.7255 -205.85 +Number of digits in this event: 25 Using G4ParticleGun... -Particle energy: 6.86498 LIN +Particle energy: 6.35061 LIN Particle: e- Event: 99 -Number of tracker hits in this event: 58 - 99 159.019 1290 11 1 78.2285 -13.5296 125.55 - 99 128.61 832 11 0 78.2296 -13.5297 124.15 - 99 124.937 1291 10 1 78.2544 -13.5325 95.55 - 99 131.874 832 10 0 78.2555 -13.5333 94.15 - 99 109.322 1291 9 1 78.2769 -13.5486 65.55 - 99 118.964 832 9 0 78.2788 -13.5492 64.15 - 99 122.297 1291 8 1 78.3169 -13.5566 35.55 - 99 148.003 832 8 0 78.3195 -13.5564 34.15 - 99 100.306 1291 7 1 78.3725 -13.5488 5.55 - 99 120.463 832 7 0 78.3765 -13.5472 4.15 - 99 102.046 1292 6 1 78.46 -13.5108 -24.45 - 99 112.755 832 6 0 78.4643 -13.5093 -25.85 - 99 214.493 1292 5 1 78.558 -13.4795 -54.45 - 99 114.049 832 5 0 78.5472 -13.4702 -55.85 - 99 121.759 1291 4 1 78.34 -13.2726 -84.45 - 99 103.6 833 4 0 78.3217 -13.2727 -85.85 - 99 105.553 1289 3 1 77.9548 -13.2984 -114.45 - 99 396.025 833 3 0 77.9333 -13.2913 -115.85 - 99 223.578 1287 2 1 77.4885 -13.1654 -144.45 - 99 98.5882 834 2 0 77.4585 -13.1683 -145.85 - 99 111.006 1284 1 1 76.8571 -13.2495 -174.45 - 99 9.24173 1283 1 1 76.85 -13.2487 -174.811 - 99 278.989 834 1 0 76.8298 -13.2451 -175.85 - 99 122.016 1281 0 1 76.2888 -13.1195 -204.45 - 99 349.305 834 0 0 76.2495 -13.1138 -205.85 - 99 220.548 1293 3 1 78.78 -13.4448 -114.45 - 99 131.586 1294 2 1 78.8851 -13.4373 -144.45 - 99 480.724 833 2 0 78.8908 -13.4373 -145.85 - 99 91.2186 1294 1 1 79.0082 -13.4295 -174.45 - 99 264.187 833 1 0 79.0142 -13.4268 -175.85 - 99 402.221 1295 0 1 79.1296 -13.3777 -204.45 - 99 737.164 833 0 0 79.1368 -13.368 -205.85 - 99 93.6706 1258 7 1 71.6627 9.46496 5.15 - 99 85.056 1296 0 1 79.2966 -13.2098 -204.45 - 99 61.2139 1297 0 1 79.45 -13.3442 -204.7 - 99 3.41429 1298 0 1 79.6502 -13.3934 -204.843 - 99 83.9709 978 0 0 165.397 15.65 -205.962 - 99 5.42475 832 0 0 79.1654 -13.45 -206.116 - 99 17.5279 793 4 1 -21.25 19.2974 -84.622 - 99 25.0978 466 9 1 -86.7499 7.99876 65.15 - 99 306.492 465 9 1 -86.85 7.99242 65.3329 - 99 201.464 1294 0 1 79.05 -13.4725 -204.73 - 99 134.949 1292 2 1 78.4573 -13.4133 -144.45 - 99 242.955 1291 1 1 78.2975 -13.3884 -174.45 - 99 216.795 1289 0 1 78.0123 -13.4049 -204.45 - 99 234.235 1292 3 1 78.6072 -13.53 -114.45 - 99 379.503 832 3 0 78.5984 -13.5264 -115.85 - 99 107.992 1291 2 1 78.3835 -13.4091 -144.45 - 99 163.042 837 1 0 78.2937 -12.4718 -175.85 - 99 150.073 1290 0 1 78.108 -11.2327 -204.45 - 99 131.872 844 0 0 78.0923 -11.1982 -205.85 - 99 199.115 1281 2 1 76.4155 -15.2708 -144.45 - 99 165.358 822 2 0 76.3605 -15.5294 -145.85 - 99 121.038 1279 1 1 75.9981 -20.6011 -174.45 - 99 97.6403 796 1 0 75.7849 -20.7476 -175.85 - 99 176.202 1250 0 1 70.2062 -23.1906 -204.45 - 99 109.554 784 0 0 69.9516 -23.1287 -205.85 - 99 271.491 727 9 0 94.8347 -34.577 63.75 -Number of digits in this event: 37 +Number of tracker hits in this event: 69 + 99 210.122 1132 10 1 46.5407 82.6049 95.55 + 99 131.255 1312 10 0 46.5418 82.6029 94.15 + 99 118.176 1132 9 1 46.5686 82.565 65.55 + 99 104.988 1312 9 0 46.5673 82.5643 64.15 + 99 393.382 1132 8 1 46.5367 82.5531 35.55 + 99 152.985 1312 8 0 46.535 82.5521 34.15 + 99 100.053 1132 7 1 46.4973 82.5424 5.55 + 99 112.626 1312 7 0 46.4964 82.5407 4.15 + 99 112.674 1132 6 1 46.4857 82.5144 -24.45 + 99 125.001 1312 6 0 46.4854 82.513 -25.85 + 99 109.572 1132 5 1 46.4859 82.4842 -54.45 + 99 134.309 1312 5 0 46.4855 82.4846 -55.85 + 99 130.75 1132 4 1 46.4748 82.498 -84.45 + 99 123.64 1312 4 0 46.473 82.5012 -85.85 + 99 652.892 1131 3 1 46.4288 82.5531 -114.45 + 99 586.226 1312 3 0 46.4336 82.5534 -115.85 + 99 305.516 1132 2 1 46.5618 82.588 -144.45 + 99 105.331 1312 2 0 46.5699 82.5937 -145.85 + 99 242.579 1133 1 1 46.731 82.6992 -174.45 + 99 209.935 1313 1 0 46.7391 82.7275 -175.85 + 99 311.206 1133 0 1 46.8321 83.3419 -204.45 + 99 168.99 1316 0 0 46.8458 83.3756 -205.85 + 99 28.3065 713 0 0 25.7446 -37.25 -206.227 + 99 88.6163 1132 3 1 46.45 82.5673 -114.474 + 99 91.5677 1133 3 1 46.65 82.6789 -114.657 + 99 54.8686 1317 3 0 47.4844 83.5309 -115.85 + 99 69.4034 1318 3 0 47.5893 83.65 -115.995 + 99 16.556 1319 3 0 47.7155 83.85 -116.204 + 99 12.2134 1583 3 0 62.6725 136.927 -116.25 + 99 77.461 1584 3 0 62.6749 136.95 -116.223 + 99 73.9818 1585 3 0 62.7181 137.15 -116.034 + 99 69.7411 1214 3 1 62.9712 138.153 -114.85 + 99 141.551 1215 3 1 63.0502 138.329 -114.698 + 99 5.84581 1216 3 1 63.2501 138.716 -114.454 + 99 190.781 1131 2 1 46.308 82.4715 -144.45 + 99 218.759 1311 2 0 46.3321 82.417 -145.85 + 99 98.7843 1134 1 1 46.9567 81.2791 -174.45 + 99 107.372 1305 1 0 47.0268 81.1979 -175.85 + 99 205.014 1135 0 1 47.1727 79.2801 -204.45 + 99 129.285 1295 0 0 47.2752 79.1236 -205.85 + 99 166.564 1136 0 1 47.25 79.3416 -204.561 + 99 83.9023 1322 3 0 45.2372 84.48 -115.85 + 99 22.5624 1122 3 1 44.4789 84.3472 -114.85 + 99 121.744 1121 3 1 44.45 84.3389 -114.818 + 99 28.8065 241 11 1 -131.859 -104.855 125.15 + 99 102.914 1310 2 0 46.5756 82.1705 -145.85 + 99 127.932 1314 1 0 46.71 82.9005 -175.85 + 99 103.463 1317 0 0 46.6667 83.5487 -205.85 + 99 80.4537 1323 3 0 45.3747 84.65 -115.88 + 99 127.001 1324 3 0 45.2969 84.85 -115.946 + 99 216.546 1325 3 0 45.3601 85.0503 -116.187 + 99 106.25 1130 2 1 46.1334 82.4457 -144.451 + 99 92.3327 1126 1 1 45.4265 82.0702 -174.45 + 99 32.2615 1127 1 1 45.45 82.0203 -174.768 + 99 154.985 1308 1 0 45.5352 81.8433 -175.85 + 99 42.167 1139 0 1 48.0295 77.1284 -204.45 + 99 69.5554 1140 0 1 48.05 77.1084 -204.61 + 99 154.538 1284 0 0 48.196 76.9549 -205.85 + 99 186.73 1260 8 0 -42.4769 72.0773 33.75 + 99 20.6168 1259 8 0 -42.6241 72.05 33.893 + 99 99.5779 1131 8 1 46.45 82.5002 35.3911 + 99 109.55 1207 8 0 -117.064 61.5507 33.75 + 99 18.0174 1208 8 0 -117.174 61.6501 34.0951 + 99 85.6234 314 8 1 -117.258 61.8436 35.15 + 99 196.383 315 8 1 -117.15 61.8918 35.3707 + 99 84.3428 316 8 1 -116.95 61.8007 35.4583 + 99 489.928 317 8 1 -116.75 61.7329 35.4436 + 99 346.155 1132 0 1 46.5661 82.0947 -204.45 + 99 288.118 1310 0 0 46.5855 82.0703 -205.85 +Number of digits in this event: 35 Run terminated. Run Summary Number of events processed : 100 - User=38.690000s Real=39.007789s Sys=0.010000s + User=48.130000s Real=49.763542s Sys=0.020000s End of Run 2 There are histograms that can be viewed with visualization: 6 h1 histograms(s) @@ -16764,5 +16764,5 @@ Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 21 of which, static: 0 -Dynamic pools deleted: 21 / Total memory freed: 0.27 MB +Dynamic pools deleted: 21 / Total memory freed: 0.28 MB ============================================================ diff --git a/examples/advanced/gorad/gorad.out b/examples/advanced/gorad/gorad.out index 8cfb767d7d..ffdc39a752 100644 --- a/examples/advanced/gorad/gorad.out +++ b/examples/advanced/gorad/gorad.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -52,11 +52,6 @@ Creating FTFP_BERT physics list ################ 1 Adding G4GenericBiasingPhysics for GeomBias ################ Using G4GDML: Reading 'simpleCone.gdml'... -G4GDML: VALIDATION ERROR! ID attribute 'G4_Ni' is referenced but was never declared at line: 48 -G4GDML: VALIDATION ERROR! ID attribute 'G4_Fe' is referenced but was never declared at line: 48 -G4GDML: VALIDATION ERROR! ID attribute 'G4_Cr' is referenced but was never declared at line: 48 -G4GDML: VALIDATION ERROR! ID attribute 'G4_AIR' is referenced but was never declared at line: 48 -G4GDML: VALIDATION ERROR! ID attribute 'G4_Galactic' is referenced but was never declared at line: 48 G4GDML: Reading definitions... G4GDML: Reading materials... G4GDML: Reading solids... @@ -225,7 +220,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=136.470000s Real=137.754628s Sys=0.000000s + User=153.380000s Real=163.747664s Sys=0.100000s /control/doifBatch /score/dumpAllQuantitiesToFile Probes Probes.csv /score/dumpAllQuantitiesToFile Probes Probes.csv # Mesh or volume name: Probes -- # Primitive scorer name: dose diff --git a/examples/advanced/hadrontherapy/History b/examples/advanced/hadrontherapy/History index 305a6d45e9..3a2ca5ec57 100644 --- a/examples/advanced/hadrontherapy/History +++ b/examples/advanced/hadrontherapy/History @@ -1,8 +1,14 @@ # Example hadrontherapy History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! + +------------------------------------------------------------------------------- + +## 2024-04-24 Gabriele Cosmo (hadrontherapy-V11-01-02) +- Fixed compilation error on Windows VC++ with C++20 Standard enabled. + Make proper use of G4String in HadrontherapyInteractionParameters. ## 2023-11-15 I. Hrivnacova (hadrontherapy-V11-01-01) - Updated macros using /vis/open: diff --git a/examples/advanced/hadrontherapy/hadrontherapy.out b/examples/advanced/hadrontherapy/hadrontherapy.out index cdc7512815..2069514eb7 100644 --- a/examples/advanced/hadrontherapy/hadrontherapy.out +++ b/examples/advanced/hadrontherapy/hadrontherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -694,12 +694,12 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 500 - User=4.680000s Real=4.805444s Sys=0.050000s + User=5.450000s Real=6.219716s Sys=0.070000s Graphics systems deleted. Visualization Manager deleting... -The simulation took: 7.127 s to run (real time) +The simulation took: 9.17605 s to run (real time) Dose is being written to Dose.out i j k Dose(Gy)================== Deleting memory pools =================== Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.24 MB +Dynamic pools deleted: 14 / Total memory freed: 0.28 MB ============================================================ diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyInteractionParameters.cc b/examples/advanced/hadrontherapy/src/HadrontherapyInteractionParameters.cc index 633e097372..d2d32da9eb 100644 --- a/examples/advanced/hadrontherapy/src/HadrontherapyInteractionParameters.cc +++ b/examples/advanced/hadrontherapy/src/HadrontherapyInteractionParameters.cc @@ -117,7 +117,7 @@ bool HadrontherapyInteractionParameters::GetStoppingTable(const G4String& vararg // This will plot // Info to user - G4String ofName = (filename == "") ? "User terminal": filename; + G4String ofName = (filename == "") ? G4String("User terminal"): filename; G4cout << "User choice:\n"; G4cout << "Kinetic energy lower limit= "<< G4BestUnit(kinEmin,"Energy") << ", Kinetic energy upper limit= " << G4BestUnit(kinEmax,"Energy") << diff --git a/examples/advanced/human_phantom/human_phantom.out b/examples/advanced/human_phantom/human_phantom.out index f5a5e319d1..6e7bc12e7f 100644 --- a/examples/advanced/human_phantom/human_phantom.out +++ b/examples/advanced/human_phantom/human_phantom.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 125e870f19..cc7dd516f9 100644 --- a/examples/advanced/iort_therapy/iort_therapy.out +++ b/examples/advanced/iort_therapy/iort_therapy.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -596,7 +596,7 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 2000 - User=9.240000s Real=9.555099s Sys=0.180000s + User=10.160000s Real=11.616344s Sys=0.290000s /score/dumpQuantityToFile boxMesh_1 dose dose.out Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out index 3f3b624678..e570e894fa 100644 --- a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out +++ b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -923,13 +923,13 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 395 kByte - Total CPU time elapsed for geometry optimisation: 0.23 seconds + Total CPU time elapsed for geometry optimisation: 0.24 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 52.17 0.12 0.00 152k EmModuleLogical - 47.83 0.11 0.00 238k HadModuleLogical + 54.17 0.13 0.00 152k EmModuleLogical + 45.83 0.11 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 @@ -941,7 +941,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 60.17 238k 1385 2370 3792 0.11 HadModuleLogical - 38.50 152k 1129 1152 2426 0.12 EmModuleLogical + 38.50 152k 1129 1152 2426 0.13 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 @@ -1304,7 +1304,7 @@ Edep in FCAL1 FCAl2 : 19838.2 3.89468 Run terminated. Run Summary Number of events processed : 18 - User=6.680000s Real=6.734801s Sys=0.000000s + User=7.660000s Real=8.185956s Sys=0.000000s There are histograms that can be viewed with visualization: 4 h1 histograms(s) List them with "/analysis/list". diff --git a/examples/advanced/medical_linac/History b/examples/advanced/medical_linac/History index 89c144418f..68fe7b1789 100644 --- a/examples/advanced/medical_linac/History +++ b/examples/advanced/medical_linac/History @@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-04-22 D. Konstantinov (medical_linac-V11-01-02) +- Fixed a critical bug in the geometry of the medical linear accelerator's collimator. +- Reduced the cut for TargetR in the medical linear accelerator from 1 cm to 1 mm. ## 2023-11-15 I. Hrivnacova (medical_linac-V11-01-01) - Updated vis.mac: diff --git a/examples/advanced/medical_linac/medical_linac.out b/examples/advanced/medical_linac/medical_linac.out index 347c7354d4..6adad6ad43 100644 --- a/examples/advanced/medical_linac/medical_linac.out +++ b/examples/advanced/medical_linac/medical_linac.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/medical_linac/src/DetectorConstruction.cc b/examples/advanced/medical_linac/src/DetectorConstruction.cc index 9cbe4a8a79..d5b2709b40 100644 --- a/examples/advanced/medical_linac/src/DetectorConstruction.cc +++ b/examples/advanced/medical_linac/src/DetectorConstruction.cc @@ -262,7 +262,7 @@ void DetectorConstruction::ConstructTarget() G4Region *regVol; regVol = new G4Region("TargetR"); G4ProductionCuts* cuts = new G4ProductionCuts; - cuts -> SetProductionCut(1.*cm); + cuts -> SetProductionCut(1.*mm); regVol -> SetProductionCuts(cuts); BoxMinusTubeLV -> SetRegion(regVol); regVol -> AddRootLogicalVolume(BoxMinusTubeLV); @@ -292,7 +292,7 @@ void DetectorConstruction::ConstructPrimaryCollimator() tube1HalfLengthZ = 15.86/2. * mm; cone1RadiusMin = 34./2.*mm; // upper cone cone1RadiusMax = 54./2.*mm; - cone1HalfLengthZ = (bigTube1HalfLengthZ - tube1HalfLengthZ)/2.*mm; //(79.-15.86)/2.*mm; + cone1HalfLengthZ = (bigTube1HalfLengthZ - tube1HalfLengthZ)*mm; //(79.-15.86)/2.*mm; // middle principal tube = bigTube2 bigTube2Radius = 141./2. * mm; diff --git a/examples/advanced/microbeam/microbeam.out b/examples/advanced/microbeam/microbeam.out index da1d38ce54..1fce6017d2 100644 --- a/examples/advanced/microbeam/microbeam.out +++ b/examples/advanced/microbeam/microbeam.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -804,7 +804,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -##### Create analysis manager 0x1a65190 +##### Create analysis manager 0x11b7150 Using analysis manager All Ntuples have been created -> Event # 1 generated diff --git a/examples/advanced/microelectronics/microelectronics.out b/examples/advanced/microelectronics/microelectronics.out index 1971bc9cfc..b22451d817 100644 --- a/examples/advanced/microelectronics/microelectronics.out +++ b/examples/advanced/microelectronics/microelectronics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -343,7 +343,7 @@ 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 0x10a44b0 +##### Create analysis manager 0x1b5c470 Using analysis manager ... set ntuple merging row mode : row-wise - done ... create file : microelectronics.root - done @@ -365,7 +365,7 @@ Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.5/micro Run terminated. Run Summary Number of events processed : 10 - User=0.340000s Real=0.416159s Sys=0.010000s + User=0.350000s Real=0.577205s Sys=0.020000s ... write file : microelectronics.root - done ... close file : microelectronics.root - done ... clear all data - done diff --git a/examples/advanced/nanobeam/nanobeam.out b/examples/advanced/nanobeam/nanobeam.out index 984a0ff3b4..e356d098dc 100644 --- a/examples/advanced/nanobeam/nanobeam.out +++ b/examples/advanced/nanobeam/nanobeam.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -294,7 +294,7 @@ Index : 0 used in the geometry : Yes ================================================================== -##### Create analysis manager 0x1458d10 +##### Create analysis manager 0x6cccd0 Using 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 881d3d3146..bb988ed02d 100644 --- a/examples/advanced/purging_magnet/purging_magnet.out +++ b/examples/advanced/purging_magnet/purging_magnet.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/stim_pixe_tomography/stim_pixe_tomography.out b/examples/advanced/stim_pixe_tomography/stim_pixe_tomography.out index d24b56f180..1705bb312d 100644 --- a/examples/advanced/stim_pixe_tomography/stim_pixe_tomography.out +++ b/examples/advanced/stim_pixe_tomography/stim_pixe_tomography.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -899,7 +899,7 @@ Projection_index 0 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000622s Sys=0.000000s + User=0.000000s Real=0.000552s Sys=0.000000s /gps/direction 1.000000 0.000000 0.000000 /gps/pos/centre -36.000000 -14.400000 0.000000 um /run/beamOn 20 @@ -929,7 +929,7 @@ Projection_index 0 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.009401s Sys=0.000000s + User=0.010000s Real=0.009963s Sys=0.000000s /gps/direction 1.000000 0.000000 0.000000 /gps/pos/centre -36.000000 0.000000 0.000000 um /run/beamOn 20 @@ -959,7 +959,7 @@ Projection_index 0 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.009584s Sys=0.000000s + User=0.010000s Real=0.009136s Sys=0.000000s /gps/direction 1.000000 0.000000 0.000000 /gps/pos/centre -36.000000 14.400000 0.000000 um /run/beamOn 20 @@ -989,7 +989,7 @@ Projection_index 0 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.009320s Sys=0.000000s + User=0.010000s Real=0.007740s Sys=0.000000s /gps/direction 1.000000 0.000000 0.000000 /gps/pos/centre -36.000000 28.800000 0.000000 um /run/beamOn 20 @@ -1019,7 +1019,7 @@ Projection_index 0 Slice_index 0 Pixel_index 4 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000212s Sys=0.000000s + User=0.000000s Real=0.000141s Sys=0.000000s /gps/direction 0.809017 0.587785 0.000000 /gps/pos/centre -12.196397 -44.459959 0.000000 um /run/beamOn 20 @@ -1049,7 +1049,7 @@ Projection_index 1 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000189s Sys=0.000000s + User=0.000000s Real=0.000128s Sys=0.000000s /gps/direction 0.809017 0.587785 0.000000 /gps/pos/centre -20.660504 -32.810114 0.000000 um /run/beamOn 20 @@ -1079,7 +1079,7 @@ Projection_index 1 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.007491s Sys=0.000000s + User=0.000000s Real=0.006587s Sys=0.000000s /gps/direction 0.809017 0.587785 0.000000 /gps/pos/centre -29.124612 -21.160269 0.000000 um /run/beamOn 20 @@ -1109,7 +1109,7 @@ Projection_index 1 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.011607s Sys=0.000000s + User=0.010000s Real=0.009768s Sys=0.000000s /gps/direction 0.809017 0.587785 0.000000 /gps/pos/centre -37.588719 -9.510424 0.000000 um /run/beamOn 20 @@ -1139,7 +1139,7 @@ Projection_index 1 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.007064s Sys=0.000000s + User=0.010000s Real=0.006431s Sys=0.000000s /gps/direction 0.809017 0.587785 0.000000 /gps/pos/centre -46.052827 2.139420 0.000000 um /run/beamOn 20 @@ -1169,7 +1169,7 @@ Projection_index 1 Slice_index 0 Pixel_index 4 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000211s Sys=0.000000s + User=0.000000s Real=0.000299s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre 16.265816 -43.137724 0.000000 um /run/beamOn 20 @@ -1199,7 +1199,7 @@ Projection_index 2 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000187s Sys=0.000000s + User=0.000000s Real=0.002744s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre 2.570602 -38.687879 0.000000 um /run/beamOn 20 @@ -1229,7 +1229,7 @@ Projection_index 2 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.008738s Sys=0.000000s + User=0.010000s Real=0.014268s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre -11.124612 -34.238035 0.000000 um /run/beamOn 20 @@ -1259,7 +1259,7 @@ Projection_index 2 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.009402s Sys=0.000000s + User=0.010000s Real=0.009077s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre -24.819826 -29.788190 0.000000 um /run/beamOn 20 @@ -1289,7 +1289,7 @@ Projection_index 2 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.008923s Sys=0.000000s + User=0.010000s Real=0.007457s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre -38.515039 -25.338345 0.000000 um /run/beamOn 20 @@ -1319,7 +1319,7 @@ Projection_index 2 Slice_index 0 Pixel_index 4 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000192s Sys=0.000000s + User=0.000000s Real=0.000287s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre 38.515039 -25.338345 0.000000 um /run/beamOn 20 @@ -1349,7 +1349,7 @@ Projection_index 3 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000188s Sys=0.000000s + User=0.000000s Real=0.000142s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre 24.819826 -29.788190 0.000000 um /run/beamOn 20 @@ -1379,7 +1379,7 @@ Projection_index 3 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.008859s Sys=0.000000s + User=0.010000s Real=0.014141s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre 11.124612 -34.238035 0.000000 um /run/beamOn 20 @@ -1409,7 +1409,7 @@ Projection_index 3 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.009838s Sys=0.000000s + User=0.010000s Real=0.013377s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre -2.570602 -38.687879 0.000000 um /run/beamOn 20 @@ -1439,7 +1439,7 @@ Projection_index 3 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.008988s Sys=0.000000s + User=0.010000s Real=0.013318s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre -16.265816 -43.137724 0.000000 um /run/beamOn 20 @@ -1469,7 +1469,7 @@ Projection_index 3 Slice_index 0 Pixel_index 4 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000194s Sys=0.000000s + User=0.000000s Real=0.000141s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 46.052827 2.139420 0.000000 um /run/beamOn 20 @@ -1499,7 +1499,7 @@ Projection_index 4 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000208s Sys=0.000000s + User=0.000000s Real=0.000153s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 37.588719 -9.510424 0.000000 um /run/beamOn 20 @@ -1529,7 +1529,7 @@ Projection_index 4 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.007138s Sys=0.000000s + User=0.010000s Real=0.009238s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 29.124612 -21.160269 0.000000 um /run/beamOn 20 @@ -1559,7 +1559,7 @@ Projection_index 4 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.012344s Sys=0.000000s + User=0.010000s Real=0.015879s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 20.660504 -32.810114 0.000000 um /run/beamOn 20 @@ -1589,7 +1589,7 @@ Projection_index 4 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.007297s Sys=0.000000s + User=0.010000s Real=0.007178s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 12.196397 -44.459959 0.000000 um /run/beamOn 20 @@ -1619,7 +1619,7 @@ Projection_index 4 Slice_index 0 Pixel_index 4 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000207s Sys=0.000000s + User=0.000000s Real=0.000149s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/advanced/underground_physics/underground_physics-alpha.out b/examples/advanced/underground_physics/underground_physics-alpha.out index 1aa654baee..818533fa2c 100644 --- a/examples/advanced/underground_physics/underground_physics-alpha.out +++ b/examples/advanced/underground_physics/underground_physics-alpha.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -95,7 +95,7 @@ User Limits: OpAbsorption is created OpBoundary is created -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 DMXPhysicsList::SetCuts:CutLength : 1 um /run/verbose 1 /tracking/verbose 0 @@ -622,7 +622,7 @@ muPairProd: for mu- XStype:1 SubType=4 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -800,7 +800,7 @@ WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system Run terminated. Run Summary Number of events processed : 1 - User=1.320000s Real=1.379114s Sys=0.060000s + User=1.470000s Real=1.725469s Sys=0.060000s There are histograms that can be viewed with visualization: 12 h1 histograms(s) 2 h2 histograms(s) diff --git a/examples/advanced/underground_physics/underground_physics.out b/examples/advanced/underground_physics/underground_physics.out index 11c6f15a1f..e191f9a81e 100644 --- a/examples/advanced/underground_physics/underground_physics.out +++ b/examples/advanced/underground_physics/underground_physics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -95,7 +95,7 @@ User Limits: OpAbsorption is created OpBoundary is created -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 DMXPhysicsList::SetCuts:CutLength : 1 um Verbosity Set to: 0 ======================================================================= @@ -595,7 +595,7 @@ muPairProd: for mu- XStype:1 SubType=4 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== diff --git a/examples/advanced/xray_SiliconPoreOptics/SiliconPoreOptics.out b/examples/advanced/xray_SiliconPoreOptics/SiliconPoreOptics.out index dde9e6593e..8eb018f6fa 100644 --- a/examples/advanced/xray_SiliconPoreOptics/SiliconPoreOptics.out +++ b/examples/advanced/xray_SiliconPoreOptics/SiliconPoreOptics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -869,7 +869,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 5000 - User=25.390000s Real=25.569772s Sys=0.010000s + User=28.380000s Real=30.248397s Sys=0.020000s ... write file : output.root - done ... close file : output.root - done Graphics systems deleted. diff --git a/examples/advanced/xray_TESdetector/xray_TESdetector.out b/examples/advanced/xray_TESdetector/xray_TESdetector.out index 5da85ddd82..d51f540d59 100644 --- a/examples/advanced/xray_TESdetector/xray_TESdetector.out +++ b/examples/advanced/xray_TESdetector/xray_TESdetector.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1282,7 +1282,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 1000 - User=0.890000s Real=0.898432s Sys=0.000000s + User=1.000000s Real=1.035226s Sys=0.000000s ... write file : output.root - done ... close file : output.root - done Graphics systems deleted. diff --git a/examples/advanced/xray_fluorescence/xray_fluorescence.out b/examples/advanced/xray_fluorescence/xray_fluorescence.out index 50c5d386da..f289a52d70 100644 --- a/examples/advanced/xray_fluorescence/xray_fluorescence.out +++ b/examples/advanced/xray_fluorescence/xray_fluorescence.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2979,7 +2979,7 @@ Created histos Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002909s Sys=0.000000s + User=0.000000s Real=0.002953s Sys=0.000000s Going to save histograms ... write file : xrayfluo.root - done ... close file : xrayfluo.root - done diff --git a/examples/advanced/xray_telescope/xray_telescope.out b/examples/advanced/xray_telescope/xray_telescope.out index 001ae6d032..e6d978c20d 100644 --- a/examples/advanced/xray_telescope/xray_telescope.out +++ b/examples/advanced/xray_telescope/xray_telescope.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -458,7 +458,7 @@ Opening output file xraytel ... done Run terminated. Run Summary Number of events processed : 1000 - User=0.010000s Real=0.012601s Sys=0.000000s + User=0.020000s Real=0.021804s Sys=0.000000s ########################################## WARNING: command "/vis/viewer/update" could not be applied: no current viewer. Graphics systems deleted. diff --git a/examples/basic/B1/exampleB1.out b/examples/basic/B1/exampleB1.out index 5bb6b4bae1..309ec41aee 100644 --- a/examples/basic/B1/exampleB1.out +++ b/examples/basic/B1/exampleB1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B2/B2a/exampleB2a.out b/examples/basic/B2/B2a/exampleB2a.out index 739195deed..f2ce3bf20b 100644 --- a/examples/basic/B2/B2a/exampleB2a.out +++ b/examples/basic/B2/B2a/exampleB2a.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out index ee65914229..45edc939ed 100644 --- a/examples/basic/B2/B2b/exampleB2b.out +++ b/examples/basic/B2/B2b/exampleB2b.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B3/B3a/exampleB3a.out b/examples/basic/B3/B3a/exampleB3a.out index 6de24197ac..71ec5729ca 100644 --- a/examples/basic/B3/B3a/exampleB3a.out +++ b/examples/basic/B3/B3a/exampleB3a.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 e315870ac5..eb586b7d9f 100644 --- a/examples/basic/B3/B3b/exampleB3b.out +++ b/examples/basic/B3/B3b/exampleB3b.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B4/B4a/exampleB4a.out b/examples/basic/B4/B4a/exampleB4a.out index 2b90a97cf7..779a0e5d55 100644 --- a/examples/basic/B4/B4a/exampleB4a.out +++ b/examples/basic/B4/B4a/exampleB4a.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 499dadb7f2..309ce269a9 100644 --- a/examples/basic/B4/B4b/exampleB4b.out +++ b/examples/basic/B4/B4b/exampleB4b.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 a51f8aef43..1ac25e8f16 100644 --- a/examples/basic/B4/B4c/exampleB4c.out +++ b/examples/basic/B4/B4c/exampleB4c.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 a8169289d5..8e9b062f2d 100644 --- a/examples/basic/B4/B4d/exampleB4d.out +++ b/examples/basic/B4/B4d/exampleB4d.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -989,4 +989,4 @@ There are histograms that can be viewed with visualization: EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... -### deleting chargedFilter 0x18bbf40 +### deleting chargedFilter 0x1f5cf00 diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out index 4498020e74..6f1fed5d78 100644 --- a/examples/basic/B5/exampleB5.out +++ b/examples/basic/B5/exampleB5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx01/AnaEx01-csv.out b/examples/extended/analysis/AnaEx01/AnaEx01-csv.out index 1951aa2e4f..bea83e17f2 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01-csv.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01-csv.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx01/AnaEx01-hdf5.out b/examples/extended/analysis/AnaEx01/AnaEx01-hdf5.out index b7ca506b8a..10d8f46c71 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01-hdf5.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01-hdf5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx01/AnaEx01-root.out b/examples/extended/analysis/AnaEx01/AnaEx01-root.out index 243c66d568..747ff3bc65 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01-root.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01-root.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx01/AnaEx01-xml.out b/examples/extended/analysis/AnaEx01/AnaEx01-xml.out index 88f7500bfc..64e7b7ee72 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01-xml.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01-xml.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx02/AnaEx02.out b/examples/extended/analysis/AnaEx02/AnaEx02.out index a522c81ff0..81e415b6b3 100644 --- a/examples/extended/analysis/AnaEx02/AnaEx02.out +++ b/examples/extended/analysis/AnaEx02/AnaEx02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx03/AnaEx03-csv.out b/examples/extended/analysis/AnaEx03/AnaEx03-csv.out index a4632fa73a..dcdc3d2d49 100644 --- a/examples/extended/analysis/AnaEx03/AnaEx03-csv.out +++ b/examples/extended/analysis/AnaEx03/AnaEx03-csv.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx03/AnaEx03-hdf5.out b/examples/extended/analysis/AnaEx03/AnaEx03-hdf5.out index ccc431a211..2e7c3eceb9 100644 --- a/examples/extended/analysis/AnaEx03/AnaEx03-hdf5.out +++ b/examples/extended/analysis/AnaEx03/AnaEx03-hdf5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx03/AnaEx03-root.out b/examples/extended/analysis/AnaEx03/AnaEx03-root.out index 8ee3723b5a..ec76a25377 100644 --- a/examples/extended/analysis/AnaEx03/AnaEx03-root.out +++ b/examples/extended/analysis/AnaEx03/AnaEx03-root.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx03/AnaEx03-xml.out b/examples/extended/analysis/AnaEx03/AnaEx03-xml.out index 46d9b73eeb..f752371377 100644 --- a/examples/extended/analysis/AnaEx03/AnaEx03-xml.out +++ b/examples/extended/analysis/AnaEx03/AnaEx03-xml.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/B1Con/exampleB01Con.out b/examples/extended/analysis/B1Con/exampleB01Con.out index db1daf0621..fa5fd288c3 100644 --- a/examples/extended/analysis/B1Con/exampleB01Con.out +++ b/examples/extended/analysis/B1Con/exampleB01Con.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -864,13 +864,13 @@ G4ConvergenceTester Output Result of DOSE_TALLY R = 0.0290868 SHIFT = 2.0878e-15 VOV = 0.000156804 - FOM = 5139.03 + FOM = 4727.91 THE LARGEST SCORE = 1.0851e-11 and it happened at 802th event Affected Mean = 5.06247e-12 and its ratio to original is 1.00114 Affected VAR = 2.16452e-23 and its ratio to original is 1.00055 Affected R = 0.029047 and its ratio to original is 0.998632 Affected SHIFT = -2.10021e-15 and its ratio to original is -1.00595 - Affected FOM = 5139.03 and its ratio to original is 1 + Affected FOM = 4727.91 and its ratio to original is 1 MEAN distribution is RANDOM r follows 1/std::sqrt(N) r is monotonically decrease @@ -884,22 +884,22 @@ This result passes 6 / 8 Convergence Test. G4ConvergenceTester Output History of DOSE_TALLY i/16 till_ith mean var sd r vov fom shift e r2eff r2int - 1 62 5.51905e-12 2.10641e-23 4.58956e-12 0.10477 0.00349254 396.095 -6.31268e-13 0.619048 0.00976801 0.00103449 - 2 124 5.24443e-12 2.19131e-23 4.68114e-12 0.079836 0.00119948 682.142 -2.32561e-13 0.632 0.00465823 0.00166456 - 3 187 5.19533e-12 2.17828e-23 4.6672e-12 0.0655187 0.000810324 1012.84 -1.46253e-13 0.638298 0.00301418 0.00125568 - 4 249 5.24762e-12 2.17577e-23 4.66451e-12 0.0562178 0.000628242 1375.7 -1.88828e-13 0.64 0.00225 0.000897804 - 5 312 5.05818e-12 2.13264e-23 4.61805e-12 0.0516051 0.000543135 1632.62 -1.61673e-14 0.632588 0.00185562 0.000798965 - 6 374 4.94544e-12 2.13069e-23 4.61595e-12 0.0481992 0.000456237 1871.51 8.7396e-14 0.626667 0.00158865 0.000728316 - 7 437 5.00127e-12 2.121e-23 4.60543e-12 0.044 0.000391269 2245.77 4.18245e-14 0.636986 0.00130112 0.000630458 - 8 499 5.08953e-12 2.13598e-23 4.62167e-12 0.0406103 0.000326214 2636.34 -4.35334e-14 0.646 0.00109598 0.000549919 - 9 562 5.16829e-12 2.14152e-23 4.62765e-12 0.0377363 0.000291332 3053.18 -1.0866e-13 0.653641 0.000941192 0.000480309 - 10 624 5.18124e-12 2.14591e-23 4.63239e-12 0.0357628 0.000258743 3399.45 -1.18512e-13 0.6544 0.000844988 0.000431944 - 11 687 5.17908e-12 2.13659e-23 4.62233e-12 0.0340262 0.000239275 3755.3 -1.19679e-13 0.655523 0.000763807 0.000392296 - 12 749 5.17742e-12 2.13375e-23 4.61926e-12 0.0325783 0.00022047 4096.53 -1.13831e-13 0.658667 0.000690958 0.000368972 - 13 812 5.18358e-12 2.12092e-23 4.60534e-12 0.0311592 0.000212735 4478.15 -1.23029e-13 0.661747 0.000628724 0.000340981 - 14 874 5.13529e-12 2.13621e-23 4.62192e-12 0.0304266 0.000190414 4696.41 -7.65616e-14 0.651429 0.000611529 0.00031319 - 15 937 5.10108e-12 2.15153e-23 4.63846e-12 0.02969 0.000170897 4932.31 -4.15281e-14 0.646055 0.000584067 0.000296492 - 16 999 5.05669e-12 2.16333e-23 4.65116e-12 0.0290868 0.000156804 5139.03 2.0878e-15 0.638 0.000567398 0.000277796 + 1 62 5.51905e-12 2.10641e-23 4.58956e-12 0.10477 0.00349254 379.591 -6.31268e-13 0.619048 0.00976801 0.00103449 + 2 124 5.24443e-12 2.19131e-23 4.68114e-12 0.079836 0.00119948 627.571 -2.32561e-13 0.632 0.00465823 0.00166456 + 3 187 5.19533e-12 2.17828e-23 4.6672e-12 0.0655187 0.000810324 931.816 -1.46253e-13 0.638298 0.00301418 0.00125568 + 4 249 5.24762e-12 2.17577e-23 4.66451e-12 0.0562178 0.000628242 1265.64 -1.88828e-13 0.64 0.00225 0.000897804 + 5 312 5.05818e-12 2.13264e-23 4.61805e-12 0.0516051 0.000543135 1502.01 -1.61673e-14 0.632588 0.00185562 0.000798965 + 6 374 4.94544e-12 2.13069e-23 4.61595e-12 0.0481992 0.000456237 1721.79 8.7396e-14 0.626667 0.00158865 0.000728316 + 7 437 5.00127e-12 2.121e-23 4.60543e-12 0.044 0.000391269 2066.11 4.18245e-14 0.636986 0.00130112 0.000630458 + 8 499 5.08953e-12 2.13598e-23 4.62167e-12 0.0406103 0.000326214 2425.43 -4.35334e-14 0.646 0.00109598 0.000549919 + 9 562 5.16829e-12 2.14152e-23 4.62765e-12 0.0377363 0.000291332 2808.93 -1.0866e-13 0.653641 0.000941192 0.000480309 + 10 624 5.18124e-12 2.14591e-23 4.63239e-12 0.0357628 0.000258743 3127.5 -1.18512e-13 0.6544 0.000844988 0.000431944 + 11 687 5.17908e-12 2.13659e-23 4.62233e-12 0.0340262 0.000239275 3454.87 -1.19679e-13 0.655523 0.000763807 0.000392296 + 12 749 5.17742e-12 2.13375e-23 4.61926e-12 0.0325783 0.00022047 3768.8 -1.13831e-13 0.658667 0.000690958 0.000368972 + 13 812 5.18358e-12 2.12092e-23 4.60534e-12 0.0311592 0.000212735 4119.89 -1.23029e-13 0.661747 0.000628724 0.000340981 + 14 874 5.13529e-12 2.13621e-23 4.62192e-12 0.0304266 0.000190414 4320.69 -7.65616e-14 0.651429 0.000611529 0.00031319 + 15 937 5.10108e-12 2.15153e-23 4.63846e-12 0.02969 0.000170897 4537.73 -4.15281e-14 0.646055 0.000584067 0.000296492 + 16 999 5.05669e-12 2.16333e-23 4.65116e-12 0.0290868 0.000156804 4727.91 2.0878e-15 0.638 0.000567398 0.000277796 --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV diff --git a/examples/extended/biasing/.README.txt b/examples/extended/biasing/.README.txt index f5ec22befc..dda36b40ae 100644 --- a/examples/extended/biasing/.README.txt +++ b/examples/extended/biasing/.README.txt @@ -44,7 +44,7 @@ importance of the current volumes. \subsection biasing_sub_14 Further information: Short description of importance sampling and scoring: -http://cern.ch/geant4/working_groups/geometry/biasing/Sampling.html +https://geant4.web.cern.ch/collaboration/working_groups/geometryTransport/#development-documents (Under the Event Biasing & Tallies Section) \subsection biasing_sub_15 Example B01 diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index cfad339c6c..4101d2f1f3 100644 --- a/examples/extended/biasing/B01/exampleB01.out +++ b/examples/extended/biasing/B01/exampleB01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/biasing/B02/exampleB02.out b/examples/extended/biasing/B02/exampleB02.out index 50d92ce68c..6a08a54948 100644 --- a/examples/extended/biasing/B02/exampleB02.out +++ b/examples/extended/biasing/B02/exampleB02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out index e907212403..fa96658b8e 100644 --- a/examples/extended/biasing/B03/exampleB03.out +++ b/examples/extended/biasing/B03/exampleB03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out index eb3ff42258..e0d6f7ad66 100644 --- a/examples/extended/biasing/GB01/exampleGB01.out +++ b/examples/extended/biasing/GB01/exampleGB01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/biasing/GB02/exampleGB02.out b/examples/extended/biasing/GB02/exampleGB02.out index 0d580c8403..cefb6c8fe7 100644 --- a/examples/extended/biasing/GB02/exampleGB02.out +++ b/examples/extended/biasing/GB02/exampleGB02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/biasing/GB03/exampleGB03.out b/examples/extended/biasing/GB03/exampleGB03.out index 815e071d88..1bb0a33b68 100644 --- a/examples/extended/biasing/GB03/exampleGB03.out +++ b/examples/extended/biasing/GB03/exampleGB03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -870,7 +870,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.140000s Real=0.136254s Sys=0.000000s + User=0.130000s Real=0.138565s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -930,7 +930,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.160000s Real=0.164234s Sys=0.000000s + User=0.170000s Real=0.187149s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/biasing/GB04/exampleGB04.out b/examples/extended/biasing/GB04/exampleGB04.out index b25af62e76..5c4bee5710 100644 --- a/examples/extended/biasing/GB04/exampleGB04.out +++ b/examples/extended/biasing/GB04/exampleGB04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1247,7 +1247,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.002581s Sys=0.000000s + User=0.000000s Real=0.002714s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -2333,7 +2333,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.004231s Sys=0.000000s + User=0.010000s Real=0.010265s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -3746,7 +3746,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.005533s Sys=0.000000s + User=0.000000s Real=0.015940s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/biasing/GB05/exampleGB05.out b/examples/extended/biasing/GB05/exampleGB05.out index da9e92edbd..fd04eb1450 100644 --- a/examples/extended/biasing/GB05/exampleGB05.out +++ b/examples/extended/biasing/GB05/exampleGB05.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/biasing/GB06/exampleGB06.out b/examples/extended/biasing/GB06/exampleGB06.out index f891357576..f0164a53cd 100644 --- a/examples/extended/biasing/GB06/exampleGB06.out +++ b/examples/extended/biasing/GB06/exampleGB06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/biasing/GB07/exampleGB07.out b/examples/extended/biasing/GB07/exampleGB07.out index ceed57b905..5b528ebd12 100644 --- a/examples/extended/biasing/GB07/exampleGB07.out +++ b/examples/extended/biasing/GB07/exampleGB07.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/biasing/History b/examples/extended/biasing/History index e9bf453dc3..98d2d63fd3 100644 --- a/examples/extended/biasing/History +++ b/examples/extended/biasing/History @@ -4,6 +4,10 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-03-20 L.G. Sarmiento (exbiasing-V11-01-01) +- Fixed broken link from "Further information:" + - updated from old `http://cern.ch/geant4/working_groups` site. + Triggerred by [user forum](https://geant4-forum.web.cern.ch/t/help-me-find-information-on-biasing/11922/5) ## 2023-11-15 I. Hrivnacova (exbiasing-V11-01-00) - Updated vis.mac macros: diff --git a/examples/extended/biasing/README b/examples/extended/biasing/README index 065c26504e..2f23cebdad 100644 --- a/examples/extended/biasing/README +++ b/examples/extended/biasing/README @@ -40,7 +40,7 @@ importance of the current volumes. Further information: -------------------- Short description of importance sampling and scoring: -http://cern.ch/geant4/working_groups/geometry/biasing/Sampling.html +https://geant4.web.cern.ch/collaboration/working_groups/geometryTransport/#development-documents (Under the Event Biasing & Tallies Section) Example B01 =========== diff --git a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out index 5ce7752dcb..b0b664757c 100644 --- a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out +++ b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -419,7 +419,7 @@ nb event 195000 Run terminated. Run Summary Number of events processed : 200000 - User=69.390000s Real=87.557870s Sys=0.100000s + User=75.730000s Real=95.126132s Sys=0.110000s Results of reverse/adjoint simulation! normalised edep [MeV] = 0.00163827 error[MeV] = 1.70862e-05 diff --git a/examples/extended/common/common.out b/examples/extended/common/common.out index 44c8202217..1c4b8f604b 100644 --- a/examples/extended/common/common.out +++ b/examples/extended/common/common.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -120,7 +120,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.000346s Sys=0.000000s + User=0.000000s Real=0.000295s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out index 4a07ff9e2c..04fcde8460 100644 --- a/examples/extended/electromagnetic/TestEm0/TestEm0.out +++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -156,7 +156,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000345s Sys=0.000000s + User=0.000000s Real=0.000407s Sys=0.000000s Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm @@ -225,7 +225,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000180s Sys=0.000000s + User=0.000000s Real=0.000200s Sys=0.000000s ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 Dynamic pools deleted: 9 / Total memory freed: 0.012 MB diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out index 996275942c..12bc65905d 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.out +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -630,7 +630,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 2000 - User=1.180000s Real=1.274505s Sys=0.000000s + User=1.270000s Real=1.338860s Sys=0.000000s ======================== run summary ====================== @@ -699,7 +699,7 @@ N=17 V[N]={1812789365238166452, 2069525414984418818, 563533851721436893, 5846823 Run terminated. Run Summary Number of events processed : 2000 - User=0.060000s Real=0.065395s Sys=0.000000s + User=0.080000s Real=0.085164s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index 62761ab46d..e44f3dbbf6 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -215,10 +215,10 @@ Lorentz Factor XTR photon number 8.085e+04 3.154 9.283e+04 3.154 -total time for build X-ray TR energy loss tables = 0.36 s +total time for build X-ray TR energy loss tables = 0.43 s Build angle for energy distribution according the current radiator -total time for build X-ray TR angle for energy loss tables = 1.41 s +total time for build X-ray TR angle for energy loss tables = 1.43 s msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -305,10 +305,10 @@ Lorentz Factor XTR photon number 8.085e+04 3.154 9.283e+04 3.154 -total time for build X-ray TR energy loss tables = 0.36 s +total time for build X-ray TR energy loss tables = 0.38 s Build angle for energy distribution according the current radiator -total time for build X-ray TR angle for energy loss tables = 1.41 s +total time for build X-ray TR angle for energy loss tables = 1.47 s msc: for proton SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -632,7 +632,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.220000s Real=0.227575s Sys=0.000000s + User=0.250000s Real=0.304928s Sys=0.000000s ================== run summary ===================== End of Run TotNbofEvents = 1000 Mean energy deposit in absorber = 0.0479535 +-0.0189569 MeV diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out index f1005a3d32..8793165ee5 100644 --- a/examples/extended/electromagnetic/TestEm11/TestEm11.out +++ b/examples/extended/electromagnetic/TestEm11/TestEm11.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -546,7 +546,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20000 - User=0.780000s Real=0.785315s Sys=0.000000s + User=0.770000s Real=0.824748s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out index 21e561dcf0..b72dae1d06 100644 --- a/examples/extended/electromagnetic/TestEm12/TestEm12.out +++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -542,7 +542,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.900000s Real=0.907979s Sys=0.000000s + User=0.940000s Real=0.945249s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out index 2e915a950a..7b09bb74f4 100644 --- a/examples/extended/electromagnetic/TestEm13/TestEm13.out +++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -183,7 +183,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=2.020000s Real=2.053627s Sys=0.000000s + User=2.450000s Real=2.456338s Sys=0.000000s ======================== run summary ====================== @@ -250,7 +250,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.280000s Real=2.404653s Sys=0.010000s + User=2.910000s Real=3.010912s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out index 270ce62dd1..46639af540 100644 --- a/examples/extended/electromagnetic/TestEm14/TestEm14.out +++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -183,7 +183,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=3.310000s Real=3.337507s Sys=0.000000s + User=3.870000s Real=3.940988s Sys=0.000000s ======================== run summary ====================== @@ -253,7 +253,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.440000s Real=3.457339s Sys=0.000000s + User=3.860000s Real=4.025364s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out index 6100eb9c83..c99f16e901 100644 --- a/examples/extended/electromagnetic/TestEm15/TestEm15.out +++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -563,7 +563,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.050000s Real=0.049871s Sys=0.000000s + User=0.050000s Real=0.058249s Sys=0.000000s The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 ) @@ -635,7 +635,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.065164s Sys=0.000000s + User=0.080000s Real=0.104763s 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 68751f2bc7..12485885af 100644 --- a/examples/extended/electromagnetic/TestEm16/TestEm16.out +++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -334,7 +334,7 @@ G4SynchrotronRadiation::GetRandomEnergySR : Run terminated. Run Summary Number of events processed : 100 - User=0.210000s Real=0.208372s Sys=0.000000s + User=0.240000s Real=0.244143s Sys=0.010000s Summary for synchrotron radiation : Number of photons = 64566 Emean = 20.42 +/- 0.1465 keV diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out index a4bb584732..6132eadf13 100644 --- a/examples/extended/electromagnetic/TestEm17/TestEm17.out +++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -629,7 +629,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=1.230000s Real=1.237276s Sys=0.000000s + User=1.390000s Real=1.525925s Sys=0.010000s The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -685,7 +685,7 @@ N=17 V[N]={432129628493770164, 1814378723063674975, 1209460836733901477, 4037844 Run terminated. Run Summary Number of events processed : 10000 - User=1.170000s Real=1.197526s Sys=0.000000s + User=1.310000s Real=1.488824s Sys=0.010000s The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -740,7 +740,7 @@ N=17 V[N]={666189274156109320, 913680459780043419, 495444254095043894, 163299520 Run terminated. Run Summary Number of events processed : 10000 - User=1.080000s Real=1.091684s Sys=0.000000s + User=1.330000s Real=1.406382s Sys=0.010000s The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.out b/examples/extended/electromagnetic/TestEm18/TestEm18.out index e336920981..4800627678 100644 --- a/examples/extended/electromagnetic/TestEm18/TestEm18.out +++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -215,7 +215,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.610000s Real=0.611502s Sys=0.000000s + User=0.820000s Real=0.858033s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index c8d0d8ed04..730d8bbb91 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -599,7 +599,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100 - User=2.210000s Real=2.395695s Sys=0.000000s + User=2.490000s Real=2.560568s Sys=0.000000s LOGITUDINAL PROFILE CUMULATIVE LOGITUDINAL PROFILE bin Mean rms bin Mean rms diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out b/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out index 1737afe34f..37d590b769 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index 49b326e2e7..afb5ebb5ae 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -547,7 +547,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.410000s Real=1.478209s Sys=0.000000s + User=1.500000s Real=1.702545s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen @@ -622,7 +622,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.180000s Real=1.190157s Sys=0.000000s + User=1.210000s Real=1.234455s 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 52871d6931..41ee58257d 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.out +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -209,7 +209,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.630000s Real=0.763903s Sys=0.000000s + User=0.710000s Real=0.755292s Sys=0.000000s --------------------End of Global Run------------------------ The run consists of 100000 gamma of 9 MeV in a volume of C6F6 diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out b/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out index db58ede94c..26698a4c69 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -105,7 +105,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000392s Sys=0.000000s + User=0.000000s Real=0.001084s Sys=0.000000s ======================== run summary ====================== @@ -185,7 +185,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 6 - User=0.000000s Real=0.000062s Sys=0.000000s + User=0.000000s Real=0.000084s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out b/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out index 110ec4ba84..4c83a27157 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -236,7 +236,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=70.820000s Real=88.017651s Sys=0.010000s + User=74.580000s Real=96.146056s Sys=0.010000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index 12a7ffc669..5b9aa45186 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -515,7 +515,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=0.920000s Real=0.936249s Sys=0.000000s + User=0.980000s Real=1.016717s Sys=0.000000s ======================== run summary ====================== @@ -615,7 +615,7 @@ N=17 V[N]={1984814923991830562, 2205052685199712209, 118066585300997038, 6711163 Run terminated. Run Summary Number of events processed : 50000 - User=0.830000s Real=0.854529s Sys=0.000000s + User=0.950000s Real=1.042663s Sys=0.000000s ======================== run summary ====================== @@ -720,7 +720,7 @@ N=17 V[N]={1780458468141902664, 801723010833915312, 1477701925928052486, 5214476 Run terminated. Run Summary Number of events processed : 50000 - User=1.730000s Real=1.776860s Sys=0.000000s + User=1.900000s Real=2.007580s Sys=0.000000s ======================== run summary ====================== @@ -831,7 +831,7 @@ N=17 V[N]={1674739253389811489, 1802648265088868514, 1973314902192210249, 210733 Run terminated. Run Summary Number of events processed : 50000 - User=0.650000s Real=0.666910s Sys=0.000000s + User=0.490000s Real=0.511217s Sys=0.000000s ======================== run summary ====================== @@ -943,7 +943,7 @@ N=17 V[N]={124270640368694576, 805382113268323920, 1069731235038687364, 68792194 Run terminated. Run Summary Number of events processed : 50000 - User=7.650000s Real=7.844649s Sys=0.000000s + User=7.500000s Real=7.629246s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index f03b8423a0..b72ec8172c 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -270,7 +270,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000810s Sys=0.000000s + User=0.000000s Real=0.000716s Sys=0.000000s ### RunAction::EndOfRunAction Number of process calls ---> GammaToMuPair : 5 @@ -389,7 +389,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000515s Sys=0.000000s + User=0.000000s Real=0.004509s Sys=0.000000s ### RunAction::EndOfRunAction Number of process calls ---> AnnihiToMuPair : 2 ee2hadr : 3 diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index 194168cd31..d8c1230d50 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -589,7 +589,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=4.980000s Real=5.010215s Sys=0.000000s + User=5.380000s Real=5.619227s Sys=0.000000s The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -649,7 +649,7 @@ N=17 V[N]={2273373921569308894, 1922594714292258330, 861390602506973545, 1707446 Run terminated. Run Summary Number of events processed : 1000 - User=1.780000s Real=1.789700s Sys=0.000000s + User=2.010000s Real=2.127279s Sys=0.000000s The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -720,7 +720,7 @@ N=17 V[N]={1411680723417322311, 717308522919237896, 997899163570264931, 17545129 Run terminated. Run Summary Number of events processed : 1000 - User=1.010000s Real=1.018238s Sys=0.000000s + User=1.100000s Real=1.148062s Sys=0.000000s The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 ) @@ -785,7 +785,7 @@ N=17 V[N]={1974029775001004016, 1772074595005368332, 1742783517329757750, 866617 Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.000507s Sys=0.000000s + User=0.000000s Real=0.000495s Sys=0.000000s The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 mg/cm3) @@ -848,7 +848,7 @@ N=17 V[N]={519682234687940545, 336815571062573618, 1469040227056443228, 64641663 Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.008772s Sys=0.000000s + User=0.010000s Real=0.008760s Sys=0.000000s The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -920,7 +920,7 @@ N=17 V[N]={15279904325226954, 731865819378284698, 1986859391318473396, 276104278 Run terminated. Run Summary Number of events processed : 10 - User=4.270000s Real=7.431699s Sys=0.040000s + User=4.660000s Real=5.327779s Sys=0.050000s The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 ) @@ -998,7 +998,7 @@ N=17 V[N]={1516761028420866249, 568147398696187404, 665643888479448317, 38095374 Run terminated. Run Summary Number of events processed : 1000 - User=0.510000s Real=1.259436s Sys=0.000000s + User=0.550000s Real=1.339753s Sys=0.000000s The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out index 69100ff8a4..98dc0a7633 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.out +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -555,7 +555,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.070000s Real=0.066848s Sys=0.000000s + User=0.070000s Real=0.068829s Sys=0.000000s RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.016747 ==================================================== Beam Particle: proton diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index 7e986fdd88..7b3c5297bd 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -602,7 +602,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.640000s Real=0.645700s Sys=0.000000s + User=0.710000s Real=0.791954s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 0 ================================================================= @@ -712,7 +712,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.960000s Real=0.966965s Sys=0.000000s + User=1.100000s Real=1.200512s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 1 ================================================================= @@ -835,7 +835,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.420000s Real=0.425439s Sys=0.000000s + User=0.450000s Real=0.465967s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 2 ================================================================= @@ -958,7 +958,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.600000s Real=0.617368s Sys=0.010000s + User=0.870000s Real=0.903418s Sys=0.010000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 3 ================================================================= diff --git a/examples/extended/errorpropagation/errProp/errProp.out b/examples/extended/errorpropagation/errProp/errProp.out index b14780e00c..dd9e32df44 100644 --- a/examples/extended/errorpropagation/errProp/errProp.out +++ b/examples/extended/errorpropagation/errProp/errProp.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,7 +18,7 @@ WWW : http://geant4.org/ ************************************************************** - creating G4RunManagerKernel 0x10d6110 + creating G4RunManagerKernel 0x18540d0 G4ChordFinder: stepperDriverId: 2 The materials defined are : @@ -94,15 +94,15 @@ G4Transportation: Current values for thresholds related to the killing of loop Important Energy = 250 ( above this tracks are given multiple chances ) Extra Trials = 10 'important' tracks, i.e. those above 'important' energy G4Transportation constructor> set fShortStepOptimisation to false -0x13901a0G4ErrorPhysicsList:: particle process manager e+ = 0x1394af0 -0x1390000G4ErrorPhysicsList:: particle process manager e- = 0x1398f70 -0x138fe60G4ErrorPhysicsList:: particle process manager gamma = 0x13990e0 -0x1391520G4ErrorPhysicsList:: particle process manager geantino = 0x1399330 -0x1390380G4ErrorPhysicsList:: particle process manager mu+ = 0x1399580 -0x13906d0G4ErrorPhysicsList:: particle process manager mu- = 0x13997d0 -0x1390ab0G4ErrorPhysicsList:: particle process manager pi+ = 0x1399a20 -0x1390ed0G4ErrorPhysicsList:: particle process manager pi- = 0x1399c70 -0x13912f0G4ErrorPhysicsList:: particle process manager proton = 0x1399ec0 +0x1b0e160G4ErrorPhysicsList:: particle process manager e+ = 0x1b12ab0 +0x1b0dfc0G4ErrorPhysicsList:: particle process manager e- = 0x1b16f30 +0x1b0de20G4ErrorPhysicsList:: particle process manager gamma = 0x1b170a0 +0x1b0f4e0G4ErrorPhysicsList:: particle process manager geantino = 0x1b172f0 +0x1b0e340G4ErrorPhysicsList:: particle process manager mu+ = 0x1b17540 +0x1b0e690G4ErrorPhysicsList:: particle process manager mu- = 0x1b17790 +0x1b0ea70G4ErrorPhysicsList:: particle process manager pi+ = 0x1b179e0 +0x1b0ee90G4ErrorPhysicsList:: particle process manager pi- = 0x1b17c30 +0x1b0f2b0G4ErrorPhysicsList:: particle process manager proton = 0x1b17e80 physicsList->CheckParticleList() start. physicsList->setCut() start. G4ChordFinder: stepperDriverId: 2 diff --git a/examples/extended/eventgenerator/.README.txt b/examples/extended/eventgenerator/.README.txt index 9a404f428a..994795c173 100644 --- a/examples/extended/eventgenerator/.README.txt +++ b/examples/extended/eventgenerator/.README.txt @@ -42,8 +42,6 @@ b) use of Pythia8 as an external decayer to replace native Geant4 decay tables for such resonances as tau+/- and B+/-, and to supplement Pythia8-based decay tables to those resonances where Geant4 native decay features are not implemented. -The feature is activated by setting environment variable PYTHIA8 to point -to the Pythia8 installation area. For details, please see \link Examplepy8decayer Example py8decayer \endlink. */ diff --git a/examples/extended/eventgenerator/CMakeLists.txt b/examples/extended/eventgenerator/CMakeLists.txt index 6c700593fc..449ac20560 100644 --- a/examples/extended/eventgenerator/CMakeLists.txt +++ b/examples/extended/eventgenerator/CMakeLists.txt @@ -25,7 +25,7 @@ endif() # decayer6 example requires Pythia6 # find_package(Pythia6 QUIET) -if(PYTHIA6_FOUND) +if(Pythia6_FOUND) add_subdirectory(pythia/decayer6) else() message(STATUS "G4 Examples: Pythia6 package not found. --> decayer6 example disabled.") @@ -35,7 +35,7 @@ endif() # py8decayer example requires Pythia8 # find_package(Pythia8 QUIET) -if (PYTHIA8_FOUND) +if (Pythia8_FOUND) add_subdirectory(pythia/py8decayer) else() message(STATUS "G4 Examples: Pythia8 package not found. --> py8decayer example disabled.") diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/CMakeLists.txt b/examples/extended/eventgenerator/HepMC/HepMCEx01/CMakeLists.txt index 9f0833388b..9e4bb461fa 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/CMakeLists.txt +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/CMakeLists.txt @@ -29,11 +29,8 @@ find_package(HepMC REQUIRED) # Find Pythia6 (optional package) # find_package(Pythia6 QUIET) -if(PYTHIA6_FOUND) +if(Pythia6_FOUND) message(STATUS "G4 Examples: Pythia6 found. --> HepMCEx01 example with Pythia6 enabled.") - add_definitions(-DG4LIB_USE_PYTHIA) -else() - set(PYTHIA6_LIBRARIES "") endif() #---------------------------------------------------------------------------- @@ -49,17 +46,21 @@ file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) # Add the executable, and link it to the Geant4 libraries # add_executable(HepMCEx01 HepMCEx01.cc ${sources} ${headers}) +target_compile_definitions(HepMCEx01 PRIVATE $<$:G4LIB_USE_PYTHIA>) #target_link_libraries(HepMCEx01 ${Geant4_LIBRARIES} # ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} -# ${PYTHIA6_LIBRARIES} gfortran) +# $<$:Pythia6::Pythia6> +# gfortran) target_link_libraries(HepMCEx01 ${Geant4_LIBRARIES} ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} - ${PYTHIA6_LIBRARIES}) + $<$:Pythia6::Pythia6> + ) # if pythia is compiled with g77, link with -lg2c instead. #target_link_libraries(HepMCEx01 ${Geant4_LIBRARIES} # ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} -# ${PYTHIA6_LIBRARIES} g2c) +# $<$:Pythia6::Pythia6> +# g2c) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/History b/examples/extended/eventgenerator/HepMC/HepMCEx01/History index bb10cf8fcb..27e4e10182 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/History +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/History @@ -5,6 +5,9 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-04-25 Ben Morgan (HepMCEx01-V11-01-00) +- Update CMake script to use new Pythia6 setup/build variables + ## 2022-05-24 I. Hrivnacova (HepMCEx01-V11-00-01) - Fix failing comilation due to G4String changes in Geant4 11 (Makes part of the GitHub PR #45) diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/data/CMakeLists.txt b/examples/extended/eventgenerator/HepMC/HepMCEx01/data/CMakeLists.txt index 0ac008d7b5..ff4309b414 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/data/CMakeLists.txt +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/data/CMakeLists.txt @@ -19,11 +19,8 @@ endif() # Find Pythia6 (optional package) # find_package(Pythia6 QUIET) -if(PYTHIA6_FOUND) +if(Pythia6_FOUND) message(STATUS "G4 Examples: Pythia6 found. --> example_MyPythia with Pythia6 enabled.") - add_definitions(-DG4LIB_USE_PYTHIA) -else() - set(PYTHIA6_LIBRARIES "") endif() #---------------------------------------------------------------------------- @@ -31,14 +28,17 @@ endif() # include_directories(${HEPMC_INCLUDE_DIR}) add_executable(example_MyPythia example_MyPythia.cxx) +target_compile_definitions(example_MyPythia PRIVATE $<$:G4LIB_USE_PYTHIA>) target_link_libraries(example_MyPythia ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} - ${PYTHIA6_LIBRARIES} gfortran) + ${Pythia6_LIBRARIES} + $<$:Pythia6::Pythia6> + gfortran) # if pythia is compiled with g77, link with -lg2c instead. #target_link_libraries(example_MyPythia # ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} -# ${PYTHIA6_LIBRARIES} g2c) +# ${Pythia6_LIBRARIES} g2c) #---------------------------------------------------------------------------- # Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/CMakeLists.txt b/examples/extended/eventgenerator/HepMC/HepMCEx02/CMakeLists.txt index 47acb01460..5f588fe022 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/CMakeLists.txt +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/CMakeLists.txt @@ -29,11 +29,8 @@ find_package(HepMC REQUIRED) # Find Pythia6 (optional package) # find_package(Pythia6 QUIET) -if(PYTHIA6_FOUND) +if(Pythia6_FOUND) message(STATUS "G4 Examples: Pythia6 found. --> HepMCEx02 example with Pythia6 enabled.") - add_definitions(-DG4LIB_USE_PYTHIA) -else() - set(PYTHIA6_LIBRARIES "") endif() #---------------------------------------------------------------------------- @@ -49,17 +46,20 @@ file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) # Add the executable, and link it to the Geant4 libraries # add_executable(HepMCEx02 HepMCEx02.cc ${sources} ${headers}) +target_compile_definitions(example_MyPythia PRIVATE $<$:G4LIB_USE_PYTHIA>) #target_link_libraries(HepMCEx02 ${Geant4_LIBRARIES} # ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} -# ${PYTHIA6_LIBRARIES} gfortran) +# $<$:Pythia6::Pythia6> +# gfortran) target_link_libraries(HepMCEx02 ${Geant4_LIBRARIES} ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} - ${PYTHIA6_LIBRARIES}) + $<$:Pythia6::Pythia6>) # if pythia is compiled with g77, link with -lg2c instead. #target_link_libraries(HepMCEx02 ${Geant4_LIBRARIES} # ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} -# ${PYTHIA6_LIBRARIES} g2c) +# $<$:Pythia6::Pythia6> +# g2c) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/History b/examples/extended/eventgenerator/HepMC/HepMCEx02/History index 17c2e301a1..8debdf6812 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/History +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/History @@ -5,6 +5,9 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-04-25 Ben Morgan (HepMCEx02-V11-01-00) +- Update CMake script to use new Pythia6 setup/build variables + ## 2021-12-10 Ben Morgan (HepMCEx02-V11-00-00) - Change to new Markdown History format diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/data/CMakeLists.txt b/examples/extended/eventgenerator/HepMC/HepMCEx02/data/CMakeLists.txt index b199cadc0f..105954b1ab 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/data/CMakeLists.txt +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/data/CMakeLists.txt @@ -19,26 +19,26 @@ endif() # Find Pythia6 (optional package) # find_package(Pythia6 QUIET) -if(PYTHIA6_FOUND) +if(Pythia6_FOUND) message(STATUS "G4 Examples: Pythia6 found. --> example_MyPythia with Pythia6 enabled.") - add_definitions(-DG4LIB_USE_PYTHIA) -else() - set(PYTHIA6_LIBRARIES "") endif() #---------------------------------------------------------------------------- # Add the executable, and link it to the Geant4 libraries # include_directories(${HEPMC_INCLUDE_DIR}) +target_compile_definitions(example_MyPythia PRIVATE $<$:G4LIB_USE_PYTHIA>) add_executable(example_MyPythia example_MyPythia.cxx) target_link_libraries(example_MyPythia ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} - ${PYTHIA6_LIBRARIES} gfortran) + $<$:Pythia6::Pythia6> + gfortran) # if pythia is compiled with g77, link with -lg2c instead. #target_link_libraries(example_MyPythia # ${HEPMC_LIBRARIES} ${HEPMC_FIO_LIBRARIES} -# ${PYTHIA6_LIBRARIES} g2c) +# $<$:Pythia6::Pythia6> +# g2c) #---------------------------------------------------------------------------- # Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX diff --git a/examples/extended/eventgenerator/History b/examples/extended/eventgenerator/History index 9500be0e87..f17ef28955 100644 --- a/examples/extended/eventgenerator/History +++ b/examples/extended/eventgenerator/History @@ -4,6 +4,11 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-04-25 Ben Morgan (exEventGenerator-V11-01-01) +- Update CMake script to use new Pythia6 setup/build variables + +## 2024-03-20 Ben Morgan +- Update docs and CMake script to use new Pythia8 setup/build variables ## 2023-11-15 I. Hrivnacova (exEventGenerator-V11-01-00) - Updated vis.mac macros: diff --git a/examples/extended/eventgenerator/README b/examples/extended/eventgenerator/README index b0a7bbcee5..03e1e8322a 100644 --- a/examples/extended/eventgenerator/README +++ b/examples/extended/eventgenerator/README @@ -45,7 +45,5 @@ b) use of Pythia8 as an external decayer to replace native Geant4 decay tables for such resonances as tau+/- and B+/-, and to supplement Pythia8-based decay tables to those resonances where Geant4 native decay features are not implemented. -The feature is activated by setting environment variable PYTHIA8 to point -to the Pythia8 installation area. For details, please see pythia/py8decayer/README. diff --git a/examples/extended/eventgenerator/exgps/exgps_batch.out b/examples/extended/eventgenerator/exgps/exgps_batch.out index 3f0efaee2a..72ec6a2e2d 100644 --- a/examples/extended/eventgenerator/exgps/exgps_batch.out +++ b/examples/extended/eventgenerator/exgps/exgps_batch.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 daa3f7f4c6..919684a3c5 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run1.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -67,7 +67,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000340s Sys=0.000000s + User=0.000000s Real=0.000376s Sys=0.000000s # /tracking/verbose 0 /run/beamOn 5 @@ -87,7 +87,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000035s Sys=0.000000s + User=0.000000s Real=0.000039s Sys=0.000000s ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 Dynamic pools deleted: 9 / Total memory freed: 0.015 MB diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run2.out b/examples/extended/eventgenerator/particleGun/particleGun_run2.out index 99f3e4fe49..483f25e335 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run2.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -49,7 +49,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.200000s Real=0.228244s Sys=0.000000s + User=0.200000s Real=0.198246s Sys=0.000000s ... write file : run2.root - done ... close file : run2.root - done ================== Deleting memory pools =================== diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run3.out b/examples/extended/eventgenerator/particleGun/particleGun_run3.out index 2062a25ce1..da96da1f14 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run3.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,7 +50,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.310000s Real=0.305214s Sys=0.000000s + User=0.400000s Real=0.399514s Sys=0.000000s ... write file : run3.root - done ... close file : run3.root - done ================== Deleting memory pools =================== diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run4.out b/examples/extended/eventgenerator/particleGun/particleGun_run4.out index 4f9c96fc85..5d0021920f 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run4.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run4.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -65,7 +65,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.290000s Real=3.315481s Sys=0.000000s + User=3.330000s Real=3.595445s Sys=0.000000s ... write file : run4.root - done ... close file : run4.root - done ================== Deleting memory pools =================== diff --git a/examples/extended/eventgenerator/pythia/decayer6/CMakeLists.txt b/examples/extended/eventgenerator/pythia/decayer6/CMakeLists.txt index 00fb0f84ec..a48130af42 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/CMakeLists.txt +++ b/examples/extended/eventgenerator/pythia/decayer6/CMakeLists.txt @@ -30,8 +30,7 @@ find_package(Pythia6 REQUIRED) # include_directories(${PROJECT_SOURCE_DIR}/include ${PROJECT_SOURCE_DIR}/common/include - ${Geant4_INCLUDE_DIR} - ${PYTHIA6_INCLUDE_DIR}) + ${Geant4_INCLUDE_DIR}) file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc ${PROJECT_SOURCE_DIR}/src/*.c) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) @@ -48,8 +47,7 @@ add_subdirectory(common) # Add the executable, and link it to the Geant4 libraries # add_executable(pythia6_decayer pythia6_decayer.cc ${sources} ${headers}) -target_link_libraries(pythia6_decayer ${common_prefix}common ${Geant4_LIBRARIES} ${PYTHIA6_LIBRARIES} ) - +target_link_libraries(pythia6_decayer ${common_prefix}common ${Geant4_LIBRARIES} Pythia6::Pythia6 ) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we # build decayer6. This is so that we can run the executable directly because it diff --git a/examples/extended/eventgenerator/pythia/decayer6/History b/examples/extended/eventgenerator/pythia/decayer6/History index a29c6e5a6d..79b2c0726c 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/History +++ b/examples/extended/eventgenerator/pythia/decayer6/History @@ -4,6 +4,8 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-04-25 Ben Morgan (p6decayer-V11-01-02) +- Update CMake script to use new Pythia6 setup/build variables ## 2023-11-14 I. Hrivnacova (p6decayer-V11-01-01) - Fixes for Doxygen: diff --git a/examples/extended/eventgenerator/pythia/py8decayer/.README.txt b/examples/extended/eventgenerator/pythia/py8decayer/.README.txt index 9d057b9f03..b6fc4c957f 100644 --- a/examples/extended/eventgenerator/pythia/py8decayer/.README.txt +++ b/examples/extended/eventgenerator/pythia/py8decayer/.README.txt @@ -10,9 +10,6 @@ Geant4 decay tables to such resonances as tau+/- or B+/- with the Pythia8-based ones. - This example is activated by setting up PYTHIA8 environment variable - to point to the area where Pythia8 is installed. - The complete Pythia8 information, including on download, and documentation is available from the following site: https://pythia.org @@ -66,16 +63,16 @@ make --cxx-common='-O2 -std=c++17 -pedantic -W -Wall -Wshadow -fPIC -pthread' \endverbatim -- 4. Setup PYTHIA8 environment variable to point to the area where Pythia8 +- 4. Setup Pythia8_ROOT environment variable to point to the area where Pythia8 is built/installed: \verbatim -export PYTHIA8=$PWD +export Pythia8_ROOT=$PWD \endverbatim ## Building example: - Upon setup of PYTHIA8 environment variable to point to the area where + Upon setup of Pythia8_ROOT environment variable to point to the area where Pythia8 package is installed, the pythia/py8decayer example will be compiled together with several other features of the eventgenerator example. diff --git a/examples/extended/eventgenerator/pythia/py8decayer/CMakeLists.txt b/examples/extended/eventgenerator/pythia/py8decayer/CMakeLists.txt index e24899de92..4dc5b3bfd2 100644 --- a/examples/extended/eventgenerator/pythia/py8decayer/CMakeLists.txt +++ b/examples/extended/eventgenerator/pythia/py8decayer/CMakeLists.txt @@ -25,16 +25,12 @@ include(${Geant4_USE_FILE}) #---------------------------------------------------------------------------- # Find Pythia8 (required package) # -# Ideally, should be done via find_package, e.g. find_package(Pythia8 REQUIRED) #---------------------------------------------------------------------------- # Locate sources and headers for this project # -include_directories(${PROJECT_SOURCE_DIR}/include - ${Geant4_INCLUDE_DIR} - ${PYTHIA8_INCLUDES}) - +include_directories(${PROJECT_SOURCE_DIR}/include) file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc ${PROJECT_SOURCE_DIR}/src/*.c) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) @@ -42,7 +38,7 @@ file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) # Add the executable, and link it to the Geant4 libraries # add_executable(pythia8_decayer pythia8_decayer.cc ${sources} ${headers}) -target_link_libraries(pythia8_decayer ${Geant4_LIBRARIES} ${PYTHIA8_LIBRARIES} ) +target_link_libraries(pythia8_decayer ${Geant4_LIBRARIES} Pythia8::Pythia8 ) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we diff --git a/examples/extended/eventgenerator/pythia/py8decayer/History b/examples/extended/eventgenerator/pythia/py8decayer/History index 971df3037d..3b01311702 100644 --- a/examples/extended/eventgenerator/pythia/py8decayer/History +++ b/examples/extended/eventgenerator/pythia/py8decayer/History @@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-03-26 Ben Morgan (p8decayer-V11-01-01) +- Use new FindPythia8 module and imported target + ## 2023-04-22 Julia Yarba (p8decayer-V11-01-00) - Test vs Pythia8.3.0.9 which is the latest as of April 2023 - Update README and .README.txt diff --git a/examples/extended/eventgenerator/pythia/py8decayer/README b/examples/extended/eventgenerator/pythia/py8decayer/README index d63a3e085f..23b131b995 100644 --- a/examples/extended/eventgenerator/pythia/py8decayer/README +++ b/examples/extended/eventgenerator/pythia/py8decayer/README @@ -58,9 +58,9 @@ ./configure --prefix=$PWD --cxx=$CXX \ --cxx-common='-O2 -std=c++17 -pedantic -W -Wall -Wshadow -fPIC -pthread' - 4. Setup PYTHIA8 environment variable to point to the area where Pythia8 + 4. Setup Pythia8_ROOT environment variable to point to the area where Pythia8 is built/installed: - export PYTHIA8=$PWD + export Pythia8_ROOT=$PWD Building example: diff --git a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out index 2ec29f75e1..21ff97dd2b 100644 --- a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out +++ b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,7 +50,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.320000s Real=0.363499s Sys=0.000000s + User=0.450000s Real=0.463143s Sys=0.000000s ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 Dynamic pools deleted: 9 / Total memory freed: 0.013 MB diff --git a/examples/extended/exoticphysics/channeling/channeling.out b/examples/extended/exoticphysics/channeling/channeling.out index 0d9ee8c052..c54b52c987 100644 --- a/examples/extended/exoticphysics/channeling/channeling.out +++ b/examples/extended/exoticphysics/channeling/channeling.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1842,7 +1842,7 @@ Using Run terminated. Run Summary Number of events processed : 1000 - User=77.050000s Real=95.388017s Sys=0.040000s + User=83.620000s Real=98.869482s Sys=0.030000s ... write file : ExExCh.root - done ... close file : ExExCh.root - done Graphics systems deleted. diff --git a/examples/extended/exoticphysics/dmparticle/dmparticle.out b/examples/extended/exoticphysics/dmparticle/dmparticle.out index 21dc6d4be5..01be3020ed 100644 --- a/examples/extended/exoticphysics/dmparticle/dmparticle.out +++ b/examples/extended/exoticphysics/dmparticle/dmparticle.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1159,7 +1159,7 @@ Event = 0 z0 = -779.999 Primary direction = (0,0,1) Run terminated. Run Summary Number of events processed : 100 - User=0.700000s Real=0.714870s Sys=0.000000s + User=0.770000s Real=0.814309s Sys=0.000000s RunAction: End of run actions are started 1 Nevt= 100 Edep= 4164.83 ==================================================== Beam Particle: proton diff --git a/examples/extended/exoticphysics/monopole/monopole.out b/examples/extended/exoticphysics/monopole/monopole.out index fc359f1363..61a9572bf5 100644 --- a/examples/extended/exoticphysics/monopole/monopole.out +++ b/examples/extended/exoticphysics/monopole/monopole.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/exoticphysics/saxs/saxs-slits.out b/examples/extended/exoticphysics/saxs/saxs-slits.out index 966851bf90..e711221e57 100644 --- a/examples/extended/exoticphysics/saxs/saxs-slits.out +++ b/examples/extended/exoticphysics/saxs/saxs-slits.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -556,7 +556,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 1000000 - User=15.540000s Real=23.318007s Sys=0.050000s + User=16.170000s Real=29.742671s Sys=0.050000s --------------------End of Global Run----------------------- The run had 1000000 events... write file : output.root - done @@ -566,4 +566,4 @@ Number of memory pools allocated: 14 of which, static: 0 Dynamic pools deleted: 14 / Total memory freed: 0.028 MB ============================================================ Execution completed -User=17.240000s Real=25.913119s Sys=0.090000s +User=17.970000s Real=32.086496s Sys=0.090000s diff --git a/examples/extended/exoticphysics/saxs/saxs.out b/examples/extended/exoticphysics/saxs/saxs.out index 77b6938beb..51c6af973f 100644 --- a/examples/extended/exoticphysics/saxs/saxs.out +++ b/examples/extended/exoticphysics/saxs/saxs.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -539,7 +539,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 1000000 - User=22.580000s Real=38.681378s Sys=0.350000s + User=26.780000s Real=39.570931s Sys=0.300000s --------------------End of Global Run----------------------- The run had 1000000 events... write file : output.root - done @@ -549,4 +549,4 @@ Number of memory pools allocated: 14 of which, static: 0 Dynamic pools deleted: 14 / Total memory freed: 0.025 MB ============================================================ Execution completed -User=24.250000s Real=42.405196s Sys=0.390000s +User=28.630000s Real=42.884379s Sys=0.380000s diff --git a/examples/extended/exoticphysics/ucn/ExUCN.out b/examples/extended/exoticphysics/ucn/ExUCN.out index 62e8497822..87c646c685 100644 --- a/examples/extended/exoticphysics/ucn/ExUCN.out +++ b/examples/extended/exoticphysics/ucn/ExUCN.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1505,7 +1505,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.020000s Real=0.030714s Sys=0.010000s + User=0.030000s Real=0.031100s Sys=0.000000s Sum NoMT: 0 Sum NoMRT: 0 Sum NoMRCondition: 0 diff --git a/examples/extended/field/BlineTracer/BlineTracer.out b/examples/extended/field/BlineTracer/BlineTracer.out index d5ad45b7bc..c412dae2a2 100644 --- a/examples/extended/field/BlineTracer/BlineTracer.out +++ b/examples/extended/field/BlineTracer/BlineTracer.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out index d0514e1e27..cd87dbbdef 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -136,7 +136,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001428s Sys=0.000000s + User=0.000000s Real=0.002701s Sys=0.000000s ========= Table of registered couples ============================ @@ -218,7 +218,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000947s Sys=0.000000s + User=0.000000s Real=0.000854s Sys=0.000000s ========= Table of registered couples ============================ @@ -300,7 +300,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000874s Sys=0.000000s + User=0.000000s Real=0.000822s Sys=0.000000s ========= Table of registered couples ============================ @@ -382,7 +382,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001337s Sys=0.000000s + User=0.000000s Real=0.001259s Sys=0.000000s ========= Table of registered couples ============================ @@ -464,7 +464,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.001470s Sys=0.000000s + User=0.000000s Real=0.002474s Sys=0.000000s F01FieldSetup::CreateStepperAndChordFinder() called. 1. Creating Stepper. G4DormandPrince745 Stepper is chosen @@ -520,7 +520,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000496s Sys=0.000000s + User=0.000000s Real=0.000846s Sys=0.000000s ========= Table of registered couples ============================ @@ -547,7 +547,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.014553s Sys=0.010000s + User=0.020000s Real=0.018738s Sys=0.000000s # /calor/setAbsMat Xe20CO2 /calor/setWorldMat Kr20CO2 @@ -616,7 +616,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.007748s Sys=0.000000s + User=0.000000s Real=0.008726s Sys=0.000000s ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 Dynamic pools deleted: 12 / Total memory freed: 0.29 MB diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index 48bebe4a36..f653b6d032 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -6013,7 +6013,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Run terminated. Run Summary Number of events processed : 100 - User=0.030000s Real=0.040718s Sys=0.000000s + User=0.040000s Real=0.041980s Sys=0.000000s # /calor/setAbsMat Air /calor/setWorldMat Xe20CO2 @@ -6378,7 +6378,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.002520s Sys=0.000000s + User=0.000000s Real=0.002732s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index ad7b5cbbb9..1dfcf9e6d2 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1055,7 +1055,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001057s Sys=0.000000s + User=0.000000s Real=0.001218s Sys=0.000000s ========= Table of registered couples ============================ @@ -1074,7 +1074,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.011536s Sys=0.000000s + User=0.010000s Real=0.012193s Sys=0.000000s Set global field value to (0,0,1000) Gauss ========= Table of registered couples ============================ @@ -1093,7 +1093,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002265s Sys=0.000000s + User=0.000000s Real=0.002529s Sys=0.000000s Set global field value to (33000,0,0) Gauss F03FieldSetup::UpdateField> The minimal step is equal to 10 mm Stepper Type chosen = 4 @@ -1138,7 +1138,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000294s Sys=0.000000s + User=0.000000s Real=0.000276s Sys=0.000000s /tracking/verbose 0 # /calor/setAbsMat Xe20CO2 @@ -1211,7 +1211,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.240000s Real=0.244016s Sys=0.000000s + User=0.270000s Real=0.280955s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/field/field04/field04.out b/examples/extended/field/field04/field04.out index 8b6a44a834..fde7dfc069 100644 --- a/examples/extended/field/field04/field04.out +++ b/examples/extended/field/field04/field04.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/field/field05/field05.out b/examples/extended/field/field05/field05.out index f28de2df05..8b627ada5f 100644 --- a/examples/extended/field/field05/field05.out +++ b/examples/extended/field/field05/field05.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 745e2d21c6..dcc214c74b 100644 --- a/examples/extended/field/field06/field06.out +++ b/examples/extended/field/field06/field06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2330,7 +2330,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.033176s Sys=0.000000s + User=0.020000s Real=0.023298s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index d7ca7754c8..5be8bb7922 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.out +++ b/examples/extended/g3tog4/clGeometry/clGeometry.out @@ -14,7 +14,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -912,7 +912,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000458s Sys=0.000000s + User=0.000000s Real=0.000396s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -942,7 +942,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000042s Sys=0.000000s + User=0.000000s Real=0.000061s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -972,7 +972,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000061s Sys=0.000000s + User=0.000000s Real=0.000068s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1002,7 +1002,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000066s Sys=0.000000s + User=0.000000s Real=0.000060s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1032,7 +1032,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000076s Sys=0.000000s + User=0.000000s Real=0.000082s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1062,7 +1062,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000044s Sys=0.000000s + User=0.000000s Real=0.000047s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1092,7 +1092,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000044s Sys=0.000000s + User=0.000000s Real=0.000045s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. diff --git a/examples/extended/geometry/transforms/batch.out b/examples/extended/geometry/transforms/batch.out index 4446c23b73..fea11338e6 100644 --- a/examples/extended/geometry/transforms/batch.out +++ b/examples/extended/geometry/transforms/batch.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out b/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out index d7513b4596..f3e27a485c 100644 --- a/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out +++ b/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out @@ -18,7 +18,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -47,9 +47,9 @@ Enabled Check mode in G4Navigator G4ChordFinder: stepperDriverId: 2 *** SETTING MAGNETIC FIELD in Z direction : fieldValue = 2 tesla *** -*** Conversion of G4 -> VecGeom finished (0.00207806 s) *** -*** Closing VecGeom geometry finished (0.000685003 s) *** -*** Setup of syncing lookup structure finished (2.4433e-05 s) *** +*** Conversion of G4 -> VecGeom finished (0.0022114 s) *** +*** Closing VecGeom geometry finished (0.0018403 s) *** +*** Setup of syncing lookup structure finished (3.3017e-05 s) *** TG4VecGeomNavigator created and registered to G4TransportationManager Setting up safety voxels for Svt_log with 340 daughters Uncontained capacity for Svt_log: 8.83002e+07 units @@ -58,13 +58,7 @@ VolUtil: FillUncontPts: Volume GetParticleName() : "") << G4endl + << ( projectileNucleus != nullptr ? projectileNucleus->GetParticleName() : G4String("")) << G4endl << "===================================================" << G4endl << G4endl; diff --git a/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/History b/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/History index 6dab63f11e..9a0cc96c34 100644 --- a/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/History +++ b/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/History @@ -1,20 +1,17 @@ -------------------------------------------------------------------- +# Example HadNucIneEvents History - ========================================================= - Geant4 - an Object-Oriented Toolkit for Simulation in HEP - ========================================================= +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! - HadNucIneEvents History file - ------------------- -This file should be used by the G4 example coordinator to briefly -summarize all major modifications introduced in the code and keep -track of all tags. +------------------------------------------------------------------------------- - ---------------------------------------------------------- - * Reverse chronological order (last date on top), please * - ---------------------------------------------------------- +## 2024-04-24 Gabriele Cosmo (exHadNucIneEvents-V11-01-02) +- Fixed compilation error on Windows VC++ with C++20 Standard enabled. + Make proper use of G4String in HadNucIneEvents main() and + in FinalStateHistoManager. -## 2023-09-13 I. Hrivnacova (exHadNucIneEvents-V11-01-01) +## 2023-09-13 Ivana Hrivnacova (exHadNucIneEvents-V11-01-01) - Removed unused function HadronicGenerator::getAllHadronicProcesses() ## 2023-12-08 Gabrielle Hugo (exHadNucIneEvents-V11-01-00) diff --git a/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/ProcessLevel-FinalState.out b/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/ProcessLevel-FinalState.out index 4056babe8f..ba99377722 100644 --- a/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/ProcessLevel-FinalState.out +++ b/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/ProcessLevel-FinalState.out @@ -140,6 +140,6 @@ Average (per event) number of proton 3.2 Final random number = 0.677923 -Processed 10 events (collisions) in 9.344400e-02 seconds. Average: 9.3444 ms / event. +Processed 10 events (collisions) in 4.274400e-02 seconds. Average: 4.2744 ms / event. === End of test === diff --git a/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/src/FinalStateHistoManager.cc b/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/src/FinalStateHistoManager.cc index 281527a187..d0f29e3ce6 100644 --- a/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/src/FinalStateHistoManager.cc +++ b/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/src/FinalStateHistoManager.cc @@ -191,9 +191,9 @@ void FinalStateHistoManager::ScoreSecondary(const G4DynamicParticle* const secon const G4String& particleName = particle->GetParticleName(); const G4int particlePDG = secondary->GetPDGcode(); - const G4String histoTitle = (particlePDG == 0 ? - "Particle pdg==0 spectrum" - : G4String(particleName + " spectrum")); + const G4String histoTitle = (particlePDG == 0 + ? G4String("Particle pdg==0 spectrum") + : particleName + G4String(" spectrum")); const G4int histoIndex = fAnalysisManager->CreateH1(particleName, histoTitle, fNumBins, diff --git a/examples/extended/hadronic/Hadr00/hadr00.out b/examples/extended/hadronic/Hadr00/hadr00.out index ec059ecab3..03f1d4be3f 100644 --- a/examples/extended/hadronic/Hadr00/hadr00.out +++ b/examples/extended/hadronic/Hadr00/hadr00.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -834,7 +834,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.231699s Sys=0.000000s + User=0.010000s Real=0.248857s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started ### Fill Cross Sections for proton off Al diff --git a/examples/extended/hadronic/Hadr01/hadr01.out b/examples/extended/hadronic/Hadr01/hadr01.out index 41e5504ddb..ac93b1d39d 100644 --- a/examples/extended/hadronic/Hadr01/hadr01.out +++ b/examples/extended/hadronic/Hadr01/hadr01.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -607,7 +607,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 100.00 10k 1 197 200 0.00 Check ### Run 0 starts. ### Run 0 start -Initialisation time: User=0.510000s Real=1.960693s Sys=0.010000s +Initialisation time: User=0.540000s Real=2.662865s Sys=0.010000s EventAction: Event #0 started EventAction: Event #10 started EventAction: Event #20 started @@ -621,8 +621,8 @@ EventAction: Event #90 started Run terminated. Run Summary Number of events processed : 100 - User=0.040000s Real=0.171449s Sys=0.000000s -RunAction::EndOfRunAction: User=0.040000s Real=0.171604s Sys=0.000000s + User=0.040000s Real=0.173126s Sys=0.000000s +RunAction::EndOfRunAction: User=0.040000s Real=0.173219s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started ======================================================== diff --git a/examples/extended/hadronic/Hadr02/hadr02.out b/examples/extended/hadronic/Hadr02/hadr02.out index a01a1b93f0..35551b5afa 100644 --- a/examples/extended/hadronic/Hadr02/hadr02.out +++ b/examples/extended/hadronic/Hadr02/hadr02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -876,7 +876,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.090000s Real=0.271976s Sys=0.000000s + User=0.100000s Real=0.180804s Sys=0.000000s RunAction: End of run action is starting HistoManager: End of run actions are started ======================================================== diff --git a/examples/extended/hadronic/Hadr03/hadr03.out b/examples/extended/hadronic/Hadr03/hadr03.out index 811afde588..b20068a3f3 100644 --- a/examples/extended/hadronic/Hadr03/hadr03.out +++ b/examples/extended/hadronic/Hadr03/hadr03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,7 +40,7 @@ Command is ignored. ---> Isotope: Mo98 Z = 42 N = 98 A = 97.91 g/mole abundance: 100.000 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= @@ -166,7 +166,7 @@ Threshold for very long decay time at rest 1 y Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) @@ -442,7 +442,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.120000s Real=0.130207s Sys=0.000000s + User=0.130000s Real=0.138480s 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 5b1b30a55d..d9d2ace2e1 100644 --- a/examples/extended/hadronic/Hadr04/hadr04.out +++ b/examples/extended/hadronic/Hadr04/hadr04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -46,7 +46,7 @@ userDetector->Construct() start. Water_ts is registered to the default region. physicsList->Construct() start. -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 physicsList->CheckParticleList() start. physicsList->setCut() start. # @@ -112,7 +112,7 @@ Element TS_C_of_Graphite, internal thermal scattering id 2 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic Region -- -- appears in world volume This region is in the mass world. @@ -162,7 +162,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=9.220000s Real=11.675396s Sys=0.000000s + User=9.540000s Real=10.525301s Sys=0.000000s The run is 1000 neutron of 2 MeV through 50 cm of Water_ts (density: 1 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr05/hadr05.out b/examples/extended/hadronic/Hadr05/hadr05.out index 8d6fc5bf9f..d3f5c4cbe4 100644 --- a/examples/extended/hadronic/Hadr05/hadr05.out +++ b/examples/extended/hadronic/Hadr05/hadr05.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -119,7 +119,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=82.210000s Real=85.650752s Sys=0.010000s + User=80.920000s Real=90.468991s Sys=0.030000s ---> The run is 1000 proton of 5 GeV through calorimeter diff --git a/examples/extended/hadronic/Hadr06/hadr06.out b/examples/extended/hadronic/Hadr06/hadr06.out index e881f271f8..01c8f04534 100644 --- a/examples/extended/hadronic/Hadr06/hadr06.out +++ b/examples/extended/hadronic/Hadr06/hadr06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,7 +41,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ---> Isotope: Li7 Z = 3 N = 7 A = 7.02 g/mole abundance: 100.000 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 # /gun/particle neutron /gun/energy 14.1 MeV @@ -83,7 +83,7 @@ Threshold for very long decay time at rest 1 y Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) @@ -382,7 +382,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=7.490000s Real=8.258768s Sys=0.000000s + User=8.060000s Real=8.826677s 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 e45e8e09f3..da4a7507f3 100644 --- a/examples/extended/hadronic/Hadr07/hadr07.out +++ b/examples/extended/hadronic/Hadr07/hadr07.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,7 +40,13 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Li7: 30 cm ------------------------------------------------------------- -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 +NeutronHP: /Capture file for Z = 18, A = 36 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Capture/CrossSection/18_37_Argon +NeutronHP: /Elastic file for Z = 18, A = 36 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Elastic/CrossSection/18_37_Argon +NeutronHP: /Inelastic file for Z = 18, A = 36 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic/CrossSection/18_37_Argon +NeutronHP: /Capture file for Z = 18, A = 38 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Capture/CrossSection/18_39_Argon +NeutronHP: /Elastic file for Z = 18, A = 38 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Elastic/CrossSection/18_39_Argon +NeutronHP: /Inelastic file for Z = 18, A = 38 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic/CrossSection/18_39_Argon # /testhadr/gun/setDefault /gun/particle neutron @@ -65,6 +71,14 @@ Use Bearden atomic level energies 0 Use ANSTO fluorescence model 0 Threshold for very long decay time at rest 1 y ====================================================================== +NeutronHP: /Capture file for Z = 18, A = 36 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Capture/CrossSection/18_37_Argon +NeutronHP: /Elastic file for Z = 18, A = 36 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Elastic/CrossSection/18_37_Argon +NeutronHP: /Inelastic file for Z = 18, A = 36 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic/CrossSection/18_37_Argon +NeutronHP: /Capture file for Z = 18, A = 38 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Capture/CrossSection/18_39_Argon +NeutronHP: /Elastic file for Z = 18, A = 38 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Elastic/CrossSection/18_39_Argon +NeutronHP: /Inelastic file for Z = 18, A = 38 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic/CrossSection/18_39_Argon +NeutronHP: /Elastic file for Z = 18, A = 36 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Elastic/CrossSection/18_37_Argon +NeutronHP: /Elastic file for Z = 18, A = 38 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Elastic/CrossSection/18_39_Argon ======================================================= ====== ParticleHP Physics Parameters ======== @@ -83,7 +97,9 @@ Threshold for very long decay time at rest 1 y Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic +NeutronHP: /Capture file for Z = 18, A = 36 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Capture/CrossSection/18_37_Argon +NeutronHP: /Capture file for Z = 18, A = 38 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Capture/CrossSection/18_39_Argon ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) @@ -366,7 +382,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=4.660000s Real=4.715510s Sys=0.000000s + User=4.950000s Real=7.477565s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/hadronic/Hadr08/hadr08.out b/examples/extended/hadronic/Hadr08/hadr08.out index 395d1fa1f4..ecb7e5fd09 100644 --- a/examples/extended/hadronic/Hadr08/hadr08.out +++ b/examples/extended/hadronic/Hadr08/hadr08.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -783,7 +783,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=5.210000s Real=5.418467s Sys=0.000000s + User=5.850000s Real=8.216429s Sys=0.000000s ================== Deleting memory pools =================== Number of memory pools allocated: 13 of which, static: 0 Dynamic pools deleted: 13 / Total memory freed: 0.21 MB diff --git a/examples/extended/hadronic/Hadr09/Hadr09.cc b/examples/extended/hadronic/Hadr09/Hadr09.cc index c82915ceab..78bf48c3dd 100644 --- a/examples/extended/hadronic/Hadr09/Hadr09.cc +++ b/examples/extended/hadronic/Hadr09/Hadr09.cc @@ -296,7 +296,7 @@ int main( int , char** ) { << "Number of hadron projectiles: " << numProjectiles << G4endl << "Number of materials: " << numMaterials << G4endl << "IsIonProjectile: " << ( projectileNucleus != nullptr ? "true \t" : "false" ) - << ( projectileNucleus != nullptr ? projectileNucleus->GetParticleName() : "") << G4endl + << ( projectileNucleus != nullptr ? projectileNucleus->GetParticleName() : G4String("")) << G4endl << "===================================================" << G4endl << G4endl; diff --git a/examples/extended/hadronic/Hadr09/History b/examples/extended/hadronic/Hadr09/History index ab47853720..17300bc925 100644 --- a/examples/extended/hadronic/Hadr09/History +++ b/examples/extended/hadronic/Hadr09/History @@ -1,9 +1,14 @@ # Example Hadr09 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! +------------------------------------------------------------------------------- + +## 2024-04-24 Gabriele Cosmo (exhadr09-V11-01-01) +- Fixed compilation error on Windows VC++ with C++20 Standard enabled. + Make proper use of G4String in main(). ## 2023-10-26 Alberto Ribon (exhadr09-V11-01-00) - README : documented macro hadr09.in diff --git a/examples/extended/hadronic/Hadr09/hadr09.out b/examples/extended/hadronic/Hadr09/hadr09.out index a3d288f9c1..f04f6d9fd5 100644 --- a/examples/extended/hadronic/Hadr09/hadr09.out +++ b/examples/extended/hadronic/Hadr09/hadr09.out @@ -10,7 +10,7 @@ IsIonProjectile: false =================================================== - Initial seed = 1707932319 + Initial seed = 1718963483 ================================================================================ @@ -18,7 +18,7 @@ IsIonProjectile: false INCL++/G4ExcitationHandler could not use its own level-density parameter for fission ================================================================================ - Collision 0 projectile=anti_doublehyperH4 Ekin[MeV]=23506.4 direction=(0.52689,0.224297,0.819803) material=G4_Ar======================================================================= + Collision 0 projectile=anti_hyperH4 Ekin[MeV]=9145.19 direction=(0.670705,0.110831,0.733397) material=G4_H======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= Type of pre-compound inverse x-section 3 @@ -51,2269 +51,2132 @@ Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= - --> #secondaries=48 impactParameter[fm]=1.74487 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=34 #NNcollisions=6 + --> #secondaries=6 impactParameter[fm]=3.72644 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=1 List of produced secondaries: - j=0 anti_proton p=(2379.36,1098.48,4092.374949.33) MeV - j=1 pi+ p=(294.115,-152.028,413.023547.434) MeV - j=2 pi- p=(-187.561,-27.7343,151.778280.115) MeV - j=3 pi+ p=(568.782,133.109,386.204714.048) MeV - j=4 kaon+ p=(846.2,464.382,1347.691729.65) MeV - j=5 anti_neutron p=(996.957,-158.365,1390.411958.32) MeV - j=6 pi- p=(7.08441,204.803,-27.5457249.465) MeV - j=7 proton p=(461.901,57.2116,850.8531349.42) MeV - j=8 pi- p=(1614.01,234.883,1955.462550.2) MeV - j=9 kaon0S p=(1445.3,956.387,2217.242857.86) MeV - j=10 kaon0S p=(146.18,263.45,484.042756.763) MeV - j=11 pi0 p=(436.091,58.261,629.075779.438) MeV - j=12 pi0 p=(280.661,16.9348,329.52453.717) MeV - j=13 proton p=(485.657,156.045,471.6891167.5) MeV - j=14 pi+ p=(614.05,54.0929,230.204672.649) MeV - j=15 pi- p=(104.39,94.9512,643.098673.029) MeV - j=16 pi0 p=(143.625,503.631,735.539912.967) MeV - j=17 pi+ p=(1347.33,372.592,1641.632160.68) MeV - j=18 kaon+ p=(575.112,557.706,760.0881209.64) MeV - j=19 pi- p=(156.453,139.487,534.297590.667) MeV - j=20 pi- p=(-408.441,11.8156,-107.956445.082) MeV - j=21 pi0 p=(131.01,-110.256,186.433286.873) MeV - j=22 pi0 p=(498.708,544.105,1035.061278.41) MeV - j=23 pi+ p=(943.419,218.107,1110.441479.92) MeV - j=24 pi- p=(190.443,-191.153,192.599359.697) MeV - j=25 proton p=(64.0203,198.475,317.3071012.19) MeV - j=26 proton p=(-43.9875,-24.7947,2.42495939.633) MeV - j=27 neutron p=(163.819,173.908,-139.335979.427) MeV - j=28 proton p=(19.9772,-75.0881,246.163973.133) MeV - j=29 triton p=(-523.506,-14.2588,-337.8112877.22) MeV - j=30 neutron p=(-126.322,74.1336,-12.4378950.995) MeV - j=31 neutron p=(212.751,-215.46,120.491994.478) MeV - j=32 alpha p=(26.5501,-106.08,127.2713731.15) MeV - j=33 He3 p=(451.434,-56.5408,194.4752851.64) MeV - j=34 proton p=(-202.904,60.0784,-11.473961.907) MeV - j=35 neutron p=(-111.811,110.433,141.243963.031) MeV - j=36 neutron p=(-46.6175,95.6667,-78.5427948.829) MeV - j=37 neutron p=(88.1233,86.5237,155.056960.249) MeV - j=38 neutron p=(-70.4178,16.5681,-21.7821942.598) MeV - j=39 alpha p=(217.845,497.927,105.0823768.26) MeV - j=40 proton p=(107.945,32.5289,-145.231956.115) MeV - j=41 proton p=(77.4118,0.962189,203.703963.246) MeV - j=42 neutron p=(-116.794,-274.657,-66.2659988.054) MeV - j=43 neutron p=(286.152,-75.475,-16.8639985.214) MeV - j=44 triton p=(10.158,-106.637,200.7092818.12) MeV - j=45 proton p=(-36.7453,-64.1746,42.8604942.157) MeV - j=46 neutron p=(75.17,-139.247,-16.0214952.932) MeV - j=47 deuteron p=(-205.884,428.953,-278.8011955) MeV - Collision 1 projectile=lambda_b Ekin[MeV]=19934.7 direction=(0.0363677,0.513918,0.857068) material=G4_Be - --> #secondaries=7 impactParameter[fm]=0.283272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=0 - Collision 2 projectile=hypertriton Ekin[MeV]=29572.8 direction=(0.483247,0.841526,0.241468) material=G4_Fe - --> #secondaries=55 impactParameter[fm]=1.90678 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=45 #NNcollisions=14 - Collision 3 projectile=hyperH4 Ekin[MeV]=1757.88 direction=(0.520754,0.724524,0.45153) material=G4_H - --> #secondaries=3 impactParameter[fm]=2.19631 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 4 projectile=triton Ekin[MeV]=14469 direction=(0.822457,0.42501,0.378063) material=G4_Ar - --> #secondaries=34 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 5 projectile=B- Ekin[MeV]=27614.4 direction=(0.700116,0.0436728,0.712693) material=G4_Be - --> #secondaries=10 impactParameter[fm]=4.31064 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 6 projectile=anti_proton Ekin[MeV]=27786.3 direction=(0.590404,0.0492682,0.805603) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.61295 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 7 projectile=B- Ekin[MeV]=3487.88 direction=(0.736524,0.674239,0.0541559) material=G4_C - --> #secondaries=7 impactParameter[fm]=2.3395 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 8 projectile=kaon- Ekin[MeV]=26208 direction=(0.507871,0.855403,0.101745) material=G4_W - --> #secondaries=67 impactParameter[fm]=3.40441 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=3 - Collision 9 projectile=hypertriton Ekin[MeV]=16759.4 direction=(0.490743,0.603594,0.628367) material=G4_Pb - --> #secondaries=126 impactParameter[fm]=4.20495 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=193 #NNcollisions=8 - Collision 10 projectile=anti_hypertriton Ekin[MeV]=12385.2 direction=(0.554756,0.182459,0.81176) material=G4_Si - --> #secondaries=28 impactParameter[fm]=0.429795 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 11 projectile=alpha Ekin[MeV]=10290.4 direction=(0.9292,0.356934,0.0958357) material=G4_Cu - --> #secondaries=16 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 12 projectile=anti_hypertriton Ekin[MeV]=29957 direction=(0.208893,0.760792,0.614458) material=G4_W - --> #secondaries=70 impactParameter[fm]=6.98932 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=181 #NNcollisions=3 - Collision 13 projectile=anti_lambda_b Ekin[MeV]=3273.15 direction=(0.583962,0.684452,0.436478) material=G4_Fe - --> #secondaries=11 impactParameter[fm]=3.89265 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 14 projectile=kaon0L Ekin[MeV]=27022.2 direction=(0.486462,0.731235,0.478173) material=G4_C - --> #secondaries=15 impactParameter[fm]=1.3923 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 15 projectile=anti_hyperHe5 Ekin[MeV]=17559.6 direction=(0.403299,0.841229,0.360117) material=G4_Be - --> #secondaries=9 impactParameter[fm]=3.18254 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 16 projectile=kaon0L Ekin[MeV]=4826.74 direction=(0.326657,0.931097,0.162335) material=G4_C - --> #secondaries=10 impactParameter[fm]=3.12448 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 17 projectile=anti_Bs0 Ekin[MeV]=14363.9 direction=(0.764064,0.322189,0.558928) material=G4_He - --> #secondaries=8 impactParameter[fm]=0.804224 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 18 projectile=anti_hyperalpha Ekin[MeV]=28111.1 direction=(0.229375,0.252404,0.940042) material=G4_Al - --> #secondaries=42 impactParameter[fm]=0.666867 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=21 #NNcollisions=7 - Collision 19 projectile=anti_lambda Ekin[MeV]=12215.9 direction=(0.629202,0.498714,0.596146) material=G4_Ar - --> #secondaries=12 impactParameter[fm]=3.35331 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 20 projectile=anti_Bs0 Ekin[MeV]=4459.69 direction=(0.735904,0.308295,0.602827) material=G4_C - --> #secondaries=11 impactParameter[fm]=2.47192 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 21 projectile=anti_He3 Ekin[MeV]=15352.5 direction=(0.19604,0.979691,0.0421119) material=G4_Si - --> #secondaries=10 impactParameter[fm]=4.5738 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 22 projectile=B0 Ekin[MeV]=25609.9 direction=(0.622556,0.745027,0.239498) material=G4_Al - --> #secondaries=14 impactParameter[fm]=0.306229 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 23 projectile=kaon- Ekin[MeV]=25181.4 direction=(0.742961,0.569445,0.351769) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.622666 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 24 projectile=kaon+ Ekin[MeV]=25946.1 direction=(0.412257,0.891444,0.188072) material=G4_Be - --> #secondaries=6 impactParameter[fm]=1.84923 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 25 projectile=deuteron Ekin[MeV]=21258.2 direction=(0.638028,0.570094,0.517603) material=G4_Al - --> #secondaries=21 impactParameter[fm]=3.71457 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=0 - Collision 26 projectile=D- Ekin[MeV]=19073.5 direction=(0.0608956,0.949859,0.30669) material=G4_Cu - --> #secondaries=23 impactParameter[fm]=3.35115 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 27 projectile=anti_xi_c0 Ekin[MeV]=4905.42 direction=(0.689588,0.455085,0.563352) material=G4_C - --> #secondaries=8 impactParameter[fm]=2.03783 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 28 projectile=anti_omega- Ekin[MeV]=10002.8 direction=(0.158906,0.720969,0.674502) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.15313 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 29 projectile=omega_b- Ekin[MeV]=9511.67 direction=(0.010526,0.476015,0.879374) material=G4_Fe - --> #secondaries=8 impactParameter[fm]=4.8682 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 30 projectile=xi0 Ekin[MeV]=22323.1 direction=(0.546287,0.351625,0.760218) material=G4_Be - --> #secondaries=12 impactParameter[fm]=1.64385 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 31 projectile=lambda_b Ekin[MeV]=11064 direction=(0.856786,0.468446,0.215584) material=G4_Pb - --> #secondaries=56 impactParameter[fm]=0.529519 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=197 #NNcollisions=3 - Collision 32 projectile=lambda_b Ekin[MeV]=4697.43 direction=(0.79281,0.488751,0.364107) material=G4_Ar - --> #secondaries=7 impactParameter[fm]=2.98041 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 33 projectile=pi- Ekin[MeV]=14655.4 direction=(0.314636,0.835608,0.450293) material=G4_Ar - --> #secondaries=14 impactParameter[fm]=2.88855 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 34 projectile=anti_doublehyperH4 Ekin[MeV]=7085.86 direction=(0.0467185,0.566581,0.82268) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.63071 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 35 projectile=anti_proton Ekin[MeV]=23247.1 direction=(0.588896,0.411771,0.695447) material=G4_Be - --> #secondaries=18 impactParameter[fm]=2.06004 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 36 projectile=anti_D0 Ekin[MeV]=1125.28 direction=(0.78128,0.367906,0.504228) material=G4_Si - --> #secondaries=10 impactParameter[fm]=2.98944 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 37 projectile=anti_deuteron Ekin[MeV]=24191.7 direction=(0.0330989,0.838123,0.544476) material=G4_Si - --> #secondaries=15 impactParameter[fm]=3.8035 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 38 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=21118.8 direction=(0.354705,0.571398,0.74006) material=G4_Pb - --> #secondaries=86 impactParameter[fm]=4.64933 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=6 - Collision 39 projectile=kaon0L Ekin[MeV]=10108 direction=(0.829444,0.526417,0.186834) material=G4_Pb - --> #secondaries=56 impactParameter[fm]=5.00302 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 40 projectile=neutron Ekin[MeV]=24823.6 direction=(0.711948,0.053067,0.700224) material=G4_Al - --> #secondaries=37 impactParameter[fm]=0.819877 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=5 - Collision 41 projectile=anti_xi_c0 Ekin[MeV]=18806.4 direction=(0.553392,0.0158922,0.832769) material=G4_Cu - --> #secondaries=60 impactParameter[fm]=1.63366 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=4 - Collision 42 projectile=anti_lambda_c+ Ekin[MeV]=29749.2 direction=(0.664793,0.262554,0.699368) material=G4_Si - --> #secondaries=15 impactParameter[fm]=3.44796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 43 projectile=anti_xi_b- Ekin[MeV]=5989.54 direction=(0.857724,0.178988,0.481946) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.519012 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 44 projectile=anti_hypertriton Ekin[MeV]=12706.3 direction=(0.557087,0.681571,0.474463) material=G4_Si - --> #secondaries=33 impactParameter[fm]=3.09202 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=4 - Collision 45 projectile=Bs0 Ekin[MeV]=12939.6 direction=(0.689846,0.379189,0.616707) material=G4_W - --> #secondaries=43 impactParameter[fm]=0.199632 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=2 - Collision 46 projectile=xi0 Ekin[MeV]=19595.6 direction=(0.417247,0.894625,0.159849) material=G4_He - --> #secondaries=10 impactParameter[fm]=2.32975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 47 projectile=D+ Ekin[MeV]=15281.1 direction=(0.989754,0.0705188,0.124152) material=G4_Ar - --> #secondaries=19 impactParameter[fm]=1.44324 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 48 projectile=anti_triton Ekin[MeV]=8300.67 direction=(0.574566,0.68394,0.449555) material=G4_C - --> #secondaries=16 impactParameter[fm]=2.74773 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 49 projectile=anti_omega_b- Ekin[MeV]=7286.68 direction=(0.456986,0.449995,0.767247) material=G4_Pb - --> #secondaries=41 impactParameter[fm]=4.14901 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=1 - Collision 50 projectile=hyperH4 Ekin[MeV]=10296.9 direction=(0.725598,0.320405,0.608973) material=G4_Be - --> #secondaries=17 impactParameter[fm]=1.67357 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=5 #NNcollisions=2 - Collision 51 projectile=neutron Ekin[MeV]=24223.7 direction=(0.618162,0.0296486,0.785491) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.26085 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 52 projectile=anti_lambda_c+ Ekin[MeV]=14391.6 direction=(0.854943,0.439327,0.275797) material=G4_Al - --> #secondaries=12 impactParameter[fm]=1.53894 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 53 projectile=hyperH4 Ekin[MeV]=8276.84 direction=(0.843591,0.536902,0.00950616) material=G4_Be - --> #secondaries=8 impactParameter[fm]=3.99352 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 54 projectile=lambda_b Ekin[MeV]=4901.39 direction=(0.308823,0.94083,0.139526) material=G4_Pb - --> #secondaries=34 impactParameter[fm]=5.18593 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=1 - Collision 55 projectile=B0 Ekin[MeV]=23898.5 direction=(0.0752397,0.790072,0.60838) material=G4_Be - --> #secondaries=11 impactParameter[fm]=2.66684 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 56 projectile=anti_sigma+ Ekin[MeV]=14067.6 direction=(0.805225,0.21393,0.553034) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=3.84968 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 57 projectile=sigma+ Ekin[MeV]=21673 direction=(0.400649,0.788089,0.467329) material=G4_H - --> #secondaries=10 impactParameter[fm]=0.618964 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 58 projectile=proton Ekin[MeV]=11121 direction=(0.439218,0.617922,0.652119) material=G4_Cu - --> #secondaries=29 impactParameter[fm]=3.52686 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=2 - Collision 59 projectile=anti_deuteron Ekin[MeV]=2609.24 direction=(0.8997,0.122213,0.41905) material=G4_C - --> #secondaries=16 impactParameter[fm]=1.57326 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=2 - Collision 60 projectile=hypertriton Ekin[MeV]=17601.4 direction=(0.487299,0.865445,0.116383) material=G4_Pb - --> #secondaries=96 impactParameter[fm]=4.93586 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=194 #NNcollisions=9 - Collision 61 projectile=anti_triton Ekin[MeV]=10778.6 direction=(0.872919,0.284454,0.396356) material=G4_H - --> #secondaries=8 impactParameter[fm]=1.33252 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 62 projectile=Bc+ Ekin[MeV]=12402.3 direction=(0.286231,0.906559,0.310197) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=4.27052 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=56 #NNcollisions=0 - Collision 63 projectile=D0 Ekin[MeV]=17257.3 direction=(0.842737,0.251823,0.475793) material=G4_Cu - --> #secondaries=17 impactParameter[fm]=1.7397 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 64 projectile=anti_lambda_b Ekin[MeV]=2620.61 direction=(0.893432,0.362336,0.265505) material=G4_Ar - --> #secondaries=24 impactParameter[fm]=2.33672 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=0 - Collision 65 projectile=deuteron Ekin[MeV]=3740.04 direction=(0.906917,0.413855,0.0789042) material=G4_W - --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 66 projectile=anti_xi_c0 Ekin[MeV]=20784 direction=(0.802925,0.592012,0.0695233) material=G4_Al - --> #secondaries=34 impactParameter[fm]=2.5855 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=4 - Collision 67 projectile=omega_b- Ekin[MeV]=16271.6 direction=(0.105157,0.812868,0.572877) material=G4_Pb - --> #secondaries=19 impactParameter[fm]=4.44312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=0 - Collision 68 projectile=anti_neutron Ekin[MeV]=1657.71 direction=(0.653842,0.461813,0.599349) material=G4_H - --> #secondaries=2 impactParameter[fm]=1.40252 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 69 projectile=anti_xi_c0 Ekin[MeV]=4085.72 direction=(0.631012,0.775083,0.0327245) material=G4_Fe - --> #secondaries=11 impactParameter[fm]=4.25548 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 70 projectile=kaon+ Ekin[MeV]=3938.83 direction=(0.137627,0.916454,0.375728) material=G4_Be - --> #secondaries=13 impactParameter[fm]=1.19231 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 71 projectile=Bc+ Ekin[MeV]=17884 direction=(0.282621,0.825462,0.488607) material=G4_Pb - --> #secondaries=15 impactParameter[fm]=6.25456 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 72 projectile=kaon+ Ekin[MeV]=17330.3 direction=(0.640741,0.120022,0.758318) material=G4_Ar - --> #secondaries=18 impactParameter[fm]=2.20569 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 73 projectile=B- Ekin[MeV]=5714.33 direction=(0.185113,0.476325,0.859562) material=G4_W - --> #secondaries=35 impactParameter[fm]=4.9366 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=3 - Collision 74 projectile=pi+ Ekin[MeV]=28958.4 direction=(0.821279,0.400376,0.406449) material=G4_Al - --> #secondaries=17 impactParameter[fm]=0.829798 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 75 projectile=hyperalpha Ekin[MeV]=18472.7 direction=(0.467936,0.812077,0.348665) material=G4_Al - --> #secondaries=30 impactParameter[fm]=1.54888 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=6 - Collision 76 projectile=anti_sigma+ Ekin[MeV]=18125.7 direction=(0.549797,0.167681,0.818294) material=G4_Si - --> #secondaries=28 impactParameter[fm]=3.31485 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=2 - Collision 77 projectile=D+ Ekin[MeV]=16045.1 direction=(0.0443007,0.958626,0.281201) material=G4_He - --> #secondaries=11 impactParameter[fm]=1.63978 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 78 projectile=triton Ekin[MeV]=14061.4 direction=(0.614882,0.27795,0.738014) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 79 projectile=pi- Ekin[MeV]=11844.4 direction=(0.205135,0.82306,0.529614) material=G4_Be - --> #secondaries=6 impactParameter[fm]=3.87486 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 80 projectile=kaon0S Ekin[MeV]=27862.1 direction=(0.597897,0.801519,0.00931861) material=G4_C - --> #secondaries=10 impactParameter[fm]=2.0686 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 81 projectile=D0 Ekin[MeV]=4981.5 direction=(0.570364,0.805965,0.158448) material=G4_Si - --> #secondaries=6 impactParameter[fm]=2.96235 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=29 #NNcollisions=1 - Collision 82 projectile=anti_He3 Ekin[MeV]=25238.5 direction=(0.412183,0.665235,0.622549) material=G4_Cu - --> #secondaries=70 impactParameter[fm]=3.15844 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=8 - Collision 83 projectile=anti_doublehyperH4 Ekin[MeV]=25698.4 direction=(0.720044,0.504611,0.476345) material=G4_Si - --> #secondaries=50 impactParameter[fm]=0.173845 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=21 #NNcollisions=7 - Collision 84 projectile=anti_omega_b- Ekin[MeV]=6417.61 direction=(0.322727,0.421471,0.847472) material=G4_Be - --> #secondaries=8 impactParameter[fm]=1.81266 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 85 projectile=proton Ekin[MeV]=16182.7 direction=(0.612658,0.782335,0.112256) material=G4_Al - --> #secondaries=18 impactParameter[fm]=0.797109 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 86 projectile=xi_c0 Ekin[MeV]=27328.1 direction=(0.356183,0.033896,0.933801) material=G4_Si - --> #secondaries=9 impactParameter[fm]=3.57309 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 87 projectile=anti_He3 Ekin[MeV]=3848.87 direction=(0.926678,0.332568,0.175116) material=G4_Ar - --> #secondaries=41 impactParameter[fm]=0.930975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=3 - Collision 88 projectile=doublehyperdoubleneutron Ekin[MeV]=16879.5 direction=(0.699253,0.327942,0.635216) material=G4_Cu - --> #secondaries=62 impactParameter[fm]=3.75132 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=5 - Collision 89 projectile=xi- Ekin[MeV]=2795.45 direction=(0.295951,0.309898,0.903535) material=G4_Be - --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 90 projectile=hyperHe5 Ekin[MeV]=24501.9 direction=(0.441382,0.894809,0.0670731) material=G4_Be - --> #secondaries=8 impactParameter[fm]=5.28247 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 91 projectile=Bs0 Ekin[MeV]=9684.99 direction=(0.35723,0.74415,0.564471) material=G4_Pb - --> #secondaries=49 impactParameter[fm]=1.64778 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 92 projectile=pi+ Ekin[MeV]=29205.6 direction=(0.705175,0.700696,0.108415) material=G4_C - --> #secondaries=24 impactParameter[fm]=0.832866 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 93 projectile=Bc+ Ekin[MeV]=23173.3 direction=(0.766899,0.32234,0.554944) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.753455 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 94 projectile=anti_lambda_b Ekin[MeV]=18057.5 direction=(0.654737,0.711894,0.254019) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=4.30208 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 95 projectile=kaon- Ekin[MeV]=3527.7 direction=(0.739951,0.630767,0.233678) material=G4_W - --> #secondaries=54 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 96 projectile=anti_omega_c0 Ekin[MeV]=28363.9 direction=(0.922748,0.355324,0.14927) material=G4_Cu - --> #secondaries=16 impactParameter[fm]=3.89934 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 97 projectile=B+ Ekin[MeV]=11901.9 direction=(0.530573,0.727432,0.435127) material=G4_C - --> #secondaries=7 impactParameter[fm]=1.50826 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 98 projectile=xi_c0 Ekin[MeV]=15373.8 direction=(0.45858,0.689557,0.560549) material=G4_Cu - --> #secondaries=50 impactParameter[fm]=1.99838 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=2 - Collision 99 projectile=doublehyperdoubleneutron Ekin[MeV]=20639.3 direction=(0.22687,0.747051,0.624855) material=G4_Ar - --> #secondaries=45 impactParameter[fm]=1.71245 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=30 #NNcollisions=6 - Collision 100 projectile=Bs0 Ekin[MeV]=8274.36 direction=(0.678483,0.346049,0.648005) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=0.194704 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 - List of produced secondaries: - j=0 B+ p=(6950.74,4631.42,5604.311359.7) MeV - j=1 sigma- p=(428.943,158.676,654.2581439.13) MeV - j=2 proton p=(88.455,5.35339,590.3361112.07) MeV - j=3 pi- p=(142.88,-36.1572,-77.3994217.239) MeV - j=4 neutron p=(1018.35,-416.531,1412.612022.07) MeV - j=5 neutron p=(-299.089,44.3639,-239.4991015.66) MeV - j=6 K39 p=(272.645,-18.8833,-206.68636286.4) MeV - j=7 triton p=(-111.358,126.125,100.8262815.76) MeV - j=8 neutron p=(-90.2129,-42.1976,43.565945.833) MeV - j=9 He3 p=(168.132,109.757,224.8432824.52) MeV - j=10 proton p=(-98.1365,60.4886,-57.3963947.068) MeV - j=11 proton p=(-42.2824,-199.699,18.8139960.404) MeV - j=12 proton p=(-108.798,-54.3942,-31.4044946.645) MeV - j=13 neutron p=(96.9679,-4.46632,19.9184944.776) MeV - j=14 neutron p=(0.547675,-33.3254,66.5221942.507) MeV - j=15 proton p=(91.9635,14.3274,2.59588942.881) MeV - j=16 gamma p=(-3.33743,-2.39058,2.117024.61899) MeV - j=17 gamma p=(2.63343,-2.56276,-1.498753.9685) MeV - Collision 101 projectile=anti_hyperH4 Ekin[MeV]=8740.85 direction=(0.401276,0.501936,0.766184) material=G4_Si - --> #secondaries=9 impactParameter[fm]=4.37838 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 102 projectile=anti_xi_b0 Ekin[MeV]=12464.2 direction=(0.510449,0.630103,0.58516) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.03701 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 - Collision 103 projectile=alpha Ekin[MeV]=22476.1 direction=(0.308653,0.730125,0.609632) material=G4_H - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 104 projectile=anti_proton Ekin[MeV]=18420.1 direction=(0.461244,0.687139,0.561333) material=G4_H - --> #secondaries=8 impactParameter[fm]=2.0858 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 105 projectile=anti_xi0 Ekin[MeV]=5035.66 direction=(0.512004,0.41331,0.753012) material=G4_C - --> #secondaries=15 impactParameter[fm]=1.70637 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 106 projectile=Bs0 Ekin[MeV]=13937.1 direction=(0.531774,0.826784,0.183423) material=G4_Fe - --> #secondaries=10 impactParameter[fm]=3.15809 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 107 projectile=B- Ekin[MeV]=26538.4 direction=(0.445609,0.712216,0.542384) material=G4_Pb - --> #secondaries=50 impactParameter[fm]=1.07595 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 108 projectile=anti_triton Ekin[MeV]=17922.4 direction=(0.643519,0.720646,0.257976) material=G4_Si - --> #secondaries=29 impactParameter[fm]=4.05764 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=3 - Collision 109 projectile=Bc- Ekin[MeV]=3293.75 direction=(0.2414,0.200825,0.949418) material=G4_Fe - --> #secondaries=7 impactParameter[fm]=3.79129 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 110 projectile=kaon0L Ekin[MeV]=13034.9 direction=(0.236935,0.750297,0.617184) material=G4_Fe - --> #secondaries=35 impactParameter[fm]=1.56478 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=52 #NNcollisions=1 - Collision 111 projectile=anti_xi_c0 Ekin[MeV]=24084.9 direction=(0.837411,0.0466286,0.54458) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.18939 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 112 projectile=kaon0S Ekin[MeV]=21931.8 direction=(0.666508,0.71748,0.202458) material=G4_H - --> #secondaries=9 impactParameter[fm]=1.70128 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 113 projectile=D- Ekin[MeV]=29821.5 direction=(0.666366,0.0920448,0.739922) material=G4_Be - --> #secondaries=16 impactParameter[fm]=2.02835 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 114 projectile=anti_He3 Ekin[MeV]=15452.3 direction=(0.0070197,0.956333,0.292196) material=G4_Cu - --> #secondaries=37 impactParameter[fm]=5.63903 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=60 #NNcollisions=3 - Collision 115 projectile=omega_b- Ekin[MeV]=7346.3 direction=(0.375648,0.289652,0.880336) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=1.38219 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 116 projectile=anti_xi0 Ekin[MeV]=4095.89 direction=(0.957107,0.0121082,0.289483) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.08155 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 117 projectile=hyperH4 Ekin[MeV]=27150.3 direction=(0.773617,0.627828,0.0857224) material=G4_C - --> #secondaries=23 impactParameter[fm]=3.14037 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=6 - Collision 118 projectile=anti_sigma- Ekin[MeV]=26002.5 direction=(0.929035,0.36964,0.0160986) material=G4_Al - --> #secondaries=13 impactParameter[fm]=3.19648 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 119 projectile=xi- Ekin[MeV]=14801 direction=(0.799982,0.599949,0.00945178) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.663221 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 120 projectile=kaon0S Ekin[MeV]=27348.8 direction=(0.266607,0.495435,0.826719) material=G4_Pb - --> #secondaries=43 impactParameter[fm]=6.308 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 121 projectile=lambda_b Ekin[MeV]=26092.8 direction=(0.0885146,0.913666,0.396711) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=4.01838 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=0 - Collision 122 projectile=kaon0S Ekin[MeV]=2325.91 direction=(0.155839,0.370295,0.915749) material=G4_Pb - --> #secondaries=56 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 123 projectile=anti_lambda_b Ekin[MeV]=10749.7 direction=(0.108481,0.527386,0.842672) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=3.82812 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 124 projectile=omega- Ekin[MeV]=8210.74 direction=(0.65933,0.632197,0.406952) material=G4_Al - --> #secondaries=22 impactParameter[fm]=3.26659 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 - Collision 125 projectile=doublehyperdoubleneutron Ekin[MeV]=21549 direction=(0.853158,0.22297,0.4716) material=G4_He - --> #secondaries=11 impactParameter[fm]=0.84166 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=2 - Collision 126 projectile=hyperalpha Ekin[MeV]=8145.11 direction=(0.40008,0.592424,0.699264) material=G4_Ar - --> #secondaries=9 impactParameter[fm]=4.76421 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 127 projectile=anti_hyperHe5 Ekin[MeV]=2424.37 direction=(0.546431,0.442226,0.711231) material=G4_Be - --> #secondaries=7 impactParameter[fm]=6.09244 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 128 projectile=doublehyperH4 Ekin[MeV]=13131.5 direction=(0.43521,0.53105,0.727034) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.02858 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 - Collision 129 projectile=xi_b- Ekin[MeV]=10402.6 direction=(0.227419,0.161946,0.960236) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.881594 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 130 projectile=Ds- Ekin[MeV]=10662.9 direction=(0.20862,0.7059,0.676893) material=G4_W - --> #secondaries=32 impactParameter[fm]=3.21202 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 131 projectile=B+ Ekin[MeV]=19929.8 direction=(0.829817,0.00638039,0.557999) material=G4_Si - --> #secondaries=11 impactParameter[fm]=3.78287 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 132 projectile=anti_omega_c0 Ekin[MeV]=1015.63 direction=(0.703763,0.693445,0.154438) material=G4_C - --> #secondaries=8 impactParameter[fm]=0.946277 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 - Collision 133 projectile=anti_proton Ekin[MeV]=1560.22 direction=(0.112803,0.896344,0.428769) material=G4_He - --> #secondaries=4 impactParameter[fm]=0.163504 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 134 projectile=anti_doublehyperH4 Ekin[MeV]=5201.73 direction=(0.245995,0.956079,0.159374) material=G4_W - --> #secondaries=15 impactParameter[fm]=8.56934 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=184 #NNcollisions=1 - Collision 135 projectile=hyperH4 Ekin[MeV]=11320 direction=(0.448912,0.820789,0.353247) material=G4_Cu - --> #secondaries=26 impactParameter[fm]=4.99577 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=61 #NNcollisions=3 - Collision 136 projectile=anti_D0 Ekin[MeV]=15975.5 direction=(0.260682,0.626654,0.734404) material=G4_Cu - --> #secondaries=30 impactParameter[fm]=3.546 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 137 projectile=B+ Ekin[MeV]=13388.9 direction=(0.752588,0.108293,0.649526) material=G4_Be - --> #secondaries=6 impactParameter[fm]=0.77869 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 138 projectile=anti_xi_b0 Ekin[MeV]=25970.5 direction=(0.700717,0.40796,0.585289) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.96301 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 139 projectile=anti_proton Ekin[MeV]=28021.7 direction=(0.542012,0.646142,0.53733) material=G4_Fe - --> #secondaries=52 impactParameter[fm]=1.75312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=3 - Collision 140 projectile=omega_c0 Ekin[MeV]=18018.3 direction=(0.210175,0.973042,0.0949537) material=G4_Al - --> #secondaries=16 impactParameter[fm]=1.06923 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=0 - Collision 141 projectile=lambda Ekin[MeV]=24913.5 direction=(0.131239,0.92957,0.344494) material=G4_H - --> #secondaries=3 impactParameter[fm]=2.60222 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 142 projectile=pi- Ekin[MeV]=16810.3 direction=(0.704198,0.449627,0.549491) material=G4_Be - --> #secondaries=13 impactParameter[fm]=3.69346 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 143 projectile=anti_neutron Ekin[MeV]=9223.14 direction=(0.764547,0.559985,0.319194) material=G4_Al - --> #secondaries=25 impactParameter[fm]=2.34865 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 144 projectile=anti_lambda_c+ Ekin[MeV]=6009.37 direction=(0.240328,0.710712,0.661158) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=4.47387 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 145 projectile=anti_xi_b0 Ekin[MeV]=9706.2 direction=(0.550608,0.615951,0.563414) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.24497 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 146 projectile=Bc- Ekin[MeV]=5130.48 direction=(0.244229,0.78569,0.568369) material=G4_Fe - --> #secondaries=6 impactParameter[fm]=4.39588 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 147 projectile=anti_xi0 Ekin[MeV]=8258.94 direction=(0.648673,0.40462,0.644598) material=G4_Si - --> #secondaries=26 impactParameter[fm]=2.23575 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=29 #NNcollisions=1 - Collision 148 projectile=Ds+ Ekin[MeV]=27345.9 direction=(0.179027,0.444339,0.877789) material=G4_Be - --> #secondaries=4 impactParameter[fm]=1.57353 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 149 projectile=lambda Ekin[MeV]=26929.7 direction=(0.270951,0.71435,0.645205) material=G4_Ar - --> #secondaries=33 impactParameter[fm]=3.0614 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 150 projectile=B- Ekin[MeV]=28221.6 direction=(0.647118,0.536456,0.541713) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=3.742 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 151 projectile=Ds+ Ekin[MeV]=26651.8 direction=(0.143757,0.688975,0.710386) material=G4_W - --> #secondaries=34 impactParameter[fm]=1.90033 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 152 projectile=xi_b- Ekin[MeV]=19273 direction=(0.842761,0.538228,0.00808884) material=G4_Al - --> #secondaries=18 impactParameter[fm]=1.42763 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=0 - Collision 153 projectile=anti_omega- Ekin[MeV]=29199.6 direction=(0.68527,0.533639,0.495615) material=G4_Si - --> #secondaries=15 impactParameter[fm]=3.21942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 154 projectile=anti_sigma- Ekin[MeV]=11737.5 direction=(0.420645,0.0298723,0.906733) material=G4_C - --> #secondaries=22 impactParameter[fm]=1.5753 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 155 projectile=anti_sigma+ Ekin[MeV]=15056.6 direction=(0.828838,0.052116,0.557056) material=G4_Fe - --> #secondaries=51 impactParameter[fm]=1.17257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 156 projectile=anti_doublehyperH4 Ekin[MeV]=26276.1 direction=(0.889109,0.451282,0.0763503) material=G4_Pb - --> #secondaries=45 impactParameter[fm]=7.14661 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 157 projectile=pi- Ekin[MeV]=22566.7 direction=(0.217036,0.666554,0.713163) material=G4_Cu - --> #secondaries=50 impactParameter[fm]=2.36655 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=3 - Collision 158 projectile=pi- Ekin[MeV]=5771.79 direction=(0.0635291,0.935392,0.34786) material=G4_Si - --> #secondaries=13 impactParameter[fm]=1.30713 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 159 projectile=hyperalpha Ekin[MeV]=28663.9 direction=(0.0523782,0.878335,0.475168) material=G4_C - --> #secondaries=12 impactParameter[fm]=4.2481 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 160 projectile=omega_c0 Ekin[MeV]=21145.3 direction=(0.651787,0.731606,0.199813) material=G4_He - --> #secondaries=9 impactParameter[fm]=0.708731 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 161 projectile=anti_B0 Ekin[MeV]=25611.3 direction=(0.522378,0.609798,0.596043) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.49571 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 162 projectile=anti_lambda Ekin[MeV]=5165.48 direction=(0.681551,0.676229,0.279648) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.49992 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 163 projectile=doublehyperH4 Ekin[MeV]=27023.2 direction=(0.183539,0.300482,0.935962) material=G4_Cu - --> #secondaries=54 impactParameter[fm]=5.47374 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=59 #NNcollisions=4 - Collision 164 projectile=anti_xi0 Ekin[MeV]=21643.6 direction=(0.0163139,0.52457,0.851211) material=G4_Al - --> #secondaries=13 impactParameter[fm]=4.51047 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 165 projectile=hyperHe5 Ekin[MeV]=26520.4 direction=(0.474136,0.590411,0.653154) material=G4_Al - --> #secondaries=14 impactParameter[fm]=6.25682 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 166 projectile=kaon0S Ekin[MeV]=22588.1 direction=(0.0657647,0.306943,0.949453) material=G4_Fe - --> #secondaries=56 impactParameter[fm]=1.21523 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=50 #NNcollisions=6 - Collision 167 projectile=Bc+ Ekin[MeV]=17123.6 direction=(0.695316,0.0216509,0.718378) material=G4_Cu - --> #secondaries=11 impactParameter[fm]=4.25605 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 168 projectile=anti_deuteron Ekin[MeV]=22155.1 direction=(0.783132,0.0438406,0.620309) material=G4_He - --> #secondaries=9 impactParameter[fm]=3.31414 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=4 #NNcollisions=1 - Collision 169 projectile=hyperH4 Ekin[MeV]=6724.83 direction=(0.686978,0.672807,0.274574) material=G4_Be - --> #secondaries=11 impactParameter[fm]=1.67515 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=4 #NNcollisions=1 - Collision 170 projectile=omega_b- Ekin[MeV]=16136.2 direction=(0.396984,0.624347,0.672751) material=G4_Be - --> #secondaries=6 impactParameter[fm]=1.53076 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 171 projectile=D- Ekin[MeV]=19014.5 direction=(0.599536,0.249263,0.760543) material=G4_Fe - --> #secondaries=10 impactParameter[fm]=5.03271 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 172 projectile=B- Ekin[MeV]=9401.8 direction=(0.697278,0.692262,0.185951) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.35861 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 173 projectile=anti_sigma- Ekin[MeV]=2924.38 direction=(0.29401,0.589427,0.752419) material=G4_C - --> #secondaries=13 impactParameter[fm]=2.91064 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 174 projectile=anti_lambda Ekin[MeV]=4316.93 direction=(0.740675,0.636816,0.214163) material=G4_W - --> #secondaries=54 impactParameter[fm]=5.24768 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 175 projectile=kaon0S Ekin[MeV]=11773.4 direction=(0.189465,0.842632,0.504058) material=G4_Si - --> #secondaries=15 impactParameter[fm]=1.89945 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 176 projectile=omega_b- Ekin[MeV]=29834 direction=(0.879021,0.475112,0.0398864) material=G4_Al - --> #secondaries=21 impactParameter[fm]=2.76168 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 177 projectile=doublehyperH4 Ekin[MeV]=1974.52 direction=(0.55481,0.516298,0.652398) material=G4_Ar - --> #secondaries=32 impactParameter[fm]=2.6875 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=32 #NNcollisions=0 - Collision 178 projectile=anti_xi_c+ Ekin[MeV]=25149.5 direction=(0.79511,0.179779,0.579206) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.519129 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 179 projectile=xi_c+ Ekin[MeV]=6422.42 direction=(0.602784,0.67176,0.43057) material=G4_Pb - --> #secondaries=23 impactParameter[fm]=7.20174 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 180 projectile=anti_xi- Ekin[MeV]=18854.8 direction=(0.273467,0.952984,0.130527) material=G4_C - --> #secondaries=18 impactParameter[fm]=1.77621 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 181 projectile=Bc+ Ekin[MeV]=12172.3 direction=(0.187898,0.616136,0.764899) material=G4_Be - --> #secondaries=5 impactParameter[fm]=0.511703 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 182 projectile=Ds+ Ekin[MeV]=9859.49 direction=(0.0660946,0.782419,0.619235) material=G4_Si - --> #secondaries=16 impactParameter[fm]=3.45553 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 183 projectile=triton Ekin[MeV]=28007.6 direction=(0.698028,0.144371,0.701366) material=G4_Be - --> #secondaries=10 impactParameter[fm]=3.71861 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 184 projectile=anti_hyperalpha Ekin[MeV]=6131.86 direction=(0.665845,0.717691,0.203889) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.685778 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 185 projectile=D0 Ekin[MeV]=15809 direction=(0.581766,0.570188,0.580029) material=G4_Si - --> #secondaries=9 impactParameter[fm]=1.77078 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 186 projectile=D0 Ekin[MeV]=17458.7 direction=(0.322691,0.50459,0.800786) material=G4_Ar - --> #secondaries=28 impactParameter[fm]=2.45141 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 187 projectile=sigma+ Ekin[MeV]=6128.03 direction=(0.310245,0.702609,0.640381) material=G4_Pb - --> #secondaries=66 impactParameter[fm]=2.42022 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 188 projectile=anti_B0 Ekin[MeV]=15285 direction=(0.710769,0.561991,0.423053) material=G4_Cu - --> #secondaries=11 impactParameter[fm]=5.47519 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 189 projectile=anti_neutron Ekin[MeV]=22013.7 direction=(0.0241664,0.703043,0.710736) material=G4_Si - --> #secondaries=33 impactParameter[fm]=2.75035 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 190 projectile=proton Ekin[MeV]=23265.5 direction=(0.035745,0.36329,0.93099) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.59969 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 191 projectile=anti_alpha Ekin[MeV]=17426.8 direction=(0.402245,0.405559,0.820805) material=G4_Al - --> #secondaries=13 impactParameter[fm]=5.66869 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 192 projectile=anti_xi_b0 Ekin[MeV]=27663.9 direction=(0.576691,0.69664,0.426755) material=G4_W - --> #secondaries=42 impactParameter[fm]=5.42688 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 - Collision 193 projectile=anti_neutron Ekin[MeV]=29063.7 direction=(0.00375307,0.34089,0.940096) material=G4_Pb - --> #secondaries=68 impactParameter[fm]=5.65326 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=4 - Collision 194 projectile=xi_c+ Ekin[MeV]=25278.4 direction=(0.61673,0.282745,0.734642) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.87309 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 195 projectile=sigma- Ekin[MeV]=5718.15 direction=(0.223363,0.106759,0.968871) material=G4_C - --> #secondaries=4 impactParameter[fm]=2.28168 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 196 projectile=anti_hypertriton Ekin[MeV]=18703.5 direction=(0.72447,0.0266739,0.68879) material=G4_Si - --> #secondaries=23 impactParameter[fm]=3.47826 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 197 projectile=anti_omega- Ekin[MeV]=19887.7 direction=(0.67625,0.569372,0.467441) material=G4_Si - --> #secondaries=31 impactParameter[fm]=2.24574 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 198 projectile=anti_hyperHe5 Ekin[MeV]=21193.9 direction=(0.82983,0.101251,0.548754) material=G4_He - --> #secondaries=12 impactParameter[fm]=1.53377 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 199 projectile=lambda_b Ekin[MeV]=18866.9 direction=(0.278139,0.668699,0.689551) material=G4_Pb - --> #secondaries=72 impactParameter[fm]=2.02579 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=1 - Collision 200 projectile=omega- Ekin[MeV]=25096.3 direction=(0.829495,0.394965,0.394894) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.597442 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - List of produced secondaries: - j=0 xi- p=(16865.8,8138.79,8019.4320414.6) MeV - j=1 pi+ p=(-252.498,-244.026,191.548423.644) MeV - j=2 sigma- p=(4819.62,2675.79,1948.425968.15) MeV - j=3 pi+ p=(118.695,-24.7175,118.328219.501) MeV - j=4 pi0 p=(609.517,6.21755,272.423681.162) MeV - Collision 201 projectile=lambda_b Ekin[MeV]=29992.6 direction=(0.0757327,0.253656,0.964325) material=G4_Cu - --> #secondaries=32 impactParameter[fm]=2.92118 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=1 - Collision 202 projectile=proton Ekin[MeV]=17676.9 direction=(0.76707,0.18538,0.614196) material=G4_C - --> #secondaries=20 impactParameter[fm]=1.52716 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 203 projectile=B- Ekin[MeV]=8809.05 direction=(0.297326,0.872182,0.388453) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=3.72767 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 204 projectile=pi+ Ekin[MeV]=26291.4 direction=(0.561832,0.82546,0.0544006) material=G4_Si - --> #secondaries=8 impactParameter[fm]=3.71111 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 205 projectile=anti_lambda_b Ekin[MeV]=1198.74 direction=(0.2961,0.164484,0.940888) material=G4_Fe - --> #secondaries=8 impactParameter[fm]=5.33316 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 206 projectile=Bs0 Ekin[MeV]=27448.5 direction=(0.690998,0.448823,0.566639) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.53288 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 207 projectile=Bc- Ekin[MeV]=15698.7 direction=(0.285537,0.784171,0.550948) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.742759 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 208 projectile=anti_triton Ekin[MeV]=21185 direction=(0.459649,0.743066,0.48639) material=G4_H - --> #secondaries=10 impactParameter[fm]=2.84128 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 209 projectile=omega_b- Ekin[MeV]=22269.6 direction=(0.792987,0.154625,0.58929) material=G4_Be - --> #secondaries=12 impactParameter[fm]=0.535853 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 - Collision 210 projectile=hypertriton Ekin[MeV]=16302.9 direction=(0.637278,0.309567,0.705723) material=G4_Si - --> #secondaries=9 impactParameter[fm]=4.62881 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 211 projectile=deuteron Ekin[MeV]=26502.5 direction=(0.977978,0.139992,0.154792) material=G4_Fe - --> #secondaries=43 impactParameter[fm]=4.57214 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=52 #NNcollisions=2 - Collision 212 projectile=pi+ Ekin[MeV]=4065.17 direction=(0.221144,0.195824,0.955379) material=G4_W - --> #secondaries=85 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 213 projectile=hyperalpha Ekin[MeV]=13096.5 direction=(0.273065,0.242486,0.930933) material=G4_Al - --> #secondaries=40 impactParameter[fm]=2.75806 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=17 #NNcollisions=6 - Collision 214 projectile=xi0 Ekin[MeV]=18386.1 direction=(0.659575,0.40599,0.63256) material=G4_Si - --> #secondaries=18 impactParameter[fm]=4.35514 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 215 projectile=anti_lambda_b Ekin[MeV]=13584.8 direction=(0.307671,0.359784,0.880848) material=G4_Be - --> #secondaries=7 impactParameter[fm]=0.995688 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 216 projectile=xi_b- Ekin[MeV]=24742.2 direction=(0.115054,0.111847,0.987042) material=G4_Pb - --> #secondaries=71 impactParameter[fm]=4.52734 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=2 - Collision 217 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=19700.7 direction=(0.389207,0.597962,0.700685) material=G4_C - --> #secondaries=23 impactParameter[fm]=2.08931 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=3 - Collision 218 projectile=hypertriton Ekin[MeV]=21167.7 direction=(0.700155,0.217653,0.680007) material=G4_He - --> #secondaries=7 impactParameter[fm]=4.04591 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 219 projectile=Bc- Ekin[MeV]=13461.6 direction=(0.394676,0.602926,0.693333) material=G4_Al - --> #secondaries=12 impactParameter[fm]=1.91953 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 220 projectile=anti_lambda_c+ Ekin[MeV]=15579.1 direction=(0.336546,0.341252,0.877658) material=G4_C - --> #secondaries=20 impactParameter[fm]=1.2136 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 221 projectile=anti_proton Ekin[MeV]=19472.4 direction=(0.832528,0.0168372,0.553727) material=G4_W - --> #secondaries=22 impactParameter[fm]=9.96452 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 - Collision 222 projectile=kaon0L Ekin[MeV]=16651.2 direction=(0.314583,0.589577,0.743933) material=G4_Pb - --> #secondaries=24 impactParameter[fm]=6.94725 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=1 - Collision 223 projectile=anti_sigma+ Ekin[MeV]=29148.9 direction=(0.500978,0.541299,0.675289) material=G4_Ar - --> #secondaries=31 impactParameter[fm]=4.75147 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 224 projectile=anti_hyperH4 Ekin[MeV]=15519.6 direction=(0.599551,0.610673,0.517317) material=G4_Pb - --> #secondaries=127 impactParameter[fm]=3.90119 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=194 #NNcollisions=3 - Collision 225 projectile=omega_c0 Ekin[MeV]=28141.5 direction=(0.350868,0.586999,0.729605) material=G4_Al - --> #secondaries=23 impactParameter[fm]=2.39137 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 226 projectile=He3 Ekin[MeV]=24317.4 direction=(0.693031,0.314854,0.648517) material=G4_Be - --> #secondaries=20 impactParameter[fm]=0.219493 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=10 - Collision 227 projectile=anti_triton Ekin[MeV]=10972.4 direction=(0.421973,0.826905,0.371708) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.62994 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 228 projectile=anti_D0 Ekin[MeV]=28080.4 direction=(0.565476,0.289868,0.772148) material=G4_Ar - --> #secondaries=9 impactParameter[fm]=3.79962 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 229 projectile=anti_omega_c0 Ekin[MeV]=19847 direction=(0.825181,0.150695,0.544395) material=G4_Fe - --> #secondaries=33 impactParameter[fm]=3.83609 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 230 projectile=deuteron Ekin[MeV]=2539.72 direction=(0.772743,0.492185,0.400777) material=G4_Be - --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 231 projectile=Ds+ Ekin[MeV]=29207.7 direction=(0.742155,0.332373,0.582008) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=1.37548 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 232 projectile=anti_xi- Ekin[MeV]=6465.91 direction=(0.704044,0.707547,0.0608249) material=G4_He - --> #secondaries=5 impactParameter[fm]=3.05297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 233 projectile=alpha Ekin[MeV]=20302.9 direction=(0.348151,0.0676361,0.934995) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 234 projectile=D0 Ekin[MeV]=17791.9 direction=(0.782155,0.431892,0.449113) material=G4_Be - --> #secondaries=14 impactParameter[fm]=2.48864 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 235 projectile=anti_xi_b- Ekin[MeV]=6378.97 direction=(0.825251,0.433427,0.36208) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.7084 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 236 projectile=D- Ekin[MeV]=24765.9 direction=(0.471184,0.797102,0.377644) material=G4_Al - --> #secondaries=6 impactParameter[fm]=2.28145 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 237 projectile=kaon- Ekin[MeV]=18399.2 direction=(0.259728,0.930737,0.257429) material=G4_Al - --> #secondaries=13 impactParameter[fm]=3.07737 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 238 projectile=xi_c0 Ekin[MeV]=29322.1 direction=(0.776363,0.0386297,0.629101) material=G4_C - --> #secondaries=16 impactParameter[fm]=2.74693 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 239 projectile=hyperalpha Ekin[MeV]=2821.33 direction=(0.192871,0.260938,0.945892) material=G4_Fe - --> #secondaries=34 impactParameter[fm]=2.82353 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=45 #NNcollisions=1 - Collision 240 projectile=xi_c+ Ekin[MeV]=26690.9 direction=(0.108332,0.990407,0.0857842) material=G4_Al - --> #secondaries=24 impactParameter[fm]=3.50838 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 241 projectile=hypertriton Ekin[MeV]=20710 direction=(0.208722,0.977187,0.0392577) material=G4_Pb - --> #secondaries=20 impactParameter[fm]=8.25021 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 242 projectile=hyperH4 Ekin[MeV]=11528.2 direction=(0.326119,0.890692,0.316725) material=G4_Pb - --> #secondaries=103 impactParameter[fm]=2.61114 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=187 #NNcollisions=5 - Collision 243 projectile=kaon0S Ekin[MeV]=21539.8 direction=(0.00583671,0.626038,0.779771) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=6.90818 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 244 projectile=anti_sigma- Ekin[MeV]=22147.4 direction=(0.829721,0.556136,0.0477019) material=G4_Al - --> #secondaries=13 impactParameter[fm]=3.44193 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 245 projectile=hypertriton Ekin[MeV]=23823.9 direction=(0.806675,0.102453,0.582047) material=G4_Cu - --> #secondaries=39 impactParameter[fm]=3.99951 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=4 - Collision 246 projectile=B+ Ekin[MeV]=28496 direction=(0.215441,0.438446,0.872554) material=G4_C - --> #secondaries=7 impactParameter[fm]=1.36693 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 247 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=5107.18 direction=(0.429852,0.470246,0.770776) material=G4_H - --> #secondaries=3 impactParameter[fm]=2.74073 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 248 projectile=anti_xi_b0 Ekin[MeV]=12617.1 direction=(0.418229,0.161611,0.893849) material=G4_Pb - --> #secondaries=12 impactParameter[fm]=7.29688 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 249 projectile=kaon0S Ekin[MeV]=5131.13 direction=(0.866238,0.488849,0.103233) material=G4_C - --> #secondaries=15 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 250 projectile=Ds+ Ekin[MeV]=9615.48 direction=(0.295071,0.549355,0.781756) material=G4_He - --> #secondaries=9 impactParameter[fm]=1.59362 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 251 projectile=omega- Ekin[MeV]=17887.6 direction=(0.780473,0.539451,0.315999) material=G4_Si - --> #secondaries=29 impactParameter[fm]=2.11984 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 252 projectile=anti_xi_b0 Ekin[MeV]=5134.79 direction=(0.791091,0.452916,0.411148) material=G4_Ar - --> #secondaries=18 impactParameter[fm]=3.10854 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 253 projectile=hyperalpha Ekin[MeV]=6743.59 direction=(0.733211,0.224092,0.642016) material=G4_Si - --> #secondaries=11 impactParameter[fm]=5.37011 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=28 #NNcollisions=0 - Collision 254 projectile=lambda Ekin[MeV]=21993.9 direction=(0.803174,0.0658673,0.592092) material=G4_C - --> #secondaries=18 impactParameter[fm]=2.54412 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 255 projectile=D+ Ekin[MeV]=18862.8 direction=(0.162163,0.954376,0.25074) material=G4_W - --> #secondaries=70 impactParameter[fm]=2.97636 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=178 #NNcollisions=5 - Collision 256 projectile=anti_neutron Ekin[MeV]=16548.9 direction=(0.894437,0.364308,0.25935) material=G4_Fe - --> #secondaries=11 impactParameter[fm]=5.85661 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 257 projectile=anti_He3 Ekin[MeV]=25073.9 direction=(0.150451,0.899827,0.409482) material=G4_C - --> #secondaries=16 impactParameter[fm]=4.41511 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=12 #NNcollisions=1 - Collision 258 projectile=Bc- Ekin[MeV]=14140.8 direction=(0.404963,0.876954,0.258761) material=G4_Be - --> #secondaries=9 impactParameter[fm]=1.49278 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 259 projectile=omega_b- Ekin[MeV]=10299.4 direction=(0.882176,0.448908,0.142294) material=G4_C - --> #secondaries=9 impactParameter[fm]=0.57837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 260 projectile=proton Ekin[MeV]=2620.27 direction=(0.141477,0.899537,0.413301) material=G4_Si - --> #secondaries=22 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 261 projectile=lambda_b Ekin[MeV]=25551.7 direction=(0.185411,0.659049,0.728888) material=G4_Si - --> #secondaries=24 impactParameter[fm]=3.03746 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 262 projectile=anti_lambda_c+ Ekin[MeV]=24311.6 direction=(0.0218326,0.641766,0.76659) material=G4_Al - --> #secondaries=25 impactParameter[fm]=1.30425 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 263 projectile=anti_proton Ekin[MeV]=28132.1 direction=(0.180062,0.640318,0.746707) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=5.09949 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 264 projectile=lambda Ekin[MeV]=3699.79 direction=(0.141637,0.168722,0.975434) material=G4_C - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 265 projectile=hyperHe5 Ekin[MeV]=6903.9 direction=(0.21263,0.806901,0.55109) material=G4_Al - --> #secondaries=27 impactParameter[fm]=2.73043 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=19 #NNcollisions=1 - Collision 266 projectile=xi_c0 Ekin[MeV]=1249.66 direction=(0.652928,0.21966,0.724869) material=G4_Al - --> #secondaries=6 impactParameter[fm]=4.61496 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 267 projectile=sigma+ Ekin[MeV]=11579.7 direction=(0.0723326,0.919227,0.387027) material=G4_Si - --> #secondaries=18 impactParameter[fm]=3.13475 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 268 projectile=lambda_b Ekin[MeV]=19515.5 direction=(0.72683,0.682593,0.0760623) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=4.66339 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 269 projectile=xi0 Ekin[MeV]=11041.5 direction=(0.332715,0.54863,0.767011) material=G4_W - --> #secondaries=62 impactParameter[fm]=4.60734 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 - Collision 270 projectile=xi_b- Ekin[MeV]=6892.47 direction=(0.667884,0.315571,0.674051) material=G4_C - --> #secondaries=5 impactParameter[fm]=3.15387 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 271 projectile=B0 Ekin[MeV]=23828.6 direction=(0.822648,0.328696,0.463906) material=G4_Pb - --> #secondaries=39 impactParameter[fm]=4.78088 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 272 projectile=anti_Bs0 Ekin[MeV]=19674.3 direction=(0.166793,0.487179,0.857226) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.55372 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 273 projectile=xi_c0 Ekin[MeV]=28262.4 direction=(0.159574,0.744477,0.648297) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.95459 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 274 projectile=pi- Ekin[MeV]=10969.3 direction=(0.589634,0.632703,0.502015) material=G4_H - --> #secondaries=10 impactParameter[fm]=0.675203 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 275 projectile=kaon0S Ekin[MeV]=20490.7 direction=(0.0756862,0.903234,0.422421) material=G4_H - --> #secondaries=10 impactParameter[fm]=0.874185 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 276 projectile=anti_lambda_b Ekin[MeV]=10063.2 direction=(0.844642,0.387189,0.369681) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=3.8866 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=1 - Collision 277 projectile=xi_b0 Ekin[MeV]=1897.54 direction=(0.27688,0.562299,0.779203) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.08512 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 278 projectile=lambda Ekin[MeV]=14425.6 direction=(0.119459,0.889565,0.440912) material=G4_Pb - --> #secondaries=95 impactParameter[fm]=4.39867 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 - Collision 279 projectile=anti_hyperHe5 Ekin[MeV]=12313.3 direction=(0.418428,0.601362,0.680648) material=G4_Si - --> #secondaries=40 impactParameter[fm]=1.22953 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=5 - Collision 280 projectile=lambda_b Ekin[MeV]=27192.5 direction=(0.631556,0.724743,0.275471) material=G4_Be - --> #secondaries=7 impactParameter[fm]=4.63231 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 281 projectile=anti_hypertriton Ekin[MeV]=14323.3 direction=(0.282038,0.280659,0.917434) material=G4_Al - --> #secondaries=32 impactParameter[fm]=2.36419 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=6 - Collision 282 projectile=pi+ Ekin[MeV]=12495.4 direction=(0.125489,0.825679,0.550007) material=G4_Ar - --> #secondaries=31 impactParameter[fm]=1.62527 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=36 #NNcollisions=4 - Collision 283 projectile=anti_doublehyperH4 Ekin[MeV]=20550.1 direction=(0.417672,0.195361,0.887346) material=G4_Pb - --> #secondaries=37 impactParameter[fm]=7.82172 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=5 - Collision 284 projectile=anti_Bs0 Ekin[MeV]=24810.7 direction=(0.250175,0.967719,0.0305467) material=G4_W - --> #secondaries=37 impactParameter[fm]=4.7139 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 285 projectile=anti_xi0 Ekin[MeV]=12450.5 direction=(0.49818,0.6679,0.552926) material=G4_He - --> #secondaries=4 impactParameter[fm]=3.28126 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 286 projectile=anti_lambda Ekin[MeV]=17205.4 direction=(0.0982803,0.865047,0.491971) material=G4_Cu - --> #secondaries=24 impactParameter[fm]=4.12976 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 287 projectile=hyperH4 Ekin[MeV]=5477.89 direction=(0.594946,0.310797,0.741245) material=G4_W - --> #secondaries=56 impactParameter[fm]=5.32599 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=171 #NNcollisions=1 - Collision 288 projectile=anti_He3 Ekin[MeV]=28866.8 direction=(0.909504,0.39568,0.127438) material=G4_Al - --> #secondaries=15 impactParameter[fm]=4.78463 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 289 projectile=lambda Ekin[MeV]=29948.5 direction=(0.0627436,0.997434,0.0344788) material=G4_Be - --> #secondaries=17 impactParameter[fm]=1.68796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 290 projectile=anti_lambda_c+ Ekin[MeV]=11275.3 direction=(0.517901,0.114463,0.847748) material=G4_Fe - --> #secondaries=12 impactParameter[fm]=4.80702 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 291 projectile=anti_xi_c+ Ekin[MeV]=6005.86 direction=(0.843206,0.474339,0.252995) material=G4_W - --> #secondaries=27 impactParameter[fm]=5.52743 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 292 projectile=anti_omega_b- Ekin[MeV]=19198.1 direction=(0.149478,0.637705,0.755638) material=G4_Pb - --> #secondaries=20 impactParameter[fm]=7.11528 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 293 projectile=xi- Ekin[MeV]=3420.75 direction=(0.436131,0.330863,0.836851) material=G4_W - --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 294 projectile=anti_xi_b0 Ekin[MeV]=24931.8 direction=(0.515387,0.432026,0.740088) material=G4_Si - --> #secondaries=5 impactParameter[fm]=4.7029 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 295 projectile=anti_proton Ekin[MeV]=12749.4 direction=(0.621454,0.777698,0.0947641) material=G4_Cu - --> #secondaries=16 impactParameter[fm]=4.40305 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=65 #NNcollisions=1 - Collision 296 projectile=xi_c0 Ekin[MeV]=6199.41 direction=(0.672899,0.497458,0.547488) material=G4_Fe - --> #secondaries=37 impactParameter[fm]=2.51251 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=2 - Collision 297 projectile=hypertriton Ekin[MeV]=3082.93 direction=(0.10789,0.664961,0.739044) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.0998 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 298 projectile=B0 Ekin[MeV]=5484.3 direction=(0.127749,0.648628,0.750308) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.03822 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 299 projectile=pi- Ekin[MeV]=17192.8 direction=(0.0136539,0.394136,0.91895) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.21843 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 300 projectile=anti_deuteron Ekin[MeV]=1439.23 direction=(0.915461,0.348818,0.200642) material=G4_Ar - --> #secondaries=32 impactParameter[fm]=4.41779 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=2 - List of produced secondaries: - j=0 pi+ p=(-309.961,-611.352,-63.9263702.42) MeV - j=1 anti_proton p=(37.7971,139.715,-27.6481949.773) MeV - j=2 neutron p=(18.3331,130.753,316.9761000.34) MeV - j=3 neutron p=(-12.4166,152.774,-10.4415952.043) MeV - j=4 proton p=(101.262,-132.511,-26.811953.355) MeV - j=5 proton p=(69.01,-27.8103,-55.3102942.841) MeV - j=6 pi0 p=(673.193,793.941,304.0941092.8) MeV - j=7 pi- p=(-13.8159,-38.4796,-54.7376155.395) MeV - j=8 alpha p=(-213.195,-219.626,184.3553744.47) MeV - j=9 deuteron p=(328.754,166.936,50.93221912.19) MeV - j=10 deuteron p=(394.284,390.172,55.46681956.7) MeV - j=11 neutron p=(-402.515,243.009,-181.0311066.13) MeV - j=12 proton p=(138.719,-121.86,-73.9548959.123) MeV - j=13 proton p=(135.73,-50.5785,129.974958.242) MeV - j=14 proton p=(68.9372,281.667,-58.4693983.8) MeV - j=15 neutron p=(-11.1056,21.9546,-96.1377944.791) MeV - j=16 triton p=(167.539,15.932,454.5932850.44) MeV - j=17 proton p=(-15.5458,-11.2276,57.1788940.208) MeV - j=18 proton p=(99.6823,70.1019,-209.788969.132) MeV - j=19 neutron p=(-113.948,25.747,-352.5521010.31) MeV - j=20 neutron p=(18.0477,-316.196,238.0441019.68) MeV - j=21 proton p=(97.9093,5.04978,-215.211967.617) MeV - j=22 neutron p=(4.32082,17.683,-11.8856939.817) MeV - j=23 neutron p=(123.82,-2.19698,108.153953.843) MeV - j=24 proton p=(140.804,-245.923,-38.941980.905) MeV - j=25 deuteron p=(215.237,-160.137,49.78581895.36) MeV - j=26 neutron p=(-1.14126,66.6712,111.299948.481) MeV - j=27 neutron p=(51.8579,-220.335,163.81980.231) MeV - j=28 neutron p=(-87.5311,243.37,-172.164989.603) MeV - j=29 deuteron p=(125.433,-374.822,-163.7671923.79) MeV - j=30 deuteron p=(271.591,276.643,64.49331916.34) MeV - j=31 deuteron p=(401.019,444.313,72.00731970.11) MeV - Collision 301 projectile=hyperalpha Ekin[MeV]=17203.2 direction=(0.699449,0.391597,0.597848) material=G4_Si - --> #secondaries=13 impactParameter[fm]=4.86932 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 302 projectile=He3 Ekin[MeV]=14862 direction=(0.782428,0.300527,0.545426) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.11843 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 303 projectile=anti_lambda_c+ Ekin[MeV]=6419.77 direction=(0.655523,0.377889,0.653827) material=G4_Si - --> #secondaries=9 impactParameter[fm]=2.85613 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 304 projectile=neutron Ekin[MeV]=4386.12 direction=(0.716651,0.477864,0.507994) material=G4_W - --> #secondaries=59 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 305 projectile=anti_He3 Ekin[MeV]=11333.2 direction=(0.794732,0.604819,0.050947) material=G4_C - --> #secondaries=26 impactParameter[fm]=0.373777 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 306 projectile=anti_triton Ekin[MeV]=9162.87 direction=(0.0911397,0.916978,0.388387) material=G4_Si - --> #secondaries=12 impactParameter[fm]=3.71826 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 307 projectile=anti_xi- Ekin[MeV]=4002.32 direction=(0.640605,0.747778,0.174507) material=G4_Si - --> #secondaries=12 impactParameter[fm]=3.42907 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 308 projectile=kaon- Ekin[MeV]=23046 direction=(0.39767,0.164877,0.902593) material=G4_He - --> #secondaries=14 impactParameter[fm]=2.9995 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 309 projectile=doublehyperdoubleneutron Ekin[MeV]=19392.2 direction=(0.998755,0.0388508,0.031304) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=5.56945 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 310 projectile=anti_xi_b0 Ekin[MeV]=3280.81 direction=(0.0231942,0.403921,0.9145) material=G4_Si - --> #secondaries=12 impactParameter[fm]=0.765914 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 311 projectile=D0 Ekin[MeV]=13376.7 direction=(0.275264,0.422122,0.863738) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.752102 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 312 projectile=anti_hyperH4 Ekin[MeV]=11420.7 direction=(0.922428,0.136739,0.36115) material=G4_Ar - --> #secondaries=21 impactParameter[fm]=5.55434 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=2 - Collision 313 projectile=anti_hyperalpha Ekin[MeV]=27294.6 direction=(0.805779,0.524066,0.275817) material=G4_Pb - --> #secondaries=81 impactParameter[fm]=6.50824 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 - Collision 314 projectile=anti_hyperH4 Ekin[MeV]=5764.18 direction=(0.357281,0.616336,0.701769) material=G4_W - --> #secondaries=20 impactParameter[fm]=9.35962 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 315 projectile=deuteron Ekin[MeV]=13576.6 direction=(0.627995,0.535013,0.56514) material=G4_Si - --> #secondaries=19 impactParameter[fm]=4.03314 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 316 projectile=anti_alpha Ekin[MeV]=4999.93 direction=(0.266779,0.0606602,0.961847) material=G4_Pb - --> #secondaries=71 impactParameter[fm]=5.11313 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=4 - Collision 317 projectile=anti_triton Ekin[MeV]=19116 direction=(0.690931,0.498312,0.523735) material=G4_Ar - --> #secondaries=34 impactParameter[fm]=3.5678 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=39 #NNcollisions=2 - Collision 318 projectile=triton Ekin[MeV]=25292.5 direction=(0.340216,0.0316715,0.939814) material=G4_He - --> #secondaries=12 impactParameter[fm]=1.65074 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 319 projectile=proton Ekin[MeV]=1983.8 direction=(0.998783,0.048147,0.0106575) material=G4_C - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 320 projectile=kaon0S Ekin[MeV]=9389.46 direction=(0.0963887,0.562248,0.821332) material=G4_Pb - --> #secondaries=34 impactParameter[fm]=5.34708 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 321 projectile=anti_D0 Ekin[MeV]=28004.2 direction=(0.333036,0.479743,0.811747) material=G4_Cu - --> #secondaries=22 impactParameter[fm]=2.57431 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 322 projectile=anti_B0 Ekin[MeV]=7398.72 direction=(0.164221,0.901251,0.400972) material=G4_Be - --> #secondaries=6 impactParameter[fm]=0.337829 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 323 projectile=Bs0 Ekin[MeV]=29618.8 direction=(0.239615,0.838564,0.48928) material=G4_Al - --> #secondaries=10 impactParameter[fm]=2.48444 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 324 projectile=omega_c0 Ekin[MeV]=10958.2 direction=(0.434806,0.455206,0.777001) material=G4_Al - --> #secondaries=18 impactParameter[fm]=0.731571 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 325 projectile=anti_proton Ekin[MeV]=18713.2 direction=(0.669445,0.734862,0.108725) material=G4_Cu - --> #secondaries=51 impactParameter[fm]=0.723039 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=8 - Collision 326 projectile=pi+ Ekin[MeV]=19201.4 direction=(0.857838,0.501773,0.111079) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.42496 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 327 projectile=xi_c+ Ekin[MeV]=18541.7 direction=(0.943771,0.0884092,0.318559) material=G4_Be - --> #secondaries=8 impactParameter[fm]=0.90631 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=0 - Collision 328 projectile=D- Ekin[MeV]=3553.74 direction=(0.395574,0.390136,0.831453) material=G4_Cu - --> #secondaries=26 impactParameter[fm]=1.94696 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=59 #NNcollisions=2 - Collision 329 projectile=B0 Ekin[MeV]=11071 direction=(0.53894,0.842107,0.0199756) material=G4_W - --> #secondaries=21 impactParameter[fm]=7.48432 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 330 projectile=kaon0L Ekin[MeV]=5828.65 direction=(0.271984,0.365239,0.890295) material=G4_W - --> #secondaries=60 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 331 projectile=xi_b- Ekin[MeV]=23874.2 direction=(0.609031,0.785585,0.109257) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.22737 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 332 projectile=B0 Ekin[MeV]=3414.42 direction=(0.723455,0.49106,0.485256) material=G4_Pb - --> #secondaries=23 impactParameter[fm]=1.85944 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 333 projectile=kaon0S Ekin[MeV]=1751.2 direction=(0.541902,0.839307,0.0436582) material=G4_Al - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 334 projectile=proton Ekin[MeV]=21222.9 direction=(0.117394,0.660171,0.741884) material=G4_Si - --> #secondaries=35 impactParameter[fm]=1.65918 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=4 - Collision 335 projectile=anti_sigma+ Ekin[MeV]=19050.1 direction=(0.26773,0.689024,0.673474) material=G4_Al - --> #secondaries=33 impactParameter[fm]=0.875021 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=21 #NNcollisions=3 - Collision 336 projectile=lambda_b Ekin[MeV]=21945 direction=(0.761188,0.36618,0.535262) material=G4_Pb - --> #secondaries=46 impactParameter[fm]=4.71846 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=2 - Collision 337 projectile=anti_proton Ekin[MeV]=24620.1 direction=(0.546875,0.826788,0.131719) material=G4_Fe - --> #secondaries=40 impactParameter[fm]=1.45306 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 338 projectile=omega- Ekin[MeV]=26429.2 direction=(0.559417,0.572372,0.599536) material=G4_He - --> #secondaries=4 impactParameter[fm]=0.89449 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 339 projectile=xi0 Ekin[MeV]=13461.2 direction=(0.239486,0.706016,0.666474) material=G4_Cu - --> #secondaries=37 impactParameter[fm]=2.12343 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=2 - Collision 340 projectile=omega_c0 Ekin[MeV]=13303.8 direction=(0.33114,0.404104,0.85267) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=4.64876 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 341 projectile=anti_omega_b- Ekin[MeV]=18167.3 direction=(0.463916,0.78086,0.418378) material=G4_Cu - --> #secondaries=30 impactParameter[fm]=2.0693 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 - Collision 342 projectile=anti_omega- Ekin[MeV]=4747.21 direction=(0.368949,0.79019,0.489363) material=G4_Si - --> #secondaries=11 impactParameter[fm]=2.75476 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 343 projectile=hyperHe5 Ekin[MeV]=18440.2 direction=(0.998646,0.021848,0.0472098) material=G4_C - --> #secondaries=6 impactParameter[fm]=4.23338 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 344 projectile=Bs0 Ekin[MeV]=6261.23 direction=(0.503805,0.652879,0.565622) material=G4_W - --> #secondaries=7 impactParameter[fm]=4.887 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=0 - Collision 345 projectile=anti_deuteron Ekin[MeV]=11295.3 direction=(0.215982,0.62891,0.746876) material=G4_Al - --> #secondaries=19 impactParameter[fm]=2.41126 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 346 projectile=Ds- Ekin[MeV]=24627.8 direction=(0.561461,0.208742,0.800742) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.41828 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 347 projectile=alpha Ekin[MeV]=25735.6 direction=(0.399827,0.269911,0.875949) material=G4_Cu - --> #secondaries=29 impactParameter[fm]=4.59814 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=63 #NNcollisions=2 - Collision 348 projectile=anti_xi_b- Ekin[MeV]=24919.3 direction=(0.633033,0.724324,0.273175) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.32537 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 349 projectile=alpha Ekin[MeV]=9439.56 direction=(0.734411,0.516581,0.440209) material=G4_Fe - --> #secondaries=51 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 350 projectile=B- Ekin[MeV]=16493.8 direction=(0.990136,0.0695211,0.121645) material=G4_Be - --> #secondaries=6 impactParameter[fm]=0.392621 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 351 projectile=anti_hyperHe5 Ekin[MeV]=24371.9 direction=(0.731796,0.0651969,0.678398) material=G4_C - --> #secondaries=16 impactParameter[fm]=3.47578 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 352 projectile=anti_proton Ekin[MeV]=26327.4 direction=(0.558901,0.618979,0.551811) material=G4_Be - --> #secondaries=22 impactParameter[fm]=2.53142 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 353 projectile=proton Ekin[MeV]=9121.7 direction=(0.351414,0.427717,0.832806) material=G4_He - --> #secondaries=9 impactParameter[fm]=1.33089 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 354 projectile=B- Ekin[MeV]=8838.03 direction=(0.375996,0.370666,0.849255) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=2.22138 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=1 - Collision 355 projectile=xi0 Ekin[MeV]=22233.9 direction=(0.408484,0.651223,0.639569) material=G4_W - --> #secondaries=53 impactParameter[fm]=6.59792 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 356 projectile=xi_c+ Ekin[MeV]=25563.5 direction=(0.856587,0.103882,0.505438) material=G4_C - --> #secondaries=23 impactParameter[fm]=1.56416 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 357 projectile=alpha Ekin[MeV]=24348.6 direction=(0.170184,0.976969,0.128722) material=G4_Be - --> #secondaries=19 impactParameter[fm]=2.63403 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=5 #NNcollisions=4 - Collision 358 projectile=neutron Ekin[MeV]=28600.6 direction=(0.582454,0.784558,0.212641) material=G4_Si - --> #secondaries=23 impactParameter[fm]=3.04305 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 359 projectile=xi0 Ekin[MeV]=21507.1 direction=(0.375797,0.388419,0.841372) material=G4_Pb - --> #secondaries=58 impactParameter[fm]=2.64575 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=4 - Collision 360 projectile=anti_hyperH4 Ekin[MeV]=24305 direction=(0.0481244,0.7034,0.709163) material=G4_Ar - --> #secondaries=63 impactParameter[fm]=1.61899 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=5 - Collision 361 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=10496.5 direction=(0.909139,0.416463,0.00501398) material=G4_Si - --> #secondaries=37 impactParameter[fm]=3.40344 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=5 - Collision 362 projectile=anti_hyperalpha Ekin[MeV]=6743.97 direction=(0.45351,0.313269,0.834381) material=G4_Al - --> #secondaries=34 impactParameter[fm]=0.491068 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=4 - Collision 363 projectile=anti_lambda_b Ekin[MeV]=7158.78 direction=(0.708262,0.273325,0.650891) material=G4_Fe - --> #secondaries=10 impactParameter[fm]=0.934427 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 364 projectile=omega- Ekin[MeV]=11448.1 direction=(0.950819,0.13723,0.27769) material=G4_Ar - --> #secondaries=26 impactParameter[fm]=3.36065 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 365 projectile=D0 Ekin[MeV]=12128.3 direction=(0.608887,0.340992,0.716227) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=2.76359 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 - Collision 366 projectile=anti_doublehyperH4 Ekin[MeV]=4793.82 direction=(0.0491961,0.879919,0.47257) material=G4_Be - --> #secondaries=20 impactParameter[fm]=1.38329 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=7 #NNcollisions=3 - Collision 367 projectile=xi_c0 Ekin[MeV]=15397.7 direction=(0.663144,0.333816,0.669931) material=G4_He - --> #secondaries=9 impactParameter[fm]=1.13668 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 368 projectile=kaon0L Ekin[MeV]=10331.5 direction=(0.606295,0.462742,0.646743) material=G4_W - --> #secondaries=91 impactParameter[fm]=1.4043 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=4 - Collision 369 projectile=Bc- Ekin[MeV]=25054 direction=(0.654431,0.716173,0.242518) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.74382 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 370 projectile=sigma+ Ekin[MeV]=14056.2 direction=(0.176176,0.419841,0.890335) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=6.79341 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 371 projectile=kaon+ Ekin[MeV]=6581.87 direction=(0.366841,0.80586,0.464777) material=G4_Be - --> #secondaries=12 impactParameter[fm]=1.98515 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 372 projectile=lambda_c+ Ekin[MeV]=27867.8 direction=(0.0165432,0.66707,0.744812) material=G4_Al - --> #secondaries=11 impactParameter[fm]=1.47038 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 373 projectile=kaon0L Ekin[MeV]=24496.7 direction=(0.743121,0.214859,0.633724) material=G4_Pb - --> #secondaries=72 impactParameter[fm]=4.35568 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=3 - Collision 374 projectile=lambda_b Ekin[MeV]=20316.7 direction=(0.634628,0.766128,0.101469) material=G4_C - --> #secondaries=17 impactParameter[fm]=1.12392 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 375 projectile=sigma- Ekin[MeV]=24375.9 direction=(0.612885,0.734128,0.292282) material=G4_Fe - --> #secondaries=33 impactParameter[fm]=2.29293 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 376 projectile=sigma- Ekin[MeV]=19238 direction=(0.860707,0.0865424,0.501692) material=G4_W - --> #secondaries=41 impactParameter[fm]=6.59604 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 377 projectile=anti_proton Ekin[MeV]=16453.5 direction=(0.662143,0.291814,0.690226) material=G4_He - --> #secondaries=9 impactParameter[fm]=2.43494 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 378 projectile=kaon0L Ekin[MeV]=16623.2 direction=(0.175129,0.559325,0.810238) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=4.83057 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 379 projectile=anti_omega_b- Ekin[MeV]=16199 direction=(0.270385,0.961185,0.0549165) material=G4_H - --> #secondaries=2 impactParameter[fm]=1.21564 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 380 projectile=anti_omega- Ekin[MeV]=18250.3 direction=(0.94442,0.240004,0.224654) material=G4_Al - --> #secondaries=13 impactParameter[fm]=2.82925 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 381 projectile=anti_xi- Ekin[MeV]=1789.96 direction=(0.577453,0.595617,0.55838) material=G4_Be - --> #secondaries=5 impactParameter[fm]=2.22082 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 382 projectile=anti_proton Ekin[MeV]=27574 direction=(0.232323,0.972236,0.0279958) material=G4_Ar - --> #secondaries=27 impactParameter[fm]=1.64773 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 383 projectile=anti_omega_c0 Ekin[MeV]=25945.7 direction=(0.980193,0.142327,0.13771) material=G4_Pb - --> #secondaries=31 impactParameter[fm]=6.33852 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 384 projectile=anti_xi_b- Ekin[MeV]=7670.48 direction=(0.773457,0.507884,0.379234) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=2.54227 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 - Collision 385 projectile=doublehyperH4 Ekin[MeV]=14159 direction=(0.836113,0.479344,0.266731) material=G4_Si - --> #secondaries=13 impactParameter[fm]=5.84038 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 386 projectile=pi- Ekin[MeV]=5004.22 direction=(0.161333,0.505202,0.847787) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=3.60294 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 387 projectile=anti_xi0 Ekin[MeV]=21239.6 direction=(0.99723,0.0281595,0.0688366) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.74359 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 388 projectile=anti_xi_b0 Ekin[MeV]=20977.2 direction=(0.28437,0.915548,0.28444) material=G4_He - --> #secondaries=4 impactParameter[fm]=0.549247 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 389 projectile=omega_b- Ekin[MeV]=21006.5 direction=(0.30236,0.90792,0.290274) material=G4_Fe - --> #secondaries=6 impactParameter[fm]=5.46012 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 390 projectile=Bc- Ekin[MeV]=1140.55 direction=(0.567899,0.656573,0.496389) material=G4_Al - --> #secondaries=13 impactParameter[fm]=1.33048 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=0 - Collision 391 projectile=Bs0 Ekin[MeV]=21562.8 direction=(0.339411,0.724864,0.599477) material=G4_Cu - --> #secondaries=8 impactParameter[fm]=6.51176 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 392 projectile=proton Ekin[MeV]=1752.03 direction=(0.770637,0.497833,0.397845) material=G4_Be - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 393 projectile=D- Ekin[MeV]=20366.6 direction=(0.283875,0.210304,0.935514) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.17844 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 394 projectile=sigma+ Ekin[MeV]=25709 direction=(0.356707,0.913239,0.196861) material=G4_Al - --> #secondaries=29 impactParameter[fm]=2.21539 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 395 projectile=pi- Ekin[MeV]=10541.9 direction=(0.133335,0.574029,0.807906) material=G4_W - --> #secondaries=43 impactParameter[fm]=4.83398 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=1 - Collision 396 projectile=xi- Ekin[MeV]=26621.3 direction=(0.14293,0.0344476,0.989133) material=G4_Be - --> #secondaries=11 impactParameter[fm]=2.91864 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 397 projectile=anti_lambda_b Ekin[MeV]=6404 direction=(0.280682,0.769869,0.573167) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.43272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 398 projectile=alpha Ekin[MeV]=24137.5 direction=(0.68836,0.725354,0.0046851) material=G4_C - --> #secondaries=17 impactParameter[fm]=1.97146 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=5 - Collision 399 projectile=anti_alpha Ekin[MeV]=17039.6 direction=(0.805236,0.0579094,0.590119) material=G4_C - --> #secondaries=21 impactParameter[fm]=0.90853 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=4 - Collision 400 projectile=B- Ekin[MeV]=24551.5 direction=(0.0903547,0.39088,0.915996) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.284423 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - List of produced secondaries: - j=0 pi+ p=(-56.1729,175.66,433.158491.037) MeV - j=1 pi0 p=(869.942,628.785,3226.173402.73) MeV - j=2 B- p=(184.883,6314.13,12997.115385) MeV - j=3 proton p=(683.952,944.611,2049.412537.82) MeV - j=4 pi0 p=(626.082,1821.7,5201.835548.68) MeV - j=5 pi- p=(344.105,1591.26,2985.693403.58) MeV - Collision 401 projectile=lambda_c+ Ekin[MeV]=9055.31 direction=(0.146411,0.678883,0.719501) material=G4_Pb - --> #secondaries=63 impactParameter[fm]=4.38846 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=3 - Collision 402 projectile=omega_c0 Ekin[MeV]=24126.3 direction=(0.576049,0.757855,0.306305) material=G4_Al - --> #secondaries=24 impactParameter[fm]=1.57218 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 403 projectile=hyperHe5 Ekin[MeV]=20133.4 direction=(0.0453025,0.262938,0.963748) material=G4_H - --> #secondaries=8 impactParameter[fm]=0.394939 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 404 projectile=anti_xi_c0 Ekin[MeV]=9324.25 direction=(0.84959,0.457698,0.262125) material=G4_Ar - --> #secondaries=33 impactParameter[fm]=1.12562 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=3 - Collision 405 projectile=anti_sigma+ Ekin[MeV]=3687 direction=(0.362739,0.912567,0.188791) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.68382 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 406 projectile=hyperH4 Ekin[MeV]=23010 direction=(0.637905,0.294143,0.711728) material=G4_Ar - --> #secondaries=47 impactParameter[fm]=1.73358 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=31 #NNcollisions=4 - Collision 407 projectile=anti_xi_b- Ekin[MeV]=16888.6 direction=(0.936377,0.344903,0.0651149) material=G4_H - --> #secondaries=3 impactParameter[fm]=2.02588 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 408 projectile=B0 Ekin[MeV]=2970.15 direction=(0.249622,0.912763,0.323346) material=G4_Pb - --> #secondaries=7 impactParameter[fm]=6.38108 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 409 projectile=anti_proton Ekin[MeV]=23217.2 direction=(0.835877,0.307713,0.454556) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=4.40526 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 410 projectile=D+ Ekin[MeV]=20495.8 direction=(0.328065,0.661728,0.674158) material=G4_Pb - --> #secondaries=39 impactParameter[fm]=5.44 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 411 projectile=Bs0 Ekin[MeV]=11521.9 direction=(0.394562,0.73119,0.556491) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=3.2022 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 412 projectile=anti_hyperHe5 Ekin[MeV]=19681.6 direction=(0.355754,0.0143088,0.93447) material=G4_Pb - --> #secondaries=109 impactParameter[fm]=5.5264 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=9 - Collision 413 projectile=Ds- Ekin[MeV]=18252 direction=(0.562324,0.567878,0.601087) material=G4_Al - --> #secondaries=14 impactParameter[fm]=2.41512 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 414 projectile=doublehyperH4 Ekin[MeV]=15368.7 direction=(0.80726,0.0660274,0.586491) material=G4_Al - --> #secondaries=22 impactParameter[fm]=4.0905 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 415 projectile=Ds- Ekin[MeV]=22296.3 direction=(0.223035,0.970947,0.086706) material=G4_Al - --> #secondaries=13 impactParameter[fm]=0.180051 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 416 projectile=doublehyperH4 Ekin[MeV]=15313.8 direction=(0.887321,0.433365,0.15766) material=G4_Fe - --> #secondaries=52 impactParameter[fm]=2.69006 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=46 #NNcollisions=7 - Collision 417 projectile=kaon+ Ekin[MeV]=10575.1 direction=(0.066613,0.905876,0.418273) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.38809 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 418 projectile=anti_doublehyperH4 Ekin[MeV]=29333.8 direction=(0.0828735,0.903691,0.420089) material=G4_Fe - --> #secondaries=61 impactParameter[fm]=4.09442 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=49 #NNcollisions=5 - Collision 419 projectile=He3 Ekin[MeV]=11436.4 direction=(0.2887,0.457492,0.841043) material=G4_C - --> #secondaries=18 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 420 projectile=kaon- Ekin[MeV]=8276.99 direction=(0.781709,0.498138,0.37522) material=G4_Fe - --> #secondaries=31 impactParameter[fm]=2.28611 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 421 projectile=anti_Bs0 Ekin[MeV]=20358.2 direction=(0.468453,0.498486,0.729427) material=G4_Al - --> #secondaries=8 impactParameter[fm]=0.91456 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 422 projectile=lambda Ekin[MeV]=2086.79 direction=(0.0535762,0.647565,0.760125) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 423 projectile=kaon0L Ekin[MeV]=26562.8 direction=(0.770547,0.0382141,0.636236) material=G4_He - --> #secondaries=12 impactParameter[fm]=0.211847 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 424 projectile=D+ Ekin[MeV]=25374.8 direction=(0.0954864,0.686821,0.720527) material=G4_Fe - --> #secondaries=30 impactParameter[fm]=3.25768 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 425 projectile=doublehyperH4 Ekin[MeV]=26976.5 direction=(0.665504,0.561128,0.492179) material=G4_Ar - --> #secondaries=25 impactParameter[fm]=5.03419 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=37 #NNcollisions=0 - Collision 426 projectile=anti_neutron Ekin[MeV]=17754.8 direction=(0.553986,0.606145,0.57069) material=G4_Si - --> #secondaries=12 impactParameter[fm]=3.45888 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 427 projectile=doublehyperdoubleneutron Ekin[MeV]=4931.49 direction=(0.657126,0.203275,0.725854) material=G4_Cu - --> #secondaries=19 impactParameter[fm]=6.25404 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=62 #NNcollisions=0 - Collision 428 projectile=anti_sigma- Ekin[MeV]=12317.8 direction=(0.334248,0.720046,0.608122) material=G4_Be - --> #secondaries=8 impactParameter[fm]=1.39111 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 429 projectile=anti_D0 Ekin[MeV]=22860 direction=(0.364647,0.708191,0.604565) material=G4_Be - --> #secondaries=5 impactParameter[fm]=1.58881 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 430 projectile=pi- Ekin[MeV]=11075.7 direction=(0.521593,0.443087,0.729119) material=G4_Si - --> #secondaries=8 impactParameter[fm]=2.59463 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 431 projectile=anti_neutron Ekin[MeV]=4733.34 direction=(0.104032,0.816145,0.568406) material=G4_W - --> #secondaries=30 impactParameter[fm]=6.61024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 432 projectile=anti_doublehyperH4 Ekin[MeV]=16353.4 direction=(0.0654883,0.431015,0.899965) material=G4_Fe - --> #secondaries=28 impactParameter[fm]=5.47009 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=55 #NNcollisions=3 - Collision 433 projectile=omega_c0 Ekin[MeV]=25988.2 direction=(0.427556,0.678402,0.597468) material=G4_Fe - --> #secondaries=50 impactParameter[fm]=1.57943 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=4 - Collision 434 projectile=anti_xi- Ekin[MeV]=1430.33 direction=(0.454006,0.662418,0.595887) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.38955 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 435 projectile=anti_hyperalpha Ekin[MeV]=23132.5 direction=(0.278657,0.801319,0.529375) material=G4_C - --> #secondaries=28 impactParameter[fm]=2.36275 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=4 - Collision 436 projectile=hyperH4 Ekin[MeV]=19903.7 direction=(0.141896,0.494567,0.857478) material=G4_Si - --> #secondaries=21 impactParameter[fm]=4.28292 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=3 - Collision 437 projectile=anti_xi_c0 Ekin[MeV]=17918.1 direction=(0.0199577,0.393747,0.919002) material=G4_Fe - --> #secondaries=21 impactParameter[fm]=4.24861 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 438 projectile=B+ Ekin[MeV]=12934.7 direction=(0.665643,0.697493,0.265375) material=G4_Si - --> #secondaries=10 impactParameter[fm]=1.32465 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 439 projectile=hyperH4 Ekin[MeV]=23677.7 direction=(0.832307,0.0162397,0.554077) material=G4_He - --> #secondaries=12 impactParameter[fm]=0.440522 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=3 - Collision 440 projectile=anti_hyperH4 Ekin[MeV]=27179.7 direction=(0.698429,0.212556,0.683386) material=G4_H - --> #secondaries=8 impactParameter[fm]=0.599847 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 441 projectile=xi- Ekin[MeV]=24056.8 direction=(0.390104,0.91714,0.0816926) material=G4_Be - --> #secondaries=7 impactParameter[fm]=3.14735 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 442 projectile=lambda_b Ekin[MeV]=22347.6 direction=(0.245015,0.593313,0.766777) material=G4_Ar - --> #secondaries=21 impactParameter[fm]=3.10114 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 443 projectile=B0 Ekin[MeV]=8692.48 direction=(0.275603,0.377788,0.883923) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.20236 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 444 projectile=anti_hyperH4 Ekin[MeV]=16103.9 direction=(0.0944487,0.995511,0.0061385) material=G4_He - --> #secondaries=11 impactParameter[fm]=1.84356 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=2 - Collision 445 projectile=anti_sigma- Ekin[MeV]=24260.5 direction=(0.2774,0.137611,0.950848) material=G4_Pb - --> #secondaries=99 impactParameter[fm]=4.07706 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 446 projectile=xi- Ekin[MeV]=14382.2 direction=(0.244158,0.613004,0.751407) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=3.25521 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 447 projectile=anti_lambda_b Ekin[MeV]=22627.5 direction=(0.347824,0.192324,0.917622) material=G4_Pb - --> #secondaries=13 impactParameter[fm]=7.18638 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 448 projectile=proton Ekin[MeV]=5404.76 direction=(0.11932,0.351031,0.92873) material=G4_W - --> #secondaries=74 impactParameter[fm]=3.62975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=4 - Collision 449 projectile=anti_hyperHe5 Ekin[MeV]=23583.8 direction=(0.665868,0.430588,0.609273) material=G4_C - --> #secondaries=20 impactParameter[fm]=2.28698 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=11 #NNcollisions=3 - Collision 450 projectile=xi- Ekin[MeV]=27156.3 direction=(0.261107,0.919718,0.293159) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=3.80492 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 451 projectile=anti_hypertriton Ekin[MeV]=5889.23 direction=(0.686496,0.17652,0.705382) material=G4_H - --> #secondaries=10 impactParameter[fm]=1.85406 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 452 projectile=anti_doublehyperH4 Ekin[MeV]=27066.5 direction=(0.163682,0.921851,0.351282) material=G4_Cu - --> #secondaries=63 impactParameter[fm]=3.48776 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=5 - Collision 453 projectile=doublehyperdoubleneutron Ekin[MeV]=5405.46 direction=(0.0117582,0.859635,0.510774) material=G4_C - --> #secondaries=6 impactParameter[fm]=5.02094 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 454 projectile=hyperHe5 Ekin[MeV]=13287.4 direction=(0.755388,0.569479,0.324164) material=G4_C - --> #secondaries=17 impactParameter[fm]=3.1838 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=2 - Collision 455 projectile=hyperalpha Ekin[MeV]=1038.33 direction=(0.672919,0.0683855,0.736549) material=G4_Fe - --> #secondaries=10 impactParameter[fm]=5.56931 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 456 projectile=xi_b- Ekin[MeV]=27746.6 direction=(0.523385,0.21426,0.824719) material=G4_Fe - --> #secondaries=20 impactParameter[fm]=2.72362 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 457 projectile=xi- Ekin[MeV]=4940.26 direction=(0.561283,0.557215,0.611942) material=G4_Pb - --> #secondaries=24 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 458 projectile=anti_hyperH4 Ekin[MeV]=25698.5 direction=(0.720443,0.689667,0.0729441) material=G4_He - --> #secondaries=10 impactParameter[fm]=2.8727 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 459 projectile=Ds+ Ekin[MeV]=16145 direction=(0.771567,0.131046,0.622505) material=G4_Pb - --> #secondaries=36 impactParameter[fm]=5.98583 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 460 projectile=sigma- Ekin[MeV]=18665.2 direction=(0.514469,0.0386023,0.85664) material=G4_W - --> #secondaries=87 impactParameter[fm]=3.35298 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=8 - Collision 461 projectile=anti_xi_c+ Ekin[MeV]=12616.2 direction=(0.703332,0.173665,0.689321) material=G4_Al - --> #secondaries=28 impactParameter[fm]=1.08581 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=2 - Collision 462 projectile=triton Ekin[MeV]=17792.2 direction=(0.404343,0.666599,0.626221) material=G4_He - --> #secondaries=13 impactParameter[fm]=1.63202 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=3 - Collision 463 projectile=B0 Ekin[MeV]=20439.4 direction=(0.393149,0.665369,0.6346) material=G4_Si - --> #secondaries=13 impactParameter[fm]=1.4364 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 464 projectile=D0 Ekin[MeV]=13683.8 direction=(0.567913,0.165995,0.806176) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=3.14699 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 465 projectile=anti_xi_b0 Ekin[MeV]=24660.8 direction=(0.408406,0.912299,0.0302349) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=4.70678 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 466 projectile=deuteron Ekin[MeV]=16659 direction=(0.763089,0.0991006,0.63865) material=G4_W - --> #secondaries=80 impactParameter[fm]=4.92741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=5 - Collision 467 projectile=anti_neutron Ekin[MeV]=3367.64 direction=(0.111984,0.696775,0.708494) material=G4_Al - --> #secondaries=14 impactParameter[fm]=3.39832 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 468 projectile=anti_alpha Ekin[MeV]=21260.2 direction=(0.292501,0.812991,0.503476) material=G4_Be - --> #secondaries=21 impactParameter[fm]=2.26069 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=3 - Collision 469 projectile=lambda_b Ekin[MeV]=28012.4 direction=(0.125524,0.628464,0.767644) material=G4_Fe - --> #secondaries=22 impactParameter[fm]=3.25385 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=2 - Collision 470 projectile=anti_alpha Ekin[MeV]=14540.4 direction=(0.223028,0.68062,0.697865) material=G4_Ar - --> #secondaries=40 impactParameter[fm]=2.87005 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=5 - Collision 471 projectile=anti_lambda Ekin[MeV]=20494.6 direction=(0.301777,0.201354,0.931873) material=G4_W - --> #secondaries=69 impactParameter[fm]=3.04897 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=4 - Collision 472 projectile=He3 Ekin[MeV]=15253.6 direction=(0.786638,0.228856,0.573434) material=G4_Be - --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 473 projectile=lambda_c+ Ekin[MeV]=10364.1 direction=(0.160935,0.920624,0.35574) material=G4_W - --> #secondaries=41 impactParameter[fm]=5.0134 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 474 projectile=kaon0L Ekin[MeV]=8780.41 direction=(0.937265,0.0546551,0.344307) material=G4_Si - --> #secondaries=20 impactParameter[fm]=2.98477 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 475 projectile=anti_omega_b- Ekin[MeV]=8975.86 direction=(0.301052,0.536319,0.788499) material=G4_He - --> #secondaries=7 impactParameter[fm]=0.827982 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 476 projectile=anti_lambda_b Ekin[MeV]=9609 direction=(0.30209,0.362406,0.881705) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=4.6616 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 477 projectile=anti_xi- Ekin[MeV]=25422 direction=(0.758985,0.617991,0.205008) material=G4_W - --> #secondaries=46 impactParameter[fm]=6.68337 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 478 projectile=xi_b- Ekin[MeV]=10077.6 direction=(0.0190411,0.342661,0.939266) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.87026 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 479 projectile=anti_xi_b0 Ekin[MeV]=28252.2 direction=(0.693998,0.688196,0.211548) material=G4_Si - --> #secondaries=20 impactParameter[fm]=2.16918 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 480 projectile=anti_xi_b- Ekin[MeV]=22824.7 direction=(0.44628,0.767395,0.460368) material=G4_Ar - --> #secondaries=30 impactParameter[fm]=2.71256 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 481 projectile=doublehyperH4 Ekin[MeV]=5676.6 direction=(0.928678,0.108808,0.354567) material=G4_Si - --> #secondaries=8 impactParameter[fm]=5.17505 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 482 projectile=lambda_b Ekin[MeV]=10312.3 direction=(0.623413,0.767243,0.150649) material=G4_Pb - --> #secondaries=45 impactParameter[fm]=3.94504 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=4 - Collision 483 projectile=kaon+ Ekin[MeV]=5511.07 direction=(0.398272,0.670607,0.625832) material=G4_Si - --> #secondaries=18 impactParameter[fm]=1.70079 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 484 projectile=B0 Ekin[MeV]=7868.46 direction=(0.519841,0.745226,0.417616) material=G4_Pb - --> #secondaries=32 impactParameter[fm]=4.13455 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=3 - Collision 485 projectile=anti_omega_c0 Ekin[MeV]=10568.9 direction=(0.199076,0.496031,0.845176) material=G4_He - --> #secondaries=5 impactParameter[fm]=2.54002 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 486 projectile=anti_omega- Ekin[MeV]=14075 direction=(0.960357,0.22288,0.167448) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=5.10477 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 487 projectile=kaon0S Ekin[MeV]=18199.9 direction=(0.179837,0.80717,0.56226) material=G4_Be - --> #secondaries=9 impactParameter[fm]=4.54734 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 488 projectile=anti_sigma+ Ekin[MeV]=7802.17 direction=(0.0552177,0.845842,0.530567) material=G4_Pb - --> #secondaries=69 impactParameter[fm]=3.19647 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=208 #NNcollisions=1 - Collision 489 projectile=lambda_c+ Ekin[MeV]=21584.9 direction=(0.725809,0.643202,0.24391) material=G4_Fe - --> #secondaries=47 impactParameter[fm]=1.04525 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 490 projectile=omega- Ekin[MeV]=28120.9 direction=(0.665938,0.737004,0.115553) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=5.2565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 491 projectile=kaon- Ekin[MeV]=4259.64 direction=(0.624289,0.496891,0.602795) material=G4_Cu - --> #secondaries=40 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 492 projectile=Ds+ Ekin[MeV]=7216.19 direction=(0.629824,0.583745,0.512409) material=G4_Si - --> #secondaries=9 impactParameter[fm]=2.6239 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 493 projectile=Bs0 Ekin[MeV]=7168.61 direction=(0.740717,0.392214,0.545442) material=G4_Ar - --> #secondaries=7 impactParameter[fm]=4.19133 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 494 projectile=sigma+ Ekin[MeV]=3383.76 direction=(0.66449,0.0868003,0.742239) material=G4_Ar - --> #secondaries=18 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 495 projectile=sigma- Ekin[MeV]=18370.9 direction=(0.553761,0.069104,0.829803) material=G4_He - --> #secondaries=7 impactParameter[fm]=3.68741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 496 projectile=hypertriton Ekin[MeV]=18539.6 direction=(0.255925,0.538806,0.802615) material=G4_C - --> #secondaries=11 impactParameter[fm]=4.20171 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 497 projectile=anti_xi- Ekin[MeV]=11748.3 direction=(0.738875,0.643953,0.198466) material=G4_Fe - --> #secondaries=37 impactParameter[fm]=3.41781 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 - Collision 498 projectile=anti_B0 Ekin[MeV]=13035.6 direction=(0.530328,0.837525,0.131546) material=G4_Cu - --> #secondaries=25 impactParameter[fm]=2.26947 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 499 projectile=pi+ Ekin[MeV]=17678.9 direction=(0.895485,0.417534,0.154182) material=G4_Si - --> #secondaries=15 impactParameter[fm]=2.87049 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 500 projectile=Ds+ Ekin[MeV]=2032.72 direction=(0.318612,0.939824,0.123358) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.75001 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - List of produced secondaries: - j=0 kaon0L p=(682.086,439.85,302.672998.969) MeV - j=1 lambda_c+ p=(-23.3525,2455.93,131.4243358.17) MeV - j=2 pi0 p=(357.435,51.6308,-78.7129393.497) MeV - j=3 pi+ p=(-47.5793,-14.6896,15.2045148.965) MeV - j=4 neutron p=(-86.7923,33.6267,19.2647944.361) MeV - j=5 triton p=(103.897,50.2135,2.982242811.29) MeV - j=6 alpha p=(124.148,257.188,36.86593738.49) MeV - Collision 501 projectile=anti_alpha Ekin[MeV]=1399.04 direction=(0.993536,0.051503,0.101162) material=G4_Cu - --> #secondaries=28 impactParameter[fm]=3.85272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=4 - Collision 502 projectile=xi- Ekin[MeV]=13225.9 direction=(0.757125,0.210919,0.618284) material=G4_Ar - --> #secondaries=27 impactParameter[fm]=2.11677 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 503 projectile=omega- Ekin[MeV]=7702.62 direction=(0.675992,0.666026,0.315348) material=G4_C - --> #secondaries=9 impactParameter[fm]=3.286 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 504 projectile=anti_sigma+ Ekin[MeV]=19249.2 direction=(0.391006,0.0265433,0.920005) material=G4_Fe - --> #secondaries=32 impactParameter[fm]=2.56001 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 505 projectile=B0 Ekin[MeV]=9694.05 direction=(0.943566,0.107275,0.313329) material=G4_Fe - --> #secondaries=11 impactParameter[fm]=3.85322 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 506 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=1971.22 direction=(0.0827512,0.782914,0.616602) material=G4_Fe - --> #secondaries=41 impactParameter[fm]=5.13038 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 507 projectile=anti_alpha Ekin[MeV]=25536.6 direction=(0.588976,0.503369,0.63224) material=G4_H - --> #secondaries=7 impactParameter[fm]=2.7771 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 508 projectile=anti_B0 Ekin[MeV]=9514.82 direction=(0.623514,0.611246,0.487451) material=G4_Be - --> #secondaries=9 impactParameter[fm]=1.14349 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 509 projectile=anti_hyperH4 Ekin[MeV]=23649.4 direction=(0.00928282,0.980203,0.197776) material=G4_H - --> #secondaries=2 impactParameter[fm]=2.23803 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 510 projectile=anti_hyperH4 Ekin[MeV]=26527.6 direction=(0.537602,0.490359,0.685953) material=G4_Al - --> #secondaries=36 impactParameter[fm]=3.43278 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=23 #NNcollisions=4 - Collision 511 projectile=sigma- Ekin[MeV]=25057.9 direction=(0.796386,0.526532,0.297547) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.82163 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 512 projectile=B+ Ekin[MeV]=1870.31 direction=(0.874743,0.413006,0.253475) material=G4_He - --> #secondaries=5 impactParameter[fm]=2.10252 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=0 - Collision 513 projectile=hyperH4 Ekin[MeV]=17116.4 direction=(0.822681,0.323295,0.467628) material=G4_Si - --> #secondaries=18 impactParameter[fm]=4.92123 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 514 projectile=hypertriton Ekin[MeV]=14346.4 direction=(0.00338017,0.80168,0.597744) material=G4_Be - --> #secondaries=11 impactParameter[fm]=4.71311 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 515 projectile=lambda_c+ Ekin[MeV]=19227.8 direction=(0.234341,0.857677,0.457685) material=G4_Al - --> #secondaries=33 impactParameter[fm]=1.13348 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=5 - Collision 516 projectile=Bc- Ekin[MeV]=27017.8 direction=(0.30372,0.673686,0.673722) material=G4_Si - --> #secondaries=8 impactParameter[fm]=1.18854 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 517 projectile=Ds+ Ekin[MeV]=15189.9 direction=(0.606517,0.392108,0.691657) material=G4_Pb - --> #secondaries=61 impactParameter[fm]=4.6773 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 518 projectile=He3 Ekin[MeV]=19333.6 direction=(0.133887,0.966371,0.219549) material=G4_W - --> #secondaries=106 impactParameter[fm]=0.903472 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=174 #NNcollisions=8 - Collision 519 projectile=anti_omega- Ekin[MeV]=26737.2 direction=(0.39106,0.871213,0.296748) material=G4_W - --> #secondaries=95 impactParameter[fm]=1.95007 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 - Collision 520 projectile=hypertriton Ekin[MeV]=25556.6 direction=(0.636463,0.0679052,0.768312) material=G4_Be - --> #secondaries=13 impactParameter[fm]=3.21934 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=6 #NNcollisions=2 - Collision 521 projectile=xi_c+ Ekin[MeV]=14690.8 direction=(0.524545,0.682777,0.508594) material=G4_W - --> #secondaries=44 impactParameter[fm]=5.34961 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 - Collision 522 projectile=kaon- Ekin[MeV]=26950.8 direction=(0.306082,0.71032,0.633844) material=G4_Pb - --> #secondaries=92 impactParameter[fm]=1.21796 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=6 - Collision 523 projectile=neutron Ekin[MeV]=15141 direction=(0.466647,0.361271,0.807294) material=G4_Fe - --> #secondaries=37 impactParameter[fm]=2.47975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=2 - Collision 524 projectile=D+ Ekin[MeV]=17696.3 direction=(0.072715,0.902028,0.42551) material=G4_Cu - --> #secondaries=17 impactParameter[fm]=4.56915 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 525 projectile=proton Ekin[MeV]=5648.62 direction=(0.329699,0.0391318,0.943275) material=G4_He - --> #secondaries=8 impactParameter[fm]=1.70438 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 526 projectile=kaon0S Ekin[MeV]=24342.2 direction=(0.913596,0.381518,0.140662) material=G4_Fe - --> #secondaries=22 impactParameter[fm]=2.49043 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 527 projectile=neutron Ekin[MeV]=23834.8 direction=(0.673538,0.421613,0.607115) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.2732 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 528 projectile=lambda Ekin[MeV]=21275.8 direction=(0.254262,0.230604,0.93924) material=G4_Ar - --> #secondaries=43 impactParameter[fm]=1.09355 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=3 - Collision 529 projectile=anti_Bs0 Ekin[MeV]=10716.1 direction=(0.181245,0.757034,0.627734) material=G4_W - --> #secondaries=6 impactParameter[fm]=5.94354 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 530 projectile=xi_c0 Ekin[MeV]=5655.34 direction=(0.0173478,0.83158,0.555134) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.81996 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 531 projectile=doublehyperdoubleneutron Ekin[MeV]=16029.8 direction=(0.479783,0.873012,0.0875156) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.1617 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 532 projectile=anti_hyperH4 Ekin[MeV]=14917.6 direction=(0.731409,0.625379,0.271921) material=G4_C - --> #secondaries=22 impactParameter[fm]=2.97059 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=7 #NNcollisions=3 - Collision 533 projectile=anti_xi- Ekin[MeV]=22748.1 direction=(0.461727,0.632995,0.62139) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.67683 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 534 projectile=anti_deuteron Ekin[MeV]=27331 direction=(0.0310045,0.926265,0.375596) material=G4_Al - --> #secondaries=19 impactParameter[fm]=3.18756 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 535 projectile=sigma- Ekin[MeV]=12187.4 direction=(0.480289,0.285972,0.829182) material=G4_Fe - --> #secondaries=19 impactParameter[fm]=4.49056 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 536 projectile=xi_b0 Ekin[MeV]=3405.19 direction=(0.0836956,0.733827,0.674161) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=2.79919 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=0 - Collision 537 projectile=hyperalpha Ekin[MeV]=14165.5 direction=(0.620165,0.0227923,0.78414) material=G4_H - --> #secondaries=4 impactParameter[fm]=2.63869 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 538 projectile=anti_lambda_b Ekin[MeV]=22699.9 direction=(0.282973,0.171901,0.943597) material=G4_C - --> #secondaries=7 impactParameter[fm]=3.52021 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 539 projectile=deuteron Ekin[MeV]=11025.5 direction=(0.48163,0.873085,0.0758645) material=G4_C - --> #secondaries=14 impactParameter[fm]=2.30839 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 - Collision 540 projectile=anti_xi_b0 Ekin[MeV]=12616.9 direction=(0.288511,0.856516,0.42795) material=G4_Al - --> #secondaries=26 impactParameter[fm]=1.19505 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 - Collision 541 projectile=Ds+ Ekin[MeV]=28362 direction=(0.875686,0.150706,0.458762) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.95768 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 542 projectile=pi+ Ekin[MeV]=4888.44 direction=(0.225321,0.788286,0.572569) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=5.81343 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 543 projectile=anti_xi- Ekin[MeV]=19697.7 direction=(0.471821,0.28653,0.833838) material=G4_Fe - --> #secondaries=55 impactParameter[fm]=2.48201 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=4 - Collision 544 projectile=hyperalpha Ekin[MeV]=14035.4 direction=(0.45523,0.449812,0.768398) material=G4_Cu - --> #secondaries=48 impactParameter[fm]=2.56605 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=5 - Collision 545 projectile=proton Ekin[MeV]=7838.59 direction=(0.556918,0.658424,0.506281) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.533043 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 546 projectile=B0 Ekin[MeV]=6209.12 direction=(0.284431,0.5845,0.759907) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.737755 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 547 projectile=omega_b- Ekin[MeV]=9002.94 direction=(0.60756,0.238366,0.757663) material=G4_Al - --> #secondaries=5 impactParameter[fm]=2.83346 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 548 projectile=alpha Ekin[MeV]=19961.3 direction=(0.776078,0.185027,0.602883) material=G4_Fe - --> #secondaries=13 impactParameter[fm]=6.46403 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 549 projectile=omega_c0 Ekin[MeV]=27918.2 direction=(0.622321,0.413023,0.664927) material=G4_W - --> #secondaries=23 impactParameter[fm]=6.45551 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 550 projectile=doublehyperH4 Ekin[MeV]=26426.2 direction=(0.319813,0.611415,0.723804) material=G4_W - --> #secondaries=148 impactParameter[fm]=1.04493 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=161 #NNcollisions=10 - Collision 551 projectile=xi- Ekin[MeV]=28541 direction=(0.974002,0.223438,0.0373582) material=G4_Al - --> #secondaries=12 impactParameter[fm]=6.21704 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 552 projectile=He3 Ekin[MeV]=29454.4 direction=(0.721823,0.0176498,0.691853) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=4.25522 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 553 projectile=xi_c0 Ekin[MeV]=26047 direction=(0.304642,0.135952,0.942714) material=G4_Be - --> #secondaries=8 impactParameter[fm]=1.90983 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 554 projectile=He3 Ekin[MeV]=8115.02 direction=(0.865976,0.147499,0.477838) material=G4_H - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 555 projectile=anti_lambda_b Ekin[MeV]=1126.72 direction=(0.653237,0.736095,0.177331) material=G4_Fe - --> #secondaries=10 impactParameter[fm]=6.82451 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 556 projectile=pi- Ekin[MeV]=10296.6 direction=(0.595597,0.155479,0.788093) material=G4_Ar - --> #secondaries=10 impactParameter[fm]=5.48753 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 557 projectile=anti_He3 Ekin[MeV]=29996.8 direction=(0.495857,0.0807102,0.864645) material=G4_Cu - --> #secondaries=51 impactParameter[fm]=2.71715 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=9 - Collision 558 projectile=pi+ Ekin[MeV]=12410 direction=(0.455569,0.830155,0.321403) material=G4_W - --> #secondaries=82 impactParameter[fm]=2.4337 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=178 #NNcollisions=5 - Collision 559 projectile=He3 Ekin[MeV]=17271 direction=(0.822738,0.105621,0.558521) material=G4_Al - --> #secondaries=22 impactParameter[fm]=2.91415 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=4 - Collision 560 projectile=omega_c0 Ekin[MeV]=23382.4 direction=(0.784145,0.0803318,0.615356) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.44813 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 561 projectile=B- Ekin[MeV]=11521.7 direction=(0.265441,0.436403,0.859705) material=G4_Pb - --> #secondaries=30 impactParameter[fm]=7.02326 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 562 projectile=anti_sigma+ Ekin[MeV]=24192.9 direction=(0.719344,0.694623,0.00652594) material=G4_W - --> #secondaries=33 impactParameter[fm]=6.20916 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=0 - Collision 563 projectile=anti_hyperH4 Ekin[MeV]=28623.4 direction=(0.861757,0.474613,0.179215) material=G4_Fe - --> #secondaries=38 impactParameter[fm]=4.92472 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=54 #NNcollisions=4 - Collision 564 projectile=xi_b0 Ekin[MeV]=21991.7 direction=(0.958518,0.0227263,0.284125) material=G4_Cu - --> #secondaries=34 impactParameter[fm]=3.36101 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 - Collision 565 projectile=anti_hyperalpha Ekin[MeV]=2165.91 direction=(0.263827,0.599322,0.755783) material=G4_Pb - --> #secondaries=13 impactParameter[fm]=9.08681 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 566 projectile=Bc- Ekin[MeV]=14915.5 direction=(0.375293,0.376578,0.846962) material=G4_Fe - --> #secondaries=11 impactParameter[fm]=3.62255 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 567 projectile=hypertriton Ekin[MeV]=20391.8 direction=(0.636361,0.52462,0.565525) material=G4_H - --> #secondaries=9 impactParameter[fm]=1.61219 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 - Collision 568 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=3200.19 direction=(0.943443,0.0602958,0.326006) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=6.02782 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=40 #NNcollisions=1 - Collision 569 projectile=anti_neutron Ekin[MeV]=7327.41 direction=(0.0255141,0.961945,0.27205) material=G4_Si - --> #secondaries=15 impactParameter[fm]=3.70808 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 570 projectile=anti_lambda_b Ekin[MeV]=1451.68 direction=(0.442585,0.861951,0.247306) material=G4_W - --> #secondaries=15 impactParameter[fm]=5.97407 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=0 - Collision 571 projectile=anti_xi_b- Ekin[MeV]=16314.2 direction=(0.576792,0.54938,0.60456) material=G4_Al - --> #secondaries=24 impactParameter[fm]=2.146 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=2 - Collision 572 projectile=D- Ekin[MeV]=23857.6 direction=(0.918443,0.209015,0.335819) material=G4_Si - --> #secondaries=14 impactParameter[fm]=2.36709 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 573 projectile=B- Ekin[MeV]=12556.4 direction=(0.173195,0.932516,0.316888) material=G4_Pb - --> #secondaries=26 impactParameter[fm]=3.87725 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=2 - Collision 574 projectile=hypertriton Ekin[MeV]=25018.1 direction=(0.551967,0.712512,0.433196) material=G4_C - --> #secondaries=19 impactParameter[fm]=2.5529 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=4 - Collision 575 projectile=hyperH4 Ekin[MeV]=4441.12 direction=(0.44482,0.813279,0.375118) material=G4_Be - --> #secondaries=14 impactParameter[fm]=0.499675 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 576 projectile=sigma- Ekin[MeV]=15051.6 direction=(0.637572,0.662085,0.393885) material=G4_Ar - --> #secondaries=4 impactParameter[fm]=4.98309 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 577 projectile=pi- Ekin[MeV]=14101.5 direction=(0.574934,0.321236,0.752502) material=G4_Be - --> #secondaries=11 impactParameter[fm]=3.41513 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 578 projectile=alpha Ekin[MeV]=19519 direction=(0.86833,0.449572,0.209495) material=G4_Fe - --> #secondaries=34 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 579 projectile=anti_hyperH4 Ekin[MeV]=4075.36 direction=(0.60628,0.201116,0.769401) material=G4_Be - --> #secondaries=31 impactParameter[fm]=1.8529 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=4 - Collision 580 projectile=proton Ekin[MeV]=11483.9 direction=(0.262336,0.849545,0.457661) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=3.46123 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 581 projectile=xi_b0 Ekin[MeV]=29875.2 direction=(0.1585,0.655802,0.738107) material=G4_W - --> #secondaries=51 impactParameter[fm]=3.94353 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=2 - Collision 582 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=28746.8 direction=(0.611041,0.791418,0.0169223) material=G4_Be - --> #secondaries=11 impactParameter[fm]=4.17141 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 583 projectile=He3 Ekin[MeV]=17714.9 direction=(0.502011,0.378458,0.777659) material=G4_W - --> #secondaries=28 impactParameter[fm]=7.41774 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=182 #NNcollisions=0 - Collision 584 projectile=anti_B0 Ekin[MeV]=4632.34 direction=(0.512214,0.561961,0.64949) material=G4_Cu - --> #secondaries=9 impactParameter[fm]=3.97058 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 585 projectile=B- Ekin[MeV]=28966.9 direction=(0.0388106,0.112739,0.992866) material=G4_Be - --> #secondaries=6 impactParameter[fm]=3.72606 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 586 projectile=B+ Ekin[MeV]=9773.04 direction=(0.340924,0.535247,0.772839) material=G4_Be - --> #secondaries=6 impactParameter[fm]=1.80616 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 587 projectile=kaon- Ekin[MeV]=17361.2 direction=(0.697536,0.489148,0.52362) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=2.8152 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 588 projectile=anti_hyperH4 Ekin[MeV]=9954.19 direction=(0.720369,0.23115,0.653941) material=G4_Ar - --> #secondaries=41 impactParameter[fm]=2.39571 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=4 - Collision 589 projectile=kaon0S Ekin[MeV]=24298.2 direction=(0.00712461,0.408302,0.912819) material=G4_W - --> #secondaries=41 impactParameter[fm]=6.29586 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 590 projectile=doublehyperH4 Ekin[MeV]=4014.7 direction=(0.848016,0.515137,0.124512) material=G4_Pb - --> #secondaries=25 impactParameter[fm]=9.93639 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=203 #NNcollisions=1 - Collision 591 projectile=anti_hypertriton Ekin[MeV]=10812.3 direction=(0.649557,0.483754,0.586565) material=G4_He - --> #secondaries=21 impactParameter[fm]=1.32355 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=2 #NNcollisions=3 - Collision 592 projectile=anti_proton Ekin[MeV]=11758.4 direction=(0.421015,0.292069,0.858744) material=G4_Ar - --> #secondaries=26 impactParameter[fm]=1.73996 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=40 #NNcollisions=1 - Collision 593 projectile=hypertriton Ekin[MeV]=19371 direction=(0.761352,0.134333,0.63427) material=G4_W - --> #secondaries=96 impactParameter[fm]=4.87854 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=166 #NNcollisions=5 - Collision 594 projectile=kaon- Ekin[MeV]=15492.2 direction=(0.336663,0.480197,0.809981) material=G4_Pb - --> #secondaries=37 impactParameter[fm]=7.09015 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 595 projectile=anti_Bs0 Ekin[MeV]=25863.9 direction=(0.556152,0.414698,0.720223) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.401675 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 596 projectile=B0 Ekin[MeV]=28961.9 direction=(0.791407,0.213946,0.572628) material=G4_Si - --> #secondaries=13 impactParameter[fm]=2.66978 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 597 projectile=anti_hyperalpha Ekin[MeV]=2731.95 direction=(0.301724,0.22918,0.92544) material=G4_Fe - --> #secondaries=49 impactParameter[fm]=0.517241 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=4 - Collision 598 projectile=anti_xi0 Ekin[MeV]=29457.5 direction=(0.309725,0.181018,0.933436) material=G4_W - --> #secondaries=30 impactParameter[fm]=6.28589 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 599 projectile=lambda_c+ Ekin[MeV]=6900.18 direction=(0.298863,0.589079,0.750778) material=G4_Fe - --> #secondaries=32 impactParameter[fm]=0.798524 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=2 - Collision 600 projectile=anti_sigma+ Ekin[MeV]=20346.9 direction=(0.160907,0.346235,0.924246) material=G4_Si - --> #secondaries=25 impactParameter[fm]=2.82091 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - List of produced secondaries: - j=0 anti_proton p=(1480.43,2981.14,8399.119083.19) MeV - j=1 pi0 p=(72.1729,408.76,670.112799.726) MeV - j=2 pi0 p=(-213.767,214.35,238.212408.174) MeV - j=3 kaon+ p=(431.634,261.4,1458.691620.54) MeV - j=4 proton p=(104.269,614.781,1767.52096.01) MeV - j=5 pi- p=(182.068,417.175,1122.441219.23) MeV - j=6 neutron p=(434.785,377.003,559.6411235.78) MeV - j=7 pi0 p=(91.1692,324.708,1303.921353.58) MeV - j=8 pi- p=(952.274,1767.34,2564.383259.73) MeV - j=9 pi0 p=(88.0795,159.238,1469.181486.55) MeV - j=10 pi+ p=(153.359,95.7518,129.122262.373) MeV - j=11 neutron p=(21.321,-212.787,222.298988.904) MeV - j=12 proton p=(-212.999,-99.4533,-122.882975.046) MeV - j=13 neutron p=(115.059,-337.294,-123.2641012.41) MeV - j=14 proton p=(41.3478,122.352,-151.915959.225) MeV - j=15 He3 p=(108.778,-321.207,-281.812842.8) MeV - j=16 deuteron p=(-86.8158,-66.9279,512.0261947.33) MeV - j=17 neutron p=(-167.595,-25.1596,64.9854956.936) MeV - j=18 proton p=(100.18,-16.6267,-99.5172948.984) MeV - j=19 deuteron p=(-89.138,-69.325,20.6681879.12) MeV - j=20 triton p=(74.2928,222.833,-146.3742822.52) MeV - j=21 He3 p=(116.865,-133.856,173.1092819.33) MeV - j=22 neutron p=(-52.4695,160.432,56.7778956.294) MeV - j=23 deuteron p=(-260.154,214.153,93.79091907.95) MeV - j=24 alpha p=(-25.1393,386.376,-25.94173747.53) MeV - Collision 601 projectile=kaon0S Ekin[MeV]=18523.2 direction=(0.660351,0.44584,0.604287) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=1.70763 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 602 projectile=B+ Ekin[MeV]=8112.15 direction=(0.436695,0.677859,0.591443) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=2.95232 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 - Collision 603 projectile=D0 Ekin[MeV]=10893.4 direction=(0.313914,0.469628,0.825171) material=G4_W - --> #secondaries=45 impactParameter[fm]=5.91604 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=4 - Collision 604 projectile=xi- Ekin[MeV]=17069.6 direction=(0.632944,0.684186,0.362315) material=G4_Cu - --> #secondaries=43 impactParameter[fm]=1.56238 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=57 #NNcollisions=4 - Collision 605 projectile=sigma- Ekin[MeV]=2363.33 direction=(0.214672,0.976485,0.0198197) material=G4_Cu - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 606 projectile=alpha Ekin[MeV]=6223.81 direction=(0.178161,0.307304,0.934785) material=G4_Ar + j=0 pi- p=(-131.09,214.968,30.008289.441) MeV + j=1 pi+ p=(150.322,258.242,15.9402330.181) MeV + j=2 eta p=(-13.6704,-91.3466,113.049566.978) MeV + j=3 pi- p=(625.564,5.58534,624.79895.1) MeV + j=4 pi+ p=(1384.9,-42.8447,1317.151916.81) MeV + j=5 anti_hypertriton p=(6354.81,1038.62,7052.4910007.4) MeV + Collision 1 projectile=anti_hyperHe5 Ekin[MeV]=5453.86 direction=(0.62765,0.315163,0.711848) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=6.27828 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 2 projectile=anti_xi- Ekin[MeV]=24166.5 direction=(0.665324,0.110495,0.738333) material=G4_Cu + --> #secondaries=33 impactParameter[fm]=1.69647 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 3 projectile=xi0 Ekin[MeV]=3272.26 direction=(0.84082,0.395168,0.36995) material=G4_Cu --> #secondaries=17 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 607 projectile=anti_xi_b- Ekin[MeV]=24325 direction=(0.556033,0.554859,0.618836) material=G4_Ar - --> #secondaries=23 impactParameter[fm]=4.22248 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 608 projectile=pi+ Ekin[MeV]=12665.5 direction=(0.440407,0.54487,0.713553) material=G4_Al - --> #secondaries=11 impactParameter[fm]=3.19837 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 609 projectile=anti_sigma- Ekin[MeV]=28212.1 direction=(0.723038,0.413559,0.553339) material=G4_Si - --> #secondaries=25 impactParameter[fm]=1.1379 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 610 projectile=anti_triton Ekin[MeV]=1056.78 direction=(0.661241,0.37454,0.649985) material=G4_Fe - --> #secondaries=28 impactParameter[fm]=4.21893 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=3 - Collision 611 projectile=anti_lambda_c+ Ekin[MeV]=8490.95 direction=(0.608612,0.592941,0.527269) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.68573 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 - Collision 612 projectile=anti_hyperH4 Ekin[MeV]=17756.1 direction=(0.653832,0.0239927,0.75626) material=G4_C - --> #secondaries=20 impactParameter[fm]=4.94139 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=2 - Collision 613 projectile=hypertriton Ekin[MeV]=10344 direction=(0.279124,0.766505,0.578412) material=G4_Si - --> #secondaries=14 impactParameter[fm]=6.0799 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 614 projectile=B- Ekin[MeV]=12446.1 direction=(0.030178,0.834578,0.550062) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=2.57738 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 615 projectile=Bc- Ekin[MeV]=21153.4 direction=(0.94586,0.222449,0.236359) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=1.5601 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 616 projectile=anti_lambda Ekin[MeV]=13040.2 direction=(0.13472,0.827925,0.544417) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=4.28902 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 617 projectile=anti_omega_b- Ekin[MeV]=20575.4 direction=(0.431074,0.627244,0.648645) material=G4_W - --> #secondaries=44 impactParameter[fm]=5.11421 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 - Collision 618 projectile=sigma+ Ekin[MeV]=26503 direction=(0.454286,0.828407,0.327669) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.04392 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 619 projectile=omega- Ekin[MeV]=8986.48 direction=(0.783379,0.613577,0.0992027) material=G4_Si - --> #secondaries=21 impactParameter[fm]=1.10673 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 620 projectile=anti_alpha Ekin[MeV]=23525.5 direction=(0.808205,0.549851,0.210877) material=G4_W - --> #secondaries=75 impactParameter[fm]=7.20589 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=180 #NNcollisions=3 - Collision 621 projectile=hyperHe5 Ekin[MeV]=25210.8 direction=(0.316915,0.889209,0.329959) material=G4_H - --> #secondaries=4 impactParameter[fm]=3.3574 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 622 projectile=pi+ Ekin[MeV]=18593.6 direction=(0.89008,0.245792,0.383853) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=1.99263 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 623 projectile=anti_He3 Ekin[MeV]=21151.8 direction=(0.174463,0.0775685,0.981604) material=G4_He - --> #secondaries=13 impactParameter[fm]=1.39749 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=4 #NNcollisions=2 - Collision 624 projectile=He3 Ekin[MeV]=17541.9 direction=(0.57623,0.604411,0.550133) material=G4_C - --> #secondaries=15 impactParameter[fm]=2.55489 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 625 projectile=hyperHe5 Ekin[MeV]=23468.1 direction=(0.499326,0.527151,0.687594) material=G4_Be - --> #secondaries=9 impactParameter[fm]=7.23046 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 626 projectile=lambda_b Ekin[MeV]=14521.9 direction=(0.182264,0.775018,0.605085) material=G4_C - --> #secondaries=16 impactParameter[fm]=0.601166 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=3 - Collision 627 projectile=He3 Ekin[MeV]=8330.36 direction=(0.771422,0.603354,0.202168) material=G4_He - --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 628 projectile=kaon0S Ekin[MeV]=11985.1 direction=(0.183166,0.982184,0.0420209) material=G4_Cu - --> #secondaries=34 impactParameter[fm]=2.65543 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=3 - Collision 629 projectile=pi- Ekin[MeV]=4875.73 direction=(0.710389,0.168425,0.68336) material=G4_Si - --> #secondaries=31 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 630 projectile=anti_He3 Ekin[MeV]=23694.7 direction=(0.963168,0.220684,0.153644) material=G4_Pb - --> #secondaries=62 impactParameter[fm]=8.10513 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 631 projectile=pi- Ekin[MeV]=26448.2 direction=(0.694666,0.546416,0.467834) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=5.18692 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 632 projectile=anti_lambda_c+ Ekin[MeV]=27813.7 direction=(0.576012,0.793624,0.195884) material=G4_Ar - --> #secondaries=12 impactParameter[fm]=4.02793 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 633 projectile=lambda Ekin[MeV]=14641 direction=(0.794127,0.607732,0.00498281) material=G4_C - --> #secondaries=16 impactParameter[fm]=2.40482 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 634 projectile=anti_hyperHe5 Ekin[MeV]=20375.5 direction=(0.656796,0.0949826,0.748062) material=G4_Cu - --> #secondaries=51 impactParameter[fm]=5.41916 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=60 #NNcollisions=5 - Collision 635 projectile=D+ Ekin[MeV]=19169.9 direction=(0.591882,0.523389,0.612976) material=G4_C - --> #secondaries=5 impactParameter[fm]=2.29365 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 636 projectile=anti_Bs0 Ekin[MeV]=5315.72 direction=(0.0262695,0.0970078,0.994937) material=G4_Ar - --> #secondaries=4 impactParameter[fm]=2.37782 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 637 projectile=anti_xi0 Ekin[MeV]=19541.2 direction=(0.52313,0.490345,0.697063) material=G4_Cu - --> #secondaries=29 impactParameter[fm]=4.73814 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 638 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=2913.09 direction=(0.594308,0.525564,0.608754) material=G4_C - --> #secondaries=26 impactParameter[fm]=2.26331 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=4 - Collision 639 projectile=sigma- Ekin[MeV]=24278.7 direction=(0.187165,0.75125,0.632923) material=G4_He - --> #secondaries=9 impactParameter[fm]=1.76839 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 640 projectile=anti_doublehyperH4 Ekin[MeV]=23430.8 direction=(0.611998,0.484585,0.625009) material=G4_Si - --> #secondaries=37 impactParameter[fm]=1.83718 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=3 - Collision 641 projectile=Bc+ Ekin[MeV]=4723.58 direction=(0.8272,0.328001,0.456241) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.12006 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 642 projectile=kaon- Ekin[MeV]=14448 direction=(0.404588,0.505035,0.762396) material=G4_W - --> #secondaries=68 impactParameter[fm]=4.63404 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=177 #NNcollisions=6 - Collision 643 projectile=anti_B0 Ekin[MeV]=13266 direction=(0.279063,0.27245,0.920812) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.50818 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 644 projectile=Ds- Ekin[MeV]=25282.8 direction=(0.762693,0.206033,0.613066) material=G4_Al - --> #secondaries=26 impactParameter[fm]=1.84536 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=3 - Collision 645 projectile=anti_hyperHe5 Ekin[MeV]=22089.2 direction=(0.937322,0.298988,0.178981) material=G4_Pb - --> #secondaries=86 impactParameter[fm]=5.93296 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=201 #NNcollisions=5 - Collision 646 projectile=anti_deuteron Ekin[MeV]=3891.86 direction=(0.967233,0.107446,0.230035) material=G4_He - --> #secondaries=9 impactParameter[fm]=1.30408 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=4 #NNcollisions=1 - Collision 647 projectile=Bs0 Ekin[MeV]=26876.6 direction=(0.215467,0.822082,0.527026) material=G4_Al - --> #secondaries=19 impactParameter[fm]=3.3866 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 648 projectile=anti_omega- Ekin[MeV]=5745.37 direction=(0.68577,0.409781,0.601498) material=G4_Al - --> #secondaries=7 impactParameter[fm]=2.49614 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 649 projectile=xi- Ekin[MeV]=24163.4 direction=(0.423226,0.787327,0.448326) material=G4_Si - --> #secondaries=32 impactParameter[fm]=3.6746 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 650 projectile=anti_lambda_b Ekin[MeV]=9399.94 direction=(0.915616,0.0565321,0.39806) material=G4_Pb - --> #secondaries=23 impactParameter[fm]=1.4077 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 651 projectile=xi_c0 Ekin[MeV]=17499 direction=(0.869607,0.470567,0.149504) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=3.29435 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 652 projectile=Ds- Ekin[MeV]=8908.4 direction=(0.848261,0.406791,0.339078) material=G4_Be - --> #secondaries=8 impactParameter[fm]=1.77629 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 653 projectile=kaon- Ekin[MeV]=25648.5 direction=(0.624161,0.607944,0.490741) material=G4_Si - --> #secondaries=15 impactParameter[fm]=3.44716 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 654 projectile=xi_b0 Ekin[MeV]=18579 direction=(0.68636,0.716727,0.123339) material=G4_C - --> #secondaries=11 impactParameter[fm]=1.65675 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=0 - Collision 655 projectile=anti_lambda_c+ Ekin[MeV]=13090.6 direction=(0.138854,0.768977,0.624015) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.28859 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 656 projectile=D- Ekin[MeV]=16471.9 direction=(0.864172,0.382905,0.326482) material=G4_C - --> #secondaries=8 impactParameter[fm]=2.3558 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 657 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=21375.4 direction=(0.617256,0.1416,0.773915) material=G4_W - --> #secondaries=151 impactParameter[fm]=3.68993 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=4 - Collision 658 projectile=D+ Ekin[MeV]=5523.59 direction=(0.563334,0.298599,0.770385) material=G4_W - --> #secondaries=14 impactParameter[fm]=5.90237 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=0 - Collision 659 projectile=doublehyperdoubleneutron Ekin[MeV]=16170.4 direction=(0.244413,0.081883,0.966208) material=G4_Pb - --> #secondaries=99 impactParameter[fm]=4.83246 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=195 #NNcollisions=9 - Collision 660 projectile=D+ Ekin[MeV]=25252.7 direction=(0.268473,0.632346,0.726678) material=G4_W - --> #secondaries=71 impactParameter[fm]=3.85455 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 661 projectile=anti_lambda Ekin[MeV]=1830.85 direction=(0.612284,0.761877,0.211311) material=G4_Al - --> #secondaries=9 impactParameter[fm]=2.85191 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=0 - Collision 662 projectile=anti_xi_c+ Ekin[MeV]=10163.4 direction=(0.153784,0.807365,0.569659) material=G4_W - --> #secondaries=59 impactParameter[fm]=2.96009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=2 - Collision 663 projectile=pi+ Ekin[MeV]=13676.5 direction=(0.677976,0.134012,0.722765) material=G4_C - --> #secondaries=17 impactParameter[fm]=0.878687 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 664 projectile=anti_xi- Ekin[MeV]=26116.7 direction=(0.541146,0.825233,0.161712) material=G4_W - --> #secondaries=129 impactParameter[fm]=2.76406 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=8 - Collision 665 projectile=anti_xi_c+ Ekin[MeV]=6329.12 direction=(0.663157,0.45642,0.593215) material=G4_Pb - --> #secondaries=27 impactParameter[fm]=7.12033 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=1 - Collision 666 projectile=xi_b0 Ekin[MeV]=2553.02 direction=(0.436361,0.668736,0.601981) material=G4_Fe - --> #secondaries=19 impactParameter[fm]=0.69331 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 667 projectile=pi- Ekin[MeV]=12736.5 direction=(0.685998,0.473655,0.55232) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.50274 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 668 projectile=lambda_c+ Ekin[MeV]=27203 direction=(0.626133,0.722418,0.293377) material=G4_C - --> #secondaries=8 impactParameter[fm]=2.13699 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 669 projectile=anti_deuteron Ekin[MeV]=26621.9 direction=(0.505915,0.583467,0.635308) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.33315 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 670 projectile=D0 Ekin[MeV]=4497.1 direction=(0.412177,0.705643,0.576349) material=G4_Al - --> #secondaries=7 impactParameter[fm]=1.94254 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 671 projectile=hyperHe5 Ekin[MeV]=25022.6 direction=(0.295412,0.0378699,0.954619) material=G4_Be - --> #secondaries=10 impactParameter[fm]=5.04545 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 672 projectile=anti_xi_b0 Ekin[MeV]=24770.3 direction=(0.528974,0.764939,0.367498) material=G4_Fe - --> #secondaries=29 impactParameter[fm]=2.59665 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 673 projectile=D0 Ekin[MeV]=17355.2 direction=(0.292052,0.781621,0.551156) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=4.14189 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 674 projectile=xi_b- Ekin[MeV]=15339.9 direction=(0.746675,0.551192,0.372376) material=G4_C - --> #secondaries=14 impactParameter[fm]=0.545669 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 675 projectile=anti_omega_c0 Ekin[MeV]=25371 direction=(0.540663,0.803481,0.249204) material=G4_Be - --> #secondaries=12 impactParameter[fm]=1.47568 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 676 projectile=omega_b- Ekin[MeV]=26125.9 direction=(0.4395,0.871378,0.218038) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=3.41215 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 677 projectile=anti_deuteron Ekin[MeV]=5014.75 direction=(0.211734,0.522041,0.826221) material=G4_C - --> #secondaries=9 impactParameter[fm]=2.24828 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=12 #NNcollisions=1 - Collision 678 projectile=omega_b- Ekin[MeV]=1396.23 direction=(0.28247,0.481254,0.829822) material=G4_Be - --> #secondaries=5 impactParameter[fm]=1.82183 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 679 projectile=Ds- Ekin[MeV]=21259.3 direction=(0.20644,0.733934,0.647088) material=G4_Al - --> #secondaries=19 impactParameter[fm]=1.79865 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 680 projectile=xi- Ekin[MeV]=23331.5 direction=(0.601603,0.495192,0.626784) material=G4_Cu - --> #secondaries=21 impactParameter[fm]=4.36041 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 681 projectile=anti_hypertriton Ekin[MeV]=25613.1 direction=(0.919514,0.388003,0.0628261) material=G4_He - --> #secondaries=11 impactParameter[fm]=2.74717 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=4 #NNcollisions=1 - Collision 682 projectile=hyperalpha Ekin[MeV]=10476.5 direction=(0.664229,0.271618,0.696437) material=G4_Fe - --> #secondaries=16 impactParameter[fm]=6.74671 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 683 projectile=hyperH4 Ekin[MeV]=4160.02 direction=(0.171268,0.487387,0.856225) material=G4_Fe - --> #secondaries=9 impactParameter[fm]=4.8556 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 684 projectile=anti_He3 Ekin[MeV]=3756.66 direction=(0.359988,0.608188,0.707471) material=G4_C - --> #secondaries=10 impactParameter[fm]=2.82684 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=12 #NNcollisions=1 - Collision 685 projectile=triton Ekin[MeV]=15673 direction=(0.461385,0.481223,0.745351) material=G4_W - --> #secondaries=80 impactParameter[fm]=5.41441 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=6 - Collision 686 projectile=kaon0L Ekin[MeV]=20672.9 direction=(0.456123,0.771418,0.443696) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=2.65229 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 687 projectile=hyperH4 Ekin[MeV]=27470.1 direction=(0.27722,0.882517,0.379886) material=G4_H - --> #secondaries=9 impactParameter[fm]=1.2778 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 688 projectile=anti_hypertriton Ekin[MeV]=9059.16 direction=(0.195127,0.873895,0.445233) material=G4_Cu - --> #secondaries=52 impactParameter[fm]=3.32206 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 689 projectile=anti_alpha Ekin[MeV]=20037.4 direction=(0.0956821,0.694176,0.713417) material=G4_Cu - --> #secondaries=31 impactParameter[fm]=5.12075 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 690 projectile=Bc+ Ekin[MeV]=19540.6 direction=(0.639632,0.745853,0.18594) material=G4_He - --> #secondaries=6 impactParameter[fm]=2.04937 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 691 projectile=doublehyperdoubleneutron Ekin[MeV]=14804.4 direction=(0.40832,0.904307,0.124514) material=G4_Pb - --> #secondaries=36 impactParameter[fm]=9.22907 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 692 projectile=Ds+ Ekin[MeV]=10296.7 direction=(0.627151,0.182524,0.757209) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=2.03128 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 693 projectile=anti_omega_b- Ekin[MeV]=24543.3 direction=(0.471618,0.874407,0.113968) material=G4_Si - --> #secondaries=19 impactParameter[fm]=1.35388 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 694 projectile=kaon+ Ekin[MeV]=9943.87 direction=(0.51439,0.0128132,0.857461) material=G4_C - --> #secondaries=15 impactParameter[fm]=1.29772 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 695 projectile=anti_omega_b- Ekin[MeV]=6664.77 direction=(0.786115,0.615575,0.0555909) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.595139 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 696 projectile=anti_triton Ekin[MeV]=11265.6 direction=(0.474246,0.817339,0.327181) material=G4_C - --> #secondaries=21 impactParameter[fm]=1.84731 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 697 projectile=xi_b- Ekin[MeV]=4409.07 direction=(0.609429,0.666929,0.428721) material=G4_Al - --> #secondaries=20 impactParameter[fm]=2.33696 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=3 - Collision 698 projectile=anti_proton Ekin[MeV]=29794 direction=(0.206419,0.968487,0.139372) material=G4_He - --> #secondaries=14 impactParameter[fm]=1.64032 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 699 projectile=deuteron Ekin[MeV]=25100.1 direction=(0.678136,0.686596,0.26214) material=G4_He - --> #secondaries=16 impactParameter[fm]=0.0476196 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=3 - Collision 700 projectile=omega_b- Ekin[MeV]=18163.9 direction=(0.750714,0.269928,0.602966) material=G4_W - --> #secondaries=38 impactParameter[fm]=1.51836 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 4 projectile=anti_hyperHe5 Ekin[MeV]=16127.6 direction=(0.798996,0.218569,0.560208) material=G4_C + --> #secondaries=12 impactParameter[fm]=3.72133 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=12 #NNcollisions=1 + Collision 5 projectile=hypertriton Ekin[MeV]=3677.99 direction=(0.50965,0.820754,0.258107) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.77937 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 6 projectile=deuteron Ekin[MeV]=19263.3 direction=(0.415034,0.860764,0.294672) material=G4_Fe + --> #secondaries=33 impactParameter[fm]=3.60929 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=6 + Collision 7 projectile=kaon0L Ekin[MeV]=5217.38 direction=(0.69817,0.644219,0.312316) material=G4_Fe + --> #secondaries=20 impactParameter[fm]=4.2152 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 8 projectile=anti_omega_b- Ekin[MeV]=11654.2 direction=(0.556289,0.618951,0.554475) material=G4_Al + --> #secondaries=10 impactParameter[fm]=3.85898 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 9 projectile=xi_b- Ekin[MeV]=14742.1 direction=(0.600189,0.0246072,0.79948) material=G4_Cu + --> #secondaries=11 impactParameter[fm]=4.13833 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 10 projectile=D0 Ekin[MeV]=17456.4 direction=(0.752905,0.484586,0.445321) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=4.2602 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 11 projectile=pi+ Ekin[MeV]=23084 direction=(0.668541,0.652675,0.356467) material=G4_He + --> #secondaries=15 impactParameter[fm]=0.952392 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 12 projectile=lambda Ekin[MeV]=7681.42 direction=(0.0335152,0.954585,0.296048) material=G4_Pb + --> #secondaries=93 impactParameter[fm]=1.38973 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=2 + Collision 13 projectile=anti_deuteron Ekin[MeV]=11220.2 direction=(0.590902,0.73455,0.333572) material=G4_Pb + --> #secondaries=66 impactParameter[fm]=6.07407 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=2 + Collision 14 projectile=kaon- Ekin[MeV]=10750.1 direction=(0.0795446,0.965732,0.247051) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=2.50495 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 15 projectile=anti_xi0 Ekin[MeV]=8941.03 direction=(0.823879,0.414658,0.386369) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.35417 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 16 projectile=anti_triton Ekin[MeV]=12523.2 direction=(0.623507,0.443003,0.644195) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=3.9256 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 17 projectile=anti_omega- Ekin[MeV]=20363.2 direction=(0.0369111,0.662678,0.747994) material=G4_C + --> #secondaries=17 impactParameter[fm]=2.55794 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 18 projectile=anti_doublehyperH4 Ekin[MeV]=21262.3 direction=(0.594581,0.672154,0.441229) material=G4_Pb + --> #secondaries=83 impactParameter[fm]=4.74434 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=6 + Collision 19 projectile=anti_neutron Ekin[MeV]=15702.5 direction=(0.150379,0.274874,0.949647) material=G4_W + --> #secondaries=89 impactParameter[fm]=2.49605 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 20 projectile=kaon0L Ekin[MeV]=23453.5 direction=(0.685805,0.711477,0.153206) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=4.68025 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 21 projectile=doublehyperdoubleneutron Ekin[MeV]=29328.8 direction=(0.21709,0.971947,0.0904998) material=G4_Pb + --> #secondaries=86 impactParameter[fm]=1.78482 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=188 #NNcollisions=12 + Collision 22 projectile=omega_c0 Ekin[MeV]=16884 direction=(0.342873,0.72198,0.600985) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=3.45125 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 23 projectile=alpha Ekin[MeV]=16885.9 direction=(0.658851,0.700716,0.273702) material=G4_W + --> #secondaries=63 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 24 projectile=D+ Ekin[MeV]=17492.2 direction=(0.719294,0.584834,0.374948) material=G4_Si + --> #secondaries=13 impactParameter[fm]=4.25257 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=29 #NNcollisions=1 + Collision 25 projectile=anti_Bs0 Ekin[MeV]=27289.2 direction=(0.619222,0.429092,0.657605) material=G4_Si + --> #secondaries=15 impactParameter[fm]=4.22712 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 26 projectile=Ds- Ekin[MeV]=7959.79 direction=(0.579887,0.669193,0.464663) material=G4_W + --> #secondaries=24 impactParameter[fm]=6.75702 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 27 projectile=Bc+ Ekin[MeV]=27906.4 direction=(0.562217,0.659047,0.499569) material=G4_W + --> #secondaries=37 impactParameter[fm]=4.33597 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 28 projectile=anti_hyperHe5 Ekin[MeV]=3570.81 direction=(0.151912,0.624955,0.765738) material=G4_Be + --> #secondaries=15 impactParameter[fm]=3.85299 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 29 projectile=D0 Ekin[MeV]=5253.48 direction=(0.513719,0.831557,0.211199) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.404729 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 30 projectile=anti_sigma+ Ekin[MeV]=1825.23 direction=(0.617888,0.259838,0.742091) material=G4_Pb + --> #secondaries=48 impactParameter[fm]=3.50174 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 31 projectile=proton Ekin[MeV]=14227.7 direction=(0.858497,0.478329,0.184892) material=G4_Al + --> #secondaries=29 impactParameter[fm]=1.77613 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 32 projectile=Bs0 Ekin[MeV]=22428.9 direction=(0.343483,0.0155625,0.93903) material=G4_Si + --> #secondaries=12 impactParameter[fm]=1.96164 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 33 projectile=D0 Ekin[MeV]=27681.3 direction=(0.0368076,0.976294,0.213295) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=1.52039 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 34 projectile=triton Ekin[MeV]=22703.3 direction=(0.216084,0.875523,0.432165) material=G4_W + --> #secondaries=41 impactParameter[fm]=7.4028 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 35 projectile=anti_triton Ekin[MeV]=28049.6 direction=(0.989813,0.0635623,0.127397) material=G4_Pb + --> #secondaries=52 impactParameter[fm]=7.02972 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=3 + Collision 36 projectile=anti_triton Ekin[MeV]=21008.4 direction=(0.612447,0.479584,0.628417) material=G4_Fe + --> #secondaries=46 impactParameter[fm]=2.74913 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=5 + Collision 37 projectile=anti_alpha Ekin[MeV]=24492.6 direction=(0.255766,0.146128,0.955631) material=G4_C + --> #secondaries=19 impactParameter[fm]=2.45185 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=2 + Collision 38 projectile=lambda Ekin[MeV]=6365.44 direction=(0.932881,0.360147,0.00515459) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.897993 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 39 projectile=Ds+ Ekin[MeV]=20226.4 direction=(0.0998511,0.734357,0.671379) material=G4_W + --> #secondaries=63 impactParameter[fm]=2.98788 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=3 + Collision 40 projectile=omega_c0 Ekin[MeV]=29373.2 direction=(0.068907,0.809169,0.583521) material=G4_He + --> #secondaries=11 impactParameter[fm]=1.03992 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 41 projectile=anti_He3 Ekin[MeV]=16628.8 direction=(0.681183,0.0903314,0.726519) material=G4_C + --> #secondaries=19 impactParameter[fm]=2.39517 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 42 projectile=xi_b0 Ekin[MeV]=18504.2 direction=(0.109014,0.978924,0.172694) material=G4_Si + --> #secondaries=6 impactParameter[fm]=2.80698 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 43 projectile=sigma+ Ekin[MeV]=15320.8 direction=(0.682472,0.582614,0.441353) material=G4_Fe + --> #secondaries=35 impactParameter[fm]=2.77245 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=3 + Collision 44 projectile=triton Ekin[MeV]=24410.2 direction=(0.790322,0.3314,0.515329) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=5.30974 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 45 projectile=B+ Ekin[MeV]=24274.5 direction=(0.609226,0.43397,0.663713) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=3.52274 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 46 projectile=anti_xi_b0 Ekin[MeV]=26975.3 direction=(0.90377,0.407383,0.1313) material=G4_Si + --> #secondaries=25 impactParameter[fm]=2.79567 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 47 projectile=anti_omega_b- Ekin[MeV]=28371.8 direction=(0.917463,0.397601,0.0132179) material=G4_Pb + --> #secondaries=52 impactParameter[fm]=4.66735 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 48 projectile=anti_alpha Ekin[MeV]=11468.4 direction=(0.0666695,0.684748,0.725724) material=G4_Fe + --> #secondaries=43 impactParameter[fm]=3.44324 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=4 + Collision 49 projectile=B+ Ekin[MeV]=4347 direction=(0.191382,0.818701,0.541388) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.993561 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 50 projectile=anti_deuteron Ekin[MeV]=15255.1 direction=(0.630008,0.488014,0.604096) material=G4_Cu + --> #secondaries=33 impactParameter[fm]=4.53693 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 51 projectile=anti_omega_c0 Ekin[MeV]=11702.6 direction=(0.554851,0.622157,0.552323) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.06334 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 52 projectile=omega_c0 Ekin[MeV]=23350.4 direction=(0.689259,0.624553,0.367226) material=G4_Ar + --> #secondaries=26 impactParameter[fm]=2.80904 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 53 projectile=proton Ekin[MeV]=11176.8 direction=(0.575181,0.277758,0.769426) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.65022 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 54 projectile=anti_lambda_b Ekin[MeV]=6600.87 direction=(0.555811,0.114733,0.823353) material=G4_C + --> #secondaries=9 impactParameter[fm]=0.870655 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 55 projectile=omega- Ekin[MeV]=1992.87 direction=(0.347377,0.71483,0.606917) material=G4_Si + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 56 projectile=anti_doublehyperH4 Ekin[MeV]=13352.9 direction=(0.616502,0.711589,0.336995) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=6.07399 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 57 projectile=anti_omega_b- Ekin[MeV]=2755.31 direction=(0.640593,0.565586,0.519378) material=G4_Pb + --> #secondaries=6 impactParameter[fm]=6.25804 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 58 projectile=neutron Ekin[MeV]=10914.6 direction=(0.43822,0.342952,0.830871) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=4.134 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 59 projectile=anti_doublehyperH4 Ekin[MeV]=16878.3 direction=(0.184471,0.890422,0.416075) material=G4_Ar + --> #secondaries=40 impactParameter[fm]=2.46191 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=3 + Collision 60 projectile=anti_D0 Ekin[MeV]=9802.35 direction=(0.275215,0.200475,0.940248) material=G4_W + --> #secondaries=43 impactParameter[fm]=1.52001 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=0 + Collision 61 projectile=B0 Ekin[MeV]=4520.11 direction=(0.382083,0.889066,0.252139) material=G4_Pb + --> #secondaries=12 impactParameter[fm]=7.44738 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 62 projectile=lambda_c+ Ekin[MeV]=3318.29 direction=(0.311369,0.523794,0.792899) material=G4_W + --> #secondaries=17 impactParameter[fm]=7.86328 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 63 projectile=lambda_b Ekin[MeV]=29654.4 direction=(0.67311,0.57436,0.465869) material=G4_Pb + --> #secondaries=29 impactParameter[fm]=7.44458 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 64 projectile=B0 Ekin[MeV]=8891.17 direction=(0.148539,0.952694,0.265162) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.65386 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 65 projectile=hypertriton Ekin[MeV]=24641.1 direction=(0.548068,0.675945,0.492666) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=4.4109 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 66 projectile=omega- Ekin[MeV]=1113.17 direction=(0.922902,0.239303,0.301639) material=G4_Si + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 67 projectile=B0 Ekin[MeV]=20689.8 direction=(0.256901,0.887365,0.382864) material=G4_Si + --> #secondaries=8 impactParameter[fm]=2.4354 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 68 projectile=sigma- Ekin[MeV]=19875.8 direction=(0.805507,0.0623929,0.589293) material=G4_Al + --> #secondaries=31 impactParameter[fm]=0.548796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=21 #NNcollisions=5 + Collision 69 projectile=anti_xi_b- Ekin[MeV]=23707.7 direction=(0.00199852,0.968489,0.249049) material=G4_W + --> #secondaries=55 impactParameter[fm]=4.78289 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 70 projectile=anti_xi_c0 Ekin[MeV]=20413.3 direction=(0.377105,0.135648,0.916183) material=G4_Pb + --> #secondaries=98 impactParameter[fm]=3.55242 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=5 + Collision 71 projectile=B0 Ekin[MeV]=6512.53 direction=(0.406372,0.684864,0.604833) material=G4_Pb + --> #secondaries=13 impactParameter[fm]=5.00294 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 72 projectile=anti_alpha Ekin[MeV]=9766.15 direction=(0.392824,0.471247,0.789693) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=5.42939 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=60 #NNcollisions=2 + Collision 73 projectile=Ds+ Ekin[MeV]=18802.3 direction=(0.0427079,0.690293,0.722268) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=2.15736 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 74 projectile=anti_lambda Ekin[MeV]=24317.5 direction=(0.707345,0.705652,0.041442) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=5.26998 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=2 + Collision 75 projectile=anti_sigma+ Ekin[MeV]=24201.5 direction=(0.573464,0.604877,0.552505) material=G4_Cu + --> #secondaries=37 impactParameter[fm]=2.22536 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 76 projectile=lambda Ekin[MeV]=8248.14 direction=(0.169649,0.773911,0.610148) material=G4_Pb + --> #secondaries=35 impactParameter[fm]=5.52116 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=2 + Collision 77 projectile=D- Ekin[MeV]=9891.31 direction=(0.80828,0.0905811,0.581789) material=G4_Fe + --> #secondaries=30 impactParameter[fm]=2.11537 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=52 #NNcollisions=3 + Collision 78 projectile=deuteron Ekin[MeV]=25589.3 direction=(0.627657,0.757786,0.178346) material=G4_H + --> #secondaries=10 impactParameter[fm]=2.5887 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 79 projectile=omega- Ekin[MeV]=12053.8 direction=(0.05934,0.901951,0.427742) material=G4_W + --> #secondaries=66 impactParameter[fm]=1.88978 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=6 + Collision 80 projectile=anti_lambda_b Ekin[MeV]=13520.6 direction=(0.469127,0.575624,0.669758) material=G4_Si + --> #secondaries=22 impactParameter[fm]=2.355 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 81 projectile=kaon0S Ekin[MeV]=29712.5 direction=(0.603063,0.579933,0.547716) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=2.59355 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 82 projectile=anti_hypertriton Ekin[MeV]=23077.1 direction=(0.582933,0.199275,0.787705) material=G4_C + --> #secondaries=13 impactParameter[fm]=4.01295 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 83 projectile=pi- Ekin[MeV]=28388.4 direction=(0.880506,0.225165,0.417144) material=G4_Cu + --> #secondaries=38 impactParameter[fm]=3.62304 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=59 #NNcollisions=4 + Collision 84 projectile=anti_hypertriton Ekin[MeV]=23452.4 direction=(0.0738773,0.952615,0.295071) material=G4_W + --> #secondaries=149 impactParameter[fm]=3.35109 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 85 projectile=xi0 Ekin[MeV]=6228.96 direction=(0.421128,0.512665,0.748215) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.4565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 86 projectile=sigma+ Ekin[MeV]=26969.7 direction=(0.256271,0.951262,0.17154) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.0514 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 87 projectile=xi- Ekin[MeV]=1558.65 direction=(0.635656,0.231228,0.736529) material=G4_He + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 88 projectile=lambda Ekin[MeV]=14194.1 direction=(0.452854,0.891539,0.00907972) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.47452 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=2 + Collision 89 projectile=anti_xi0 Ekin[MeV]=20678.8 direction=(0.695118,0.584837,0.418063) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.59611 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 90 projectile=B+ Ekin[MeV]=22937.9 direction=(0.523034,0.826714,0.207315) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.990465 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 91 projectile=proton Ekin[MeV]=15812.5 direction=(0.865504,0.194281,0.461691) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=3.83623 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 92 projectile=anti_lambda Ekin[MeV]=16004.1 direction=(0.0858875,0.754498,0.650658) material=G4_Fe + --> #secondaries=56 impactParameter[fm]=1.99629 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=48 #NNcollisions=8 + Collision 93 projectile=xi_b- Ekin[MeV]=17072.4 direction=(0.0130474,0.507974,0.861274) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=5.61396 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 94 projectile=Ds- Ekin[MeV]=29697.4 direction=(0.493878,0.573709,0.653408) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.48945 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 95 projectile=anti_B0 Ekin[MeV]=18387.8 direction=(0.6172,0.58136,0.530175) material=G4_Si + --> #secondaries=11 impactParameter[fm]=3.97988 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 96 projectile=sigma- Ekin[MeV]=19023.5 direction=(0.40618,0.108034,0.907384) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.51796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 97 projectile=anti_xi_c+ Ekin[MeV]=13014.3 direction=(0.558074,0.220593,0.799933) material=G4_Al + --> #secondaries=17 impactParameter[fm]=6.78239 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 98 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=7832.21 direction=(0.944029,0.309841,0.113169) material=G4_H + --> #secondaries=3 impactParameter[fm]=2.45505 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 99 projectile=neutron Ekin[MeV]=9215.28 direction=(0.604563,0.306252,0.735332) material=G4_Pb + --> #secondaries=22 impactParameter[fm]=6.09488 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 100 projectile=xi- Ekin[MeV]=3795.34 direction=(0.58029,0.379524,0.720573) material=G4_Be + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 List of produced secondaries: - j=0 xi- p=(1984.2,1115.46,1819.153199.61) MeV - j=1 pi+ p=(1064.7,272.437,1024.731509.09) MeV - j=2 eta p=(1588.4,484.316,1890.042574.87) MeV - j=3 sigma_b0 p=(7517.02,2203.16,6108.3111506.6) MeV - j=4 pi- p=(900.197,167.705,1162.291486.23) MeV - j=5 pi+ p=(1392.58,678.14,900.3761797.03) MeV - j=6 neutron p=(122.68,-119.895,-33.6171955.687) MeV - j=7 neutron p=(272.236,67.9602,277.7791019.15) MeV - j=8 pi0 p=(248.701,136.486,-99.9889329.693) MeV - j=9 proton p=(2114.21,1237.43,784.1232737.94) MeV - j=10 neutron p=(110.42,296.491,-3.6498991.411) MeV - j=11 proton p=(-139.005,155.867,403.011042.3) MeV - j=12 neutron p=(390.047,-219.859,261.5351073.15) MeV - j=13 neutron p=(62.8037,289.854,-296.2251028.83) MeV - j=14 neutron p=(-296.492,267.619,-66.13381023.08) MeV - j=15 proton p=(98.1469,-78.9975,216.208971.068) MeV - j=16 neutron p=(-20.958,-142.284,-71.4792953.193) MeV - j=17 neutron p=(-2.32218,-188.315,90.4435962.513) MeV - j=18 neutron p=(40.7582,-62.8837,-34.1243943.167) MeV - j=19 proton p=(54.6607,-20.1594,-166.653954.737) MeV - j=20 neutron p=(201.054,-23.0939,-84.148964.79) MeV - j=21 neutron p=(-4.1338,-124.386,166.907962.356) MeV - j=22 Er154 p=(-16.7016,-386.937,-256.553143354) MeV - j=23 deuteron p=(73.474,-9.46315,167.2061884.51) MeV - j=24 neutron p=(1.91578,13.8537,-23.9623939.975) MeV - j=25 neutron p=(-40.3318,16.6093,43.5383941.584) MeV - j=26 neutron p=(-64.2774,9.90882,-1.34199941.815) MeV - j=27 neutron p=(23.1786,12.6619,-50.8685941.312) MeV - j=28 neutron p=(-47.4466,92.3027,-41.4523946.188) MeV - j=29 neutron p=(16.926,113.539,35.2845947.209) MeV - j=30 neutron p=(26.0785,-37.9854,-27.3386941.092) MeV - j=31 neutron p=(-6.00227,50.233,83.4792944.622) MeV - j=32 neutron p=(-59.0439,41.4154,14.9025942.447) MeV - j=33 neutron p=(-8.85889,19.6411,-54.1459941.371) MeV - j=34 gamma p=(1.0659,0.445612,-0.04252631.15608) MeV - j=35 gamma p=(0.472519,-0.553962,-0.1034620.735427) MeV - j=36 gamma p=(0.575811,0.149089,-0.08669540.601084) MeV - j=37 gamma p=(0.0784915,-0.371007,-0.4154970.562534) MeV - Collision 701 projectile=doublehyperH4 Ekin[MeV]=8594.89 direction=(0.829416,0.31195,0.463418) material=G4_Al - --> #secondaries=28 impactParameter[fm]=4.27818 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=20 #NNcollisions=2 - Collision 702 projectile=sigma- Ekin[MeV]=1501.28 direction=(0.43326,0.632406,0.642143) material=G4_H - --> #secondaries=2 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 703 projectile=anti_xi0 Ekin[MeV]=7942.49 direction=(0.415252,0.608124,0.676572) material=G4_Fe - --> #secondaries=49 impactParameter[fm]=2.38792 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 704 projectile=anti_lambda_c+ Ekin[MeV]=26974.8 direction=(0.240266,0.494562,0.835273) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.05751 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=3 - Collision 705 projectile=Bs0 Ekin[MeV]=28838.2 direction=(0.118068,0.91382,0.388578) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=2.25667 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 706 projectile=lambda_b Ekin[MeV]=23880.4 direction=(0.44786,0.570518,0.688426) material=G4_Si - --> #secondaries=18 impactParameter[fm]=3.38729 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=1 - Collision 707 projectile=lambda Ekin[MeV]=11543.9 direction=(0.764939,0.631166,0.128444) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.623479 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 708 projectile=anti_hyperHe5 Ekin[MeV]=15568.6 direction=(0.40951,0.758796,0.506488) material=G4_C - --> #secondaries=25 impactParameter[fm]=0.414261 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=3 - Collision 709 projectile=pi+ Ekin[MeV]=17358.4 direction=(0.491594,0.418251,0.763807) material=G4_Si - --> #secondaries=19 impactParameter[fm]=1.92609 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 710 projectile=anti_hyperH4 Ekin[MeV]=5700.82 direction=(0.140009,0.354892,0.924364) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=7.05993 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 711 projectile=Ds+ Ekin[MeV]=19595.3 direction=(0.671314,0.464301,0.577722) material=G4_Pb - --> #secondaries=85 impactParameter[fm]=3.67909 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=4 - Collision 712 projectile=kaon0S Ekin[MeV]=24529.1 direction=(0.899009,0.087608,0.429078) material=G4_W - --> #secondaries=19 impactParameter[fm]=5.45913 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 713 projectile=Ds+ Ekin[MeV]=4303.96 direction=(0.16294,0.968432,0.188653) material=G4_Fe - --> #secondaries=16 impactParameter[fm]=2.01028 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 714 projectile=kaon- Ekin[MeV]=1780.81 direction=(0.653928,0.484366,0.581178) material=G4_H - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 715 projectile=lambda Ekin[MeV]=10280.2 direction=(0.489993,0.701346,0.517707) material=G4_Pb - --> #secondaries=81 impactParameter[fm]=1.18778 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=3 - Collision 716 projectile=pi- Ekin[MeV]=9639.76 direction=(0.544158,0.407795,0.733209) material=G4_Be - --> #secondaries=14 impactParameter[fm]=2.01431 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 717 projectile=B- Ekin[MeV]=5436.24 direction=(0.835515,0.0236142,0.548959) material=G4_Al - --> #secondaries=10 impactParameter[fm]=2.05817 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 718 projectile=anti_hyperalpha Ekin[MeV]=25645.3 direction=(0.236757,0.916859,0.321427) material=G4_Al - --> #secondaries=32 impactParameter[fm]=3.07281 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=4 - Collision 719 projectile=Bs0 Ekin[MeV]=20508 direction=(0.73869,0.304394,0.601399) material=G4_Al - --> #secondaries=14 impactParameter[fm]=2.06446 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 720 projectile=anti_lambda_c+ Ekin[MeV]=27846.1 direction=(0.42598,0.0423104,0.903743) material=G4_Fe - --> #secondaries=22 impactParameter[fm]=4.19674 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 721 projectile=anti_xi- Ekin[MeV]=26852.6 direction=(0.554716,0.697603,0.453475) material=G4_H - --> #secondaries=4 impactParameter[fm]=2.2612 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 722 projectile=xi_c0 Ekin[MeV]=7003.8 direction=(0.817874,0.443321,0.366808) material=G4_He - --> #secondaries=6 impactParameter[fm]=2.08388 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 723 projectile=anti_xi_c+ Ekin[MeV]=29315.7 direction=(0.81332,0.450018,0.368774) material=G4_C - --> #secondaries=21 impactParameter[fm]=0.834324 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=3 - Collision 724 projectile=xi_b- Ekin[MeV]=25629.3 direction=(0.427414,0.379795,0.820411) material=G4_Si - --> #secondaries=16 impactParameter[fm]=3.3833 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 725 projectile=B0 Ekin[MeV]=10529.5 direction=(0.0780441,0.669296,0.738885) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.06741 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 726 projectile=anti_omega_b- Ekin[MeV]=14849.1 direction=(0.694508,0.156486,0.702261) material=G4_Cu - --> #secondaries=40 impactParameter[fm]=1.77467 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=2 - Collision 727 projectile=anti_omega- Ekin[MeV]=28567.4 direction=(0.159802,0.149351,0.975786) material=G4_Be - --> #secondaries=6 impactParameter[fm]=2.24693 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 728 projectile=doublehyperH4 Ekin[MeV]=6703.06 direction=(0.6843,0.678156,0.268025) material=G4_Ar - --> #secondaries=41 impactParameter[fm]=0.741069 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 729 projectile=D+ Ekin[MeV]=16141 direction=(0.630906,0.163407,0.758456) material=G4_Fe - --> #secondaries=46 impactParameter[fm]=1.36363 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=51 #NNcollisions=4 - Collision 730 projectile=anti_hypertriton Ekin[MeV]=20260.4 direction=(0.50523,0.850159,0.14823) material=G4_He - --> #secondaries=13 impactParameter[fm]=1.26432 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=3 - Collision 731 projectile=anti_sigma+ Ekin[MeV]=17478.4 direction=(0.428487,0.352079,0.832129) material=G4_Cu - --> #secondaries=58 impactParameter[fm]=1.25113 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=5 - Collision 732 projectile=anti_hyperalpha Ekin[MeV]=26080.9 direction=(0.810559,0.126883,0.571746) material=G4_Be - --> #secondaries=18 impactParameter[fm]=1.44721 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=4 - Collision 733 projectile=anti_lambda_c+ Ekin[MeV]=1587.14 direction=(0.462632,0.645579,0.607618) material=G4_Fe - --> #secondaries=8 impactParameter[fm]=4.53505 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 734 projectile=neutron Ekin[MeV]=4898.17 direction=(0.360367,0.00871864,0.93277) material=G4_Be - --> #secondaries=13 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 735 projectile=doublehyperdoubleneutron Ekin[MeV]=16155.6 direction=(0.695779,0.209999,0.686871) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.20679 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 736 projectile=anti_proton Ekin[MeV]=5393.57 direction=(0.584988,0.708013,0.39561) material=G4_C - --> #secondaries=13 impactParameter[fm]=1.99246 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=12 #NNcollisions=1 - Collision 737 projectile=alpha Ekin[MeV]=28089 direction=(0.697775,0.716196,0.0131653) material=G4_W - --> #secondaries=129 impactParameter[fm]=4.93399 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=170 #NNcollisions=11 - Collision 738 projectile=B+ Ekin[MeV]=16168.1 direction=(0.593703,0.494355,0.634925) material=G4_W - --> #secondaries=18 impactParameter[fm]=4.3287 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 739 projectile=xi_c+ Ekin[MeV]=27836.9 direction=(0.495597,0.0148237,0.868426) material=G4_Si - --> #secondaries=11 impactParameter[fm]=2.27511 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 740 projectile=omega_b- Ekin[MeV]=19927.9 direction=(0.24803,0.357179,0.900502) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.01609 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 741 projectile=anti_alpha Ekin[MeV]=8533.01 direction=(0.660127,0.599435,0.452671) material=G4_H - --> #secondaries=5 impactParameter[fm]=2.29111 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 742 projectile=Ds- Ekin[MeV]=14283.4 direction=(0.372546,0.926659,0.0501232) material=G4_Fe - --> #secondaries=17 impactParameter[fm]=2.53989 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 743 projectile=anti_lambda_c+ Ekin[MeV]=7825.3 direction=(0.910197,0.393093,0.130458) material=G4_Al - --> #secondaries=13 impactParameter[fm]=4.2338 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 744 projectile=lambda_c+ Ekin[MeV]=15672.9 direction=(0.0694745,0.699322,0.711423) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.95134 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 745 projectile=anti_He3 Ekin[MeV]=18894.5 direction=(0.872736,0.483507,0.0674722) material=G4_W - --> #secondaries=57 impactParameter[fm]=5.80066 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=184 #NNcollisions=1 - Collision 746 projectile=pi+ Ekin[MeV]=13641.8 direction=(0.972954,0.181108,0.143387) material=G4_Ar - --> #secondaries=23 impactParameter[fm]=3.18298 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 747 projectile=hyperH4 Ekin[MeV]=26288.3 direction=(0.770182,0.625595,0.1243) material=G4_Si - --> #secondaries=24 impactParameter[fm]=4.41732 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=24 #NNcollisions=3 - Collision 748 projectile=xi_b- Ekin[MeV]=15332.6 direction=(0.380505,0.628505,0.678379) material=G4_He - --> #secondaries=8 impactParameter[fm]=1.72434 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 749 projectile=anti_deuteron Ekin[MeV]=18823.7 direction=(0.276822,0.561512,0.779791) material=G4_Fe - --> #secondaries=49 impactParameter[fm]=2.09234 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 750 projectile=anti_hyperalpha Ekin[MeV]=19104.1 direction=(0.953627,0.0225882,0.300143) material=G4_Be - --> #secondaries=11 impactParameter[fm]=4.11655 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 751 projectile=omega_b- Ekin[MeV]=23535.6 direction=(0.585222,0.4936,0.643331) material=G4_C - --> #secondaries=7 impactParameter[fm]=1.58182 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 752 projectile=deuteron Ekin[MeV]=7790.17 direction=(0.950831,0.109931,0.289545) material=G4_He - --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 753 projectile=anti_doublehyperH4 Ekin[MeV]=17312.8 direction=(0.0359931,0.633473,0.772927) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=5.94056 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 754 projectile=anti_sigma- Ekin[MeV]=6738.78 direction=(0.432949,0.573044,0.695828) material=G4_Al - --> #secondaries=20 impactParameter[fm]=3.5497 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 755 projectile=xi0 Ekin[MeV]=5467.94 direction=(0.704761,0.0215525,0.709117) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=5.41469 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 756 projectile=kaon0S Ekin[MeV]=14383.5 direction=(0.521643,0.78678,0.329948) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=3.94546 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 757 projectile=B0 Ekin[MeV]=27419.5 direction=(0.459061,0.0742123,0.8853) material=G4_Cu - --> #secondaries=20 impactParameter[fm]=2.82714 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=1 - Collision 758 projectile=xi_c+ Ekin[MeV]=15210.1 direction=(0.206275,0.276345,0.938661) material=G4_Pb - --> #secondaries=38 impactParameter[fm]=6.04378 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 759 projectile=He3 Ekin[MeV]=10834.8 direction=(0.698844,0.675241,0.235938) material=G4_Be - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 760 projectile=anti_B0 Ekin[MeV]=16319.1 direction=(0.753937,0.603514,0.259516) material=G4_Fe - --> #secondaries=27 impactParameter[fm]=3.0526 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 761 projectile=anti_Bs0 Ekin[MeV]=11952.3 direction=(0.776959,0.226433,0.58742) material=G4_W - --> #secondaries=34 impactParameter[fm]=6.1907 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=2 - Collision 762 projectile=lambda Ekin[MeV]=28319.1 direction=(0.326869,0.690331,0.645446) material=G4_W - --> #secondaries=87 impactParameter[fm]=1.6851 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=4 - Collision 763 projectile=xi_c0 Ekin[MeV]=25341 direction=(0.917236,0.0165135,0.398002) material=G4_W - --> #secondaries=40 impactParameter[fm]=3.61555 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=0 - Collision 764 projectile=kaon+ Ekin[MeV]=1540.92 direction=(0.671357,0.535611,0.512251) material=G4_Al - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 765 projectile=Bc- Ekin[MeV]=26363.7 direction=(0.574871,0.202844,0.792703) material=G4_Si - --> #secondaries=8 impactParameter[fm]=2.25991 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 766 projectile=Bc+ Ekin[MeV]=23288.3 direction=(0.20598,0.290836,0.934338) material=G4_Si - --> #secondaries=14 impactParameter[fm]=1.95724 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 767 projectile=lambda_c+ Ekin[MeV]=4885.5 direction=(0.261792,0.856981,0.443902) material=G4_C - --> #secondaries=11 impactParameter[fm]=1.30241 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 768 projectile=B- Ekin[MeV]=23606.9 direction=(0.632562,0.718161,0.290019) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.27539 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 769 projectile=anti_D0 Ekin[MeV]=27067.1 direction=(0.483133,0.171941,0.858498) material=G4_Al - --> #secondaries=19 impactParameter[fm]=2.85988 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 770 projectile=anti_xi_c+ Ekin[MeV]=5971.26 direction=(0.365703,0.856473,0.364301) material=G4_Al - --> #secondaries=22 impactParameter[fm]=1.50015 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 - Collision 771 projectile=anti_triton Ekin[MeV]=4850.65 direction=(0.0667097,0.985805,0.154071) material=G4_H - --> #secondaries=11 impactParameter[fm]=1.88711 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 772 projectile=Bs0 Ekin[MeV]=27009.8 direction=(0.192293,0.96315,0.188059) material=G4_Pb - --> #secondaries=39 impactParameter[fm]=3.00213 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 773 projectile=D0 Ekin[MeV]=1877.6 direction=(0.214114,0.0450883,0.975768) material=G4_He - --> #secondaries=4 impactParameter[fm]=3.04668 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 774 projectile=anti_alpha Ekin[MeV]=3400.6 direction=(0.584209,0.756547,0.293832) material=G4_Al - --> #secondaries=35 impactParameter[fm]=3.58405 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 775 projectile=pi+ Ekin[MeV]=23292 direction=(0.885413,0.122146,0.448468) material=G4_W - --> #secondaries=23 impactParameter[fm]=6.52202 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 776 projectile=anti_hyperHe5 Ekin[MeV]=27258.7 direction=(0.14076,0.818988,0.556278) material=G4_Be - --> #secondaries=22 impactParameter[fm]=2.23918 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=6 #NNcollisions=4 - Collision 777 projectile=anti_Bs0 Ekin[MeV]=22801.9 direction=(0.686851,0.681948,0.251361) material=G4_Pb - --> #secondaries=17 impactParameter[fm]=5.84772 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 778 projectile=anti_neutron Ekin[MeV]=15917 direction=(0.671817,0.652138,0.351251) material=G4_W - --> #secondaries=49 impactParameter[fm]=5.92319 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 779 projectile=anti_xi0 Ekin[MeV]=23091.5 direction=(0.696107,0.381355,0.608279) material=G4_He - --> #secondaries=15 impactParameter[fm]=1.47383 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 780 projectile=anti_D0 Ekin[MeV]=23222.5 direction=(0.588015,0.433497,0.682876) material=G4_Al - --> #secondaries=13 impactParameter[fm]=2.40447 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 781 projectile=triton Ekin[MeV]=12274 direction=(0.232103,0.687929,0.687664) material=G4_Be - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 782 projectile=omega- Ekin[MeV]=2564.32 direction=(0.550893,0.255536,0.794492) material=G4_Si - --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 783 projectile=omega_b- Ekin[MeV]=23233.1 direction=(0.39469,0.427511,0.813298) material=G4_C - --> #secondaries=9 impactParameter[fm]=0.897138 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 784 projectile=anti_sigma+ Ekin[MeV]=3359.35 direction=(0.619728,0.168822,0.766444) material=G4_C - --> #secondaries=14 impactParameter[fm]=0.559704 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 785 projectile=omega_b- Ekin[MeV]=25973.3 direction=(0.709037,0.402117,0.579282) material=G4_Fe - --> #secondaries=8 impactParameter[fm]=2.87995 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 786 projectile=kaon+ Ekin[MeV]=9886.39 direction=(0.236422,0.858471,0.455117) material=G4_W - --> #secondaries=92 impactParameter[fm]=3.72464 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=5 - Collision 787 projectile=anti_xi_c+ Ekin[MeV]=7615.81 direction=(0.526981,0.23722,0.816099) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.30088 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 788 projectile=anti_xi_c0 Ekin[MeV]=26885.8 direction=(0.557124,0.522078,0.645792) material=G4_Be - --> #secondaries=11 impactParameter[fm]=0.993162 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 789 projectile=kaon0S Ekin[MeV]=9989.15 direction=(0.840428,0.541329,0.0253775) material=G4_Ar - --> #secondaries=10 impactParameter[fm]=3.27708 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 790 projectile=anti_xi_c0 Ekin[MeV]=5694.6 direction=(0.546943,0.188882,0.815584) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=3.49753 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 791 projectile=anti_sigma+ Ekin[MeV]=18092.5 direction=(0.00355453,0.741503,0.67094) material=G4_Cu - --> #secondaries=29 impactParameter[fm]=4.79787 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 792 projectile=Bs0 Ekin[MeV]=26928.1 direction=(0.674867,0.61117,0.413552) material=G4_Cu - --> #secondaries=20 impactParameter[fm]=1.44055 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 793 projectile=lambda_c+ Ekin[MeV]=27577.8 direction=(0.754252,0.319316,0.573708) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.39817 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 794 projectile=anti_omega- Ekin[MeV]=5104.4 direction=(0.565306,0.353041,0.745514) material=G4_Be - --> #secondaries=9 impactParameter[fm]=0.656498 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 - Collision 795 projectile=lambda Ekin[MeV]=9136.23 direction=(0.893213,0.428501,0.136224) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.31895 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 796 projectile=anti_sigma- Ekin[MeV]=2121.55 direction=(0.869841,0.250548,0.424974) material=G4_Cu - --> #secondaries=23 impactParameter[fm]=5.32235 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 - Collision 797 projectile=anti_D0 Ekin[MeV]=24125.9 direction=(0.507336,0.857131,0.0890868) material=G4_C - --> #secondaries=14 impactParameter[fm]=1.45046 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 798 projectile=deuteron Ekin[MeV]=2818.68 direction=(0.518399,0.76107,0.389916) material=G4_Be - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 799 projectile=proton Ekin[MeV]=4095.1 direction=(0.592816,0.613804,0.521358) material=G4_W + j=0 xi0 p=(2306.39,1999.63,2907.844416.14) MeV + j=1 pi- p=(311.423,173.332,500.675630.225) MeV + j=2 proton p=(186.747,-184.213,48.4769975.456) MeV + j=3 neutron p=(22.8611,32.6565,-73.7023943.294) MeV + j=4 gamma p=(0.471616,-0.405439,-0.482890.787392) MeV + j=5 gamma p=(0.104803,-0.0901505,0.139940.196708) MeV + j=6 triton p=(53.5466,16.2604,130.4252812.5) MeV + j=7 alpha p=(-12.9303,-161.031,48.72363731.2) MeV + Collision 101 projectile=pi- Ekin[MeV]=1808.47 direction=(0.215893,0.511962,0.831435) material=G4_Fe --> #secondaries=22 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 800 projectile=xi- Ekin[MeV]=3354.12 direction=(0.597646,0.801051,0.0337247) material=G4_Si - --> #secondaries=12 impactParameter[fm]=3.49046 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - List of produced secondaries: - j=0 xi- p=(2412.68,3261.9,307.4864278.14) MeV - j=1 proton p=(320.093,187.337,-259.9761041.87) MeV - j=2 proton p=(-127.661,-125.096,-103.898960.779) MeV - j=3 neutron p=(-26.8137,116.726,463.7081054.59) MeV - j=4 B10[718.380] p=(-97.6214,-250.603,48.63839329.16) MeV - j=5 triton p=(-33.0767,-15.2932,-171.5442814.39) MeV - j=6 proton p=(114.01,-75.9374,-5.37382948.234) MeV - j=7 alpha p=(78.3595,390.575,-16.20133748.64) MeV - j=8 triton p=(-6.92473,194.241,81.18832816.81) MeV - j=9 alpha p=(48.5359,-91.2924,-194.4143733.88) MeV - j=10 gamma p=(-1.11164,0.709704,0.7091341.49743) MeV - j=11 gamma p=(0.060746,-0.44245,0.9363681.03742) MeV - Collision 801 projectile=doublehyperH4 Ekin[MeV]=29475.5 direction=(0.461177,0.538836,0.704962) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.73821 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=2 - Collision 802 projectile=Ds+ Ekin[MeV]=22598.4 direction=(0.92258,0.320318,0.215043) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=1.78237 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 803 projectile=xi_b0 Ekin[MeV]=21612.6 direction=(0.478577,0.859841,0.177868) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.87233 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 804 projectile=D+ Ekin[MeV]=16268.1 direction=(0.371731,0.237095,0.897553) material=G4_Pb - --> #secondaries=47 impactParameter[fm]=5.58683 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=1 - Collision 805 projectile=D+ Ekin[MeV]=23155.1 direction=(0.411426,0.551152,0.72592) material=G4_He - --> #secondaries=10 impactParameter[fm]=0.698092 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 806 projectile=kaon- Ekin[MeV]=24792.2 direction=(0.333901,0.942135,0.0298623) material=G4_C - --> #secondaries=18 impactParameter[fm]=1.0778 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 807 projectile=anti_B0 Ekin[MeV]=11657.9 direction=(0.290649,0.537093,0.791868) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=3.26811 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 808 projectile=kaon- Ekin[MeV]=13621.2 direction=(0.527477,0.137984,0.838289) material=G4_Fe - --> #secondaries=28 impactParameter[fm]=2.23159 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 809 projectile=anti_omega_c0 Ekin[MeV]=18449.5 direction=(0.63891,0.735607,0.225115) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.07524 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 810 projectile=xi_c+ Ekin[MeV]=14988.5 direction=(0.149572,0.689998,0.708188) material=G4_Si - --> #secondaries=14 impactParameter[fm]=1.00516 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 811 projectile=deuteron Ekin[MeV]=20692.2 direction=(0.662129,0.215717,0.717671) material=G4_C - --> #secondaries=15 impactParameter[fm]=2.62273 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 812 projectile=lambda_c+ Ekin[MeV]=4005.5 direction=(0.824744,0.402543,0.397185) material=G4_Pb - --> #secondaries=63 impactParameter[fm]=4.13657 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=199 #NNcollisions=1 - Collision 813 projectile=anti_Bs0 Ekin[MeV]=11812 direction=(0.334801,0.278613,0.900157) material=G4_Al - --> #secondaries=7 impactParameter[fm]=3.24179 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 814 projectile=anti_proton Ekin[MeV]=14806.3 direction=(0.934215,0.356172,0.0195789) material=G4_Pb - --> #secondaries=84 impactParameter[fm]=5.18923 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 815 projectile=omega_c0 Ekin[MeV]=5990.44 direction=(0.315828,0.103883,0.943112) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=1.9822 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 816 projectile=anti_hypertriton Ekin[MeV]=19331.6 direction=(0.718636,0.440362,0.538185) material=G4_W - --> #secondaries=48 impactParameter[fm]=6.75292 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=2 - Collision 817 projectile=anti_lambda_b Ekin[MeV]=14157.7 direction=(0.253969,0.593281,0.763883) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.34912 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 818 projectile=anti_D0 Ekin[MeV]=7889.31 direction=(0.511863,0.0202316,0.858829) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.754615 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 819 projectile=xi0 Ekin[MeV]=23850.5 direction=(0.0336583,0.846806,0.530836) material=G4_Ar - --> #secondaries=38 impactParameter[fm]=1.80156 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=4 - Collision 820 projectile=anti_neutron Ekin[MeV]=4116.38 direction=(0.822129,0.276619,0.49758) material=G4_Pb - --> #secondaries=71 impactParameter[fm]=3.40715 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 821 projectile=anti_hypertriton Ekin[MeV]=6767.42 direction=(0.408883,0.701305,0.583941) material=G4_W - --> #secondaries=47 impactParameter[fm]=7.11354 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=184 #NNcollisions=2 - Collision 822 projectile=anti_triton Ekin[MeV]=26901.1 direction=(0.799287,0.470369,0.374023) material=G4_Al - --> #secondaries=45 impactParameter[fm]=2.99277 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=5 - Collision 823 projectile=He3 Ekin[MeV]=13616.1 direction=(0.708324,0.418161,0.5687) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 824 projectile=doublehyperdoubleneutron Ekin[MeV]=9552.79 direction=(0.0348933,0.696495,0.716712) material=G4_Pb - --> #secondaries=73 impactParameter[fm]=6.96913 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=197 #NNcollisions=3 - Collision 825 projectile=xi_c0 Ekin[MeV]=12927.1 direction=(0.945085,0.20718,0.252767) material=G4_Si - --> #secondaries=13 impactParameter[fm]=3.06002 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 826 projectile=Ds+ Ekin[MeV]=22106.8 direction=(0.0139429,0.784208,0.620342) material=G4_C - --> #secondaries=17 impactParameter[fm]=1.59915 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 827 projectile=pi- Ekin[MeV]=11666.1 direction=(0.514096,0.383743,0.767102) material=G4_C - --> #secondaries=21 impactParameter[fm]=1.12841 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 828 projectile=sigma+ Ekin[MeV]=9793.08 direction=(0.824049,0.523247,0.217152) material=G4_C - --> #secondaries=18 impactParameter[fm]=0.780879 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=5 - Collision 829 projectile=anti_D0 Ekin[MeV]=14906.7 direction=(0.274713,0.530346,0.802038) material=G4_Be - --> #secondaries=15 impactParameter[fm]=1.46026 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=6 #NNcollisions=3 - Collision 830 projectile=anti_He3 Ekin[MeV]=24437 direction=(0.55684,0.355868,0.750525) material=G4_Si - --> #secondaries=11 impactParameter[fm]=3.88638 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=29 #NNcollisions=1 - Collision 831 projectile=sigma- Ekin[MeV]=28744 direction=(0.679425,0.515331,0.522317) material=G4_Si - --> #secondaries=28 impactParameter[fm]=1.99795 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 832 projectile=D+ Ekin[MeV]=1270.35 direction=(0.288137,0.415889,0.862562) material=G4_C - --> #secondaries=8 impactParameter[fm]=2.03302 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 833 projectile=sigma- Ekin[MeV]=5445.08 direction=(0.395609,0.255301,0.882222) material=G4_Si - --> #secondaries=8 impactParameter[fm]=3.85425 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 834 projectile=doublehyperdoubleneutron Ekin[MeV]=17108 direction=(0.0735815,0.753687,0.653101) material=G4_He - --> #secondaries=12 impactParameter[fm]=1.25445 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=4 - Collision 835 projectile=kaon+ Ekin[MeV]=20277.8 direction=(0.668174,0.452442,0.590627) material=G4_Al - --> #secondaries=27 impactParameter[fm]=2.50093 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 836 projectile=D+ Ekin[MeV]=3145.21 direction=(0.800237,0.214011,0.560197) material=G4_Al - --> #secondaries=6 impactParameter[fm]=4.16644 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 837 projectile=anti_lambda_b Ekin[MeV]=5715.26 direction=(0.864374,0.326927,0.382069) material=G4_C - --> #secondaries=7 impactParameter[fm]=2.38796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 838 projectile=anti_xi- Ekin[MeV]=28028.1 direction=(0.492666,0.678461,0.54495) material=G4_Fe - --> #secondaries=22 impactParameter[fm]=4.88339 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 839 projectile=xi_b0 Ekin[MeV]=17028.5 direction=(0.782542,0.156427,0.602626) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.58735 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 840 projectile=kaon+ Ekin[MeV]=10015.2 direction=(0.848398,0.326271,0.416854) material=G4_Cu - --> #secondaries=11 impactParameter[fm]=4.96762 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 841 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=2639.88 direction=(0.560424,0.804658,0.196089) material=G4_Fe - --> #secondaries=40 impactParameter[fm]=4.22957 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=4 - Collision 842 projectile=anti_triton Ekin[MeV]=20384.6 direction=(0.369178,0.659832,0.654469) material=G4_Fe - --> #secondaries=36 impactParameter[fm]=5.38816 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=52 #NNcollisions=4 - Collision 843 projectile=hyperH4 Ekin[MeV]=23894 direction=(0.571603,0.315622,0.757398) material=G4_Si - --> #secondaries=30 impactParameter[fm]=5.38689 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 844 projectile=anti_xi_c+ Ekin[MeV]=18278.7 direction=(0.398801,0.905524,0.144857) material=G4_He - --> #secondaries=9 impactParameter[fm]=0.0654828 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 845 projectile=anti_hyperH4 Ekin[MeV]=2525.57 direction=(0.813111,0.533337,0.233241) material=G4_Cu - --> #secondaries=8 impactParameter[fm]=8.26987 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=62 #NNcollisions=0 - Collision 846 projectile=anti_hyperHe5 Ekin[MeV]=14932.3 direction=(0.794075,0.433373,0.426184) material=G4_Be - --> #secondaries=15 impactParameter[fm]=5.58863 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 847 projectile=deuteron Ekin[MeV]=4373.35 direction=(0.284044,0.287635,0.91465) material=G4_Pb - --> #secondaries=26 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 848 projectile=xi_c+ Ekin[MeV]=27168.9 direction=(0.116059,0.794966,0.595449) material=G4_Be - --> #secondaries=11 impactParameter[fm]=1.04305 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 849 projectile=doublehyperH4 Ekin[MeV]=4791.18 direction=(0.0842881,0.94542,0.314764) material=G4_W - --> #secondaries=11 impactParameter[fm]=9.55401 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 850 projectile=anti_sigma+ Ekin[MeV]=4471.31 direction=(0.688406,0.569059,0.449743) material=G4_Be - --> #secondaries=6 impactParameter[fm]=2.8633 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 851 projectile=hyperHe5 Ekin[MeV]=19418.9 direction=(0.766389,0.439934,0.468088) material=G4_Al - --> #secondaries=18 impactParameter[fm]=5.09598 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 852 projectile=B0 Ekin[MeV]=21734 direction=(0.0314419,0.563227,0.825704) material=G4_Pb - --> #secondaries=29 impactParameter[fm]=5.82427 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 853 projectile=anti_xi_c0 Ekin[MeV]=21588.6 direction=(0.457575,0.827575,0.325184) material=G4_Cu - --> #secondaries=37 impactParameter[fm]=3.19261 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=2 - Collision 854 projectile=hyperalpha Ekin[MeV]=1255.62 direction=(0.0415498,0.125497,0.991224) material=G4_Si - --> #secondaries=14 impactParameter[fm]=3.61548 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 855 projectile=anti_lambda Ekin[MeV]=13385.4 direction=(0.312196,0.681146,0.662249) material=G4_W - --> #secondaries=48 impactParameter[fm]=5.09324 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 - Collision 856 projectile=anti_sigma+ Ekin[MeV]=3558.52 direction=(0.302282,0.129866,0.94433) material=G4_Al - --> #secondaries=22 impactParameter[fm]=2.15735 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 857 projectile=kaon0S Ekin[MeV]=18208.5 direction=(0.546472,0.823641,0.151604) material=G4_Al - --> #secondaries=12 impactParameter[fm]=4.06618 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 858 projectile=anti_omega_b- Ekin[MeV]=29128.3 direction=(0.632543,0.208605,0.745904) material=G4_Ar - --> #secondaries=43 impactParameter[fm]=1.00058 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=5 - Collision 859 projectile=anti_B0 Ekin[MeV]=1817.3 direction=(0.64809,0.329996,0.686354) material=G4_Be - --> #secondaries=6 impactParameter[fm]=2.21805 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 860 projectile=proton Ekin[MeV]=28262.8 direction=(0.313884,0.299949,0.900837) material=G4_He - --> #secondaries=4 impactParameter[fm]=3.12325 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 861 projectile=doublehyperH4 Ekin[MeV]=13940 direction=(0.781928,0.455752,0.425299) material=G4_C - --> #secondaries=20 impactParameter[fm]=0.975091 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=3 - Collision 862 projectile=anti_omega_b- Ekin[MeV]=13986.2 direction=(0.00733669,0.991635,0.128867) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.7202 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 863 projectile=anti_xi_c+ Ekin[MeV]=3681.28 direction=(0.570357,0.415705,0.708437) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.663146 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 864 projectile=kaon+ Ekin[MeV]=1334.17 direction=(0.116377,0.702275,0.70233) material=G4_H - --> #secondaries=3 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 865 projectile=anti_xi_b- Ekin[MeV]=16865 direction=(0.853098,0.457827,0.250237) material=G4_C - --> #secondaries=14 impactParameter[fm]=1.29647 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 866 projectile=sigma- Ekin[MeV]=7805.67 direction=(0.366935,0.775385,0.513942) material=G4_Be - --> #secondaries=9 impactParameter[fm]=4.10273 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 867 projectile=anti_proton Ekin[MeV]=21317.7 direction=(0.649984,0.665137,0.367579) material=G4_Fe - --> #secondaries=6 impactParameter[fm]=5.31799 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 868 projectile=anti_hyperalpha Ekin[MeV]=5496.85 direction=(0.621995,0.741636,0.251194) material=G4_Be - --> #secondaries=18 impactParameter[fm]=1.68646 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=3 - Collision 869 projectile=Bs0 Ekin[MeV]=28751.2 direction=(0.646672,0.485458,0.588342) material=G4_Be - --> #secondaries=12 impactParameter[fm]=0.263191 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 870 projectile=anti_xi_b- Ekin[MeV]=1194.13 direction=(0.685321,0.72501,0.0685218) material=G4_H - --> #secondaries=2 impactParameter[fm]=2.58737 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 871 projectile=xi_c+ Ekin[MeV]=10385.6 direction=(0.794071,0.133833,0.592909) material=G4_Fe - --> #secondaries=5 impactParameter[fm]=4.0574 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 872 projectile=anti_He3 Ekin[MeV]=15734.7 direction=(0.723398,0.591915,0.355433) material=G4_Fe - --> #secondaries=26 impactParameter[fm]=3.97306 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 873 projectile=pi- Ekin[MeV]=25519.5 direction=(0.483978,0.0641019,0.872729) material=G4_He - --> #secondaries=11 impactParameter[fm]=2.29632 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 874 projectile=anti_triton Ekin[MeV]=9480.51 direction=(0.267123,0.0491454,0.962408) material=G4_Fe - --> #secondaries=31 impactParameter[fm]=3.23983 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=2 - Collision 875 projectile=anti_doublehyperH4 Ekin[MeV]=25809.5 direction=(0.552416,0.32332,0.768311) material=G4_W - --> #secondaries=170 impactParameter[fm]=1.44179 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=5 - Collision 876 projectile=omega- Ekin[MeV]=6102.82 direction=(0.620511,0.620438,0.479607) material=G4_Al - --> #secondaries=8 impactParameter[fm]=2.57035 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 877 projectile=anti_omega_c0 Ekin[MeV]=5747.66 direction=(0.773789,0.633208,0.0172558) material=G4_Fe - --> #secondaries=5 impactParameter[fm]=4.03929 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 878 projectile=anti_xi_b0 Ekin[MeV]=1939.01 direction=(0.860777,0.360354,0.359456) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=0.963599 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=0 - Collision 879 projectile=anti_B0 Ekin[MeV]=1085.68 direction=(0.0867911,0.764855,0.63833) material=G4_Fe - --> #secondaries=13 impactParameter[fm]=2.93448 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 880 projectile=lambda_b Ekin[MeV]=22888.6 direction=(0.460816,0.686084,0.562972) material=G4_Ar - --> #secondaries=23 impactParameter[fm]=0.512734 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 881 projectile=lambda Ekin[MeV]=14060.2 direction=(0.606404,0.349837,0.714065) material=G4_He - --> #secondaries=8 impactParameter[fm]=1.39501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 882 projectile=omega- Ekin[MeV]=23922.9 direction=(0.537822,0.102778,0.83677) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.42097 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 - Collision 883 projectile=anti_hyperHe5 Ekin[MeV]=8333.35 direction=(0.146206,0.906192,0.396788) material=G4_Cu - --> #secondaries=44 impactParameter[fm]=4.4304 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=63 #NNcollisions=3 - Collision 884 projectile=anti_xi0 Ekin[MeV]=10012.4 direction=(0.652019,0.431307,0.623574) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=4.58703 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 885 projectile=xi0 Ekin[MeV]=8032.8 direction=(0.663276,0.569256,0.485812) material=G4_Fe - --> #secondaries=10 impactParameter[fm]=4.7342 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 886 projectile=anti_B0 Ekin[MeV]=1224.67 direction=(0.581707,0.431197,0.6897) material=G4_Pb - --> #secondaries=7 impactParameter[fm]=8.28884 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 887 projectile=hyperHe5 Ekin[MeV]=10292.9 direction=(0.339289,0.414079,0.844643) material=G4_Cu - --> #secondaries=44 impactParameter[fm]=4.45017 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=54 #NNcollisions=4 - Collision 888 projectile=anti_hyperalpha Ekin[MeV]=6000.14 direction=(0.777586,0.134022,0.614328) material=G4_H - --> #secondaries=8 impactParameter[fm]=1.87096 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 889 projectile=sigma+ Ekin[MeV]=18603 direction=(0.568989,0.820792,0.0505162) material=G4_Be - --> #secondaries=15 impactParameter[fm]=1.03797 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 890 projectile=lambda Ekin[MeV]=23666.9 direction=(0.635466,0.554228,0.5376) material=G4_Al - --> #secondaries=16 impactParameter[fm]=6.39872 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 891 projectile=anti_lambda_c+ Ekin[MeV]=28312.2 direction=(0.2901,0.577575,0.763052) material=G4_Be - --> #secondaries=9 impactParameter[fm]=0.728201 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 892 projectile=alpha Ekin[MeV]=26919.6 direction=(0.597444,0.638028,0.485779) material=G4_Cu - --> #secondaries=78 impactParameter[fm]=0.795853 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=50 #NNcollisions=12 - Collision 893 projectile=deuteron Ekin[MeV]=24051.7 direction=(0.483279,0.654255,0.581714) material=G4_Pb - --> #secondaries=8 impactParameter[fm]=8.09396 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=206 #NNcollisions=0 - Collision 894 projectile=anti_alpha Ekin[MeV]=2596.59 direction=(0.493992,0.559683,0.665377) material=G4_Pb - --> #secondaries=70 impactParameter[fm]=4.75013 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 - Collision 895 projectile=anti_xi_b0 Ekin[MeV]=28973.3 direction=(0.618139,0.684671,0.386173) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.853555 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 896 projectile=proton Ekin[MeV]=1915.34 direction=(0.347747,0.826263,0.443127) material=G4_Al - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 897 projectile=anti_sigma- Ekin[MeV]=16106.3 direction=(0.457703,0.649898,0.606746) material=G4_Al - --> #secondaries=20 impactParameter[fm]=4.03403 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 898 projectile=pi+ Ekin[MeV]=17532.5 direction=(0.949569,0.0435164,0.310524) material=G4_C - --> #secondaries=5 impactParameter[fm]=1.3678 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 899 projectile=anti_xi_b- Ekin[MeV]=21268.6 direction=(0.767708,0.526787,0.364857) material=G4_W - --> #secondaries=49 impactParameter[fm]=4.96218 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=3 - Collision 900 projectile=lambda_b Ekin[MeV]=28217.3 direction=(0.523476,0.844578,0.11252) material=G4_Cu - --> #secondaries=63 impactParameter[fm]=2.07665 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=57 #NNcollisions=6 - List of produced secondaries: - j=0 sigma_b- p=(6001.92,9697.94,1579.7912899.2) MeV - j=1 pi0 p=(324.975,691.407,51.1809777.49) MeV - j=2 pi+ p=(16.4977,149.79,30.3021207.623) MeV - j=3 proton p=(599.453,736.524,-92.71931338.19) MeV - j=4 pi0 p=(495.238,1169.07,-220.1991295.65) MeV - j=5 neutron p=(-128.81,465.642,-76.24591059.25) MeV - j=6 pi0 p=(823.06,1422.68,296.0751675.5) MeV - j=7 pi+ p=(68.387,478.403,56.4726506.177) MeV - j=8 eta_prime p=(982.464,2513.23,232.1672872.77) MeV - j=9 pi- p=(1484.78,1709.85,498.122322.88) MeV - j=10 proton p=(943.555,891.867,-547.3421692.83) MeV - j=11 pi- p=(147.02,1036.39,488.5311163.56) MeV - j=12 pi0 p=(128.075,324.054,-96.1877385.856) MeV - j=13 proton p=(275.742,304.897,78.03871027.35) MeV - j=14 pi- p=(368.251,297.208,-23.4886493.936) MeV - j=15 proton p=(-160.056,-116.129,-50.6719960.222) MeV - j=16 neutron p=(-5.636,216.267,76.6955967.196) MeV - j=17 neutron p=(133.009,-30.6362,92.0869953.883) MeV - j=18 neutron p=(-92.1521,433.433,-201.5181058.18) MeV - j=19 proton p=(-24.0614,232.844,-102.788972.479) MeV - j=20 pi0 p=(859.706,782.969,-347.0381220.98) MeV - j=21 pi- p=(134.587,888.706,25.847909.978) MeV - j=22 pi0 p=(626.756,1220.49,363.591425.78) MeV - j=23 pi- p=(1090.76,833.813,311.2051414.68) MeV - j=24 pi+ p=(-73.2107,-5.77191,-144.787214.094) MeV - j=25 proton p=(304.582,-303.343,162.9411044.84) MeV - j=26 pi0 p=(233.894,267.314,-31.6459381.292) MeV - j=27 proton p=(99.5876,20.8636,381.5931018) MeV - j=28 triton p=(-8.63964,-102.926,766.582913.48) MeV - j=29 deuteron p=(363.974,-1.11035,-425.1081957.32) MeV - j=30 proton p=(-104.362,177.058,97.3364965.437) MeV - j=31 neutron p=(4.39329,313.032,-3.88862990.357) MeV - j=32 triton p=(481.693,-331.461,-68.06922869.94) MeV - j=33 proton p=(112.25,88.7389,-405.0051031.92) MeV - j=34 deuteron p=(267.441,272.25,295.2541936.68) MeV - j=35 triton p=(323.643,153.97,-124.12834.41) MeV - j=36 neutron p=(209.182,295.971,7.348471007.07) MeV - j=37 neutron p=(71.2377,-243.298,-91.6651977.473) MeV - j=38 neutron p=(248.21,-51.3898,52.1795974.554) MeV - j=39 proton p=(-45.9799,66.1747,-183.777959.49) MeV - j=40 neutron p=(-55.2229,82.141,-54.2264946.319) MeV - j=41 proton p=(-89.9053,-106.783,-60.3935950.519) MeV - j=42 proton p=(162.945,-105.964,27.2152958.579) MeV - j=43 deuteron p=(-259.773,84.2293,495.0211958.97) MeV - j=44 proton p=(-3.01458,-201.463,226.361985.997) MeV - j=45 triton p=(-227.042,152.053,-295.4622837.61) MeV - j=46 deuteron p=(37.2701,99.7205,-138.7851883.75) MeV - j=47 proton p=(136.742,44.5296,442.7451047.41) MeV - j=48 proton p=(-211.679,19.2866,22.7789962.317) MeV - j=49 triton p=(120.922,-276.822,-201.7842832.31) MeV - j=50 neutron p=(222.606,53.1005,128.691975.56) MeV - j=51 proton p=(154.817,159.487,-71.4533966.884) MeV - j=52 proton p=(-99.8117,203.613,80.1602968.608) MeV - j=53 neutron p=(-103.462,125.362,207.424975.822) MeV - j=54 deuteron p=(17.6776,224.155,314.6951915.08) MeV - j=55 deuteron p=(-398.913,-186.899,-6.190811926.66) MeV - j=56 deuteron p=(204.733,88.2981,-12.15231888.86) MeV - j=57 neutron p=(7.80989,-78.7,53.6983944.416) MeV - j=58 deuteron p=(204.758,82.267,99.79371891.18) MeV - j=59 neutron p=(140.176,5.6495,5.48009949.997) MeV - j=60 proton p=(83.2994,244.04,8.02246973.095) MeV - j=61 neutron p=(33.6197,92.0459,-49.2461945.944) MeV - j=62 deuteron p=(-193.244,410.682,-175.0631937.67) MeV - Collision 901 projectile=kaon+ Ekin[MeV]=17747.8 direction=(0.703202,0.706496,0.0798218) material=G4_C - --> #secondaries=9 impactParameter[fm]=0.846457 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 902 projectile=anti_Bs0 Ekin[MeV]=26337.1 direction=(0.0120381,0.8568,0.515509) material=G4_C - --> #secondaries=5 impactParameter[fm]=1.20868 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 903 projectile=D+ Ekin[MeV]=13773.7 direction=(0.368135,0.143171,0.918683) material=G4_Pb - --> #secondaries=59 impactParameter[fm]=2.58612 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 904 projectile=alpha Ekin[MeV]=9689.07 direction=(0.0833164,0.0943363,0.992048) material=G4_C + Collision 102 projectile=anti_lambda_b Ekin[MeV]=16784.3 direction=(0.222999,0.517381,0.826189) material=G4_C + --> #secondaries=20 impactParameter[fm]=1.06555 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=4 + Collision 103 projectile=omega_c0 Ekin[MeV]=22203.4 direction=(0.694179,0.0113368,0.719713) material=G4_W + --> #secondaries=77 impactParameter[fm]=2.8185 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 + Collision 104 projectile=B0 Ekin[MeV]=25783.1 direction=(0.5805,0.281466,0.764066) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.24213 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 105 projectile=Bc+ Ekin[MeV]=25232.5 direction=(0.0160345,0.966554,0.255961) material=G4_W + --> #secondaries=46 impactParameter[fm]=1.59991 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=3 + Collision 106 projectile=anti_doublehyperH4 Ekin[MeV]=3400.67 direction=(0.685447,0.699014,0.20382) material=G4_Cu + --> #secondaries=56 impactParameter[fm]=1.07841 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=4 + Collision 107 projectile=xi_c0 Ekin[MeV]=10834.9 direction=(0.0655813,0.283806,0.956636) material=G4_Pb + --> #secondaries=64 impactParameter[fm]=0.221549 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=4 + Collision 108 projectile=xi_b0 Ekin[MeV]=2053.59 direction=(0.0572748,0.992707,0.106081) material=G4_Be + --> #secondaries=5 impactParameter[fm]=2.35335 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 109 projectile=pi+ Ekin[MeV]=20030.6 direction=(0.492556,0.218328,0.842449) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.23579 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 110 projectile=anti_hypertriton Ekin[MeV]=20968.2 direction=(0.166237,0.498972,0.850524) material=G4_Pb + --> #secondaries=87 impactParameter[fm]=5.95788 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=3 + Collision 111 projectile=xi_c0 Ekin[MeV]=23740.6 direction=(0.0480694,0.995916,0.0764241) material=G4_Fe + --> #secondaries=36 impactParameter[fm]=2.83145 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 112 projectile=D+ Ekin[MeV]=7046.57 direction=(0.637525,0.224931,0.736863) material=G4_Cu + --> #secondaries=8 impactParameter[fm]=4.47062 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 113 projectile=lambda_b Ekin[MeV]=19975.4 direction=(0.543152,0.688128,0.481109) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.09116 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 114 projectile=anti_xi_b- Ekin[MeV]=4680.41 direction=(0.567166,0.373526,0.73403) material=G4_Si + --> #secondaries=21 impactParameter[fm]=0.886687 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 115 projectile=xi- Ekin[MeV]=3384.41 direction=(0.441669,0.868983,0.223152) material=G4_Si + --> #secondaries=15 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 116 projectile=lambda Ekin[MeV]=22475.2 direction=(0.553919,0.337572,0.761064) material=G4_Si + --> #secondaries=15 impactParameter[fm]=2.9596 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 117 projectile=sigma+ Ekin[MeV]=9177.87 direction=(0.0283574,0.37317,0.927329) material=G4_W + --> #secondaries=85 impactParameter[fm]=0.72781 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 + Collision 118 projectile=He3 Ekin[MeV]=20674.7 direction=(0.132718,0.606412,0.783997) material=G4_Be + --> #secondaries=13 impactParameter[fm]=3.00586 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=5 #NNcollisions=1 + Collision 119 projectile=anti_Bs0 Ekin[MeV]=16964.4 direction=(0.609641,0.697602,0.376417) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=5.03914 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 120 projectile=anti_proton Ekin[MeV]=15335.8 direction=(0.809421,0.532678,0.247168) material=G4_Cu + --> #secondaries=29 impactParameter[fm]=4.22271 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 121 projectile=hyperHe5 Ekin[MeV]=15957.2 direction=(0.0772954,0.968805,0.235464) material=G4_He + --> #secondaries=10 impactParameter[fm]=2.36384 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 122 projectile=hyperalpha Ekin[MeV]=17629.4 direction=(0.933771,0.271155,0.233551) material=G4_Fe + --> #secondaries=25 impactParameter[fm]=4.94199 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=52 #NNcollisions=2 + Collision 123 projectile=B0 Ekin[MeV]=18057.6 direction=(0.453654,0.627316,0.632987) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=0.963543 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 124 projectile=alpha Ekin[MeV]=19207.1 direction=(0.544509,0.375682,0.749915) material=G4_Pb + --> #secondaries=64 impactParameter[fm]=6.54363 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=201 #NNcollisions=5 + Collision 125 projectile=anti_hyperHe5 Ekin[MeV]=18143.4 direction=(0.726332,0.514299,0.456003) material=G4_H + --> #secondaries=2 impactParameter[fm]=2.20466 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 126 projectile=xi- Ekin[MeV]=12781.3 direction=(0.182472,0.398525,0.898823) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.17823 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 127 projectile=anti_hypertriton Ekin[MeV]=10158 direction=(0.444515,0.671567,0.592794) material=G4_Si + --> #secondaries=35 impactParameter[fm]=2.55009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 128 projectile=deuteron Ekin[MeV]=10300.3 direction=(0.0384441,0.393436,0.918548) material=G4_Be --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 905 projectile=Bc- Ekin[MeV]=11751.3 direction=(0.624665,0.326724,0.709257) material=G4_Si - --> #secondaries=7 impactParameter[fm]=4.79547 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 906 projectile=anti_omega_c0 Ekin[MeV]=24462.8 direction=(0.284267,0.928669,0.238258) material=G4_Si - --> #secondaries=24 impactParameter[fm]=0.874745 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 907 projectile=anti_hypertriton Ekin[MeV]=26039.2 direction=(0.900649,0.318704,0.295396) material=G4_Cu - --> #secondaries=83 impactParameter[fm]=2.17631 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=50 #NNcollisions=10 - Collision 908 projectile=anti_omega_c0 Ekin[MeV]=20704.8 direction=(0.686981,0.0459959,0.725218) material=G4_Cu - --> #secondaries=18 impactParameter[fm]=5.03949 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 909 projectile=anti_xi- Ekin[MeV]=2773.41 direction=(0.5388,0.376794,0.753472) material=G4_Ar - --> #secondaries=25 impactParameter[fm]=2.98303 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 910 projectile=anti_lambda Ekin[MeV]=29587.4 direction=(0.791671,0.330641,0.513744) material=G4_W - --> #secondaries=92 impactParameter[fm]=4.78831 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 - Collision 911 projectile=He3 Ekin[MeV]=21809.4 direction=(0.786055,0.289525,0.546162) material=G4_Si - --> #secondaries=29 impactParameter[fm]=2.40697 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=23 #NNcollisions=3 - Collision 912 projectile=sigma+ Ekin[MeV]=19340.8 direction=(0.766634,0.0809885,0.636956) material=G4_C - --> #secondaries=10 impactParameter[fm]=2.1085 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 913 projectile=Bc- Ekin[MeV]=9040.4 direction=(0.309215,0.787998,0.532395) material=G4_Al - --> #secondaries=9 impactParameter[fm]=0.610988 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 914 projectile=anti_hyperalpha Ekin[MeV]=19259.7 direction=(0.734493,0.389938,0.5554) material=G4_C - --> #secondaries=17 impactParameter[fm]=1.80364 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 915 projectile=omega- Ekin[MeV]=24105.8 direction=(0.757142,0.616501,0.216014) material=G4_Pb - --> #secondaries=79 impactParameter[fm]=5.42662 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 916 projectile=kaon- Ekin[MeV]=23275.4 direction=(0.38388,0.220797,0.896596) material=G4_Ar - --> #secondaries=25 impactParameter[fm]=1.07933 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 917 projectile=anti_sigma+ Ekin[MeV]=17330.3 direction=(0.658041,0.408277,0.632686) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=5.54292 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 - Collision 918 projectile=anti_triton Ekin[MeV]=9240.05 direction=(0.647623,0.0882784,0.75683) material=G4_W - --> #secondaries=120 impactParameter[fm]=1.09601 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=4 - Collision 919 projectile=anti_triton Ekin[MeV]=1438.42 direction=(0.483091,0.670506,0.563067) material=G4_Pb - --> #secondaries=39 impactParameter[fm]=6.06114 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 920 projectile=anti_alpha Ekin[MeV]=16738 direction=(0.633687,0.454635,0.625898) material=G4_C - --> #secondaries=31 impactParameter[fm]=1.06858 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=4 - Collision 921 projectile=Bs0 Ekin[MeV]=25254.3 direction=(0.823622,0.526013,0.212031) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.75751 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 922 projectile=deuteron Ekin[MeV]=20218.1 direction=(0.402209,0.159925,0.901472) material=G4_Be - --> #secondaries=11 impactParameter[fm]=2.18491 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 - Collision 923 projectile=kaon+ Ekin[MeV]=3135.97 direction=(0.724597,0.214178,0.655047) material=G4_H - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 924 projectile=xi- Ekin[MeV]=20704.2 direction=(0.643335,0.327421,0.692038) material=G4_Fe - --> #secondaries=38 impactParameter[fm]=1.96808 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=3 - Collision 925 projectile=anti_triton Ekin[MeV]=23340.1 direction=(0.439067,0.228125,0.86901) material=G4_H - --> #secondaries=7 impactParameter[fm]=2.30002 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 926 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=5442.42 direction=(0.793311,0.354087,0.495258) material=G4_Pb - --> #secondaries=95 impactParameter[fm]=2.37898 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=4 - Collision 927 projectile=hyperHe5 Ekin[MeV]=19530.5 direction=(0.510795,0.420515,0.749837) material=G4_Cu - --> #secondaries=62 impactParameter[fm]=2.52083 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=6 - Collision 928 projectile=Bc+ Ekin[MeV]=20080.1 direction=(0.510708,0.74865,0.422731) material=G4_C - --> #secondaries=7 impactParameter[fm]=1.36402 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 929 projectile=xi- Ekin[MeV]=6100.32 direction=(0.920537,0.321832,0.22144) material=G4_Ar - --> #secondaries=10 impactParameter[fm]=4.38595 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 930 projectile=doublehyperdoubleneutron Ekin[MeV]=17891.2 direction=(0.951597,0.0674371,0.299859) material=G4_C - --> #secondaries=17 impactParameter[fm]=1.68147 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 931 projectile=kaon+ Ekin[MeV]=16476.6 direction=(0.744057,0.15321,0.650312) material=G4_Be - --> #secondaries=7 impactParameter[fm]=3.27553 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 932 projectile=D+ Ekin[MeV]=20084.6 direction=(0.728618,0.641344,0.240401) material=G4_W - --> #secondaries=35 impactParameter[fm]=5.90985 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 933 projectile=anti_alpha Ekin[MeV]=6484.22 direction=(0.475178,0.479984,0.737442) material=G4_Si - --> #secondaries=32 impactParameter[fm]=4.11707 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 934 projectile=lambda Ekin[MeV]=26210.3 direction=(0.637415,0.719928,0.274601) material=G4_He - --> #secondaries=10 impactParameter[fm]=2.97307 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 935 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=9338.52 direction=(0.748455,0.29209,0.595397) material=G4_C - --> #secondaries=21 impactParameter[fm]=2.53188 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 936 projectile=pi- Ekin[MeV]=4543.87 direction=(0.669473,0.733039,0.12025) material=G4_He - --> #secondaries=3 impactParameter[fm]=0.327811 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 937 projectile=Bc- Ekin[MeV]=20879 direction=(0.687272,0.576964,0.441328) material=G4_W - --> #secondaries=44 impactParameter[fm]=2.37279 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 - Collision 938 projectile=anti_doublehyperH4 Ekin[MeV]=7755.73 direction=(0.683685,0.100413,0.722836) material=G4_Si - --> #secondaries=15 impactParameter[fm]=4.34873 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 939 projectile=kaon0S Ekin[MeV]=11169.1 direction=(0.717527,0.449414,0.532148) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=3.33533 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 940 projectile=lambda Ekin[MeV]=5466.02 direction=(0.375607,0.477278,0.794434) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.70439 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 941 projectile=anti_xi- Ekin[MeV]=2105.05 direction=(0.0184017,0.907991,0.418585) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.97051 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=1 - Collision 942 projectile=anti_deuteron Ekin[MeV]=24641.2 direction=(0.63482,0.0683639,0.76963) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=2.90124 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=2 - Collision 943 projectile=neutron Ekin[MeV]=18542.3 direction=(0.618789,0.771996,0.145337) material=G4_Si - --> #secondaries=41 impactParameter[fm]=0.765098 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 944 projectile=deuteron Ekin[MeV]=27133 direction=(0.0314048,0.931728,0.361796) material=G4_W - --> #secondaries=15 impactParameter[fm]=7.55197 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=180 #NNcollisions=2 - Collision 945 projectile=sigma- Ekin[MeV]=3974.1 direction=(0.38146,0.0680079,0.92188) material=G4_Pb - --> #secondaries=48 impactParameter[fm]=4.71075 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=2 - Collision 946 projectile=anti_omega- Ekin[MeV]=11371.3 direction=(0.52619,0.841165,0.124762) material=G4_Si - --> #secondaries=12 impactParameter[fm]=0.505507 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 947 projectile=Bc- Ekin[MeV]=8922.81 direction=(0.425745,0.299931,0.853687) material=G4_Be - --> #secondaries=5 impactParameter[fm]=3.15143 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 948 projectile=proton Ekin[MeV]=7487.29 direction=(0.380869,0.907576,0.176759) material=G4_Ar - --> #secondaries=37 impactParameter[fm]=1.7659 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 - Collision 949 projectile=anti_xi_c+ Ekin[MeV]=10639.2 direction=(0.640016,0.693543,0.330722) material=G4_Si - --> #secondaries=14 impactParameter[fm]=3.67529 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 950 projectile=hyperH4 Ekin[MeV]=13707.2 direction=(0.996514,0.0833141,0.00438466) material=G4_H - --> #secondaries=8 impactParameter[fm]=2.75978 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 951 projectile=triton Ekin[MeV]=19164.3 direction=(0.700748,0.499351,0.50951) material=G4_C - --> #secondaries=22 impactParameter[fm]=1.26689 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=6 #NNcollisions=5 - Collision 952 projectile=Bs0 Ekin[MeV]=9724.18 direction=(0.702765,0.472613,0.531751) material=G4_He - --> #secondaries=6 impactParameter[fm]=0.0557372 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 953 projectile=omega- Ekin[MeV]=23065.4 direction=(0.989938,0.080506,0.116365) material=G4_Pb - --> #secondaries=58 impactParameter[fm]=6.54547 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 954 projectile=anti_Bs0 Ekin[MeV]=14652.8 direction=(0.928715,0.331987,0.165145) material=G4_Pb - --> #secondaries=31 impactParameter[fm]=6.43793 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 955 projectile=sigma+ Ekin[MeV]=17024.8 direction=(0.252858,0.84758,0.466552) material=G4_Si - --> #secondaries=35 impactParameter[fm]=1.88323 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=4 - Collision 956 projectile=anti_neutron Ekin[MeV]=28970.7 direction=(0.299259,0.146484,0.942861) material=G4_Pb - --> #secondaries=78 impactParameter[fm]=5.43655 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 957 projectile=sigma+ Ekin[MeV]=6923.96 direction=(0.610432,0.528801,0.589697) material=G4_Cu - --> #secondaries=22 impactParameter[fm]=4.98006 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 958 projectile=anti_xi0 Ekin[MeV]=7349.38 direction=(0.708118,0.460572,0.535203) material=G4_Pb - --> #secondaries=78 impactParameter[fm]=2.65719 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 959 projectile=hyperHe5 Ekin[MeV]=3937.97 direction=(0.948069,0.257647,0.186502) material=G4_C - --> #secondaries=12 impactParameter[fm]=2.21527 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=6 #NNcollisions=1 - Collision 960 projectile=anti_omega- Ekin[MeV]=25224 direction=(0.942557,0.134942,0.305576) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.93756 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 961 projectile=anti_alpha Ekin[MeV]=16609.9 direction=(0.0824899,0.358242,0.929978) material=G4_He - --> #secondaries=15 impactParameter[fm]=1.70733 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=3 - Collision 962 projectile=B+ Ekin[MeV]=22492 direction=(0.668102,0.456515,0.587567) material=G4_Si - --> #secondaries=19 impactParameter[fm]=1.45829 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 963 projectile=sigma- Ekin[MeV]=17160.6 direction=(0.459343,0.603697,0.651578) material=G4_H - --> #secondaries=12 impactParameter[fm]=1.77547 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 964 projectile=hypertriton Ekin[MeV]=17444.8 direction=(0.931934,0.144112,0.332763) material=G4_Al - --> #secondaries=13 impactParameter[fm]=5.21215 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 965 projectile=B0 Ekin[MeV]=13269.1 direction=(0.288599,0.0460197,0.956344) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.454657 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 966 projectile=alpha Ekin[MeV]=12204.1 direction=(0.323086,0.0148734,0.946253) material=G4_H - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 967 projectile=anti_lambda_b Ekin[MeV]=29586.9 direction=(0.50195,0.565483,0.654427) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.34014 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 968 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=14043 direction=(0.509088,0.843842,0.169587) material=G4_Si - --> #secondaries=42 impactParameter[fm]=4.05595 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=5 - Collision 969 projectile=kaon+ Ekin[MeV]=29562.6 direction=(0.608986,0.383371,0.694379) material=G4_H - --> #secondaries=10 impactParameter[fm]=1.07 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 970 projectile=anti_hypertriton Ekin[MeV]=8014.98 direction=(0.648716,0.610401,0.454508) material=G4_Al - --> #secondaries=26 impactParameter[fm]=4.18759 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=2 - Collision 971 projectile=sigma- Ekin[MeV]=10786.6 direction=(0.304889,0.772594,0.556904) material=G4_Si - --> #secondaries=15 impactParameter[fm]=1.82154 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 972 projectile=doublehyperH4 Ekin[MeV]=22929 direction=(0.445016,0.878781,0.172349) material=G4_W - --> #secondaries=145 impactParameter[fm]=2.69952 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=162 #NNcollisions=10 - Collision 973 projectile=proton Ekin[MeV]=12717 direction=(0.625651,0.650639,0.430382) material=G4_Pb - --> #secondaries=101 impactParameter[fm]=2.77503 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=6 - Collision 974 projectile=sigma+ Ekin[MeV]=9378.2 direction=(0.825986,0.353142,0.439361) material=G4_Pb - --> #secondaries=65 impactParameter[fm]=4.33012 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 975 projectile=Bs0 Ekin[MeV]=15126.5 direction=(0.828667,0.0629872,0.556186) material=G4_Pb - --> #secondaries=42 impactParameter[fm]=4.28998 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 976 projectile=kaon0L Ekin[MeV]=9970.67 direction=(0.985285,0.0633534,0.158745) material=G4_Be - --> #secondaries=7 impactParameter[fm]=3.74958 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 977 projectile=kaon0L Ekin[MeV]=16463.5 direction=(0.960865,0.254057,0.110422) material=G4_C - --> #secondaries=8 impactParameter[fm]=2.01712 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 978 projectile=hyperalpha Ekin[MeV]=27715.1 direction=(0.221017,0.859018,0.461778) material=G4_C - --> #secondaries=17 impactParameter[fm]=3.6318 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 979 projectile=anti_xi- Ekin[MeV]=1837.93 direction=(0.680371,0.395013,0.617301) material=G4_Be - --> #secondaries=5 impactParameter[fm]=1.23827 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 980 projectile=hyperH4 Ekin[MeV]=2752.21 direction=(0.266491,0.73529,0.623162) material=G4_Pb - --> #secondaries=57 impactParameter[fm]=4.51744 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=187 #NNcollisions=1 - Collision 981 projectile=anti_omega- Ekin[MeV]=1545.65 direction=(0.841789,0.537531,0.0495101) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.28605 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 982 projectile=doublehyperdoubleneutron Ekin[MeV]=20816.9 direction=(0.512557,0.824606,0.239395) material=G4_W - --> #secondaries=60 impactParameter[fm]=4.81635 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=6 - Collision 983 projectile=anti_proton Ekin[MeV]=22742.8 direction=(0.866946,0.358497,0.346244) material=G4_Ar - --> #secondaries=35 impactParameter[fm]=0.396211 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=40 #NNcollisions=1 - Collision 984 projectile=hypertriton Ekin[MeV]=12278 direction=(0.779005,0.396577,0.485673) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.11779 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 - Collision 985 projectile=anti_sigma+ Ekin[MeV]=24888.2 direction=(0.928874,0.369205,0.0296878) material=G4_Cu - --> #secondaries=11 impactParameter[fm]=4.57865 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 986 projectile=Bs0 Ekin[MeV]=19413.5 direction=(0.952235,0.148718,0.266703) material=G4_Pb - --> #secondaries=32 impactParameter[fm]=6.64236 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 987 projectile=D0 Ekin[MeV]=1719.87 direction=(0.584637,0.721558,0.370883) material=G4_W - --> #secondaries=10 impactParameter[fm]=7.2704 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=0 - Collision 988 projectile=anti_xi_c0 Ekin[MeV]=8006.47 direction=(0.448108,0.240885,0.860914) material=G4_Pb - --> #secondaries=12 impactParameter[fm]=6.79998 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 989 projectile=anti_hyperalpha Ekin[MeV]=8689.16 direction=(0.346058,0.686593,0.639401) material=G4_Fe - --> #secondaries=52 impactParameter[fm]=2.33551 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=4 - Collision 990 projectile=xi0 Ekin[MeV]=5172.72 direction=(0.91495,0.39871,0.0624204) material=G4_Pb - --> #secondaries=24 impactParameter[fm]=6.91733 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 991 projectile=anti_xi_c0 Ekin[MeV]=23745.8 direction=(0.602352,0.585049,0.543038) material=G4_Pb - --> #secondaries=107 impactParameter[fm]=0.510345 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 992 projectile=omega_c0 Ekin[MeV]=17531.9 direction=(0.425614,0.798794,0.425183) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.25898 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 993 projectile=anti_sigma+ Ekin[MeV]=8114.9 direction=(0.250264,0.280883,0.926538) material=G4_W - --> #secondaries=43 impactParameter[fm]=5.68374 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 994 projectile=doublehyperdoubleneutron Ekin[MeV]=18641.4 direction=(0.509135,0.5301,0.678068) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=6.87754 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 995 projectile=omega- Ekin[MeV]=27114 direction=(0.32157,0.88914,0.325612) material=G4_Cu - --> #secondaries=24 impactParameter[fm]=4.34004 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 996 projectile=Bs0 Ekin[MeV]=26080.8 direction=(0.365733,0.365267,0.856048) material=G4_C - --> #secondaries=8 impactParameter[fm]=0.632503 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 997 projectile=pi- Ekin[MeV]=6147.57 direction=(0.775412,0.07348,0.627165) material=G4_Si - --> #secondaries=9 impactParameter[fm]=1.45985 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 998 projectile=anti_Bs0 Ekin[MeV]=8762.53 direction=(0.0629117,0.281938,0.957368) material=G4_Al - --> #secondaries=13 impactParameter[fm]=2.85407 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 999 projectile=D- Ekin[MeV]=13079.9 direction=(0.420899,0.60939,0.671929) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.2483 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 129 projectile=B+ Ekin[MeV]=10535.1 direction=(0.616634,0.0783322,0.783343) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=1.61367 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 130 projectile=sigma- Ekin[MeV]=14829.2 direction=(0.12939,0.956129,0.262822) material=G4_Fe + --> #secondaries=29 impactParameter[fm]=0.671188 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 131 projectile=hyperalpha Ekin[MeV]=28138.5 direction=(0.202706,0.779025,0.593321) material=G4_Ar + --> #secondaries=33 impactParameter[fm]=4.50695 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 132 projectile=anti_Bs0 Ekin[MeV]=11174.7 direction=(0.630448,0.108644,0.768591) material=G4_Pb + --> #secondaries=73 impactParameter[fm]=2.84369 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=3 + Collision 133 projectile=B- Ekin[MeV]=20937.6 direction=(0.667638,0.700518,0.252059) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.0733 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 134 projectile=kaon0L Ekin[MeV]=23390.6 direction=(0.835262,0.367917,0.408625) material=G4_W + --> #secondaries=93 impactParameter[fm]=4.01426 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=178 #NNcollisions=6 + Collision 135 projectile=xi- Ekin[MeV]=12794.5 direction=(0.47419,0.828061,0.299098) material=G4_W + --> #secondaries=44 impactParameter[fm]=5.55552 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=3 + Collision 136 projectile=B- Ekin[MeV]=4580.81 direction=(0.499424,0.832837,0.238661) material=G4_Ar + --> #secondaries=7 impactParameter[fm]=3.98698 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 137 projectile=D+ Ekin[MeV]=25093.8 direction=(0.457874,0.805845,0.375453) material=G4_Ar + --> #secondaries=26 impactParameter[fm]=2.76578 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 138 projectile=anti_neutron Ekin[MeV]=2633.91 direction=(0.917337,0.0672451,0.392391) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.03017 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=12 #NNcollisions=1 + Collision 139 projectile=hypertriton Ekin[MeV]=4605.03 direction=(0.279396,0.949762,0.141034) material=G4_Pb + --> #secondaries=9 impactParameter[fm]=9.68155 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 140 projectile=anti_xi_b- Ekin[MeV]=14707 direction=(0.484149,0.868911,0.10293) material=G4_Pb + --> #secondaries=63 impactParameter[fm]=4.67671 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 141 projectile=anti_xi_c0 Ekin[MeV]=26802.2 direction=(0.0700387,0.98065,0.182813) material=G4_Ar + --> #secondaries=33 impactParameter[fm]=2.322 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 142 projectile=omega_c0 Ekin[MeV]=22078.9 direction=(0.522516,0.544423,0.656186) material=G4_C + --> #secondaries=10 impactParameter[fm]=2.05538 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 143 projectile=kaon0L Ekin[MeV]=4228.99 direction=(0.453288,0.138952,0.880467) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=1.27844 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 144 projectile=anti_lambda_c+ Ekin[MeV]=27850.2 direction=(0.847476,0.395186,0.354419) material=G4_C + --> #secondaries=16 impactParameter[fm]=2.52236 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 145 projectile=xi_c+ Ekin[MeV]=17984.8 direction=(0.28785,0.762811,0.579018) material=G4_Ar + --> #secondaries=31 impactParameter[fm]=2.20938 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 146 projectile=hyperHe5 Ekin[MeV]=12385.9 direction=(0.623377,0.752963,0.210826) material=G4_Pb + --> #secondaries=32 impactParameter[fm]=8.3618 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=203 #NNcollisions=3 + Collision 147 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=1784.55 direction=(0.470977,0.804107,0.362758) material=G4_Al + --> #secondaries=28 impactParameter[fm]=2.87757 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=4 + Collision 148 projectile=anti_sigma+ Ekin[MeV]=29930.1 direction=(0.233678,0.363646,0.901752) material=G4_He + --> #secondaries=15 impactParameter[fm]=1.537 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 149 projectile=omega- Ekin[MeV]=24540.3 direction=(0.513157,0.632985,0.579655) material=G4_Pb + --> #secondaries=17 impactParameter[fm]=8.3078 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 150 projectile=anti_xi_b0 Ekin[MeV]=16993 direction=(0.0830493,0.594635,0.799695) material=G4_He + --> #secondaries=10 impactParameter[fm]=0.907649 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 151 projectile=anti_xi- Ekin[MeV]=22374.6 direction=(0.553131,0.595309,0.582797) material=G4_He + --> #secondaries=11 impactParameter[fm]=0.504227 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 152 projectile=anti_xi_c+ Ekin[MeV]=4435.83 direction=(0.440361,0.204511,0.874218) material=G4_Si + --> #secondaries=17 impactParameter[fm]=1.93357 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 153 projectile=B+ Ekin[MeV]=18553.2 direction=(0.746153,0.654888,0.119907) material=G4_Si + --> #secondaries=12 impactParameter[fm]=3.42155 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 154 projectile=anti_xi_c+ Ekin[MeV]=2170.99 direction=(0.635139,0.248345,0.731384) material=G4_Be + --> #secondaries=6 impactParameter[fm]=0.964273 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=0 + Collision 155 projectile=xi_c+ Ekin[MeV]=16113 direction=(0.873782,0.196833,0.444704) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.80446 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 156 projectile=anti_lambda_c+ Ekin[MeV]=2849.34 direction=(0.633,0.283048,0.720552) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.60771 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 157 projectile=hyperalpha Ekin[MeV]=3683.06 direction=(0.0299553,0.922725,0.384294) material=G4_Fe + --> #secondaries=13 impactParameter[fm]=4.79993 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=52 #NNcollisions=1 + Collision 158 projectile=alpha Ekin[MeV]=14378.9 direction=(0.173993,0.306427,0.935857) material=G4_Cu + --> #secondaries=49 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 159 projectile=anti_xi_b0 Ekin[MeV]=6715.8 direction=(0.713862,0.650638,0.25898) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.64083 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 160 projectile=anti_omega- Ekin[MeV]=2251.5 direction=(0.713236,0.468642,0.521218) material=G4_Cu + --> #secondaries=25 impactParameter[fm]=1.63382 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 161 projectile=D0 Ekin[MeV]=12821.7 direction=(0.222612,0.782388,0.581646) material=G4_Pb + --> #secondaries=50 impactParameter[fm]=2.15865 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 162 projectile=alpha Ekin[MeV]=19648.8 direction=(0.456902,0.523715,0.719001) material=G4_He + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 163 projectile=sigma+ Ekin[MeV]=12220.8 direction=(0.587319,0.753178,0.296277) material=G4_C + --> #secondaries=11 impactParameter[fm]=1.82352 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 164 projectile=anti_doublehyperH4 Ekin[MeV]=17740.5 direction=(0.612284,0.674496,0.412508) material=G4_Si + --> #secondaries=25 impactParameter[fm]=2.76403 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=27 #NNcollisions=2 + Collision 165 projectile=B0 Ekin[MeV]=5607.57 direction=(0.791825,0.325847,0.516563) material=G4_Al + --> #secondaries=10 impactParameter[fm]=2.47297 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 166 projectile=anti_hyperH4 Ekin[MeV]=18195.4 direction=(0.680358,0.726057,0.0997659) material=G4_Pb + --> #secondaries=98 impactParameter[fm]=2.75682 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=4 + Collision 167 projectile=anti_Bs0 Ekin[MeV]=8624.98 direction=(0.0587989,0.595234,0.801398) material=G4_Pb + --> #secondaries=12 impactParameter[fm]=5.82533 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 168 projectile=anti_sigma+ Ekin[MeV]=4014.59 direction=(0.52778,0.491777,0.692534) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.342538 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 169 projectile=He3 Ekin[MeV]=20723.6 direction=(0.669997,0.512488,0.537085) material=G4_Pb + --> #secondaries=18 impactParameter[fm]=9.70214 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 170 projectile=anti_lambda_b Ekin[MeV]=5676.04 direction=(0.362955,0.706299,0.607787) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=2.96669 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 171 projectile=anti_He3 Ekin[MeV]=28546.1 direction=(0.16067,0.986984,0.00684424) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=5.34117 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 172 projectile=anti_B0 Ekin[MeV]=27743.7 direction=(0.189082,0.845525,0.499335) material=G4_He + --> #secondaries=6 impactParameter[fm]=2.62283 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 173 projectile=xi_b- Ekin[MeV]=3490.09 direction=(0.109638,0.776921,0.619978) material=G4_H + --> #secondaries=2 impactParameter[fm]=2.16104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 174 projectile=D+ Ekin[MeV]=6746.76 direction=(0.153259,0.0970026,0.983414) material=G4_Pb + --> #secondaries=55 impactParameter[fm]=3.61979 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 175 projectile=alpha Ekin[MeV]=2168.18 direction=(0.677067,0.606028,0.417504) material=G4_Al + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 176 projectile=kaon0S Ekin[MeV]=8169.53 direction=(0.450357,0.602178,0.659211) material=G4_Al + --> #secondaries=21 impactParameter[fm]=0.157199 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 177 projectile=anti_omega- Ekin[MeV]=13240.9 direction=(0.312706,0.949713,0.0161328) material=G4_He + --> #secondaries=10 impactParameter[fm]=0.98653 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 178 projectile=omega- Ekin[MeV]=8826.31 direction=(0.0678077,0.670787,0.738544) material=G4_Cu + --> #secondaries=9 impactParameter[fm]=4.26773 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 179 projectile=xi- Ekin[MeV]=28039.7 direction=(0.833124,0.543337,0.103391) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.950848 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 180 projectile=anti_xi_c+ Ekin[MeV]=2188.84 direction=(0.512298,0.606644,0.607893) material=G4_Be + --> #secondaries=5 impactParameter[fm]=3.32925 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 181 projectile=lambda_b Ekin[MeV]=21265 direction=(0.887622,0.150113,0.435424) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.14783 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 182 projectile=B+ Ekin[MeV]=27067 direction=(0.311871,0.591817,0.743296) material=G4_Si + --> #secondaries=13 impactParameter[fm]=4.40253 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 183 projectile=lambda_c+ Ekin[MeV]=4611.17 direction=(0.906461,0.343783,0.245237) material=G4_W + --> #secondaries=14 impactParameter[fm]=5.988 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 184 projectile=anti_xi_c0 Ekin[MeV]=2767.06 direction=(0.992149,0.0496736,0.114777) material=G4_Al + --> #secondaries=15 impactParameter[fm]=1.72889 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 185 projectile=hyperH4 Ekin[MeV]=8419.77 direction=(0.388826,0.331485,0.859612) material=G4_Al + --> #secondaries=26 impactParameter[fm]=2.26049 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=20 #NNcollisions=3 + Collision 186 projectile=neutron Ekin[MeV]=17348.7 direction=(0.340789,0.260981,0.90319) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=4.63764 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 187 projectile=kaon- Ekin[MeV]=14078.1 direction=(0.213247,0.417412,0.883342) material=G4_W + --> #secondaries=33 impactParameter[fm]=5.51259 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 188 projectile=anti_neutron Ekin[MeV]=26431.2 direction=(0.91747,0.35441,0.18067) material=G4_Si + --> #secondaries=38 impactParameter[fm]=1.45183 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 189 projectile=Ds- Ekin[MeV]=5995.13 direction=(0.257642,0.712287,0.652892) material=G4_Fe + --> #secondaries=16 impactParameter[fm]=3.87195 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 190 projectile=anti_omega- Ekin[MeV]=19525.7 direction=(0.244826,0.133793,0.960291) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=1.46381 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 191 projectile=anti_hyperalpha Ekin[MeV]=9726.02 direction=(0.590703,0.671036,0.448086) material=G4_H + --> #secondaries=6 impactParameter[fm]=3.16831 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 192 projectile=lambda_b Ekin[MeV]=6614.02 direction=(0.288977,0.726855,0.623036) material=G4_Pb + --> #secondaries=23 impactParameter[fm]=4.48805 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=0 + Collision 193 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=19419.3 direction=(0.515005,0.628172,0.58324) material=G4_Be + --> #secondaries=23 impactParameter[fm]=2.11337 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=6 #NNcollisions=4 + Collision 194 projectile=anti_hyperalpha Ekin[MeV]=29702.6 direction=(0.776973,0.530697,0.338635) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=3.87338 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 195 projectile=Bc- Ekin[MeV]=9056.26 direction=(0.0194171,0.337221,0.941225) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.9382 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 196 projectile=anti_xi- Ekin[MeV]=13137.4 direction=(0.435516,0.754653,0.490739) material=G4_Al + --> #secondaries=23 impactParameter[fm]=3.14085 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 197 projectile=neutron Ekin[MeV]=26977.8 direction=(0.587178,0.777507,0.225179) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=3.68173 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 198 projectile=kaon- Ekin[MeV]=20413.4 direction=(0.205991,0.690212,0.693667) material=G4_He + --> #secondaries=15 impactParameter[fm]=1.903 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 199 projectile=xi_b- Ekin[MeV]=28406.1 direction=(0.379242,0.752204,0.538855) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.79436 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 200 projectile=D0 Ekin[MeV]=13989.6 direction=(0.700876,0.427951,0.57064) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.892605 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + List of produced secondaries: + j=0 pi- p=(2920.25,2131.98,2391.894337.49) MeV + j=1 D+ p=(6653.21,4681.65,5517.2410005.9) MeV + j=2 neutron p=(497.159,84.1027,561.2431205) MeV + j=3 pi- p=(679.769,-154.752,394.256812.989) MeV + j=4 pi+ p=(145.388,-61.0258,192.403285.237) MeV + j=5 deuteron p=(252.041,26.4654,-400.3461934.54) MeV + j=6 proton p=(-112.935,29.4205,327.7111000.68) MeV + Collision 201 projectile=anti_proton Ekin[MeV]=4787.18 direction=(0.272749,0.373649,0.886563) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.57379 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 202 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=19194.6 direction=(0.374192,0.0867173,0.923288) material=G4_Al + --> #secondaries=30 impactParameter[fm]=1.62911 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 203 projectile=anti_He3 Ekin[MeV]=12251.1 direction=(0.488402,0.642692,0.590263) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.28938 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 204 projectile=anti_lambda_b Ekin[MeV]=19487.9 direction=(0.851695,0.497754,0.163881) material=G4_Al + --> #secondaries=21 impactParameter[fm]=3.4761 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 205 projectile=D- Ekin[MeV]=9412.13 direction=(0.643145,0.565536,0.516269) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.73233 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 206 projectile=B+ Ekin[MeV]=6514.37 direction=(0.319249,0.668184,0.672019) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.55932 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 207 projectile=anti_proton Ekin[MeV]=17216.4 direction=(0.719549,0.69394,0.0263903) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=2.68139 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 208 projectile=anti_hypertriton Ekin[MeV]=16941.8 direction=(0.514586,0.569469,0.641019) material=G4_C + --> #secondaries=14 impactParameter[fm]=0.96092 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=12 #NNcollisions=2 + Collision 209 projectile=hyperHe5 Ekin[MeV]=12116.2 direction=(0.439197,0.354369,0.825548) material=G4_Si + --> #secondaries=32 impactParameter[fm]=1.4004 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=17 #NNcollisions=2 + Collision 210 projectile=anti_omega_b- Ekin[MeV]=23771.2 direction=(0.611444,0.70302,0.363178) material=G4_Pb + --> #secondaries=47 impactParameter[fm]=4.14561 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 211 projectile=anti_D0 Ekin[MeV]=24134.9 direction=(0.281974,0.955652,0.0849643) material=G4_Al + --> #secondaries=18 impactParameter[fm]=2.63264 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 212 projectile=anti_He3 Ekin[MeV]=13109 direction=(0.295226,0.869361,0.396299) material=G4_Cu + --> #secondaries=28 impactParameter[fm]=3.45713 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=61 #NNcollisions=3 + Collision 213 projectile=B+ Ekin[MeV]=23582.4 direction=(0.171666,0.985112,0.0091787) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.32346 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 214 projectile=anti_sigma- Ekin[MeV]=1356.43 direction=(0.471687,0.342793,0.812406) material=G4_Pb + --> #secondaries=47 impactParameter[fm]=1.93864 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 215 projectile=anti_doublehyperH4 Ekin[MeV]=17092.6 direction=(0.659744,0.261932,0.704365) material=G4_Fe + --> #secondaries=37 impactParameter[fm]=4.49064 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 216 projectile=anti_xi_c0 Ekin[MeV]=29190.4 direction=(0.469814,0.763752,0.442671) material=G4_Al + --> #secondaries=20 impactParameter[fm]=2.4932 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 217 projectile=hyperHe5 Ekin[MeV]=27873.5 direction=(0.757709,0.650277,0.0549259) material=G4_Be + --> #secondaries=10 impactParameter[fm]=5.26388 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 218 projectile=lambda Ekin[MeV]=3964.14 direction=(0.404176,0.546065,0.733795) material=G4_He + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 219 projectile=anti_doublehyperH4 Ekin[MeV]=13683 direction=(0.360967,0.757493,0.543973) material=G4_C + --> #secondaries=17 impactParameter[fm]=4.16984 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 220 projectile=xi0 Ekin[MeV]=12449.9 direction=(0.195414,0.903443,0.381581) material=G4_Si + --> #secondaries=21 impactParameter[fm]=3.27443 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 221 projectile=pi+ Ekin[MeV]=19201.9 direction=(0.418154,0.458266,0.784309) material=G4_Be + --> #secondaries=14 impactParameter[fm]=1.78819 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 222 projectile=anti_Bs0 Ekin[MeV]=21044.3 direction=(0.112212,0.742835,0.660003) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.09765 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 223 projectile=anti_omega_b- Ekin[MeV]=18077.5 direction=(0.52985,0.734001,0.424856) material=G4_Pb + --> #secondaries=21 impactParameter[fm]=6.73428 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 224 projectile=xi_c+ Ekin[MeV]=11420.7 direction=(0.678519,0.675873,0.287762) material=G4_C + --> #secondaries=7 impactParameter[fm]=2.64176 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 225 projectile=anti_xi_b- Ekin[MeV]=7333.18 direction=(0.791833,0.351125,0.499711) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.805045 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 226 projectile=anti_xi_c0 Ekin[MeV]=15422.3 direction=(0.462109,0.647063,0.606436) material=G4_Al + --> #secondaries=25 impactParameter[fm]=2.71956 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 227 projectile=D+ Ekin[MeV]=10973.5 direction=(0.470216,0.187671,0.862367) material=G4_C + --> #secondaries=10 impactParameter[fm]=2.93471 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 228 projectile=kaon- Ekin[MeV]=15275.8 direction=(0.626803,0.55946,0.542331) material=G4_Si + --> #secondaries=18 impactParameter[fm]=4.24464 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 229 projectile=anti_omega- Ekin[MeV]=25655 direction=(0.773792,0.482574,0.410327) material=G4_Pb + --> #secondaries=96 impactParameter[fm]=2.94429 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=4 + Collision 230 projectile=anti_Bs0 Ekin[MeV]=22521.7 direction=(0.952455,0.146956,0.266898) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=1.13678 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 231 projectile=deuteron Ekin[MeV]=25991.7 direction=(0.065773,0.997439,0.0280982) material=G4_Fe + --> #secondaries=54 impactParameter[fm]=1.36383 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=48 #NNcollisions=6 + Collision 232 projectile=xi_c+ Ekin[MeV]=2851.65 direction=(0.0258005,0.688471,0.724805) material=G4_W + --> #secondaries=26 impactParameter[fm]=2.52977 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 233 projectile=anti_He3 Ekin[MeV]=11047.4 direction=(0.423283,0.51843,0.743009) material=G4_W + --> #secondaries=44 impactParameter[fm]=6.81425 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=181 #NNcollisions=2 + Collision 234 projectile=anti_sigma+ Ekin[MeV]=28204.8 direction=(0.320571,0.462183,0.826813) material=G4_Fe + --> #secondaries=22 impactParameter[fm]=3.34057 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 235 projectile=anti_B0 Ekin[MeV]=22721.2 direction=(0.6598,0.692724,0.291199) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.463407 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 236 projectile=D0 Ekin[MeV]=8627.26 direction=(0.564951,0.372379,0.736318) material=G4_Al + --> #secondaries=14 impactParameter[fm]=2.62758 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 237 projectile=anti_omega_c0 Ekin[MeV]=10982.4 direction=(0.257672,0.231725,0.938034) material=G4_Al + --> #secondaries=15 impactParameter[fm]=2.54958 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 238 projectile=anti_doublehyperH4 Ekin[MeV]=24662.6 direction=(0.0364331,0.807037,0.589376) material=G4_W + --> #secondaries=104 impactParameter[fm]=5.23185 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=4 + Collision 239 projectile=anti_sigma- Ekin[MeV]=16264.6 direction=(0.26184,0.965017,0.0134872) material=G4_Si + --> #secondaries=21 impactParameter[fm]=4.00912 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 240 projectile=xi_b- Ekin[MeV]=28609.5 direction=(0.232127,0.826688,0.512546) material=G4_Fe + --> #secondaries=11 impactParameter[fm]=4.86243 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 241 projectile=omega_b- Ekin[MeV]=29011.4 direction=(0.989616,0.140134,0.0319879) material=G4_C + --> #secondaries=7 impactParameter[fm]=2.57428 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 242 projectile=anti_omega- Ekin[MeV]=11363.7 direction=(0.0931371,0.46155,0.882212) material=G4_He + --> #secondaries=12 impactParameter[fm]=1.36243 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=4 + Collision 243 projectile=Bc+ Ekin[MeV]=28822.6 direction=(0.954053,0.276399,0.115698) material=G4_Al + --> #secondaries=7 impactParameter[fm]=2.58057 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 244 projectile=anti_triton Ekin[MeV]=8016.84 direction=(0.319434,0.627308,0.710244) material=G4_Be + --> #secondaries=7 impactParameter[fm]=6.1856 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 245 projectile=D+ Ekin[MeV]=2582.37 direction=(0.701001,0.689527,0.18207) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=2.50383 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 246 projectile=triton Ekin[MeV]=14012.5 direction=(0.278906,0.782663,0.556462) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=5.95021 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 247 projectile=kaon- Ekin[MeV]=14287 direction=(0.176711,0.98309,0.0480428) material=G4_W + --> #secondaries=62 impactParameter[fm]=4.45437 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 248 projectile=xi0 Ekin[MeV]=12925.6 direction=(0.828995,0.553631,0.0791192) material=G4_Al + --> #secondaries=11 impactParameter[fm]=4.93332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 249 projectile=anti_xi0 Ekin[MeV]=23250.2 direction=(0.106438,0.723728,0.681827) material=G4_Cu + --> #secondaries=36 impactParameter[fm]=3.49582 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=2 + Collision 250 projectile=anti_Bs0 Ekin[MeV]=21008.7 direction=(0.0607725,0.893315,0.445303) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.47574 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 251 projectile=anti_lambda_c+ Ekin[MeV]=7759.67 direction=(0.742795,0.668237,0.0414064) material=G4_C + --> #secondaries=19 impactParameter[fm]=1.15644 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 252 projectile=hyperalpha Ekin[MeV]=28900.4 direction=(0.46255,0.884429,0.061905) material=G4_Be + --> #secondaries=15 impactParameter[fm]=2.61263 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 253 projectile=lambda_b Ekin[MeV]=8015.06 direction=(0.786849,0.136323,0.6019) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.77375 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 254 projectile=neutron Ekin[MeV]=11430.6 direction=(0.555112,0.709477,0.434157) material=G4_Si + --> #secondaries=26 impactParameter[fm]=1.08354 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 255 projectile=neutron Ekin[MeV]=14329.4 direction=(0.744765,0.641833,0.182689) material=G4_W + --> #secondaries=63 impactParameter[fm]=4.91723 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 + Collision 256 projectile=hyperalpha Ekin[MeV]=24347.4 direction=(0.566012,0.399388,0.721193) material=G4_Pb + --> #secondaries=9 impactParameter[fm]=9.63142 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 257 projectile=anti_xi- Ekin[MeV]=28416 direction=(0.490889,0.776078,0.395893) material=G4_Si + --> #secondaries=21 impactParameter[fm]=4.62967 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 258 projectile=omega_b- Ekin[MeV]=27608.2 direction=(0.865333,0.27369,0.419872) material=G4_C + --> #secondaries=10 impactParameter[fm]=2.13743 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 + Collision 259 projectile=anti_D0 Ekin[MeV]=9479.81 direction=(0.0443217,0.998971,0.00960193) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.72494 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 260 projectile=omega- Ekin[MeV]=4146.83 direction=(0.745743,0.666083,0.0141864) material=G4_W + --> #secondaries=59 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 261 projectile=B- Ekin[MeV]=22213.3 direction=(0.532667,0.843412,0.0701652) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.33562 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 262 projectile=pi+ Ekin[MeV]=9438.8 direction=(0.589022,0.144432,0.795105) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.551137 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 263 projectile=omega_c0 Ekin[MeV]=24142.6 direction=(0.715456,0.675883,0.176933) material=G4_Fe + --> #secondaries=16 impactParameter[fm]=5.2955 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 264 projectile=anti_sigma+ Ekin[MeV]=21832.1 direction=(0.161954,0.19441,0.967458) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.42926 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 265 projectile=B+ Ekin[MeV]=10131.4 direction=(0.558428,0.826738,0.0682769) material=G4_Si + --> #secondaries=17 impactParameter[fm]=2.83878 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 266 projectile=omega_b- Ekin[MeV]=13438 direction=(0.578814,0.450066,0.680011) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.34917 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 267 projectile=anti_doublehyperH4 Ekin[MeV]=6987.35 direction=(0.0629218,0.797358,0.600217) material=G4_Ar + --> #secondaries=56 impactParameter[fm]=0.790699 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=4 + Collision 268 projectile=doublehyperH4 Ekin[MeV]=5756.66 direction=(0.612007,0.197839,0.765707) material=G4_Cu + --> #secondaries=39 impactParameter[fm]=2.57036 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=2 + Collision 269 projectile=anti_B0 Ekin[MeV]=12711.5 direction=(0.562594,0.0342245,0.826025) material=G4_Al + --> #secondaries=13 impactParameter[fm]=5.04876 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 270 projectile=Bc- Ekin[MeV]=9477.61 direction=(0.633255,0.302012,0.712585) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=2.65107 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 271 projectile=anti_hyperalpha Ekin[MeV]=10502.6 direction=(0.616025,0.590664,0.52118) material=G4_Al + --> #secondaries=34 impactParameter[fm]=1.2235 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=3 + Collision 272 projectile=Bc- Ekin[MeV]=4729.33 direction=(0.870354,0.0739248,0.486846) material=G4_Al + --> #secondaries=11 impactParameter[fm]=1.41315 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 273 projectile=lambda Ekin[MeV]=17195.2 direction=(0.434997,0.830964,0.346809) material=G4_Si + --> #secondaries=23 impactParameter[fm]=2.91502 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 274 projectile=anti_sigma- Ekin[MeV]=17735 direction=(0.593302,0.721125,0.357732) material=G4_C + --> #secondaries=13 impactParameter[fm]=1.41889 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 275 projectile=anti_hyperHe5 Ekin[MeV]=17156.9 direction=(0.482689,0.812274,0.327447) material=G4_W + --> #secondaries=125 impactParameter[fm]=3.81219 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=6 + Collision 276 projectile=He3 Ekin[MeV]=27368.9 direction=(0.7778,0.211776,0.591758) material=G4_Al + --> #secondaries=28 impactParameter[fm]=3.00764 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 277 projectile=pi- Ekin[MeV]=24169.6 direction=(0.536544,0.74683,0.392894) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=2.97974 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 278 projectile=anti_Bs0 Ekin[MeV]=12015.6 direction=(0.073613,0.65229,0.754386) material=G4_Cu + --> #secondaries=10 impactParameter[fm]=1.02617 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 279 projectile=kaon0L Ekin[MeV]=8292.75 direction=(0.383076,0.725654,0.571559) material=G4_Al + --> #secondaries=15 impactParameter[fm]=3.63858 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 280 projectile=anti_sigma+ Ekin[MeV]=15678.5 direction=(0.0657097,0.995182,0.0727677) material=G4_Al + --> #secondaries=26 impactParameter[fm]=2.58027 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 281 projectile=neutron Ekin[MeV]=3520.86 direction=(0.0322607,0.273609,0.9613) material=G4_Ar + --> #secondaries=33 impactParameter[fm]=1.19811 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=34 #NNcollisions=0 + Collision 282 projectile=anti_doublehyperH4 Ekin[MeV]=5042.08 direction=(0.690578,0.403455,0.600272) material=G4_Ar + --> #secondaries=54 impactParameter[fm]=1.35313 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=4 + Collision 283 projectile=omega_b- Ekin[MeV]=19930.2 direction=(0.392834,0.825163,0.40594) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=2.05068 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 + Collision 284 projectile=doublehyperH4 Ekin[MeV]=21912.9 direction=(0.139851,0.0620538,0.988226) material=G4_Cu + --> #secondaries=76 impactParameter[fm]=1.51233 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=45 #NNcollisions=10 + Collision 285 projectile=anti_omega_c0 Ekin[MeV]=7179.17 direction=(0.598315,0.621803,0.505352) material=G4_Cu + --> #secondaries=23 impactParameter[fm]=3.12893 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 286 projectile=omega_c0 Ekin[MeV]=1887.85 direction=(0.311006,0.836623,0.45093) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=3.37414 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 287 projectile=hyperHe5 Ekin[MeV]=7621.01 direction=(0.718331,0.138334,0.681809) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=5.38877 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 288 projectile=B0 Ekin[MeV]=10600 direction=(0.141779,0.497453,0.855827) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.60324 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 289 projectile=anti_hyperH4 Ekin[MeV]=18860.8 direction=(0.0791989,0.576713,0.813099) material=G4_Pb + --> #secondaries=26 impactParameter[fm]=10.5354 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 290 projectile=anti_sigma- Ekin[MeV]=1333.6 direction=(0.0262044,0.602578,0.797629) material=G4_Ar + --> #secondaries=25 impactParameter[fm]=2.14555 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 291 projectile=hyperH4 Ekin[MeV]=19215.4 direction=(0.609047,0.257199,0.750273) material=G4_Fe + --> #secondaries=53 impactParameter[fm]=2.09056 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=46 #NNcollisions=6 + Collision 292 projectile=D0 Ekin[MeV]=26257.3 direction=(0.259923,0.805293,0.532863) material=G4_Cu + --> #secondaries=26 impactParameter[fm]=2.16924 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 293 projectile=anti_omega- Ekin[MeV]=4826.46 direction=(0.756265,0.654258,0.00316379) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=2.09763 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=2 + Collision 294 projectile=anti_deuteron Ekin[MeV]=29922.8 direction=(0.269436,0.714976,0.645146) material=G4_H + --> #secondaries=12 impactParameter[fm]=1.05287 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 295 projectile=anti_lambda Ekin[MeV]=28386.1 direction=(0.228076,0.929298,0.290492) material=G4_W + --> #secondaries=46 impactParameter[fm]=7.06023 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 296 projectile=xi_b- Ekin[MeV]=7051.33 direction=(0.274989,0.234777,0.932342) material=G4_H + --> #secondaries=4 impactParameter[fm]=2.0921 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 297 projectile=Bc+ Ekin[MeV]=8470.11 direction=(0.707269,0.221764,0.671261) material=G4_Si + --> #secondaries=12 impactParameter[fm]=1.15956 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 298 projectile=xi- Ekin[MeV]=25581.9 direction=(0.367316,0.867053,0.336597) material=G4_Fe + --> #secondaries=42 impactParameter[fm]=3.3812 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 299 projectile=anti_omega- Ekin[MeV]=10708.3 direction=(0.816785,0.544719,0.190115) material=G4_Fe + --> #secondaries=16 impactParameter[fm]=4.61151 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 300 projectile=Bs0 Ekin[MeV]=16593.8 direction=(0.713052,0.141554,0.686673) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.74071 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + List of produced secondaries: + j=0 Bs0 p=(15272.5,2361.84,14118.921609.6) MeV + j=1 proton p=(-97.3826,460.628,634.2851226.51) MeV + j=2 deuteron p=(-17.6336,9.51162,55.8061876.55) MeV + j=3 neutron p=(26.8725,182.392,-186.429975.463) MeV + Collision 301 projectile=proton Ekin[MeV]=14159.4 direction=(0.669626,0.735844,0.100674) material=G4_W + --> #secondaries=39 impactParameter[fm]=6.40107 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 302 projectile=xi_b- Ekin[MeV]=13766 direction=(0.587279,0.639017,0.49675) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.808 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 303 projectile=anti_xi_b0 Ekin[MeV]=8224.06 direction=(0.449406,0.845223,0.289194) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.56078 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 304 projectile=Ds- Ekin[MeV]=6453.68 direction=(0.865233,0.353518,0.355524) material=G4_Ar + --> #secondaries=7 impactParameter[fm]=4.10143 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 305 projectile=hyperH4 Ekin[MeV]=8647.22 direction=(0.874879,0.351912,0.332785) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=6.3325 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 306 projectile=Ds- Ekin[MeV]=22509.9 direction=(0.376065,0.347039,0.859151) material=G4_Be + --> #secondaries=5 impactParameter[fm]=3.12916 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 307 projectile=anti_lambda_c+ Ekin[MeV]=7696.01 direction=(0.974233,0.0519715,0.219474) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=3.14354 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 308 projectile=omega- Ekin[MeV]=28408.5 direction=(0.148878,0.197187,0.968996) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.925084 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 309 projectile=Ds- Ekin[MeV]=29007.1 direction=(0.332015,0.641557,0.691499) material=G4_Pb + --> #secondaries=51 impactParameter[fm]=4.76802 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=3 + Collision 310 projectile=anti_hyperH4 Ekin[MeV]=3690.57 direction=(0.631188,0.478972,0.610072) material=G4_Al + --> #secondaries=32 impactParameter[fm]=1.15449 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=4 + Collision 311 projectile=kaon0S Ekin[MeV]=9238.54 direction=(0.732009,0.103574,0.673376) material=G4_Si + --> #secondaries=22 impactParameter[fm]=0.619548 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 312 projectile=hypertriton Ekin[MeV]=25342.2 direction=(0.321712,0.909156,0.264456) material=G4_H + --> #secondaries=13 impactParameter[fm]=1.61655 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 313 projectile=doublehyperH4 Ekin[MeV]=14083.2 direction=(0.659325,0.502064,0.559662) material=G4_Si + --> #secondaries=14 impactParameter[fm]=7.70996 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 314 projectile=anti_hyperH4 Ekin[MeV]=13963.4 direction=(0.566908,0.772155,0.28704) material=G4_W + --> #secondaries=32 impactParameter[fm]=8.18263 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=185 #NNcollisions=2 + Collision 315 projectile=anti_lambda_b Ekin[MeV]=15452.4 direction=(0.786874,0.542656,0.293859) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.670119 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 316 projectile=xi_c+ Ekin[MeV]=29958.8 direction=(0.95352,0.164129,0.252709) material=G4_Pb + --> #secondaries=72 impactParameter[fm]=4.81745 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 317 projectile=sigma- Ekin[MeV]=5927.66 direction=(0.615897,0.722377,0.314391) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.07031 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 318 projectile=D- Ekin[MeV]=16029.4 direction=(0.511417,0.707721,0.487425) material=G4_Al + --> #secondaries=11 impactParameter[fm]=3.39052 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 319 projectile=anti_lambda Ekin[MeV]=27016.8 direction=(0.797002,0.00245599,0.603972) material=G4_Pb + --> #secondaries=15 impactParameter[fm]=7.97943 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 320 projectile=anti_doublehyperH4 Ekin[MeV]=3035.5 direction=(0.303304,0.526781,0.794045) material=G4_Al + --> #secondaries=37 impactParameter[fm]=2.70653 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=4 + Collision 321 projectile=kaon- Ekin[MeV]=4178.32 direction=(0.573885,0.723189,0.384258) material=G4_W + --> #secondaries=33 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 322 projectile=anti_hyperalpha Ekin[MeV]=10200.9 direction=(0.732374,0.0162668,0.680709) material=G4_Ar + --> #secondaries=44 impactParameter[fm]=2.96809 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=34 #NNcollisions=4 + Collision 323 projectile=alpha Ekin[MeV]=9596.49 direction=(0.219819,0.737624,0.638429) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 324 projectile=anti_hyperHe5 Ekin[MeV]=19229.3 direction=(0.762573,0.01729,0.646671) material=G4_C + --> #secondaries=9 impactParameter[fm]=5.12528 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 325 projectile=kaon0L Ekin[MeV]=10289.8 direction=(0.514359,0.792924,0.326661) material=G4_Cu + --> #secondaries=22 impactParameter[fm]=4.34813 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 326 projectile=hyperHe5 Ekin[MeV]=9393.09 direction=(0.471601,0.203932,0.857907) material=G4_Al + --> #secondaries=16 impactParameter[fm]=3.9778 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 327 projectile=doublehyperH4 Ekin[MeV]=14932.1 direction=(0.811461,0.258773,0.523992) material=G4_Pb + --> #secondaries=94 impactParameter[fm]=3.04371 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=186 #NNcollisions=6 + Collision 328 projectile=hypertriton Ekin[MeV]=10065.6 direction=(0.249522,0.496595,0.831343) material=G4_Si + --> #secondaries=31 impactParameter[fm]=1.91509 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=21 #NNcollisions=5 + Collision 329 projectile=anti_hyperalpha Ekin[MeV]=23822 direction=(0.593854,0.798613,0.0977492) material=G4_Be + --> #secondaries=17 impactParameter[fm]=2.05164 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=3 + Collision 330 projectile=doublehyperH4 Ekin[MeV]=11821.1 direction=(0.979883,0.137914,0.144251) material=G4_Si + --> #secondaries=31 impactParameter[fm]=2.64867 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=18 #NNcollisions=3 + Collision 331 projectile=anti_omega_b- Ekin[MeV]=22234.9 direction=(0.938031,0.328237,0.111171) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.624149 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 332 projectile=anti_omega- Ekin[MeV]=26462.2 direction=(0.549289,0.342501,0.762217) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.86412 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 333 projectile=Ds+ Ekin[MeV]=24386.9 direction=(0.684791,0.65951,0.310012) material=G4_C + --> #secondaries=11 impactParameter[fm]=0.904862 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 334 projectile=alpha Ekin[MeV]=21906.2 direction=(0.371591,0.623274,0.688076) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=6.56011 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 335 projectile=anti_lambda_b Ekin[MeV]=14253.4 direction=(0.0456558,0.686756,0.725453) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.4016 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 336 projectile=kaon+ Ekin[MeV]=11990.4 direction=(0.237277,0.969797,0.0565143) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=3.90869 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 337 projectile=anti_omega- Ekin[MeV]=29734.8 direction=(0.687813,0.66397,0.293353) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.832954 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 338 projectile=triton Ekin[MeV]=7120.5 direction=(0.527231,0.488074,0.695565) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 339 projectile=proton Ekin[MeV]=18806.1 direction=(0.619116,0.212522,0.755996) material=G4_Al + --> #secondaries=27 impactParameter[fm]=2.16192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 340 projectile=anti_sigma+ Ekin[MeV]=25847.8 direction=(0.819471,0.199677,0.537212) material=G4_Be + --> #secondaries=15 impactParameter[fm]=1.20435 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 341 projectile=pi- Ekin[MeV]=6497.03 direction=(0.357007,0.526424,0.771637) material=G4_W + --> #secondaries=86 impactParameter[fm]=1.79197 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=4 + Collision 342 projectile=hyperHe5 Ekin[MeV]=28715 direction=(0.646177,0.434426,0.627479) material=G4_Al + --> #secondaries=9 impactParameter[fm]=4.68122 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 343 projectile=xi_c+ Ekin[MeV]=5038.98 direction=(0.487072,0.632952,0.601775) material=G4_He + --> #secondaries=5 impactParameter[fm]=3.43156 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 344 projectile=kaon- Ekin[MeV]=17648.8 direction=(0.601743,0.520559,0.605742) material=G4_Si + --> #secondaries=17 impactParameter[fm]=1.2747 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 345 projectile=anti_lambda Ekin[MeV]=21902.6 direction=(0.9272,0.0638068,0.369091) material=G4_Be + --> #secondaries=13 impactParameter[fm]=0.811984 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=4 + Collision 346 projectile=anti_hypertriton Ekin[MeV]=18520.8 direction=(0.702571,0.578585,0.414286) material=G4_Pb + --> #secondaries=118 impactParameter[fm]=5.42344 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=4 + Collision 347 projectile=kaon- Ekin[MeV]=8316.82 direction=(0.0837432,0.995248,0.0496925) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.62779 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 348 projectile=triton Ekin[MeV]=22608.8 direction=(0.0950415,0.433371,0.89619) material=G4_Si + --> #secondaries=37 impactParameter[fm]=1.14203 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=21 #NNcollisions=6 + Collision 349 projectile=D+ Ekin[MeV]=14976.1 direction=(0.61118,0.761909,0.214366) material=G4_Pb + --> #secondaries=74 impactParameter[fm]=2.95976 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 350 projectile=anti_xi- Ekin[MeV]=6274.19 direction=(0.297058,0.788864,0.538005) material=G4_Fe + --> #secondaries=33 impactParameter[fm]=3.45588 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 351 projectile=anti_neutron Ekin[MeV]=13636.3 direction=(0.725663,0.524687,0.445103) material=G4_Cu + --> #secondaries=25 impactParameter[fm]=3.4789 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 352 projectile=anti_hyperHe5 Ekin[MeV]=11283.5 direction=(0.983238,0.0827417,0.162469) material=G4_H + --> #secondaries=9 impactParameter[fm]=2.80035 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 353 projectile=alpha Ekin[MeV]=18072 direction=(0.0579605,0.495871,0.86646) material=G4_Be + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 354 projectile=anti_hyperHe5 Ekin[MeV]=15071.2 direction=(0.70002,0.126529,0.702825) material=G4_He + --> #secondaries=5 impactParameter[fm]=3.51871 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 355 projectile=anti_xi- Ekin[MeV]=21453.8 direction=(0.410695,0.556064,0.72258) material=G4_Si + --> #secondaries=25 impactParameter[fm]=2.32066 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=3 + Collision 356 projectile=alpha Ekin[MeV]=14146.6 direction=(0.710401,0.0436423,0.702443) material=G4_H + --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 357 projectile=D0 Ekin[MeV]=9060.9 direction=(0.951493,0.159863,0.262879) material=G4_Si + --> #secondaries=23 impactParameter[fm]=1.0627 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 358 projectile=B+ Ekin[MeV]=27698.8 direction=(0.552369,0.816767,0.166675) material=G4_C + --> #secondaries=10 impactParameter[fm]=0.997294 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 359 projectile=anti_xi_c+ Ekin[MeV]=17328.8 direction=(0.381913,0.894631,0.231901) material=G4_Cu + --> #secondaries=62 impactParameter[fm]=2.76684 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=4 + Collision 360 projectile=kaon0S Ekin[MeV]=15288 direction=(0.824072,0.114618,0.554768) material=G4_C + --> #secondaries=16 impactParameter[fm]=1.89862 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 361 projectile=anti_alpha Ekin[MeV]=6812.9 direction=(0.340455,0.00964628,0.940211) material=G4_W + --> #secondaries=42 impactParameter[fm]=8.71679 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=179 #NNcollisions=0 + Collision 362 projectile=anti_lambda Ekin[MeV]=13456.5 direction=(0.465992,0.369976,0.803722) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.621033 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 363 projectile=lambda Ekin[MeV]=29534.5 direction=(0.676076,0.671692,0.302904) material=G4_He + --> #secondaries=5 impactParameter[fm]=3.07508 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 364 projectile=doublehyperdoubleneutron Ekin[MeV]=29348.1 direction=(0.381616,0.831989,0.402695) material=G4_Cu + --> #secondaries=63 impactParameter[fm]=2.82272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=8 + Collision 365 projectile=pi- Ekin[MeV]=19571.2 direction=(0.664597,0.387132,0.639093) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=4.32771 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 366 projectile=lambda Ekin[MeV]=27512.7 direction=(0.785847,0.612569,0.0848775) material=G4_C + --> #secondaries=17 impactParameter[fm]=1.61465 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 367 projectile=anti_deuteron Ekin[MeV]=14951.9 direction=(0.786646,0.615792,0.0446009) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.85194 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=2 + Collision 368 projectile=sigma+ Ekin[MeV]=20864.1 direction=(0.387944,0.772574,0.502622) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=3.43743 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 369 projectile=kaon0S Ekin[MeV]=26216.2 direction=(0.682938,0.681862,0.26203) material=G4_Al + --> #secondaries=17 impactParameter[fm]=4.73089 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 370 projectile=anti_xi_c+ Ekin[MeV]=3943.38 direction=(0.656893,0.212281,0.723483) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=1.12555 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 371 projectile=He3 Ekin[MeV]=9980.79 direction=(0.7187,0.440511,0.537978) material=G4_Ar + --> #secondaries=33 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 372 projectile=doublehyperdoubleneutron Ekin[MeV]=8314.4 direction=(0.741411,0.323239,0.58807) material=G4_H + --> #secondaries=4 impactParameter[fm]=2.06366 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 373 projectile=lambda_c+ Ekin[MeV]=23823.9 direction=(0.642802,0.126825,0.755461) material=G4_Si + --> #secondaries=23 impactParameter[fm]=2.258 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 374 projectile=Bc+ Ekin[MeV]=27696.2 direction=(0.039211,0.985079,0.167574) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.27658 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 375 projectile=pi+ Ekin[MeV]=3902.9 direction=(0.1409,0.782643,0.606315) material=G4_Al + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 376 projectile=Bc+ Ekin[MeV]=10932 direction=(0.350458,0.765248,0.539977) material=G4_Pb + --> #secondaries=23 impactParameter[fm]=7.32354 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 377 projectile=doublehyperdoubleneutron Ekin[MeV]=28673.2 direction=(0.480227,0.538053,0.692735) material=G4_Si + --> #secondaries=39 impactParameter[fm]=3.32399 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=19 #NNcollisions=4 + Collision 378 projectile=xi_b0 Ekin[MeV]=10664.1 direction=(0.470143,0.600885,0.646454) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.917621 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 379 projectile=anti_hyperHe5 Ekin[MeV]=24678.4 direction=(0.549536,0.00419722,0.83546) material=G4_Al + --> #secondaries=17 impactParameter[fm]=5.76443 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 380 projectile=anti_xi_b0 Ekin[MeV]=15751.2 direction=(0.431796,0.00869616,0.90193) material=G4_He + --> #secondaries=7 impactParameter[fm]=2.3192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 381 projectile=He3 Ekin[MeV]=4817.34 direction=(0.512624,0.550473,0.658936) material=G4_Si + --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 382 projectile=xi- Ekin[MeV]=19947.9 direction=(0.869336,0.103824,0.483193) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=4.32171 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 383 projectile=anti_xi_c+ Ekin[MeV]=3787.24 direction=(0.301096,0.948386,0.0995216) material=G4_Cu + --> #secondaries=10 impactParameter[fm]=2.4035 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 384 projectile=Bc- Ekin[MeV]=18555.5 direction=(0.429849,0.792453,0.432722) material=G4_Al + --> #secondaries=6 impactParameter[fm]=4.75991 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 385 projectile=anti_sigma- Ekin[MeV]=15558.6 direction=(0.49948,0.283132,0.818753) material=G4_Si + --> #secondaries=32 impactParameter[fm]=1.73494 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 386 projectile=anti_lambda_b Ekin[MeV]=12042.4 direction=(0.669256,0.663148,0.335158) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.376898 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 387 projectile=hypertriton Ekin[MeV]=19181.8 direction=(0.840093,0.462416,0.283576) material=G4_W + --> #secondaries=16 impactParameter[fm]=8.99508 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 388 projectile=anti_omega_b- Ekin[MeV]=15172 direction=(0.726151,0.679121,0.107238) material=G4_W + --> #secondaries=18 impactParameter[fm]=6.1969 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 389 projectile=kaon0S Ekin[MeV]=6008.02 direction=(0.380571,0.117054,0.917314) material=G4_Al + --> #secondaries=22 impactParameter[fm]=2.19468 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 390 projectile=deuteron Ekin[MeV]=3004.44 direction=(0.673887,0.710312,0.203307) material=G4_W + --> #secondaries=48 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 391 projectile=omega- Ekin[MeV]=26207.4 direction=(0.751165,0.28789,0.594029) material=G4_Si + --> #secondaries=27 impactParameter[fm]=2.52712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 392 projectile=anti_proton Ekin[MeV]=26956.8 direction=(0.536299,0.615554,0.577474) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.21048 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 393 projectile=lambda Ekin[MeV]=4568.43 direction=(0.724471,0.434943,0.534759) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.7187 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 394 projectile=anti_sigma- Ekin[MeV]=3839.89 direction=(0.106595,0.0742714,0.991525) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=4.02737 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 395 projectile=anti_D0 Ekin[MeV]=27914 direction=(0.876628,0.342332,0.33813) material=G4_Pb + --> #secondaries=52 impactParameter[fm]=5.84249 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 396 projectile=neutron Ekin[MeV]=25743 direction=(0.300984,0.250182,0.920227) material=G4_W + --> #secondaries=46 impactParameter[fm]=5.45469 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 397 projectile=Bc- Ekin[MeV]=12195.2 direction=(0.581212,0.307512,0.753412) material=G4_H + --> #secondaries=2 impactParameter[fm]=2.07441 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 398 projectile=B- Ekin[MeV]=23421.3 direction=(0.429697,0.789961,0.437403) material=G4_W + --> #secondaries=47 impactParameter[fm]=4.22335 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 399 projectile=lambda_c+ Ekin[MeV]=12368.6 direction=(0.314431,0.183401,0.931395) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=4.43338 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 400 projectile=sigma+ Ekin[MeV]=1981.16 direction=(0.357672,0.590595,0.723373) material=G4_Ar + --> #secondaries=23 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + List of produced secondaries: + j=0 proton p=(601.882,837.628,1177.121824.78) MeV + j=1 proton p=(-719.188,426.971,-365.6551309.04) MeV + j=2 neutron p=(271.363,-216.789,526.9071131.83) MeV + j=3 lambda p=(13.5303,598.01,196.5551281.09) MeV + j=4 proton p=(199.32,-151.234,338.4681028.36) MeV + j=5 neutron p=(-17.4295,275.36,34.8044979.858) MeV + j=6 neutron p=(141.307,90.0683,62.9884956.468) MeV + j=7 neutron p=(-58.0444,62.7698,155.662956.202) MeV + j=8 neutron p=(75.7945,-94.7462,-101.995952.842) MeV + j=9 proton p=(-89.6912,-109.916,44.4426949.977) MeV + j=10 proton p=(138.446,43.0873,26.8295949.788) MeV + j=11 neutron p=(59.6731,38.5777,-109.866948.632) MeV + j=12 neutron p=(45.4263,116.466,-25.968948.201) MeV + j=13 neutron p=(-122.961,-11.1032,-30.3338948.128) MeV + j=14 proton p=(-10.5349,1.4931,-110.758944.847) MeV + j=15 gamma p=(4.96423,-2.57728,-1.263375.73429) MeV + j=16 neutron p=(65.8653,24.2417,64.3267944.376) MeV + j=17 proton p=(-1.07392,58.6073,48.7894941.366) MeV + j=18 neutron p=(-27.9906,-29.6573,-28.166940.872) MeV + j=19 gamma p=(0.378059,-0.193928,-0.06015620.429133) MeV + j=20 gamma p=(0.128047,0.031248,-0.03115910.135437) MeV + j=21 He3 p=(-42.7045,-211.96,55.50652817.25) MeV + j=22 Ne20 p=(522.731,-9.38459,167.68418625.8) MeV + Collision 401 projectile=D+ Ekin[MeV]=12954.8 direction=(0.420715,0.88141,0.214744) material=G4_Fe + --> #secondaries=16 impactParameter[fm]=4.28489 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 402 projectile=anti_xi_c+ Ekin[MeV]=20227.4 direction=(0.048827,0.757426,0.651092) material=G4_Si + --> #secondaries=22 impactParameter[fm]=1.31278 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 403 projectile=sigma+ Ekin[MeV]=14988.9 direction=(0.541536,0.787666,0.293805) material=G4_Be + --> #secondaries=9 impactParameter[fm]=3.17292 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 404 projectile=D- Ekin[MeV]=11105.6 direction=(0.316188,0.948571,0.0154399) material=G4_W + --> #secondaries=55 impactParameter[fm]=2.56021 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=4 + Collision 405 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=3261.56 direction=(0.804768,0.592077,0.0423399) material=G4_Ar + --> #secondaries=41 impactParameter[fm]=3.11189 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=35 #NNcollisions=3 + Collision 406 projectile=anti_lambda Ekin[MeV]=28611.7 direction=(0.632106,0.0281078,0.774372) material=G4_Fe + --> #secondaries=47 impactParameter[fm]=1.96634 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 407 projectile=Ds- Ekin[MeV]=9559.4 direction=(0.544713,0.704208,0.455389) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=3.67203 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 408 projectile=anti_hyperalpha Ekin[MeV]=10790 direction=(0.500704,0.581174,0.641508) material=G4_W + --> #secondaries=19 impactParameter[fm]=10.7451 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 409 projectile=anti_lambda_b Ekin[MeV]=16846.6 direction=(0.399628,0.257337,0.879815) material=G4_Ar + --> #secondaries=28 impactParameter[fm]=1.54907 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 + Collision 410 projectile=anti_hyperalpha Ekin[MeV]=11171.7 direction=(0.188124,0.852842,0.487104) material=G4_Al + --> #secondaries=27 impactParameter[fm]=2.0251 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 411 projectile=omega_c0 Ekin[MeV]=24953.6 direction=(0.679654,0.389474,0.621595) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.2212 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 412 projectile=omega_b- Ekin[MeV]=11206.2 direction=(0.68196,0.585082,0.438873) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.57064 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 413 projectile=Bs0 Ekin[MeV]=19988.1 direction=(0.995819,0.0913404,0.00153933) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=2.74675 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 414 projectile=anti_proton Ekin[MeV]=6091.56 direction=(0.532884,0.846088,0.0130099) material=G4_Al + --> #secondaries=15 impactParameter[fm]=2.94645 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 415 projectile=anti_omega- Ekin[MeV]=29392 direction=(0.119616,0.174926,0.977289) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.768816 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 416 projectile=doublehyperdoubleneutron Ekin[MeV]=20406 direction=(0.363152,0.797307,0.482103) material=G4_Be + --> #secondaries=16 impactParameter[fm]=2.63796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 417 projectile=D- Ekin[MeV]=28830.4 direction=(0.410483,0.854133,0.319312) material=G4_Pb + --> #secondaries=66 impactParameter[fm]=5.38364 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=5 + Collision 418 projectile=sigma- Ekin[MeV]=23957.1 direction=(0.463181,0.719584,0.517361) material=G4_W + --> #secondaries=52 impactParameter[fm]=5.35748 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=2 + Collision 419 projectile=deuteron Ekin[MeV]=15971.2 direction=(0.0437878,0.437832,0.89799) material=G4_Be + --> #secondaries=13 impactParameter[fm]=1.31233 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 420 projectile=anti_D0 Ekin[MeV]=1270.53 direction=(0.933732,0.296226,0.200984) material=G4_W + --> #secondaries=36 impactParameter[fm]=4.9175 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=0 + Collision 421 projectile=lambda Ekin[MeV]=4513.36 direction=(0.247654,0.759619,0.60137) material=G4_Be + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 422 projectile=doublehyperdoubleneutron Ekin[MeV]=10777.4 direction=(0.790333,0.552601,0.264587) material=G4_W + --> #secondaries=9 impactParameter[fm]=6.35828 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 423 projectile=anti_neutron Ekin[MeV]=2557.78 direction=(0.576931,0.755181,0.311213) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.87608 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 424 projectile=doublehyperH4 Ekin[MeV]=24408.8 direction=(0.555428,0.73608,0.386894) material=G4_Si + --> #secondaries=37 impactParameter[fm]=1.6558 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=21 #NNcollisions=4 + Collision 425 projectile=pi- Ekin[MeV]=21898.9 direction=(0.679639,0.0808123,0.729082) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=3.72101 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 426 projectile=Ds+ Ekin[MeV]=28747 direction=(0.827449,0.516806,0.219635) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.69492 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 427 projectile=kaon0S Ekin[MeV]=18006.2 direction=(0.166679,0.784639,0.597126) material=G4_W + --> #secondaries=65 impactParameter[fm]=4.43715 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 428 projectile=B+ Ekin[MeV]=21050.2 direction=(0.477116,0.359382,0.802001) material=G4_W + --> #secondaries=42 impactParameter[fm]=5.127 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 429 projectile=anti_omega_b- Ekin[MeV]=17220.9 direction=(0.281597,0.517477,0.808035) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.12127 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 430 projectile=xi0 Ekin[MeV]=10034.5 direction=(0.657588,0.723835,0.208906) material=G4_Si + --> #secondaries=7 impactParameter[fm]=4.45175 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 431 projectile=anti_hyperalpha Ekin[MeV]=21665.1 direction=(0.563165,0.68042,0.468908) material=G4_Al + --> #secondaries=31 impactParameter[fm]=4.07956 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 432 projectile=anti_alpha Ekin[MeV]=27938.5 direction=(0.729994,0.537175,0.422554) material=G4_Cu + --> #secondaries=44 impactParameter[fm]=4.6448 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 433 projectile=B+ Ekin[MeV]=26151.5 direction=(0.698412,0.709557,0.0935406) material=G4_Al + --> #secondaries=20 impactParameter[fm]=1.55669 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 434 projectile=kaon+ Ekin[MeV]=2713.35 direction=(0.312386,0.786634,0.532562) material=G4_Cu + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 435 projectile=anti_doublehyperH4 Ekin[MeV]=9070.8 direction=(0.906795,0.0717169,0.415426) material=G4_C + --> #secondaries=27 impactParameter[fm]=1.40302 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=3 + Collision 436 projectile=B- Ekin[MeV]=21499 direction=(0.477933,0.539449,0.693235) material=G4_Cu + --> #secondaries=7 impactParameter[fm]=2.30019 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 437 projectile=xi_c+ Ekin[MeV]=4214.66 direction=(0.786477,0.174579,0.592432) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=3.78977 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 438 projectile=anti_D0 Ekin[MeV]=18866.5 direction=(0.659893,0.63499,0.401657) material=G4_W + --> #secondaries=58 impactParameter[fm]=4.30327 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 439 projectile=sigma+ Ekin[MeV]=13347 direction=(0.0959536,0.765068,0.63676) material=G4_W + --> #secondaries=78 impactParameter[fm]=4.25986 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=5 + Collision 440 projectile=anti_xi_b0 Ekin[MeV]=17766.4 direction=(0.501409,0.283782,0.817348) material=G4_Ar + --> #secondaries=36 impactParameter[fm]=1.17643 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=4 + Collision 441 projectile=xi_c0 Ekin[MeV]=1518.63 direction=(0.460416,0.836849,0.296143) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.52682 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 442 projectile=B- Ekin[MeV]=19364.8 direction=(0.0770923,0.702111,0.707882) material=G4_Al + --> #secondaries=14 impactParameter[fm]=3.00794 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 443 projectile=anti_xi- Ekin[MeV]=4435.95 direction=(0.532748,0.527446,0.661801) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.11835 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 444 projectile=sigma- Ekin[MeV]=29465.2 direction=(0.180449,0.715192,0.675233) material=G4_Si + --> #secondaries=11 impactParameter[fm]=3.81295 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 445 projectile=omega_c0 Ekin[MeV]=18694.3 direction=(0.673449,0.366721,0.641858) material=G4_Cu + --> #secondaries=28 impactParameter[fm]=2.03998 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 446 projectile=anti_xi_b- Ekin[MeV]=28489.7 direction=(0.877279,0.232098,0.420133) material=G4_Al + --> #secondaries=12 impactParameter[fm]=2.69804 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 447 projectile=kaon- Ekin[MeV]=21621.6 direction=(0.648264,0.462989,0.604479) material=G4_W + --> #secondaries=59 impactParameter[fm]=4.63255 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 448 projectile=anti_B0 Ekin[MeV]=25274.7 direction=(0.692936,0.049396,0.719305) material=G4_Si + --> #secondaries=10 impactParameter[fm]=2.63645 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 449 projectile=kaon+ Ekin[MeV]=24320.4 direction=(0.584962,0.295739,0.75522) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=1.108 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 450 projectile=B- Ekin[MeV]=9476.68 direction=(0.597119,0.159599,0.786115) material=G4_W + --> #secondaries=38 impactParameter[fm]=2.30584 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=178 #NNcollisions=4 + Collision 451 projectile=anti_D0 Ekin[MeV]=14635.8 direction=(0.691169,0.476024,0.543772) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=3.77386 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 452 projectile=sigma+ Ekin[MeV]=1416.5 direction=(0.776946,0.172816,0.605384) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 453 projectile=anti_xi_b0 Ekin[MeV]=25605.6 direction=(0.441001,0.764797,0.469685) material=G4_W + --> #secondaries=55 impactParameter[fm]=3.93883 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 + Collision 454 projectile=omega_c0 Ekin[MeV]=19515.6 direction=(0.831143,0.28312,0.478586) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=2.6176 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 455 projectile=anti_deuteron Ekin[MeV]=17273.3 direction=(0.461314,0.785957,0.411657) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.13228 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 456 projectile=kaon+ Ekin[MeV]=16797.9 direction=(0.488803,0.631345,0.60206) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.89777 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 457 projectile=anti_hypertriton Ekin[MeV]=8355.22 direction=(0.227604,0.756739,0.612815) material=G4_Si + --> #secondaries=25 impactParameter[fm]=3.48389 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=3 + Collision 458 projectile=hyperalpha Ekin[MeV]=19678.2 direction=(0.718281,0.142787,0.680944) material=G4_W + --> #secondaries=146 impactParameter[fm]=3.72535 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=157 #NNcollisions=6 + Collision 459 projectile=xi_b0 Ekin[MeV]=19239.6 direction=(0.226598,0.654511,0.721297) material=G4_W + --> #secondaries=44 impactParameter[fm]=4.72874 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 460 projectile=anti_omega_b- Ekin[MeV]=19530.2 direction=(0.717694,0.684103,0.130072) material=G4_C + --> #secondaries=7 impactParameter[fm]=0.716201 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 461 projectile=anti_Bs0 Ekin[MeV]=20244.4 direction=(0.149481,0.846517,0.510944) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.651982 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 462 projectile=anti_xi_b- Ekin[MeV]=9873.94 direction=(0.0874125,0.30226,0.949209) material=G4_Cu + --> #secondaries=22 impactParameter[fm]=2.65949 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 463 projectile=anti_xi0 Ekin[MeV]=3178.17 direction=(0.786718,0.258704,0.560488) material=G4_Si + --> #secondaries=11 impactParameter[fm]=1.48493 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 464 projectile=xi- Ekin[MeV]=11668.8 direction=(0.110082,0.857508,0.502556) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=3.32508 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=3 + Collision 465 projectile=anti_lambda_b Ekin[MeV]=24943.7 direction=(0.142788,0.619201,0.772141) material=G4_C + --> #secondaries=11 impactParameter[fm]=2.63464 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 466 projectile=omega_b- Ekin[MeV]=18505.8 direction=(0.691523,0.0686501,0.719085) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.932986 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 467 projectile=triton Ekin[MeV]=19134.8 direction=(0.584641,0.543212,0.602591) material=G4_Ar + --> #secondaries=54 impactParameter[fm]=2.62765 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=31 #NNcollisions=8 + Collision 468 projectile=anti_xi0 Ekin[MeV]=29167.8 direction=(0.650815,0.462715,0.601942) material=G4_Fe + --> #secondaries=35 impactParameter[fm]=3.35194 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 469 projectile=anti_lambda_b Ekin[MeV]=10647.2 direction=(0.790637,0.563481,0.239546) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=4.32525 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 470 projectile=anti_triton Ekin[MeV]=23460.3 direction=(0.687459,0.253944,0.680377) material=G4_Fe + --> #secondaries=66 impactParameter[fm]=3.21145 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=48 #NNcollisions=8 + Collision 471 projectile=omega_b- Ekin[MeV]=28373.4 direction=(0.98273,0.0358256,0.181546) material=G4_Al + --> #secondaries=12 impactParameter[fm]=3.48148 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 472 projectile=xi- Ekin[MeV]=6241.35 direction=(0.666515,0.615071,0.421244) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=2.01297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 + Collision 473 projectile=D0 Ekin[MeV]=7347.67 direction=(0.998641,0.0384029,0.0352279) material=G4_Si + --> #secondaries=11 impactParameter[fm]=0.96776 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 474 projectile=anti_hyperalpha Ekin[MeV]=10486.1 direction=(0.731584,0.681608,0.0139647) material=G4_Fe + --> #secondaries=65 impactParameter[fm]=1.04347 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 + Collision 475 projectile=lambda Ekin[MeV]=3436.31 direction=(0.125763,0.715757,0.686932) material=G4_Pb + --> #secondaries=56 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 476 projectile=Ds- Ekin[MeV]=8661.04 direction=(0.0253323,0.547298,0.836555) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=0.773476 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 477 projectile=hyperalpha Ekin[MeV]=3134.16 direction=(0.0839428,0.515809,0.852581) material=G4_W + --> #secondaries=72 impactParameter[fm]=3.02042 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=162 #NNcollisions=1 + Collision 478 projectile=B0 Ekin[MeV]=8395.29 direction=(0.854331,0.489577,0.174448) material=G4_Si + --> #secondaries=9 impactParameter[fm]=2.47378 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 479 projectile=omega_c0 Ekin[MeV]=2068.05 direction=(0.888758,0.0154031,0.458118) material=G4_Si + --> #secondaries=13 impactParameter[fm]=2.09658 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 480 projectile=Ds- Ekin[MeV]=24919.7 direction=(0.559398,0.0115968,0.828818) material=G4_Al + --> #secondaries=13 impactParameter[fm]=3.1535 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 481 projectile=hyperalpha Ekin[MeV]=19038.7 direction=(0.740934,0.67111,0.025074) material=G4_Al + --> #secondaries=21 impactParameter[fm]=3.30426 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=23 #NNcollisions=4 + Collision 482 projectile=anti_doublehyperH4 Ekin[MeV]=10392 direction=(0.23614,0.522721,0.819146) material=G4_W + --> #secondaries=48 impactParameter[fm]=7.17797 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=180 #NNcollisions=3 + Collision 483 projectile=anti_omega_c0 Ekin[MeV]=18806.4 direction=(0.591698,0.74315,0.312443) material=G4_Al + --> #secondaries=14 impactParameter[fm]=0.520204 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 484 projectile=neutron Ekin[MeV]=26568.5 direction=(0.49505,0.42471,0.757989) material=G4_Fe + --> #secondaries=43 impactParameter[fm]=4.12939 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=50 #NNcollisions=4 + Collision 485 projectile=Bc+ Ekin[MeV]=2394.89 direction=(0.0670953,0.519267,0.851974) material=G4_W + --> #secondaries=8 impactParameter[fm]=2.98556 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 486 projectile=sigma+ Ekin[MeV]=12920.6 direction=(0.761191,0.55099,0.34205) material=G4_Cu + --> #secondaries=33 impactParameter[fm]=1.22885 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 487 projectile=anti_xi0 Ekin[MeV]=13950.5 direction=(0.896108,0.423121,0.134007) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.12462 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 488 projectile=sigma- Ekin[MeV]=10629.8 direction=(0.980013,0.0405912,0.194748) material=G4_Ar + --> #secondaries=37 impactParameter[fm]=1.44098 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=2 + Collision 489 projectile=neutron Ekin[MeV]=22126.9 direction=(0.0524218,0.562222,0.825323) material=G4_Pb + --> #secondaries=71 impactParameter[fm]=6.03596 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=6 + Collision 490 projectile=hyperH4 Ekin[MeV]=18065 direction=(0.862325,0.167659,0.477794) material=G4_Al + --> #secondaries=12 impactParameter[fm]=3.96426 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 491 projectile=xi- Ekin[MeV]=24770.9 direction=(0.0485227,0.640853,0.766128) material=G4_Si + --> #secondaries=23 impactParameter[fm]=1.66257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 492 projectile=omega_c0 Ekin[MeV]=5357.92 direction=(0.692816,0.195587,0.694084) material=G4_W + --> #secondaries=38 impactParameter[fm]=3.09709 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=1 + Collision 493 projectile=Ds- Ekin[MeV]=10204.6 direction=(0.667532,0.079249,0.740351) material=G4_Al + --> #secondaries=14 impactParameter[fm]=3.0009 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 494 projectile=doublehyperdoubleneutron Ekin[MeV]=24279.7 direction=(0.97399,0.223264,0.0386749) material=G4_C + --> #secondaries=25 impactParameter[fm]=0.593976 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=7 + Collision 495 projectile=doublehyperH4 Ekin[MeV]=15914.1 direction=(0.822459,0.0407943,0.567359) material=G4_Ar + --> #secondaries=40 impactParameter[fm]=1.09327 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=31 #NNcollisions=7 + Collision 496 projectile=anti_omega_c0 Ekin[MeV]=15909.3 direction=(0.713999,0.0361175,0.699214) material=G4_Fe + --> #secondaries=45 impactParameter[fm]=3.10388 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=3 + Collision 497 projectile=xi_b- Ekin[MeV]=16927.5 direction=(0.287237,0.583645,0.759509) material=G4_He + --> #secondaries=8 impactParameter[fm]=0.903849 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 498 projectile=anti_omega- Ekin[MeV]=5505.78 direction=(0.486176,0.751779,0.44549) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.840806 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 499 projectile=omega- Ekin[MeV]=3733.54 direction=(0.246174,0.96896,0.0227024) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 500 projectile=anti_neutron Ekin[MeV]=9552.19 direction=(0.936511,0.332983,0.109859) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.64821 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=12 #NNcollisions=1 + List of produced secondaries: + j=0 neutron p=(-330.559,-92.7576,-1.809631000.33) MeV + j=1 pi- p=(2626.64,755.672,232.4132746.59) MeV + j=2 anti_neutron p=(6075.57,2208.77,1101.046624.67) MeV + j=3 pi0 p=(317.907,89.2927,-304.144468.786) MeV + j=4 proton p=(680.159,445.406,-105.3221245.97) MeV + j=5 neutron p=(164.748,-194.849,-67.5218975.936) MeV + j=6 He3 p=(108.887,-3.1476,-90.98362811.98) MeV + j=7 deuteron p=(-19.3753,94.5653,-160.8131884.97) MeV + j=8 proton p=(-10.2493,-19.8937,-88.981942.747) MeV + j=9 proton p=(87.7837,27.7146,167.53957.546) MeV + j=10 neutron p=(44.2795,236.849,439.7951065.02) MeV + j=11 proton p=(40.313,-68.0986,26.7719941.984) MeV + Collision 501 projectile=anti_xi_c+ Ekin[MeV]=19954.6 direction=(0.548639,0.835436,0.0322744) material=G4_Ar + --> #secondaries=41 impactParameter[fm]=1.20533 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=4 + Collision 502 projectile=anti_xi_c+ Ekin[MeV]=3921.75 direction=(0.25035,0.0791694,0.964913) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.49872 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 503 projectile=He3 Ekin[MeV]=24810.2 direction=(0.612413,0.426781,0.665439) material=G4_Al + --> #secondaries=34 impactParameter[fm]=3.78659 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 504 projectile=anti_hyperalpha Ekin[MeV]=27413.9 direction=(0.890902,0.122449,0.437377) material=G4_Pb + --> #secondaries=28 impactParameter[fm]=8.65874 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=202 #NNcollisions=1 + Collision 505 projectile=anti_xi_b- Ekin[MeV]=13643.6 direction=(0.678895,0.282893,0.677549) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.957835 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 506 projectile=anti_xi_b0 Ekin[MeV]=28246.1 direction=(0.159872,0.459526,0.873657) material=G4_Pb + --> #secondaries=54 impactParameter[fm]=3.73255 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=2 + Collision 507 projectile=anti_hyperH4 Ekin[MeV]=13611.9 direction=(0.574989,0.527139,0.625709) material=G4_Fe + --> #secondaries=65 impactParameter[fm]=2.07269 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=50 #NNcollisions=6 + Collision 508 projectile=B0 Ekin[MeV]=11524.5 direction=(0.52069,0.389344,0.759798) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.92314 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 509 projectile=anti_hypertriton Ekin[MeV]=7696.05 direction=(0.56338,0.185534,0.805096) material=G4_Al + --> #secondaries=28 impactParameter[fm]=2.53444 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 510 projectile=anti_neutron Ekin[MeV]=12121.3 direction=(0.983059,0.17614,0.0506856) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.47535 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 511 projectile=kaon- Ekin[MeV]=15559.1 direction=(0.236071,0.60268,0.762265) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=3.03827 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 512 projectile=anti_xi_b0 Ekin[MeV]=27280.5 direction=(0.303374,0.890608,0.338793) material=G4_W + --> #secondaries=65 impactParameter[fm]=2.48342 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=4 + Collision 513 projectile=deuteron Ekin[MeV]=21049.5 direction=(0.534499,0.802945,0.263801) material=G4_Ar + --> #secondaries=28 impactParameter[fm]=2.86515 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 514 projectile=Ds- Ekin[MeV]=2276.7 direction=(0.836513,0.197826,0.510991) material=G4_C + --> #secondaries=6 impactParameter[fm]=2.11343 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 515 projectile=omega- Ekin[MeV]=29268.1 direction=(0.566116,0.147149,0.811086) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.993257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 516 projectile=anti_hyperalpha Ekin[MeV]=14266.3 direction=(0.628448,0.277728,0.726581) material=G4_Fe + --> #secondaries=48 impactParameter[fm]=2.5121 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=4 + Collision 517 projectile=sigma- Ekin[MeV]=8702.42 direction=(0.237915,0.962192,0.132601) material=G4_Be + --> #secondaries=10 impactParameter[fm]=0.392877 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 518 projectile=xi_c0 Ekin[MeV]=11005.2 direction=(0.575108,0.437795,0.691076) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.20197 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 519 projectile=anti_xi_b- Ekin[MeV]=7589.39 direction=(0.155872,0.960824,0.229175) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=1.01856 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 520 projectile=alpha Ekin[MeV]=25941.2 direction=(0.649796,0.551485,0.523096) material=G4_C + --> #secondaries=17 impactParameter[fm]=3.39599 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=10 #NNcollisions=5 + Collision 521 projectile=sigma- Ekin[MeV]=10082.3 direction=(0.477864,0.872765,0.0996337) material=G4_Fe + --> #secondaries=7 impactParameter[fm]=6.03441 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 522 projectile=D0 Ekin[MeV]=24912 direction=(0.875039,0.23883,0.421031) material=G4_Si + --> #secondaries=10 impactParameter[fm]=3.11786 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 523 projectile=Ds+ Ekin[MeV]=5089.26 direction=(0.318275,0.927609,0.19556) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=0.845287 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 524 projectile=anti_doublehyperH4 Ekin[MeV]=21226.3 direction=(0.487853,0.142379,0.861236) material=G4_H + --> #secondaries=5 impactParameter[fm]=2.50277 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 525 projectile=sigma- Ekin[MeV]=12107 direction=(0.691138,0.318141,0.648934) material=G4_Be + --> #secondaries=14 impactParameter[fm]=0.631246 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 526 projectile=hyperH4 Ekin[MeV]=25034.2 direction=(0.996223,0.0602163,0.0625669) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.25279 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 527 projectile=kaon0L Ekin[MeV]=19353 direction=(0.707962,0.414221,0.572023) material=G4_Be + --> #secondaries=17 impactParameter[fm]=1.01916 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 528 projectile=anti_hypertriton Ekin[MeV]=7021.38 direction=(0.980818,0.119363,0.154106) material=G4_Al + --> #secondaries=25 impactParameter[fm]=2.86971 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=24 #NNcollisions=1 + Collision 529 projectile=anti_doublehyperH4 Ekin[MeV]=12997.5 direction=(0.677623,0.471078,0.564724) material=G4_Si + --> #secondaries=9 impactParameter[fm]=5.53965 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 530 projectile=anti_B0 Ekin[MeV]=9134.77 direction=(0.682213,0.221508,0.696792) material=G4_W + --> #secondaries=26 impactParameter[fm]=5.00514 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=0 + Collision 531 projectile=anti_xi_b- Ekin[MeV]=11476.6 direction=(0.531405,0.80127,0.274909) material=G4_Cu + --> #secondaries=25 impactParameter[fm]=2.18528 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=3 + Collision 532 projectile=anti_D0 Ekin[MeV]=7498.3 direction=(0.320622,0.449045,0.834002) material=G4_Fe + --> #secondaries=7 impactParameter[fm]=2.15999 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 533 projectile=anti_hyperH4 Ekin[MeV]=22385.3 direction=(0.752095,0.64783,0.121116) material=G4_Si + --> #secondaries=40 impactParameter[fm]=2.56083 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=19 #NNcollisions=8 + Collision 534 projectile=pi+ Ekin[MeV]=26122.1 direction=(0.58523,0.589142,0.557151) material=G4_Ar + --> #secondaries=32 impactParameter[fm]=0.927089 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=36 #NNcollisions=3 + Collision 535 projectile=xi_c+ Ekin[MeV]=1587.23 direction=(0.390673,0.673954,0.627025) material=G4_Pb + --> #secondaries=24 impactParameter[fm]=4.1651 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=2 + Collision 536 projectile=anti_lambda Ekin[MeV]=2635.14 direction=(0.703937,0.201485,0.681085) material=G4_He + --> #secondaries=9 impactParameter[fm]=0.740406 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 537 projectile=lambda Ekin[MeV]=20855.3 direction=(0.0769123,0.991795,0.102112) material=G4_He + --> #secondaries=11 impactParameter[fm]=0.742935 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=2 + Collision 538 projectile=pi+ Ekin[MeV]=17896.9 direction=(0.122562,0.237043,0.963737) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.33882 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 539 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=13995.8 direction=(0.610721,0.787087,0.0866833) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.67797 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 540 projectile=D+ Ekin[MeV]=23255.1 direction=(0.0306584,0.380333,0.924341) material=G4_Si + --> #secondaries=16 impactParameter[fm]=4.29005 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=29 #NNcollisions=1 + Collision 541 projectile=anti_He3 Ekin[MeV]=8833.97 direction=(0.456264,0.552622,0.697447) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=5.35345 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 542 projectile=hyperHe5 Ekin[MeV]=27350 direction=(0.834301,0.282719,0.473299) material=G4_Al + --> #secondaries=15 impactParameter[fm]=4.6996 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 543 projectile=anti_sigma- Ekin[MeV]=8161.2 direction=(0.0136219,0.173182,0.984796) material=G4_Si + --> #secondaries=15 impactParameter[fm]=2.4454 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 544 projectile=Bs0 Ekin[MeV]=13664.5 direction=(0.322538,0.11441,0.939617) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=4.11109 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 545 projectile=sigma- Ekin[MeV]=23622.8 direction=(0.031211,0.693386,0.71989) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.740955 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 546 projectile=anti_Bs0 Ekin[MeV]=12318.9 direction=(0.0521959,0.858576,0.510022) material=G4_Fe + --> #secondaries=5 impactParameter[fm]=4.00404 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 547 projectile=lambda_b Ekin[MeV]=23342.9 direction=(0.434123,0.563559,0.702808) material=G4_W + --> #secondaries=14 impactParameter[fm]=7.29972 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 548 projectile=pi+ Ekin[MeV]=22746.8 direction=(0.715383,0.495335,0.492819) material=G4_W + --> #secondaries=27 impactParameter[fm]=6.9366 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 549 projectile=anti_lambda_b Ekin[MeV]=17823.3 direction=(0.655677,0.726077,0.207125) material=G4_C + --> #secondaries=15 impactParameter[fm]=0.0523863 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 550 projectile=lambda Ekin[MeV]=11677.2 direction=(0.0844091,0.748629,0.657594) material=G4_Al + --> #secondaries=16 impactParameter[fm]=3.33442 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 551 projectile=anti_lambda Ekin[MeV]=26925.8 direction=(0.369028,0.929329,0.0128436) material=G4_Pb + --> #secondaries=60 impactParameter[fm]=6.0043 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=4 + Collision 552 projectile=anti_xi_c+ Ekin[MeV]=15919.3 direction=(0.303812,0.342822,0.888916) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.07386 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 553 projectile=Bc- Ekin[MeV]=13314.2 direction=(0.251851,0.65595,0.711548) material=G4_Be + --> #secondaries=5 impactParameter[fm]=0.716343 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 554 projectile=doublehyperH4 Ekin[MeV]=16621.9 direction=(0.574242,0.671177,0.468793) material=G4_C + --> #secondaries=27 impactParameter[fm]=0.81897 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=6 + Collision 555 projectile=anti_lambda Ekin[MeV]=13346.5 direction=(0.831332,0.554724,0.03418) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=3.80742 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 556 projectile=B0 Ekin[MeV]=17887 direction=(0.427387,0.571631,0.700413) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.21171 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 557 projectile=neutron Ekin[MeV]=21614.6 direction=(0.366211,0.447883,0.815653) material=G4_H + --> #secondaries=6 impactParameter[fm]=2.08654 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 558 projectile=xi0 Ekin[MeV]=23848.8 direction=(0.0248012,0.48128,0.876216) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.24955 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 559 projectile=anti_hyperHe5 Ekin[MeV]=19893.3 direction=(0.842038,0.15631,0.516275) material=G4_Si + --> #secondaries=31 impactParameter[fm]=3.84305 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=3 + Collision 560 projectile=omega- Ekin[MeV]=20653.7 direction=(0.825124,0.483386,0.292417) material=G4_Si + --> #secondaries=31 impactParameter[fm]=2.93247 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 561 projectile=B0 Ekin[MeV]=18858 direction=(0.722496,0.481032,0.496597) material=G4_Pb + --> #secondaries=70 impactParameter[fm]=1.49158 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=3 + Collision 562 projectile=anti_deuteron Ekin[MeV]=21255.1 direction=(0.559705,0.778216,0.284798) material=G4_Fe + --> #secondaries=30 impactParameter[fm]=2.40653 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=4 + Collision 563 projectile=anti_xi- Ekin[MeV]=21947.1 direction=(0.340619,0.938062,0.0633959) material=G4_Si + --> #secondaries=33 impactParameter[fm]=1.92091 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 564 projectile=anti_doublehyperH4 Ekin[MeV]=19673.8 direction=(0.696377,0.596883,0.398485) material=G4_He + --> #secondaries=12 impactParameter[fm]=2.96079 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 565 projectile=doublehyperH4 Ekin[MeV]=8515.59 direction=(0.342965,0.415315,0.842549) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.35429 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 566 projectile=anti_He3 Ekin[MeV]=14082.7 direction=(0.641243,0.746123,0.179185) material=G4_Cu + --> #secondaries=67 impactParameter[fm]=3.14488 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=3 + Collision 567 projectile=xi_c0 Ekin[MeV]=14627.3 direction=(0.872828,0.47085,0.128342) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.48597 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 568 projectile=anti_xi_b0 Ekin[MeV]=25549.2 direction=(0.929594,0.226324,0.290917) material=G4_Cu + --> #secondaries=34 impactParameter[fm]=2.03278 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=2 + Collision 569 projectile=hyperHe5 Ekin[MeV]=7275.46 direction=(0.760296,0.628221,0.165191) material=G4_Si + --> #secondaries=31 impactParameter[fm]=0.950659 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=16 #NNcollisions=2 + Collision 570 projectile=anti_lambda_c+ Ekin[MeV]=6915.23 direction=(0.693125,0.619455,0.368583) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=4.4478 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 571 projectile=kaon0L Ekin[MeV]=13328.2 direction=(0.524991,0.28005,0.803714) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=2.84063 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 572 projectile=B- Ekin[MeV]=5852.17 direction=(0.227564,0.785619,0.575341) material=G4_Cu + --> #secondaries=11 impactParameter[fm]=1.90479 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 573 projectile=anti_xi_c0 Ekin[MeV]=24471.4 direction=(0.459206,0.399541,0.793408) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=3.07809 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 574 projectile=proton Ekin[MeV]=10759.8 direction=(0.361606,0.462139,0.809734) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=3.88433 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 575 projectile=hypertriton Ekin[MeV]=10624.4 direction=(0.712261,0.59677,0.369527) material=G4_Si + --> #secondaries=28 impactParameter[fm]=0.812799 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=4 + Collision 576 projectile=anti_hyperHe5 Ekin[MeV]=17432.9 direction=(0.0253805,0.305618,0.951816) material=G4_Al + --> #secondaries=14 impactParameter[fm]=4.30952 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 577 projectile=Bc- Ekin[MeV]=6971.49 direction=(0.728098,0.110455,0.676516) material=G4_Pb + --> #secondaries=15 impactParameter[fm]=4.35254 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 578 projectile=xi_b- Ekin[MeV]=14678.1 direction=(0.483124,0.854213,0.192125) material=G4_Pb + --> #secondaries=23 impactParameter[fm]=5.97301 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=1 + Collision 579 projectile=anti_xi0 Ekin[MeV]=23860.4 direction=(0.986266,0.143713,0.0813953) material=G4_Al + --> #secondaries=31 impactParameter[fm]=2.43476 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 580 projectile=D- Ekin[MeV]=18872.7 direction=(0.538961,0.842214,0.0140048) material=G4_W + --> #secondaries=39 impactParameter[fm]=6.0947 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 581 projectile=kaon+ Ekin[MeV]=3721.6 direction=(0.385521,0.752472,0.534003) material=G4_W + --> #secondaries=49 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 582 projectile=B- Ekin[MeV]=25370.7 direction=(0.303517,0.814174,0.494973) material=G4_C + --> #secondaries=10 impactParameter[fm]=0.916372 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 583 projectile=anti_lambda_c+ Ekin[MeV]=25366.6 direction=(0.753264,0.441607,0.487418) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.55959 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 584 projectile=anti_xi0 Ekin[MeV]=22395.1 direction=(0.506998,0.644039,0.572858) material=G4_Si + --> #secondaries=26 impactParameter[fm]=3.4917 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 585 projectile=Bc- Ekin[MeV]=20436 direction=(0.818274,0.544885,0.183103) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.36811 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 586 projectile=pi+ Ekin[MeV]=19848.9 direction=(0.733627,0.657218,0.172789) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=2.06559 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 587 projectile=anti_lambda_b Ekin[MeV]=11406.3 direction=(0.44563,0.427305,0.786654) material=G4_Pb + --> #secondaries=45 impactParameter[fm]=5.71208 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 588 projectile=kaon+ Ekin[MeV]=22204 direction=(0.38976,0.0884914,0.916655) material=G4_Be + --> #secondaries=15 impactParameter[fm]=1.85801 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 589 projectile=sigma- Ekin[MeV]=10850.5 direction=(0.382946,0.867832,0.316576) material=G4_W + --> #secondaries=69 impactParameter[fm]=3.06223 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 590 projectile=He3 Ekin[MeV]=8830.85 direction=(0.613494,0.467256,0.63663) material=G4_Pb + --> #secondaries=102 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 591 projectile=anti_proton Ekin[MeV]=13666.4 direction=(0.0811739,0.721156,0.688) material=G4_W + --> #secondaries=43 impactParameter[fm]=6.56119 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 592 projectile=He3 Ekin[MeV]=20645 direction=(0.0953688,0.979107,0.179596) material=G4_Fe + --> #secondaries=22 impactParameter[fm]=3.92713 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 593 projectile=anti_hyperH4 Ekin[MeV]=18115.9 direction=(0.540597,0.00574767,0.841262) material=G4_Pb + --> #secondaries=88 impactParameter[fm]=7.12913 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=205 #NNcollisions=4 + Collision 594 projectile=anti_xi- Ekin[MeV]=8045.13 direction=(0.659596,0.26054,0.705019) material=G4_Pb + --> #secondaries=54 impactParameter[fm]=5.2798 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=2 + Collision 595 projectile=anti_sigma- Ekin[MeV]=6762.97 direction=(0.67723,0.682341,0.275265) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.512995 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 596 projectile=Ds- Ekin[MeV]=18137 direction=(0.289701,0.872893,0.392595) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=2.80716 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 597 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=29089 direction=(0.196752,0.979921,0.0322879) material=G4_Ar + --> #secondaries=36 impactParameter[fm]=2.43539 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=38 #NNcollisions=4 + Collision 598 projectile=doublehyperdoubleneutron Ekin[MeV]=25255.1 direction=(0.247171,0.963903,0.0989861) material=G4_Pb + --> #secondaries=36 impactParameter[fm]=7.94956 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=206 #NNcollisions=3 + Collision 599 projectile=pi+ Ekin[MeV]=10001.9 direction=(0.833807,0.250863,0.491766) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.257042 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 600 projectile=B+ Ekin[MeV]=7250.06 direction=(0.461683,0.231468,0.856313) material=G4_C + --> #secondaries=9 impactParameter[fm]=1.41489 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + List of produced secondaries: + j=0 B+ p=(4178.06,2033.52,8390.1310947.9) MeV + j=1 proton p=(818.893,224.957,1053.591646.69) MeV + j=2 pi- p=(178.169,446.179,156.585524.231) MeV + j=3 neutron p=(128.247,288.313,640.6011180.14) MeV + j=4 deuteron p=(122.966,-20.3693,-49.90141880.41) MeV + j=5 proton p=(44.8788,-115.996,-63.8796948.633) MeV + j=6 proton p=(-79.3504,-155.663,-97.3755959.356) MeV + j=7 deuteron p=(22.617,9.35242,-154.5371882.13) MeV + j=8 alpha p=(-168.413,-80.1321,-144.9843734.86) MeV + Collision 601 projectile=D+ Ekin[MeV]=26689.8 direction=(0.636306,0.580795,0.507731) material=G4_Pb + --> #secondaries=42 impactParameter[fm]=4.0903 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 602 projectile=pi+ Ekin[MeV]=26767.8 direction=(0.746264,0.61021,0.265957) material=G4_H + --> #secondaries=13 impactParameter[fm]=0.24847 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 603 projectile=proton Ekin[MeV]=22441.6 direction=(0.522625,0.683619,0.509439) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.784811 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 604 projectile=kaon- Ekin[MeV]=12127.9 direction=(0.714914,0.694976,0.0768565) material=G4_C + --> #secondaries=14 impactParameter[fm]=2.75247 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 605 projectile=B+ Ekin[MeV]=22604.7 direction=(0.436073,0.895593,0.0880503) material=G4_W + --> #secondaries=57 impactParameter[fm]=1.49042 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=3 + Collision 606 projectile=anti_omega_c0 Ekin[MeV]=12168.3 direction=(0.988734,0.00688007,0.149526) material=G4_Pb + --> #secondaries=33 impactParameter[fm]=1.54953 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 607 projectile=anti_doublehyperH4 Ekin[MeV]=23151.2 direction=(0.59762,0.589565,0.543382) material=G4_C + --> #secondaries=23 impactParameter[fm]=2.02309 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=9 #NNcollisions=5 + Collision 608 projectile=anti_xi0 Ekin[MeV]=27206.6 direction=(0.969909,0.243234,0.0106255) material=G4_Si + --> #secondaries=23 impactParameter[fm]=4.47378 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 609 projectile=D- Ekin[MeV]=27648.7 direction=(0.15421,0.778551,0.60834) material=G4_Pb + --> #secondaries=31 impactParameter[fm]=7.07109 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 610 projectile=B0 Ekin[MeV]=4338.58 direction=(0.52301,0.647052,0.554783) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.03919 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 611 projectile=anti_lambda Ekin[MeV]=22065.8 direction=(0.765834,0.381322,0.517775) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=6.95514 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 612 projectile=xi0 Ekin[MeV]=15476 direction=(0.320432,0.750049,0.578576) material=G4_Cu + --> #secondaries=26 impactParameter[fm]=3.89796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=3 + Collision 613 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=26004.3 direction=(0.977914,0.168736,0.123338) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=5.43619 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 614 projectile=anti_He3 Ekin[MeV]=4167.04 direction=(0.315878,0.866941,0.38553) material=G4_C + --> #secondaries=19 impactParameter[fm]=0.924675 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 615 projectile=anti_lambda_b Ekin[MeV]=19138.2 direction=(0.0594607,0.887422,0.457108) material=G4_Pb + --> #secondaries=35 impactParameter[fm]=6.24955 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 616 projectile=anti_hyperH4 Ekin[MeV]=7304.41 direction=(0.267102,0.896884,0.352499) material=G4_Be + --> #secondaries=6 impactParameter[fm]=4.22989 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 617 projectile=xi_c0 Ekin[MeV]=29844.5 direction=(0.379653,0.747587,0.544957) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.9511 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 618 projectile=hyperalpha Ekin[MeV]=26032.6 direction=(0.366368,0.00563047,0.930453) material=G4_Cu + --> #secondaries=58 impactParameter[fm]=2.80171 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=4 + Collision 619 projectile=anti_deuteron Ekin[MeV]=25633.2 direction=(0.0246046,0.9006,0.433951) material=G4_W + --> #secondaries=41 impactParameter[fm]=8.86524 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 620 projectile=anti_omega- Ekin[MeV]=29948.6 direction=(0.179811,0.876113,0.447319) material=G4_Ar + --> #secondaries=45 impactParameter[fm]=1.69303 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=3 + Collision 621 projectile=D- Ekin[MeV]=25795.3 direction=(0.158413,0.309826,0.937504) material=G4_Pb + --> #secondaries=23 impactParameter[fm]=6.56559 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 622 projectile=B- Ekin[MeV]=9708.75 direction=(0.74371,0.216464,0.632486) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.724345 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 623 projectile=anti_alpha Ekin[MeV]=4064.55 direction=(0.0794055,0.030564,0.996374) material=G4_Si + --> #secondaries=30 impactParameter[fm]=4.95178 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 624 projectile=lambda_c+ Ekin[MeV]=29318.2 direction=(0.897876,0.224795,0.378531) material=G4_Si + --> #secondaries=29 impactParameter[fm]=4.33186 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=2 + Collision 625 projectile=Ds- Ekin[MeV]=19248.4 direction=(0.106792,0.700169,0.705945) material=G4_Al + --> #secondaries=10 impactParameter[fm]=2.80875 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 626 projectile=xi_b- Ekin[MeV]=6132.2 direction=(0.920788,0.0416971,0.387829) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=2.36349 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 627 projectile=Bs0 Ekin[MeV]=11286.3 direction=(0.841123,0.354113,0.408798) material=G4_Be + --> #secondaries=6 impactParameter[fm]=3.38531 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 628 projectile=hyperalpha Ekin[MeV]=28439.1 direction=(0.810713,0.461018,0.360842) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.59778 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 629 projectile=proton Ekin[MeV]=14799.8 direction=(0.270663,0.472187,0.838917) material=G4_H + --> #secondaries=10 impactParameter[fm]=2.21075 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 630 projectile=anti_alpha Ekin[MeV]=3565.76 direction=(0.461311,0.581935,0.669734) material=G4_Be + --> #secondaries=16 impactParameter[fm]=3.03808 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=2 + Collision 631 projectile=Bs0 Ekin[MeV]=5303.37 direction=(0.742748,0.589097,0.318261) material=G4_Be + --> #secondaries=4 impactParameter[fm]=2.14144 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 632 projectile=anti_xi_b- Ekin[MeV]=11346.4 direction=(0.0722927,0.0630147,0.995391) material=G4_W + --> #secondaries=29 impactParameter[fm]=5.69749 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 633 projectile=anti_omega_b- Ekin[MeV]=15389.6 direction=(0.369638,0.643339,0.670434) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=1.0864 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 634 projectile=anti_sigma+ Ekin[MeV]=2174.51 direction=(0.324121,0.898025,0.297485) material=G4_Ar + --> #secondaries=26 impactParameter[fm]=3.86579 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 635 projectile=anti_neutron Ekin[MeV]=20634.5 direction=(0.379454,0.601703,0.702829) material=G4_Si + --> #secondaries=22 impactParameter[fm]=2.24312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 636 projectile=anti_B0 Ekin[MeV]=7184.48 direction=(0.976542,0.0920441,0.194662) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.42539 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 637 projectile=proton Ekin[MeV]=25187.1 direction=(0.517836,0.76286,0.387157) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=5.42942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 638 projectile=anti_D0 Ekin[MeV]=12800.6 direction=(0.803487,0.0160024,0.595107) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=4.81868 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 639 projectile=kaon+ Ekin[MeV]=14575.2 direction=(0.74936,0.431355,0.502387) material=G4_Cu + --> #secondaries=38 impactParameter[fm]=2.28522 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=57 #NNcollisions=6 + Collision 640 projectile=anti_omega- Ekin[MeV]=21552.1 direction=(0.434259,0.647109,0.626633) material=G4_Fe + --> #secondaries=42 impactParameter[fm]=2.99227 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 641 projectile=anti_He3 Ekin[MeV]=24074 direction=(0.764028,0.431899,0.479295) material=G4_Al + --> #secondaries=37 impactParameter[fm]=3.27564 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 642 projectile=neutron Ekin[MeV]=5665.23 direction=(0.918623,0.194121,0.344164) material=G4_Pb + --> #secondaries=67 impactParameter[fm]=4.74842 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=1 + Collision 643 projectile=omega_b- Ekin[MeV]=29421 direction=(0.292649,0.12884,0.9475) material=G4_Pb + --> #secondaries=33 impactParameter[fm]=5.4005 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 644 projectile=omega- Ekin[MeV]=8134.82 direction=(0.401612,0.547373,0.734228) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=5.18693 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 645 projectile=lambda_b Ekin[MeV]=17846.7 direction=(0.798902,0.541473,0.261844) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.94929 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 646 projectile=Ds+ Ekin[MeV]=17288.5 direction=(0.403007,0.810076,0.425866) material=G4_Pb + --> #secondaries=60 impactParameter[fm]=2.99521 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 647 projectile=anti_hyperalpha Ekin[MeV]=19978.2 direction=(0.241884,0.0641214,0.968184) material=G4_W + --> #secondaries=150 impactParameter[fm]=3.35634 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=6 + Collision 648 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=7290.47 direction=(0.437353,0.521014,0.732985) material=G4_C + --> #secondaries=27 impactParameter[fm]=1.8454 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=4 + Collision 649 projectile=neutron Ekin[MeV]=5612.97 direction=(0.829687,0.558187,0.00686578) material=G4_W + --> #secondaries=69 impactParameter[fm]=4.30181 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=3 + Collision 650 projectile=anti_triton Ekin[MeV]=12540.5 direction=(0.227943,0.641071,0.73285) material=G4_W + --> #secondaries=34 impactParameter[fm]=10.2631 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 651 projectile=alpha Ekin[MeV]=22333.4 direction=(0.409857,0.367403,0.834885) material=G4_Cu + --> #secondaries=32 impactParameter[fm]=4.40903 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 652 projectile=anti_xi_b0 Ekin[MeV]=25491.6 direction=(0.316905,0.516416,0.795541) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=3.80039 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 653 projectile=neutron Ekin[MeV]=21352.4 direction=(0.579657,0.596901,0.554713) material=G4_H + --> #secondaries=10 impactParameter[fm]=0.0827 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 654 projectile=anti_hyperHe5 Ekin[MeV]=2103.05 direction=(0.135383,0.769533,0.624091) material=G4_He + --> #secondaries=15 impactParameter[fm]=2.55443 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=2 + Collision 655 projectile=anti_doublehyperH4 Ekin[MeV]=25235 direction=(0.679005,0.514612,0.523571) material=G4_He + --> #secondaries=11 impactParameter[fm]=3.60266 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 656 projectile=anti_doublehyperH4 Ekin[MeV]=19011.5 direction=(0.628242,0.770668,0.106692) material=G4_Ar + --> #secondaries=38 impactParameter[fm]=4.8924 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=3 + Collision 657 projectile=sigma+ Ekin[MeV]=23028.5 direction=(0.580722,0.731327,0.357663) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.25128 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 658 projectile=anti_sigma+ Ekin[MeV]=26322.9 direction=(0.335315,0.292336,0.895602) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.78367 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 659 projectile=omega_c0 Ekin[MeV]=6389.61 direction=(0.533569,0.494863,0.685868) material=G4_W + --> #secondaries=51 impactParameter[fm]=3.345 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=4 + Collision 660 projectile=anti_Bs0 Ekin[MeV]=10681.2 direction=(0.619949,0.532631,0.576166) material=G4_Cu + --> #secondaries=23 impactParameter[fm]=2.67724 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=1 + Collision 661 projectile=D0 Ekin[MeV]=27337.5 direction=(0.841356,0.403153,0.359983) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=3.70117 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 662 projectile=omega_b- Ekin[MeV]=11346.1 direction=(0.661294,0.216478,0.718212) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.30473 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 663 projectile=B+ Ekin[MeV]=24102.1 direction=(0.593281,0.205047,0.778443) material=G4_Pb + --> #secondaries=67 impactParameter[fm]=3.60908 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 664 projectile=anti_lambda_b Ekin[MeV]=4197.61 direction=(0.460323,0.882171,0.0993785) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.54544 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 665 projectile=xi_c+ Ekin[MeV]=10385.9 direction=(0.315313,0.453986,0.833351) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=2.12894 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 666 projectile=kaon0L Ekin[MeV]=3924.02 direction=(0.82636,0.34896,0.441992) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 667 projectile=anti_triton Ekin[MeV]=2028.23 direction=(0.662043,0.684957,0.304191) material=G4_W + --> #secondaries=31 impactParameter[fm]=9.3851 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 668 projectile=kaon0S Ekin[MeV]=3308.1 direction=(0.38364,0.874014,0.298194) material=G4_W + --> #secondaries=55 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 669 projectile=neutron Ekin[MeV]=29100.4 direction=(0.644153,0.683753,0.342853) material=G4_C + --> #secondaries=11 impactParameter[fm]=2.35691 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 670 projectile=hyperH4 Ekin[MeV]=8047.57 direction=(0.411343,0.764724,0.495978) material=G4_Cu + --> #secondaries=47 impactParameter[fm]=2.98164 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 671 projectile=anti_hyperH4 Ekin[MeV]=16606.9 direction=(0.189316,0.948938,0.252343) material=G4_Si + --> #secondaries=10 impactParameter[fm]=4.92984 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 672 projectile=anti_Bs0 Ekin[MeV]=8574.91 direction=(0.346204,0.644779,0.681471) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.373382 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 673 projectile=xi_c0 Ekin[MeV]=29963.8 direction=(0.0651003,0.181893,0.981161) material=G4_W + --> #secondaries=51 impactParameter[fm]=3.94249 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 674 projectile=xi0 Ekin[MeV]=27442.4 direction=(0.405263,0.763227,0.503236) material=G4_Cu + --> #secondaries=38 impactParameter[fm]=3.12445 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 675 projectile=pi+ Ekin[MeV]=19625.4 direction=(0.375941,0.725028,0.577064) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.65679 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 676 projectile=xi- Ekin[MeV]=19507.2 direction=(0.741534,0.484703,0.463885) material=G4_Pb + --> #secondaries=55 impactParameter[fm]=5.62466 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 677 projectile=anti_hyperalpha Ekin[MeV]=13720.6 direction=(0.736696,0.026216,0.675716) material=G4_Pb + --> #secondaries=20 impactParameter[fm]=9.79986 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 678 projectile=sigma- Ekin[MeV]=7194.77 direction=(0.576018,0.641733,0.506342) material=G4_Pb + --> #secondaries=44 impactParameter[fm]=5.43829 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=2 + Collision 679 projectile=anti_alpha Ekin[MeV]=25314.1 direction=(0.150591,0.48589,0.860949) material=G4_W + --> #secondaries=141 impactParameter[fm]=4.00113 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=5 + Collision 680 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=7771.11 direction=(0.376581,0.903994,0.202437) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=5.34253 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 681 projectile=Bs0 Ekin[MeV]=4688.2 direction=(0.0159397,0.781223,0.624049) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=3.93893 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 682 projectile=xi- Ekin[MeV]=27380.3 direction=(0.351506,0.00691683,0.93616) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.62689 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 683 projectile=sigma- Ekin[MeV]=10807.6 direction=(0.193808,0.960401,0.200171) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=3.28487 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 684 projectile=anti_triton Ekin[MeV]=29185.6 direction=(0.231532,0.738138,0.633675) material=G4_C + --> #secondaries=14 impactParameter[fm]=4.08495 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 685 projectile=omega_c0 Ekin[MeV]=19520.9 direction=(0.357847,0.896183,0.262301) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=3.91915 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 686 projectile=B- Ekin[MeV]=9364.43 direction=(0.116802,0.457856,0.88132) material=G4_C + --> #secondaries=11 impactParameter[fm]=1.81687 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 687 projectile=xi- Ekin[MeV]=6141 direction=(0.743307,0.520791,0.419847) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.6509 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 688 projectile=anti_lambda_b Ekin[MeV]=16873.3 direction=(0.178037,0.846447,0.501827) material=G4_Si + --> #secondaries=22 impactParameter[fm]=3.13535 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=2 + Collision 689 projectile=xi_b0 Ekin[MeV]=29163.1 direction=(0.134948,0.477354,0.868287) material=G4_Cu + --> #secondaries=9 impactParameter[fm]=6.84455 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 690 projectile=proton Ekin[MeV]=29064.2 direction=(0.417004,0.390931,0.820537) material=G4_Cu + --> #secondaries=45 impactParameter[fm]=1.39503 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=57 #NNcollisions=4 + Collision 691 projectile=D0 Ekin[MeV]=11883.8 direction=(0.367067,0.786172,0.497188) material=G4_C + --> #secondaries=9 impactParameter[fm]=0.946693 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 692 projectile=neutron Ekin[MeV]=16293 direction=(0.0836165,0.993883,0.0721395) material=G4_W + --> #secondaries=50 impactParameter[fm]=6.30145 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 693 projectile=anti_doublehyperH4 Ekin[MeV]=4036.94 direction=(0.966647,0.21045,0.145963) material=G4_Cu + --> #secondaries=60 impactParameter[fm]=2.90281 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=4 + Collision 694 projectile=B- Ekin[MeV]=21886.8 direction=(0.0674575,0.659983,0.748246) material=G4_Pb + --> #secondaries=56 impactParameter[fm]=2.78467 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 695 projectile=alpha Ekin[MeV]=28853.1 direction=(0.161488,0.415325,0.895224) material=G4_Be + --> #secondaries=33 impactParameter[fm]=1.21296 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=8 + Collision 696 projectile=xi- Ekin[MeV]=11684.9 direction=(0.658542,0.416017,0.627098) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.49067 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 697 projectile=hypertriton Ekin[MeV]=28652.2 direction=(0.774649,0.449227,0.445101) material=G4_Be + --> #secondaries=17 impactParameter[fm]=1.78398 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=5 #NNcollisions=3 + Collision 698 projectile=anti_omega_b- Ekin[MeV]=2881.03 direction=(0.625827,0.0116513,0.779875) material=G4_Si + --> #secondaries=6 impactParameter[fm]=1.91027 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 699 projectile=kaon+ Ekin[MeV]=15595.6 direction=(0.0450179,0.527857,0.848139) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=3.58531 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 700 projectile=D- Ekin[MeV]=10350.7 direction=(0.0721884,0.0553379,0.995855) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.04133 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + List of produced secondaries: + j=0 D- p=(834.937,-40.7757,10471.910670.3) MeV + j=1 proton p=(-13.946,158.46,242.767982.138) MeV + j=2 pi- p=(121.565,327.218,376.77532.245) MeV + j=3 pi+ p=(-70.7757,223.384,934.937973.908) MeV + Collision 701 projectile=xi_c0 Ekin[MeV]=15718.9 direction=(0.461678,0.444833,0.767449) material=G4_Si + --> #secondaries=17 impactParameter[fm]=1.68061 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 702 projectile=Ds+ Ekin[MeV]=24614.9 direction=(0.0565797,0.413079,0.908936) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=4.1958 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 703 projectile=anti_xi_b- Ekin[MeV]=19372.8 direction=(0.0384688,0.938699,0.342584) material=G4_Cu + --> #secondaries=55 impactParameter[fm]=0.74551 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=5 + Collision 704 projectile=D- Ekin[MeV]=21148 direction=(0.353793,0.224807,0.907905) material=G4_C + --> #secondaries=4 impactParameter[fm]=1.33657 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 705 projectile=xi_b0 Ekin[MeV]=1510.34 direction=(0.581878,0.785219,0.211776) material=G4_W + --> #secondaries=32 impactParameter[fm]=5.58314 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 706 projectile=He3 Ekin[MeV]=26670.6 direction=(0.105864,0.722046,0.683698) material=G4_C + --> #secondaries=28 impactParameter[fm]=0.653641 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=7 + Collision 707 projectile=anti_xi_c0 Ekin[MeV]=26274.5 direction=(0.928067,0.122525,0.351681) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.706477 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 708 projectile=D+ Ekin[MeV]=19781.6 direction=(0.702782,0.379696,0.601605) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=3.40405 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 709 projectile=anti_He3 Ekin[MeV]=10638.3 direction=(0.479188,0.515379,0.710467) material=G4_Fe + --> #secondaries=58 impactParameter[fm]=2.23187 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=4 + Collision 710 projectile=anti_Bs0 Ekin[MeV]=26721.5 direction=(0.576551,0.464288,0.672329) material=G4_W + --> #secondaries=29 impactParameter[fm]=5.71833 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 711 projectile=anti_deuteron Ekin[MeV]=17980.8 direction=(0.912889,0.236946,0.332402) material=G4_Fe + --> #secondaries=58 impactParameter[fm]=2.63705 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 712 projectile=B+ Ekin[MeV]=23771.5 direction=(0.655229,0.657201,0.372506) material=G4_Si + --> #secondaries=14 impactParameter[fm]=3.11239 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 713 projectile=anti_proton Ekin[MeV]=21512.8 direction=(0.316798,0.722924,0.614019) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.22533 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 714 projectile=hyperH4 Ekin[MeV]=28640.3 direction=(0.0318966,0.840404,0.541021) material=G4_Ar + --> #secondaries=40 impactParameter[fm]=3.24988 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=34 #NNcollisions=3 + Collision 715 projectile=omega- Ekin[MeV]=7426.35 direction=(0.553472,0.0461055,0.831591) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.09541 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 716 projectile=D0 Ekin[MeV]=26428.3 direction=(0.788795,0.419051,0.449666) material=G4_H + --> #secondaries=8 impactParameter[fm]=2.0674 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 717 projectile=sigma- Ekin[MeV]=25305.2 direction=(0.0369017,0.928062,0.370593) material=G4_Si + --> #secondaries=26 impactParameter[fm]=1.4892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 718 projectile=D0 Ekin[MeV]=19416.3 direction=(0.423163,0.748476,0.510604) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=4.17034 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 719 projectile=pi+ Ekin[MeV]=26297.8 direction=(0.402335,0.893394,0.199933) material=G4_Cu + --> #secondaries=40 impactParameter[fm]=2.12652 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 720 projectile=neutron Ekin[MeV]=16475.5 direction=(0.344148,0.260689,0.902) material=G4_C + --> #secondaries=21 impactParameter[fm]=1.33868 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 721 projectile=pi+ Ekin[MeV]=17752.5 direction=(0.84867,0.333594,0.410457) material=G4_W + --> #secondaries=64 impactParameter[fm]=3.42317 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=3 + Collision 722 projectile=kaon0L Ekin[MeV]=23734.6 direction=(0.0974467,0.648987,0.754533) material=G4_Al + --> #secondaries=26 impactParameter[fm]=1.61269 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 723 projectile=anti_lambda Ekin[MeV]=7521.45 direction=(0.825786,0.53712,0.171988) material=G4_Cu + --> #secondaries=31 impactParameter[fm]=4.16304 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 724 projectile=D- Ekin[MeV]=10347.8 direction=(0.619964,0.696219,0.361835) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=1.5201 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 725 projectile=pi+ Ekin[MeV]=26144.1 direction=(0.562374,0.459553,0.68742) material=G4_W + --> #secondaries=77 impactParameter[fm]=4.08188 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=4 + Collision 726 projectile=doublehyperH4 Ekin[MeV]=17989.8 direction=(0.382212,0.394255,0.835749) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=6.0434 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 727 projectile=xi_b- Ekin[MeV]=5407.65 direction=(0.752947,0.383297,0.534933) material=G4_W + --> #secondaries=22 impactParameter[fm]=4.74499 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 728 projectile=anti_omega_c0 Ekin[MeV]=10244 direction=(0.734999,0.67317,0.0813609) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.87727 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 729 projectile=kaon0S Ekin[MeV]=21842.4 direction=(0.929828,0.350417,0.112373) material=G4_W + --> #secondaries=66 impactParameter[fm]=4.31263 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=178 #NNcollisions=3 + Collision 730 projectile=sigma- Ekin[MeV]=21843.9 direction=(0.250373,0.898275,0.36113) material=G4_Be + --> #secondaries=4 impactParameter[fm]=3.39285 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 731 projectile=omega_c0 Ekin[MeV]=14148.6 direction=(0.0794192,0.949706,0.302904) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=2.93375 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 732 projectile=anti_omega- Ekin[MeV]=4499.09 direction=(0.774522,0.625971,0.0909765) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.16657 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 733 projectile=pi- Ekin[MeV]=10370.8 direction=(0.324286,0.815411,0.479524) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.03276 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 734 projectile=deuteron Ekin[MeV]=3439.4 direction=(0.584909,0.775842,0.236541) material=G4_Pb + --> #secondaries=43 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 735 projectile=anti_hypertriton Ekin[MeV]=17789.4 direction=(0.12248,0.694793,0.708704) material=G4_W + --> #secondaries=38 impactParameter[fm]=8.27689 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 736 projectile=omega- Ekin[MeV]=18137.8 direction=(0.697764,0.711364,0.08418) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=1.96331 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 737 projectile=D0 Ekin[MeV]=16756.2 direction=(0.0738929,0.773207,0.629834) material=G4_Fe + --> #secondaries=7 impactParameter[fm]=2.44504 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 738 projectile=xi_b0 Ekin[MeV]=12012.3 direction=(0.976162,0.112239,0.18577) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=4.16853 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=3 + Collision 739 projectile=anti_D0 Ekin[MeV]=3312.86 direction=(0.942438,0.316998,0.106409) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=2.90767 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=52 #NNcollisions=1 + Collision 740 projectile=pi+ Ekin[MeV]=18997 direction=(0.701371,0.708758,0.0757646) material=G4_Fe + --> #secondaries=27 impactParameter[fm]=1.52231 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 741 projectile=B+ Ekin[MeV]=26152.7 direction=(0.221271,0.7106,0.667898) material=G4_Cu + --> #secondaries=8 impactParameter[fm]=3.53186 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 742 projectile=lambda_b Ekin[MeV]=2462.22 direction=(0.755238,0.314708,0.574956) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=2.52643 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=0 + Collision 743 projectile=hyperHe5 Ekin[MeV]=3894.78 direction=(0.408256,0.690412,0.597209) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.93796 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 744 projectile=D0 Ekin[MeV]=29626.5 direction=(0.463982,0.648374,0.603599) material=G4_C + --> #secondaries=13 impactParameter[fm]=1.28044 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 745 projectile=alpha Ekin[MeV]=10386.1 direction=(0.0624095,0.995993,0.0640492) material=G4_C + --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 746 projectile=sigma+ Ekin[MeV]=27326 direction=(0.674628,0.413978,0.611147) material=G4_W + --> #secondaries=65 impactParameter[fm]=3.3916 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 + Collision 747 projectile=hypertriton Ekin[MeV]=26729.6 direction=(0.821267,0.521447,0.231547) material=G4_Al + --> #secondaries=32 impactParameter[fm]=4.68649 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=21 #NNcollisions=5 + Collision 748 projectile=anti_lambda_b Ekin[MeV]=7645.17 direction=(0.725602,0.687865,0.0185482) material=G4_Al + --> #secondaries=9 impactParameter[fm]=2.22888 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 749 projectile=anti_hyperalpha Ekin[MeV]=28129.4 direction=(0.676156,0.480145,0.558815) material=G4_C + --> #secondaries=15 impactParameter[fm]=3.85791 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 750 projectile=Ds- Ekin[MeV]=2157.44 direction=(0.451388,0.78616,0.422138) material=G4_W + --> #secondaries=9 impactParameter[fm]=6.11958 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 751 projectile=kaon+ Ekin[MeV]=5393.12 direction=(0.624883,0.623994,0.469204) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=2.37677 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 752 projectile=lambda_b Ekin[MeV]=24407.5 direction=(0.488407,0.541956,0.683917) material=G4_Si + --> #secondaries=14 impactParameter[fm]=2.79815 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 753 projectile=hyperHe5 Ekin[MeV]=16167 direction=(0.321011,0.104708,0.941269) material=G4_W + --> #secondaries=48 impactParameter[fm]=7.53559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=4 + Collision 754 projectile=proton Ekin[MeV]=28716 direction=(0.0359732,0.798565,0.600833) material=G4_Si + --> #secondaries=9 impactParameter[fm]=4.16046 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 755 projectile=Bc- Ekin[MeV]=18445.5 direction=(0.630341,0.775118,0.0431413) material=G4_W + --> #secondaries=14 impactParameter[fm]=7.2618 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=0 + Collision 756 projectile=kaon0S Ekin[MeV]=5408.31 direction=(0.526512,0.74493,0.409712) material=G4_Pb + --> #secondaries=92 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 757 projectile=kaon+ Ekin[MeV]=4890.76 direction=(0.683486,0.439872,0.582546) material=G4_W + --> #secondaries=41 impactParameter[fm]=3.23398 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 758 projectile=anti_He3 Ekin[MeV]=6938.26 direction=(0.508793,0.623497,0.593617) material=G4_Ar + --> #secondaries=44 impactParameter[fm]=2.83532 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=4 + Collision 759 projectile=omega_c0 Ekin[MeV]=5176.26 direction=(0.211815,0.881446,0.422123) material=G4_W + --> #secondaries=22 impactParameter[fm]=7.22185 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 760 projectile=alpha Ekin[MeV]=11041.1 direction=(0.583648,0.74948,0.312465) material=G4_Si + --> #secondaries=20 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 761 projectile=xi_c0 Ekin[MeV]=7904.89 direction=(0.839194,0.485455,0.245129) material=G4_Pb + --> #secondaries=58 impactParameter[fm]=6.5919 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=1 + Collision 762 projectile=hyperalpha Ekin[MeV]=26962.5 direction=(0.744645,0.639551,0.190992) material=G4_Cu + --> #secondaries=31 impactParameter[fm]=5.42288 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 763 projectile=xi_c+ Ekin[MeV]=6088.54 direction=(0.294482,0.408964,0.86373) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.47733 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 764 projectile=anti_sigma- Ekin[MeV]=17960.1 direction=(0.853964,0.140995,0.500865) material=G4_Be + --> #secondaries=14 impactParameter[fm]=3.89775 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 765 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=5404.76 direction=(0.394313,0.662029,0.637366) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=7.66555 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 766 projectile=anti_neutron Ekin[MeV]=26149.5 direction=(0.686616,0.465063,0.558816) material=G4_Be + --> #secondaries=13 impactParameter[fm]=2.3967 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 767 projectile=Bc+ Ekin[MeV]=8825.24 direction=(0.352569,0.205437,0.912957) material=G4_Si + --> #secondaries=8 impactParameter[fm]=1.59517 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 768 projectile=hyperHe5 Ekin[MeV]=7254.15 direction=(0.459047,0.778869,0.427363) material=G4_H + --> #secondaries=5 impactParameter[fm]=2.43382 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 769 projectile=anti_omega_c0 Ekin[MeV]=10560.7 direction=(0.0738911,0.861965,0.501553) material=G4_Fe + --> #secondaries=8 impactParameter[fm]=5.21408 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 770 projectile=anti_xi_b- Ekin[MeV]=22307.4 direction=(0.745276,0.280145,0.605048) material=G4_He + --> #secondaries=10 impactParameter[fm]=0.836856 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 771 projectile=anti_neutron Ekin[MeV]=4256.93 direction=(0.270251,0.687164,0.674366) material=G4_Pb + --> #secondaries=20 impactParameter[fm]=9.02162 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 772 projectile=B- Ekin[MeV]=16245.9 direction=(0.511836,0.832514,0.211999) material=G4_W + --> #secondaries=51 impactParameter[fm]=2.31472 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=2 + Collision 773 projectile=Ds+ Ekin[MeV]=10836.6 direction=(0.158562,0.575795,0.802071) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=1.15365 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 774 projectile=hypertriton Ekin[MeV]=17912.2 direction=(0.355083,0.619993,0.69966) material=G4_Si + --> #secondaries=29 impactParameter[fm]=4.17523 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=5 + Collision 775 projectile=lambda_b Ekin[MeV]=10874.2 direction=(0.453838,0.582904,0.673983) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=3.30779 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 + Collision 776 projectile=anti_hyperHe5 Ekin[MeV]=18386.3 direction=(0.330846,0.652974,0.681297) material=G4_Fe + --> #secondaries=41 impactParameter[fm]=3.90303 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=54 #NNcollisions=3 + Collision 777 projectile=anti_Bs0 Ekin[MeV]=3309.08 direction=(0.630343,0.736125,0.246553) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.891366 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 778 projectile=deuteron Ekin[MeV]=17100.7 direction=(0.28336,0.914613,0.288425) material=G4_Cu + --> #secondaries=40 impactParameter[fm]=2.39938 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=2 + Collision 779 projectile=Ds+ Ekin[MeV]=29557.8 direction=(0.590471,0.700223,0.401287) material=G4_Fe + --> #secondaries=26 impactParameter[fm]=3.76331 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=52 #NNcollisions=2 + Collision 780 projectile=B0 Ekin[MeV]=11385.2 direction=(0.971671,0.235753,0.0166172) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=3.71801 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 781 projectile=lambda Ekin[MeV]=1202.01 direction=(0.0346109,0.983388,0.178185) material=G4_C + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 782 projectile=anti_xi_c0 Ekin[MeV]=5335.06 direction=(0.627653,0.329736,0.705213) material=G4_C + --> #secondaries=6 impactParameter[fm]=2.59874 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 783 projectile=omega- Ekin[MeV]=2380.64 direction=(0.260266,0.594103,0.76112) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 784 projectile=anti_lambda Ekin[MeV]=26256.4 direction=(0.753274,0.638812,0.156517) material=G4_Al + --> #secondaries=37 impactParameter[fm]=1.63156 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 785 projectile=lambda_b Ekin[MeV]=19005.6 direction=(0.973455,0.176758,0.145404) material=G4_Al + --> #secondaries=12 impactParameter[fm]=3.45896 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 786 projectile=sigma- Ekin[MeV]=21685.7 direction=(0.501199,0.475666,0.72287) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.407288 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 787 projectile=anti_D0 Ekin[MeV]=17666.5 direction=(0.657885,0.612856,0.437716) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=1.35805 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 788 projectile=anti_hyperalpha Ekin[MeV]=12323 direction=(0.626865,0.739827,0.24433) material=G4_W + --> #secondaries=30 impactParameter[fm]=8.39554 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=179 #NNcollisions=2 + Collision 789 projectile=lambda_c+ Ekin[MeV]=10462.2 direction=(0.570293,0.233262,0.787626) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.85257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 790 projectile=anti_sigma- Ekin[MeV]=6679.7 direction=(0.640783,0.618363,0.454999) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=4.37159 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=2 + Collision 791 projectile=kaon0L Ekin[MeV]=27844.9 direction=(0.165364,0.815133,0.55517) material=G4_Si + --> #secondaries=19 impactParameter[fm]=2.73692 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=2 + Collision 792 projectile=sigma+ Ekin[MeV]=9011.08 direction=(0.316947,0.686748,0.654157) material=G4_He + --> #secondaries=8 impactParameter[fm]=0.790876 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=3 + Collision 793 projectile=anti_Bs0 Ekin[MeV]=21024.2 direction=(0.415715,0.681658,0.602099) material=G4_C + --> #secondaries=14 impactParameter[fm]=2.57138 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 794 projectile=anti_deuteron Ekin[MeV]=10347.6 direction=(0.147401,0.620299,0.770391) material=G4_C + --> #secondaries=6 impactParameter[fm]=4.70228 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 795 projectile=triton Ekin[MeV]=16203.3 direction=(0.0345257,0.996408,0.0773299) material=G4_W + --> #secondaries=76 impactParameter[fm]=6.71865 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=178 #NNcollisions=3 + Collision 796 projectile=anti_D0 Ekin[MeV]=29770.9 direction=(0.650817,0.712752,0.261575) material=G4_Si + --> #secondaries=12 impactParameter[fm]=3.36298 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 797 projectile=anti_He3 Ekin[MeV]=10949.6 direction=(0.622061,0.774326,0.116017) material=G4_Be + --> #secondaries=11 impactParameter[fm]=3.64161 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 798 projectile=anti_lambda_c+ Ekin[MeV]=2598.39 direction=(0.353331,0.924094,0.145627) material=G4_Pb + --> #secondaries=43 impactParameter[fm]=3.69315 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=0 + Collision 799 projectile=xi_c+ Ekin[MeV]=4447.19 direction=(0.609185,0.626876,0.485716) material=G4_Si + --> #secondaries=6 impactParameter[fm]=2.6223 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 800 projectile=anti_hypertriton Ekin[MeV]=5869.5 direction=(0.71198,0.476392,0.515883) material=G4_Al + --> #secondaries=39 impactParameter[fm]=1.38468 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + List of produced secondaries: + j=0 kaon0L p=(265.968,835.966,928.2151370.69) MeV + j=1 pi+ p=(403.53,766.245,-8.34941877.221) MeV + j=2 pi- p=(102.253,167.201,-29.7246242.436) MeV + j=3 pi- p=(4.0036,69.7023,141.761210.832) MeV + j=4 pi+ p=(10.1404,130.266,-77.1788206.176) MeV + j=5 eta p=(526.844,-40.3915,172.536780.46) MeV + j=6 pi+ p=(222.441,-54.4427,-12.6089268.482) MeV + j=7 pi+ p=(198.571,243.127,-211.731403.548) MeV + j=8 pi0 p=(358.619,333.271,330.294605.797) MeV + j=9 pi- p=(198.643,4.28399,212.367322.579) MeV + j=10 pi0 p=(-42.7259,-0.171699,-87.2922166.325) MeV + j=11 neutron p=(-13.5505,-241.494,138.787980.075) MeV + j=12 neutron p=(-36.3815,31.2442,-183.935958.601) MeV + j=13 neutron p=(-18.0368,-83.1695,-201.335964.656) MeV + j=14 proton p=(296.592,434.425,51.43251076.89) MeV + j=15 neutron p=(-46.8599,63.2309,-129.705951.736) MeV + j=16 neutron p=(-213.825,287.748,-29.88821006.08) MeV + j=17 pi0 p=(-132.539,18.7745,340.322389.817) MeV + j=18 pi- p=(186.364,119.106,101.636280.584) MeV + j=19 pi+ p=(386.328,523.125,212.463698.233) MeV + j=20 pi- p=(461.407,304.32,150.598589.633) MeV + j=21 pi- p=(285.872,40.8094,49.1528324.475) MeV + j=22 pi0 p=(562.328,-88.5701,552.242804.517) MeV + j=23 pi+ p=(448.389,-324.619,88.493577.703) MeV + j=24 pi- p=(19.0313,48.1856,-62.5914161.498) MeV + j=25 pi0 p=(311.44,299.986,146.507476.098) MeV + j=26 pi+ p=(294.819,-30.7018,374.659497.704) MeV + j=27 deuteron p=(271.38,-181.275,102.9641906.58) MeV + j=28 alpha p=(-125.298,-540.397,-270.1713778.1) MeV + j=29 proton p=(22.962,-232.834,207.322988.977) MeV + j=30 proton p=(23.4972,22.7179,-135.214948.528) MeV + j=31 proton p=(-303.6,-138.846,244.7321025.52) MeV + j=32 proton p=(-15.931,70.0474,218.423966.035) MeV + j=33 proton p=(386.892,169.196,-22.15141029.15) MeV + j=34 deuteron p=(-129.454,265.44,181.7881907.4) MeV + j=35 deuteron p=(279.701,-70.4827,374.5871934.28) MeV + j=36 neutron p=(30.0507,-166.794,-45.4055955.807) MeV + j=37 proton p=(197.847,17.1774,63.7444961.174) MeV + j=38 neutron p=(276.434,891.298,430.9961392.61) MeV + Collision 801 projectile=D- Ekin[MeV]=1220.1 direction=(0.536703,0.573521,0.61889) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.352908 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 802 projectile=anti_hypertriton Ekin[MeV]=4315.55 direction=(0.797262,0.537077,0.275538) material=G4_W + --> #secondaries=29 impactParameter[fm]=7.35409 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 803 projectile=lambda Ekin[MeV]=29349.6 direction=(0.730609,0.347214,0.587922) material=G4_C + --> #secondaries=14 impactParameter[fm]=2.00415 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 804 projectile=anti_xi_c0 Ekin[MeV]=18111.3 direction=(0.102797,0.625642,0.773307) material=G4_Al + --> #secondaries=31 impactParameter[fm]=1.72757 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 805 projectile=anti_xi0 Ekin[MeV]=25827.7 direction=(0.50374,0.791122,0.346947) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.37678 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 806 projectile=anti_omega- Ekin[MeV]=7748.64 direction=(0.310314,0.895696,0.318488) material=G4_Cu + --> #secondaries=56 impactParameter[fm]=2.93019 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 807 projectile=alpha Ekin[MeV]=29088.3 direction=(0.650672,0.254934,0.715287) material=G4_Al + --> #secondaries=20 impactParameter[fm]=3.06971 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 808 projectile=xi_b0 Ekin[MeV]=4462.79 direction=(0.302433,0.700913,0.645953) material=G4_Si + --> #secondaries=8 impactParameter[fm]=2.52154 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 809 projectile=proton Ekin[MeV]=17843.7 direction=(0.436451,0.505932,0.744005) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.26646 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 810 projectile=anti_omega- Ekin[MeV]=11607.8 direction=(0.970807,0.159983,0.178713) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=5.39302 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 811 projectile=anti_lambda Ekin[MeV]=19740.4 direction=(0.796649,0.599114,0.0800774) material=G4_Fe + --> #secondaries=36 impactParameter[fm]=4.70029 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=3 + Collision 812 projectile=xi_c+ Ekin[MeV]=5879.48 direction=(0.414809,0.504443,0.757279) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.37683 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 813 projectile=anti_doublehyperH4 Ekin[MeV]=18456.9 direction=(0.716806,0.652319,0.246312) material=G4_Be + --> #secondaries=19 impactParameter[fm]=2.32717 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 814 projectile=anti_alpha Ekin[MeV]=27047.5 direction=(0.287899,0.956708,0.0427168) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=4.98846 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 815 projectile=anti_omega- Ekin[MeV]=6891.68 direction=(0.497108,0.833032,0.242778) material=G4_Fe + --> #secondaries=13 impactParameter[fm]=4.31953 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 816 projectile=anti_omega_b- Ekin[MeV]=6357.51 direction=(0.694393,0.0679621,0.71638) material=G4_Si + --> #secondaries=15 impactParameter[fm]=2.20513 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 817 projectile=anti_lambda_b Ekin[MeV]=2420.91 direction=(0.668902,0.742259,0.0402611) material=G4_C + --> #secondaries=8 impactParameter[fm]=3.28329 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 818 projectile=hyperH4 Ekin[MeV]=14427.2 direction=(0.76074,0.222971,0.609556) material=G4_Pb + --> #secondaries=83 impactParameter[fm]=5.90527 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=199 #NNcollisions=1 + Collision 819 projectile=lambda_c+ Ekin[MeV]=23858.4 direction=(0.928353,0.197078,0.315153) material=G4_He + --> #secondaries=6 impactParameter[fm]=2.0922 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 820 projectile=B+ Ekin[MeV]=10680.6 direction=(0.00144492,0.767156,0.641459) material=G4_Fe + --> #secondaries=11 impactParameter[fm]=4.0688 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 821 projectile=B+ Ekin[MeV]=24858.3 direction=(0.810735,0.00442054,0.585396) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=1.41942 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 822 projectile=anti_hyperalpha Ekin[MeV]=26436.4 direction=(0.700093,0.427218,0.572149) material=G4_Be + --> #secondaries=16 impactParameter[fm]=2.7616 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 823 projectile=sigma- Ekin[MeV]=25915.9 direction=(0.175127,0.254797,0.951004) material=G4_Si + --> #secondaries=36 impactParameter[fm]=0.900894 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=4 + Collision 824 projectile=anti_Bs0 Ekin[MeV]=27043.7 direction=(0.350505,0.817129,0.457652) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.96427 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 825 projectile=anti_hyperH4 Ekin[MeV]=18672.3 direction=(0.356804,0.483365,0.799406) material=G4_Ar + --> #secondaries=28 impactParameter[fm]=4.44346 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 826 projectile=anti_xi_b0 Ekin[MeV]=2389.16 direction=(0.894926,0.164706,0.414703) material=G4_Fe + --> #secondaries=9 impactParameter[fm]=4.61958 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 827 projectile=proton Ekin[MeV]=7408.55 direction=(0.801747,0.562141,0.202978) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=4.13249 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 828 projectile=anti_omega_b- Ekin[MeV]=15560.2 direction=(0.73506,0.192025,0.650241) material=G4_Si + --> #secondaries=9 impactParameter[fm]=5.33248 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 829 projectile=anti_omega_b- Ekin[MeV]=23849.9 direction=(0.612465,0.269497,0.743141) material=G4_Ar + --> #secondaries=26 impactParameter[fm]=2.48136 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 830 projectile=kaon0S Ekin[MeV]=15003.3 direction=(0.434495,0.622141,0.651271) material=G4_Pb + --> #secondaries=79 impactParameter[fm]=2.2899 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 831 projectile=D+ Ekin[MeV]=15610.3 direction=(0.404425,0.39075,0.826895) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.988811 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 832 projectile=lambda_b Ekin[MeV]=8902.29 direction=(0.436202,0.566085,0.699483) material=G4_Pb + --> #secondaries=58 impactParameter[fm]=2.48398 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=198 #NNcollisions=3 + Collision 833 projectile=anti_doublehyperH4 Ekin[MeV]=9039.02 direction=(0.390101,0.263557,0.882247) material=G4_Be + --> #secondaries=22 impactParameter[fm]=1.07409 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=4 + Collision 834 projectile=anti_omega_c0 Ekin[MeV]=11094.8 direction=(0.299196,0.523241,0.797935) material=G4_Be + --> #secondaries=5 impactParameter[fm]=4.51892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 835 projectile=pi+ Ekin[MeV]=1093.13 direction=(0.577633,0.709524,0.403628) material=G4_Be + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 836 projectile=neutron Ekin[MeV]=25401.7 direction=(0.622603,0.627829,0.467115) material=G4_Al + --> #secondaries=10 impactParameter[fm]=4.17841 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 837 projectile=anti_proton Ekin[MeV]=5165.33 direction=(0.586466,0.517071,0.623454) material=G4_W + --> #secondaries=69 impactParameter[fm]=1.96412 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=186 #NNcollisions=1 + Collision 838 projectile=hypertriton Ekin[MeV]=2924.76 direction=(0.720027,0.113174,0.684656) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=4.81244 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 839 projectile=xi_b- Ekin[MeV]=10316.3 direction=(0.583752,0.419136,0.695383) material=G4_C + --> #secondaries=8 impactParameter[fm]=2.74924 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 840 projectile=He3 Ekin[MeV]=11043.8 direction=(0.579053,0.423791,0.696491) material=G4_He + --> #secondaries=7 impactParameter[fm]=2.73042 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 841 projectile=anti_sigma+ Ekin[MeV]=29622.9 direction=(0.63009,0.523748,0.573301) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.25109 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 842 projectile=anti_hyperH4 Ekin[MeV]=17377.1 direction=(0.44939,0.719576,0.529395) material=G4_Al + --> #secondaries=40 impactParameter[fm]=1.31687 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=6 + Collision 843 projectile=D0 Ekin[MeV]=24067.6 direction=(0.192263,0.678375,0.709114) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=3.87751 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 844 projectile=anti_xi0 Ekin[MeV]=18075.4 direction=(0.757224,0.0499525,0.651242) material=G4_Fe + --> #secondaries=20 impactParameter[fm]=3.514 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 845 projectile=anti_sigma+ Ekin[MeV]=27594.2 direction=(0.982246,0.116341,0.147164) material=G4_Be + --> #secondaries=10 impactParameter[fm]=0.924962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 846 projectile=anti_D0 Ekin[MeV]=8944.45 direction=(0.00616642,0.884299,0.46688) material=G4_Cu + --> #secondaries=8 impactParameter[fm]=3.93958 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 847 projectile=omega_c0 Ekin[MeV]=2755.26 direction=(0.648842,0.353173,0.673998) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.05785 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 848 projectile=anti_sigma+ Ekin[MeV]=10669.4 direction=(0.615791,0.261287,0.743324) material=G4_W + --> #secondaries=39 impactParameter[fm]=6.5568 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 849 projectile=anti_proton Ekin[MeV]=17290.9 direction=(0.858656,0.444196,0.255736) material=G4_He + --> #secondaries=13 impactParameter[fm]=1.71242 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 850 projectile=anti_deuteron Ekin[MeV]=22872.1 direction=(0.672555,0.429205,0.60287) material=G4_Be + --> #secondaries=9 impactParameter[fm]=4.11157 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 851 projectile=omega_b- Ekin[MeV]=27769 direction=(0.699298,0.610056,0.372577) material=G4_W + --> #secondaries=57 impactParameter[fm]=3.14615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=3 + Collision 852 projectile=anti_doublehyperH4 Ekin[MeV]=26341.7 direction=(0.337387,0.727466,0.597464) material=G4_Be + --> #secondaries=9 impactParameter[fm]=5.31018 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 853 projectile=anti_D0 Ekin[MeV]=5520.66 direction=(0.570563,0.724064,0.387541) material=G4_Pb + --> #secondaries=17 impactParameter[fm]=4.43752 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 854 projectile=anti_lambda_b Ekin[MeV]=29758.2 direction=(0.682195,0.691092,0.23875) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.934557 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 855 projectile=Ds- Ekin[MeV]=18612.7 direction=(0.970242,0.24052,0.0279273) material=G4_Fe + --> #secondaries=13 impactParameter[fm]=3.5536 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 856 projectile=anti_doublehyperH4 Ekin[MeV]=23296 direction=(0.332156,0.886176,0.323055) material=G4_Be + --> #secondaries=10 impactParameter[fm]=5.22097 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 857 projectile=B0 Ekin[MeV]=23297.9 direction=(0.242334,0.783574,0.572089) material=G4_C + --> #secondaries=7 impactParameter[fm]=0.838949 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 858 projectile=xi_b- Ekin[MeV]=2562.5 direction=(0.475504,0.481319,0.736361) material=G4_Si + --> #secondaries=16 impactParameter[fm]=1.42313 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=1 + Collision 859 projectile=kaon- Ekin[MeV]=7223.21 direction=(0.492159,0.617045,0.614032) material=G4_Fe + --> #secondaries=40 impactParameter[fm]=0.305099 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=51 #NNcollisions=4 + Collision 860 projectile=triton Ekin[MeV]=17220.4 direction=(0.869863,0.180048,0.459262) material=G4_Cu + --> #secondaries=64 impactParameter[fm]=2.7134 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=6 + Collision 861 projectile=anti_Bs0 Ekin[MeV]=13381.2 direction=(0.147909,0.343952,0.927265) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=2.95608 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 862 projectile=pi- Ekin[MeV]=18761.7 direction=(0.654545,0.387438,0.649202) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.07385 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 863 projectile=xi- Ekin[MeV]=3744.78 direction=(0.721183,0.684831,0.10441) material=G4_W + --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 864 projectile=pi- Ekin[MeV]=11463.9 direction=(0.00985091,0.943552,0.331078) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=1.33457 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 865 projectile=anti_xi- Ekin[MeV]=21565.3 direction=(0.532118,0.674458,0.511817) material=G4_Al + --> #secondaries=23 impactParameter[fm]=2.92669 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 866 projectile=Ds+ Ekin[MeV]=9230.66 direction=(0.374885,0.0523464,0.925592) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.29908 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 867 projectile=lambda Ekin[MeV]=12764.6 direction=(0.0407979,0.0876093,0.995319) material=G4_C + --> #secondaries=17 impactParameter[fm]=1.25932 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 868 projectile=anti_xi_b0 Ekin[MeV]=16836.1 direction=(0.203262,0.721675,0.661717) material=G4_Cu + --> #secondaries=23 impactParameter[fm]=4.83321 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 869 projectile=anti_sigma+ Ekin[MeV]=6456.05 direction=(0.634053,0.412512,0.654072) material=G4_Cu + --> #secondaries=24 impactParameter[fm]=3.90978 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 870 projectile=hyperH4 Ekin[MeV]=17689.7 direction=(0.39684,0.546021,0.737821) material=G4_Be + --> #secondaries=6 impactParameter[fm]=3.79537 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 871 projectile=anti_sigma+ Ekin[MeV]=15756.6 direction=(0.907895,0.374145,0.189055) material=G4_C + --> #secondaries=23 impactParameter[fm]=0.493251 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=4 + Collision 872 projectile=Bc- Ekin[MeV]=3974.84 direction=(0.91977,0.100679,0.379324) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.701678 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 873 projectile=anti_xi_b- Ekin[MeV]=1156.05 direction=(0.314363,0.924184,0.216933) material=G4_Ar + --> #secondaries=7 impactParameter[fm]=3.66341 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=0 + Collision 874 projectile=B- Ekin[MeV]=12343.4 direction=(0.423286,0.815194,0.395333) material=G4_Be + --> #secondaries=4 impactParameter[fm]=4.4722 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 875 projectile=omega- Ekin[MeV]=22174.3 direction=(0.838073,0.198182,0.508288) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.33051 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 876 projectile=anti_omega_b- Ekin[MeV]=11631.7 direction=(0.37879,0.750881,0.541013) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=3.57811 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 877 projectile=anti_B0 Ekin[MeV]=29250.1 direction=(0.0110342,0.349485,0.936877) material=G4_Cu + --> #secondaries=10 impactParameter[fm]=5.28158 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 878 projectile=sigma+ Ekin[MeV]=17185.7 direction=(0.572436,0.734723,0.364005) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=4.80836 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 879 projectile=anti_Bs0 Ekin[MeV]=27602.5 direction=(0.374981,0.658657,0.65235) material=G4_Al + --> #secondaries=13 impactParameter[fm]=2.94816 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 880 projectile=anti_proton Ekin[MeV]=9109.67 direction=(0.102245,0.406122,0.908081) material=G4_W + --> #secondaries=65 impactParameter[fm]=4.68218 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 881 projectile=kaon+ Ekin[MeV]=20328.2 direction=(0.579166,0.705535,0.408396) material=G4_C + --> #secondaries=8 impactParameter[fm]=2.7723 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 882 projectile=B- Ekin[MeV]=29573.1 direction=(0.976681,0.206906,0.0573015) material=G4_Si + --> #secondaries=21 impactParameter[fm]=2.78287 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 883 projectile=B0 Ekin[MeV]=16823.1 direction=(0.99611,0.0771321,0.0426111) material=G4_Pb + --> #secondaries=67 impactParameter[fm]=3.56604 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 884 projectile=anti_omega_c0 Ekin[MeV]=3768.74 direction=(0.435499,0.102984,0.894279) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.635018 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 885 projectile=anti_B0 Ekin[MeV]=5765.93 direction=(0.268353,0.287812,0.919321) material=G4_Be + --> #secondaries=9 impactParameter[fm]=0.531099 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 886 projectile=anti_neutron Ekin[MeV]=11514.2 direction=(0.831324,0.524949,0.182561) material=G4_Si + --> #secondaries=18 impactParameter[fm]=2.84717 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=2 + Collision 887 projectile=anti_xi- Ekin[MeV]=17086.4 direction=(0.75051,0.599631,0.27781) material=G4_Si + --> #secondaries=34 impactParameter[fm]=0.777588 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 888 projectile=anti_xi_c0 Ekin[MeV]=24911.7 direction=(0.830443,0.356521,0.428085) material=G4_Be + --> #secondaries=11 impactParameter[fm]=3.41016 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 889 projectile=hypertriton Ekin[MeV]=6186.8 direction=(0.665382,0.479431,0.5722) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=4.90145 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 890 projectile=kaon- Ekin[MeV]=27126.6 direction=(0.636355,0.286143,0.716362) material=G4_C + --> #secondaries=15 impactParameter[fm]=1.09254 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 891 projectile=xi_b- Ekin[MeV]=16251.7 direction=(0.158123,0.662836,0.731878) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=3.1351 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 892 projectile=xi_b0 Ekin[MeV]=26552.7 direction=(0.41429,0.45312,0.789332) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.841472 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 893 projectile=anti_triton Ekin[MeV]=12809 direction=(0.958981,0.249461,0.134626) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=6.2404 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 894 projectile=sigma- Ekin[MeV]=6153.31 direction=(0.246141,0.833838,0.494094) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.516702 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 895 projectile=pi- Ekin[MeV]=8748.74 direction=(0.967423,0.239234,0.0828207) material=G4_W + --> #secondaries=43 impactParameter[fm]=2.95034 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 896 projectile=pi- Ekin[MeV]=23914 direction=(0.204565,0.893898,0.398872) material=G4_Si + --> #secondaries=11 impactParameter[fm]=3.15795 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 897 projectile=B+ Ekin[MeV]=25596.1 direction=(0.2661,0.523398,0.809472) material=G4_Pb + --> #secondaries=90 impactParameter[fm]=1.64665 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 898 projectile=anti_deuteron Ekin[MeV]=5773.38 direction=(0.783,0.114478,0.611397) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=5.9125 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=40 #NNcollisions=1 + Collision 899 projectile=anti_hyperHe5 Ekin[MeV]=26649.6 direction=(0.083217,0.571883,0.816104) material=G4_C + --> #secondaries=14 impactParameter[fm]=3.82543 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 900 projectile=Bc- Ekin[MeV]=13786 direction=(0.798389,0.0369534,0.601007) material=G4_W + --> #secondaries=5 impactParameter[fm]=7.88582 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=0 + List of produced secondaries: + j=0 Bc- p=(15195.7,864.766,11436.220045.4) MeV + j=1 neutron p=(53.5661,-66.3799,36.3718944.13) MeV + j=2 W182 p=(-37.2091,-97.1384,-17.87169446) MeV + j=3 gamma p=(0.321018,0.859362,-0.2634340.954438) MeV + j=4 gamma p=(0.391011,2.01268,-2.667193.36417) MeV + Collision 901 projectile=anti_deuteron Ekin[MeV]=1983.19 direction=(0.559581,0.775141,0.293302) material=G4_C + --> #secondaries=15 impactParameter[fm]=3.28527 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=2 + Collision 902 projectile=D- Ekin[MeV]=18438.9 direction=(0.415801,0.632561,0.653434) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.29707 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 903 projectile=anti_alpha Ekin[MeV]=18005.5 direction=(0.722028,0.429071,0.542747) material=G4_W + --> #secondaries=51 impactParameter[fm]=8.60118 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=179 #NNcollisions=2 + Collision 904 projectile=B- Ekin[MeV]=15646.5 direction=(0.520042,0.596037,0.611797) material=G4_Al + --> #secondaries=9 impactParameter[fm]=2.28164 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 905 projectile=anti_triton Ekin[MeV]=24367 direction=(0.272559,0.457375,0.846475) material=G4_C + --> #secondaries=14 impactParameter[fm]=2.73459 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=12 #NNcollisions=1 + Collision 906 projectile=lambda_b Ekin[MeV]=5330.02 direction=(0.00350825,0.999101,0.0422389) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.68721 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 907 projectile=D0 Ekin[MeV]=22126.9 direction=(0.450474,0.400589,0.797873) material=G4_Si + --> #secondaries=25 impactParameter[fm]=1.66179 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 908 projectile=doublehyperdoubleneutron Ekin[MeV]=28537.5 direction=(0.44385,0.866888,0.22694) material=G4_C + --> #secondaries=23 impactParameter[fm]=0.624306 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=6 #NNcollisions=9 + Collision 909 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=13471.4 direction=(0.482782,0.661169,0.574262) material=G4_C + --> #secondaries=13 impactParameter[fm]=3.55223 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=12 #NNcollisions=1 + Collision 910 projectile=anti_neutron Ekin[MeV]=16578.4 direction=(0.757515,0.515927,0.399988) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=4.8369 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 911 projectile=anti_hyperalpha Ekin[MeV]=5538.64 direction=(0.688382,0.573185,0.444509) material=G4_Al + --> #secondaries=43 impactParameter[fm]=1.40832 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=4 + Collision 912 projectile=anti_Bs0 Ekin[MeV]=21504.1 direction=(0.0293936,0.138808,0.989883) material=G4_Al + --> #secondaries=15 impactParameter[fm]=0.646029 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=1 + Collision 913 projectile=anti_xi- Ekin[MeV]=1553.87 direction=(0.478775,0.743382,0.467075) material=G4_Al + --> #secondaries=12 impactParameter[fm]=5.08878 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 914 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=16154.5 direction=(0.0443945,0.898731,0.436247) material=G4_Fe + --> #secondaries=9 impactParameter[fm]=7.32744 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 915 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=24725.4 direction=(0.407498,0.613185,0.676719) material=G4_He + --> #secondaries=8 impactParameter[fm]=0.525381 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 916 projectile=lambda Ekin[MeV]=23761.8 direction=(0.0985369,0.679856,0.726695) material=G4_W + --> #secondaries=76 impactParameter[fm]=3.0147 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=2 + Collision 917 projectile=xi_c+ Ekin[MeV]=10322.3 direction=(0.676186,0.708126,0.203299) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=4.70547 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 918 projectile=anti_Bs0 Ekin[MeV]=29898.9 direction=(0.484548,0.853334,0.192444) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.79406 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 919 projectile=anti_xi_c0 Ekin[MeV]=10445.4 direction=(0.456064,0.187781,0.86991) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.35919 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 920 projectile=anti_omega- Ekin[MeV]=16654.3 direction=(0.730981,0.0660505,0.679194) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=4.66797 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 921 projectile=anti_triton Ekin[MeV]=2701.85 direction=(0.331314,0.818772,0.468874) material=G4_Be + --> #secondaries=15 impactParameter[fm]=2.28627 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 922 projectile=alpha Ekin[MeV]=28188.7 direction=(0.0905493,0.994013,0.0611401) material=G4_Be + --> #secondaries=18 impactParameter[fm]=2.93376 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=7 #NNcollisions=3 + Collision 923 projectile=xi_c0 Ekin[MeV]=18327.2 direction=(0.552824,0.619909,0.556864) material=G4_Be + --> #secondaries=10 impactParameter[fm]=1.10383 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 924 projectile=He3 Ekin[MeV]=22473.6 direction=(0.155306,0.956915,0.245343) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=5.1902 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 925 projectile=lambda_c+ Ekin[MeV]=5967.44 direction=(0.7759,0.630776,0.0100253) material=G4_Fe + --> #secondaries=11 impactParameter[fm]=2.76547 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 926 projectile=anti_hyperH4 Ekin[MeV]=29007.8 direction=(0.417484,0.755403,0.505048) material=G4_C + --> #secondaries=12 impactParameter[fm]=5.36844 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 927 projectile=proton Ekin[MeV]=14848.4 direction=(0.657758,0.699122,0.280325) material=G4_W + --> #secondaries=76 impactParameter[fm]=2.90599 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=3 + Collision 928 projectile=pi+ Ekin[MeV]=28921 direction=(0.802328,0.561683,0.201946) material=G4_Al + --> #secondaries=7 impactParameter[fm]=2.64746 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 929 projectile=Ds- Ekin[MeV]=5604.4 direction=(0.0942944,0.571067,0.815469) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.63772 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 930 projectile=anti_alpha Ekin[MeV]=19667 direction=(0.841175,0.00859682,0.540695) material=G4_W + --> #secondaries=47 impactParameter[fm]=9.30976 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 931 projectile=anti_lambda Ekin[MeV]=18242.5 direction=(0.444643,0.862295,0.242365) material=G4_Si + --> #secondaries=22 impactParameter[fm]=3.27682 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 932 projectile=xi- Ekin[MeV]=20620.1 direction=(0.767257,0.560371,0.311931) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=3.2834 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 933 projectile=lambda_b Ekin[MeV]=16820.7 direction=(0.467694,0.238667,0.851059) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.45973 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 934 projectile=doublehyperH4 Ekin[MeV]=11456.9 direction=(0.257483,0.7176,0.647111) material=G4_Pb + --> #secondaries=163 impactParameter[fm]=0.387506 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=175 #NNcollisions=3 + Collision 935 projectile=lambda_b Ekin[MeV]=6149.67 direction=(0.0672728,0.58681,0.806925) material=G4_W + --> #secondaries=29 impactParameter[fm]=2.53696 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=2 + Collision 936 projectile=anti_proton Ekin[MeV]=18425 direction=(0.681437,0.372079,0.630239) material=G4_Pb + --> #secondaries=101 impactParameter[fm]=2.97217 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=199 #NNcollisions=8 + Collision 937 projectile=deuteron Ekin[MeV]=4387.89 direction=(0.713099,0.617974,0.331056) material=G4_Be + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 938 projectile=neutron Ekin[MeV]=17097.8 direction=(0.827103,0.560656,0.0395732) material=G4_Si + --> #secondaries=24 impactParameter[fm]=4.18742 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 939 projectile=doublehyperH4 Ekin[MeV]=9095.69 direction=(0.561673,0.631433,0.534618) material=G4_Cu + --> #secondaries=50 impactParameter[fm]=1.42785 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=5 + Collision 940 projectile=Ds- Ekin[MeV]=22743 direction=(0.700544,0.71359,0.005209) material=G4_W + --> #secondaries=46 impactParameter[fm]=5.23302 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 941 projectile=anti_xi- Ekin[MeV]=28106 direction=(0.261611,0.617571,0.741731) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.14979 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 942 projectile=He3 Ekin[MeV]=29138 direction=(0.259611,0.620908,0.739646) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=6.71608 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 943 projectile=He3 Ekin[MeV]=16487.8 direction=(0.0773994,0.331596,0.940241) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=5.8177 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 944 projectile=Ds- Ekin[MeV]=19807.1 direction=(0.820479,0.571145,0.0246454) material=G4_Fe + --> #secondaries=28 impactParameter[fm]=1.10258 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 945 projectile=kaon- Ekin[MeV]=13797.6 direction=(0.669797,0.571971,0.473519) material=G4_C + --> #secondaries=14 impactParameter[fm]=0.41559 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 946 projectile=kaon0S Ekin[MeV]=20849.2 direction=(0.462959,0.592289,0.659441) material=G4_Si + --> #secondaries=24 impactParameter[fm]=1.93796 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=2 + Collision 947 projectile=xi_b0 Ekin[MeV]=15579.2 direction=(0.799955,0.463638,0.380936) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.37909 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 948 projectile=anti_Bs0 Ekin[MeV]=24534 direction=(0.670959,0.295929,0.679882) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=0.476466 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 949 projectile=anti_omega_c0 Ekin[MeV]=25282.4 direction=(0.12904,0.836904,0.531921) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=3.83547 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 950 projectile=Bc- Ekin[MeV]=10572.4 direction=(0.265242,0.0809948,0.960774) material=G4_W + --> #secondaries=8 impactParameter[fm]=4.10729 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 951 projectile=anti_triton Ekin[MeV]=22736.7 direction=(0.818122,0.162351,0.551651) material=G4_Al + --> #secondaries=25 impactParameter[fm]=3.65317 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 952 projectile=omega_b- Ekin[MeV]=13793.1 direction=(0.879841,0.240955,0.409659) material=G4_Si + --> #secondaries=26 impactParameter[fm]=0.873219 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=5 + Collision 953 projectile=anti_xi_c0 Ekin[MeV]=7279.41 direction=(0.354699,0.268397,0.895629) material=G4_Ar + --> #secondaries=5 impactParameter[fm]=3.79893 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 954 projectile=anti_B0 Ekin[MeV]=26174.4 direction=(0.622413,0.606303,0.494974) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=3.9685 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 955 projectile=pi- Ekin[MeV]=2025.58 direction=(0.825165,0.331581,0.457337) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 956 projectile=B0 Ekin[MeV]=21737.7 direction=(0.609609,0.580999,0.539275) material=G4_W + --> #secondaries=45 impactParameter[fm]=1.94986 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 957 projectile=kaon+ Ekin[MeV]=28456.8 direction=(0.75959,0.641287,0.108508) material=G4_Ar + --> #secondaries=27 impactParameter[fm]=3.01464 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 958 projectile=proton Ekin[MeV]=20661.6 direction=(0.667254,0.629929,0.397445) material=G4_Pb + --> #secondaries=62 impactParameter[fm]=6.03854 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 959 projectile=anti_hypertriton Ekin[MeV]=5910.64 direction=(0.44225,0.563365,0.697879) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=4.78853 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=65 #NNcollisions=1 + Collision 960 projectile=triton Ekin[MeV]=24910.2 direction=(0.498743,0.2021,0.842859) material=G4_C + --> #secondaries=24 impactParameter[fm]=2.19246 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=9 #NNcollisions=5 + Collision 961 projectile=doublehyperdoubleneutron Ekin[MeV]=23438.1 direction=(0.28165,0.438795,0.853307) material=G4_W + --> #secondaries=163 impactParameter[fm]=3.64225 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=164 #NNcollisions=10 + Collision 962 projectile=anti_lambda_b Ekin[MeV]=5582.34 direction=(0.0929884,0.278849,0.955822) material=G4_C + --> #secondaries=14 impactParameter[fm]=1.21741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=3 + Collision 963 projectile=omega- Ekin[MeV]=20606.8 direction=(0.196276,0.0728761,0.977837) material=G4_Pb + --> #secondaries=69 impactParameter[fm]=2.44634 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=3 + Collision 964 projectile=hyperalpha Ekin[MeV]=22349.1 direction=(0.702299,0.0363425,0.710954) material=G4_Al + --> #secondaries=15 impactParameter[fm]=4.29813 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 965 projectile=anti_omega_c0 Ekin[MeV]=21399.9 direction=(0.307492,0.651382,0.69365) material=G4_W + --> #secondaries=28 impactParameter[fm]=5.97431 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 966 projectile=kaon0S Ekin[MeV]=17612 direction=(0.551934,0.663267,0.505417) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=3.80049 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 967 projectile=anti_lambda Ekin[MeV]=23476.3 direction=(0.421998,0.65939,0.622192) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.22813 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 968 projectile=anti_hypertriton Ekin[MeV]=15099.8 direction=(0.752481,0.415234,0.511227) material=G4_Be + --> #secondaries=15 impactParameter[fm]=1.81292 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=3 + Collision 969 projectile=anti_Bs0 Ekin[MeV]=27416.2 direction=(0.706171,0.688976,0.1632) material=G4_C + --> #secondaries=13 impactParameter[fm]=0.440045 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 970 projectile=triton Ekin[MeV]=14255.9 direction=(0.712301,0.521714,0.469513) material=G4_C + --> #secondaries=17 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 971 projectile=anti_hyperH4 Ekin[MeV]=29671.6 direction=(0.352611,0.346817,0.869128) material=G4_He + --> #secondaries=19 impactParameter[fm]=1.2958 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=2 + Collision 972 projectile=alpha Ekin[MeV]=19831.9 direction=(0.567685,0.510442,0.645897) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.645347 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 973 projectile=anti_lambda_b Ekin[MeV]=25391.4 direction=(0.812094,0.548463,0.199226) material=G4_Si + --> #secondaries=32 impactParameter[fm]=1.5237 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=4 + Collision 974 projectile=xi_c+ Ekin[MeV]=5369.63 direction=(0.510776,0.821933,0.25206) material=G4_W + --> #secondaries=55 impactParameter[fm]=2.56618 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=3 + Collision 975 projectile=anti_lambda Ekin[MeV]=7311.56 direction=(0.602633,0.703737,0.376282) material=G4_H + --> #secondaries=8 impactParameter[fm]=2.67154 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 976 projectile=xi_b0 Ekin[MeV]=4098.98 direction=(0.684906,0.16519,0.709659) material=G4_Al + --> #secondaries=17 impactParameter[fm]=0.50327 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=0 + Collision 977 projectile=lambda Ekin[MeV]=5397.88 direction=(0.482907,0.64525,0.591991) material=G4_Fe + --> #secondaries=13 impactParameter[fm]=4.92052 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 978 projectile=doublehyperH4 Ekin[MeV]=12334.2 direction=(0.656702,0.644704,0.39128) material=G4_He + --> #secondaries=5 impactParameter[fm]=3.5102 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 979 projectile=kaon0S Ekin[MeV]=6900.75 direction=(0.0284269,0.707508,0.706133) material=G4_W + --> #secondaries=74 impactParameter[fm]=2.7718 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=4 + Collision 980 projectile=sigma+ Ekin[MeV]=15512.2 direction=(0.06741,0.676211,0.733618) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.09042 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 981 projectile=hypertriton Ekin[MeV]=27820.5 direction=(0.0457857,0.72287,0.689465) material=G4_W + --> #secondaries=97 impactParameter[fm]=3.80339 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=170 #NNcollisions=10 + Collision 982 projectile=B+ Ekin[MeV]=4499.84 direction=(0.618084,0.740357,0.26428) material=G4_Cu + --> #secondaries=7 impactParameter[fm]=2.15532 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 983 projectile=hyperalpha Ekin[MeV]=21886.2 direction=(0.876813,0.348455,0.331328) material=G4_Si + --> #secondaries=15 impactParameter[fm]=5.11341 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 984 projectile=triton Ekin[MeV]=24976.2 direction=(0.849689,0.228321,0.475287) material=G4_Si + --> #secondaries=33 impactParameter[fm]=4.01745 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 985 projectile=kaon- Ekin[MeV]=19589 direction=(0.343652,0.544552,0.765092) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=4.85278 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 986 projectile=doublehyperH4 Ekin[MeV]=11643.2 direction=(0.340676,0.625876,0.701583) material=G4_Fe + --> #secondaries=39 impactParameter[fm]=4.07117 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=4 + Collision 987 projectile=sigma- Ekin[MeV]=8314.56 direction=(0.500198,0.680681,0.535234) material=G4_C + --> #secondaries=6 impactParameter[fm]=0.460772 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 988 projectile=triton Ekin[MeV]=12230.2 direction=(0.864112,0.221274,0.45205) material=G4_Si + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 989 projectile=kaon+ Ekin[MeV]=13281.9 direction=(0.408002,0.648019,0.643122) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=3.66549 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 990 projectile=xi_b0 Ekin[MeV]=26262 direction=(0.257308,0.0688834,0.963871) material=G4_C + --> #secondaries=10 impactParameter[fm]=2.32832 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 991 projectile=proton Ekin[MeV]=8275.01 direction=(0.98455,0.147389,0.0945406) material=G4_Be + --> #secondaries=11 impactParameter[fm]=2.03071 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 992 projectile=xi_c+ Ekin[MeV]=22611.8 direction=(0.38253,0.892764,0.237997) material=G4_He + --> #secondaries=9 impactParameter[fm]=0.575538 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 993 projectile=omega- Ekin[MeV]=1104.91 direction=(0.565538,0.785084,0.252604) material=G4_Be + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 994 projectile=xi_b0 Ekin[MeV]=13679.7 direction=(0.441042,0.583911,0.681565) material=G4_W + --> #secondaries=21 impactParameter[fm]=4.66999 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 995 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=5918.46 direction=(0.371264,0.818581,0.438278) material=G4_Si + --> #secondaries=25 impactParameter[fm]=4.02126 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 996 projectile=lambda_c+ Ekin[MeV]=16166 direction=(0.393524,0.100713,0.913781) material=G4_Cu + --> #secondaries=6 impactParameter[fm]=5.00602 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 997 projectile=deuteron Ekin[MeV]=19195.8 direction=(0.498134,0.707901,0.500739) material=G4_W + --> #secondaries=82 impactParameter[fm]=3.78778 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=171 #NNcollisions=9 + Collision 998 projectile=B- Ekin[MeV]=10324.3 direction=(0.377073,0.47406,0.795665) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.51811 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 999 projectile=deuteron Ekin[MeV]=9087.85 direction=(0.231146,0.197542,0.952654) material=G4_He + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Final random number = 0.576622 + Final random number = 0.696513 === End of test === diff --git a/examples/extended/hadronic/Hadr10/hadr10.out b/examples/extended/hadronic/Hadr10/hadr10.out index 680cc1eb65..96f1bf5892 100644 --- a/examples/extended/hadronic/Hadr10/hadr10.out +++ b/examples/extended/hadronic/Hadr10/hadr10.out @@ -1,6 +1,6 @@ ===================================================== - Initial seed = 1707932318 + Initial seed = 1718963480 ===================================================== 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-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -79,20 +79,20 @@ Index : 1 used in the geometry : Yes ### Run 0 starts. ### Run 0 starts. - Event#=0 t[ns]=0.106237 r[mm]=31.8487 deltaR[mum]=1.03167e-05 deltaEkin[MeV]=7.27439 deltaAngle(deg)=0.00562989 - Event#=1000 t[ns]=0.0902918 r[mm]=27.0686 deltaR[mum]=4.12771e-06 deltaEkin[MeV]=7.00383 deltaAngle(deg)=0.00392277 - Event#=2000 t[ns]=0.0253303 r[mm]=7.59378 deltaR[mum]=1.04208e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.0010397 - Event#=3000 t[ns]=0.209056 r[mm]=62.6731 deltaR[mum]=4.76569e-05 deltaEkin[MeV]=10.027 deltaAngle(deg)=0.00767281 - Event#=4000 t[ns]=0.103468 r[mm]=31.0186 deltaR[mum]=7.17798e-06 deltaEkin[MeV]=7.25549 deltaAngle(deg)=0.00411798 - Event#=5000 t[ns]=0.00201093 r[mm]=0.602857 deltaR[mum]=5.21805e-11 deltaEkin[MeV]=0 deltaAngle(deg)=8.25432e-05 - Event#=6000 t[ns]=0.121199 r[mm]=36.3343 deltaR[mum]=1.91187e-05 deltaEkin[MeV]=8.75661 deltaAngle(deg)=0.00639885 - Event#=7000 t[ns]=0.122575 r[mm]=36.7467 deltaR[mum]=1.62575e-05 deltaEkin[MeV]=13.8652 deltaAngle(deg)=0.00502042 - Event#=8000 t[ns]=0.000701906 r[mm]=0.210425 deltaR[mum]=2.2482e-12 deltaEkin[MeV]=0 deltaAngle(deg)=2.88112e-05 - Event#=9000 t[ns]=0.0565609 r[mm]=16.9564 deltaR[mum]=9.79885e-07 deltaEkin[MeV]=3.27576 deltaAngle(deg)=0.00265672 + Event#=0 t[ns]=0.0783308 r[mm]=23.4828 deltaR[mum]=2.22499e-06 deltaEkin[MeV]=4.98109 deltaAngle(deg)=0.00310494 + Event#=1000 t[ns]=0.150899 r[mm]=45.2381 deltaR[mum]=2.75772e-05 deltaEkin[MeV]=7.58051 deltaAngle(deg)=0.00708792 + Event#=2000 t[ns]=0.0756596 r[mm]=22.682 deltaR[mum]=2.22995e-06 deltaEkin[MeV]=6.11121 deltaAngle(deg)=0.00259068 + Event#=3000 t[ns]=0.00869082 r[mm]=2.60543 deltaR[mum]=4.20908e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000356722 + Event#=4000 t[ns]=0.210411 r[mm]=63.0791 deltaR[mum]=5.19881e-05 deltaEkin[MeV]=10.0455 deltaAngle(deg)=0.00811376 + Event#=5000 t[ns]=0.0226424 r[mm]=6.78796 deltaR[mum]=7.44311e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000929375 + Event#=6000 t[ns]=0.112756 r[mm]=33.8031 deltaR[mum]=2.06512e-05 deltaEkin[MeV]=7.29542 deltaAngle(deg)=0.00724323 + Event#=7000 t[ns]=0.0880839 r[mm]=26.4067 deltaR[mum]=3.0917e-06 deltaEkin[MeV]=6.267 deltaAngle(deg)=0.00397315 + Event#=8000 t[ns]=0.126643 r[mm]=37.9665 deltaR[mum]=1.6334e-05 deltaEkin[MeV]=9.96726 deltaAngle(deg)=0.0056401 + Event#=9000 t[ns]=0.0357522 r[mm]=10.7182 deltaR[mum]=3.30687e-07 deltaEkin[MeV]=0.612613 deltaAngle(deg)=0.00153543 Run terminated. Run Summary Number of events processed : 10000 - User=0.170000s Real=0.187508s Sys=0.000000s + User=0.200000s Real=0.215233s Sys=0.000000s ============ Run::printInfo() =============== RunID = 0 @@ -114,40 +114,40 @@ Run Summary (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=9.2465e-07 mean=0.0817452 max=0.818248 - decay R [mm] : min=0.000277201 mean=24.5064 max=245.303 - decay X [mm] : min=0.000277201 mean=24.5064 max=245.303 - decay Y [mm] : min=9.18193e-14 mean=0.00166466 max=0.0747682 - decay Z [mm] : min=-0.00741309 mean=1.75979e-06 max=0.00522068 - Delta decay R [mm] : min=-3.46945e-18 mean=2.20946e-08 max=4.59009e-06 - deflection angle [deg] : min=0 mean=0.00338799 max=0.0341383 - Delta Ekin [MeV] : min=0 mean=6.0867 max=8875.4 - decay Ekin [GeV] : min=491.125 mean=499.994 max=500 - decay Px [GeV] : min=492.898 mean=501.768 max=501.774 - decay Py [GeV] : min=-0.0253667 mean=0.029436 max=0.298752 - decay Pz [GeV] : min=-0.0534022 mean=4.43302e-05 max=0.0544091 - decay Etot violation [MeV] : min=-9.3889e-06 mean=5.60283e-06 max=3.15605e-05 - decay Px violation [MeV] : min=-9.38884e-06 mean=5.60285e-06 max=3.15605e-05 - decay Py violation [MeV] : min=-1.01258e-09 mean=4.58605e-10 max=8.04386e-09 - decay Pz violation [MeV] : min=-9.43015e-10 mean=9.84771e-14 max=9.55865e-10 + decay T [ns] : min=5.37334e-07 mean=0.0807406 max=0.784312 + decay R [mm] : min=0.000161088 mean=24.2053 max=235.129 + decay X [mm] : min=0.000161088 mean=24.2053 max=235.129 + decay Y [mm] : min=3.10075e-14 mean=0.00161754 max=0.066177 + decay Z [mm] : min=-0.00309687 mean=-3.64633e-06 max=0.00271101 + Delta decay R [mm] : min=-3.46945e-18 mean=1.99448e-08 max=3.0857e-06 + deflection angle [deg] : min=0 mean=0.00334716 max=0.0321365 + Delta Ekin [MeV] : min=0 mean=6.64415 max=16746.7 + decay Ekin [GeV] : min=483.253 mean=499.993 max=500 + decay Px [GeV] : min=485.027 mean=501.767 max=501.774 + decay Py [GeV] : min=-0.00715582 mean=0.0290487 max=0.281457 + decay Pz [GeV] : min=-0.0889299 mean=-6.72669e-05 max=0.0658628 + decay Etot violation [MeV] : min=-1.19826e-05 mean=5.58388e-06 max=2.61285e-05 + decay Px violation [MeV] : min=-1.19827e-05 mean=5.5839e-06 max=2.61285e-05 + decay Py violation [MeV] : min=-3.88129e-09 mean=4.45342e-10 max=7.95512e-09 + decay Pz violation [MeV] : min=-2.2842e-09 mean=-1.00046e-12 max=5.49562e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.0615967 (mean=0.0100917) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.0586285 (mean=0.00999762) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 4.76894e-09 , 4.76894e-09 + maxGamma_deltaMax{1,2,3} = 0 , 4.88927e-09 , 4.88927e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.43784e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.35826e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -167.987 (mean=-0.24571) (#above threshold = 99) - maxOverestimated_mc_truth_rPos_delta [mum] = 353.333 (mean=0.297867) (#above threshold = 396) - minUnderestimated_rDeltaPos [mum] = -167.982 (mean=-0.245688) (#above threshold = 99) - maxOverestimated_rDeltaPos [mum] = 353.337 (mean=0.297889) (#above threshold = 396) + minUnderestimated_mc_truth_rPos_delta [mum] = -680.118 (mean=-0.287902) (#above threshold = 88) + maxOverestimated_mc_truth_rPos_delta [mum] = 163.656 (mean=0.204917) (#above threshold = 365) + minUnderestimated_rDeltaPos [mum] = -680.116 (mean=-0.287882) (#above threshold = 88) + maxOverestimated_rDeltaPos [mum] = 163.658 (mean=0.204937) (#above threshold = 365) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0317568 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0321176 ============================================= @@ -171,20 +171,20 @@ Index : 1 used in the geometry : Yes ### Run 1 starts. ### Run 1 starts. - Event#=0 t[ns]=0.0267811 r[mm]=8.02873 deltaR[mum]=1.2316e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00109926 - Event#=1000 t[ns]=0.0938334 r[mm]=28.1304 deltaR[mum]=3.71489e-06 deltaEkin[MeV]=6.97316 deltaAngle(deg)=0.00412014 - Event#=2000 t[ns]=0.0402245 r[mm]=12.0589 deltaR[mum]=4.50283e-07 deltaEkin[MeV]=1.02519 deltaAngle(deg)=0.00203142 - Event#=3000 t[ns]=0.0214481 r[mm]=6.42994 deltaR[mum]=6.32641e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000880356 - Event#=4000 t[ns]=0.000129038 r[mm]=0.0386843 deltaR[mum]=1.38778e-14 deltaEkin[MeV]=0 deltaAngle(deg)=5.33128e-06 - Event#=5000 t[ns]=0.0885833 r[mm]=26.5564 deltaR[mum]=3.86493e-06 deltaEkin[MeV]=7.921 deltaAngle(deg)=0.00367678 - Event#=6000 t[ns]=0.123361 r[mm]=36.9825 deltaR[mum]=9.06682e-06 deltaEkin[MeV]=7.11895 deltaAngle(deg)=0.00472383 - Event#=7000 t[ns]=0.167408 r[mm]=50.1874 deltaR[mum]=4.34954e-05 deltaEkin[MeV]=7.19602 deltaAngle(deg)=0.00729332 - Event#=8000 t[ns]=0.0885407 r[mm]=26.5437 deltaR[mum]=3.13799e-06 deltaEkin[MeV]=6.04933 deltaAngle(deg)=0.00385809 - Event#=9000 t[ns]=0.09925 r[mm]=29.7542 deltaR[mum]=5.3047e-06 deltaEkin[MeV]=7.41721 deltaAngle(deg)=0.00511595 + Event#=0 t[ns]=0.0652467 r[mm]=19.5603 deltaR[mum]=1.38072e-06 deltaEkin[MeV]=3.51266 deltaAngle(deg)=0.0025146 + Event#=1000 t[ns]=0.109086 r[mm]=32.703 deltaR[mum]=7.85841e-06 deltaEkin[MeV]=9.8782 deltaAngle(deg)=0.00378563 + Event#=2000 t[ns]=0.00410195 r[mm]=1.22973 deltaR[mum]=4.42535e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000168367 + Event#=3000 t[ns]=0.0455018 r[mm]=13.641 deltaR[mum]=5.99396e-07 deltaEkin[MeV]=1.45916 deltaAngle(deg)=0.00188136 + Event#=4000 t[ns]=0.104503 r[mm]=31.3291 deltaR[mum]=6.25162e-06 deltaEkin[MeV]=7.41521 deltaAngle(deg)=0.00445808 + Event#=5000 t[ns]=0.00473187 r[mm]=1.41857 deltaR[mum]=6.79679e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000194225 + Event#=6000 t[ns]=0.0338529 r[mm]=10.1488 deltaR[mum]=2.79874e-07 deltaEkin[MeV]=0.374995 deltaAngle(deg)=0.00123319 + Event#=7000 t[ns]=0.124979 r[mm]=37.4676 deltaR[mum]=1.86223e-05 deltaEkin[MeV]=8.86108 deltaAngle(deg)=0.00626836 + Event#=8000 t[ns]=0.0515246 r[mm]=15.4466 deltaR[mum]=7.91989e-07 deltaEkin[MeV]=2.81777 deltaAngle(deg)=0.0027097 + Event#=9000 t[ns]=0.125154 r[mm]=37.5201 deltaR[mum]=1.96405e-05 deltaEkin[MeV]=7.81597 deltaAngle(deg)=0.00637044 Run terminated. Run Summary Number of events processed : 10000 - User=0.170000s Real=0.175938s Sys=0.000000s + User=0.190000s Real=0.194283s Sys=0.000000s ============ Run::printInfo() =============== RunID = 1 @@ -206,40 +206,40 @@ Run Summary (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.07695e-06 mean=0.0813318 max=0.923791 - decay R [mm] : min=0.000322861 mean=24.3825 max=276.944 - decay X [mm] : min=0.000322861 mean=24.3825 max=276.944 - decay Y [mm] : min=-0.0915558 mean=-0.00163811 max=-1.24558e-13 - decay Z [mm] : min=-0.00474596 mean=-1.41338e-06 max=0.00471055 - Delta decay R [mm] : min=-1.73472e-18 mean=2.05926e-08 max=5.08135e-06 - deflection angle [deg] : min=0 mean=0.00336048 max=0.037881 - Delta Ekin [MeV] : min=0 mean=4.75127 max=1302.29 - decay Ekin [GeV] : min=498.698 mean=499.995 max=500 - decay Px [GeV] : min=500.471 mean=501.769 max=501.774 - decay Py [GeV] : min=-0.331774 mean=-0.0291897 max=0.0131361 - decay Pz [GeV] : min=-0.0491985 mean=3.1682e-05 max=0.0511443 - decay Etot violation [MeV] : min=-9.3889e-06 mean=5.60621e-06 max=2.74882e-05 - decay Px violation [MeV] : min=-9.3889e-06 mean=5.60623e-06 max=2.74883e-05 - decay Py violation [MeV] : min=-7.2763e-09 mean=-4.48706e-10 max=1.78557e-09 - decay Pz violation [MeV] : min=-9.04329e-10 mean=7.68355e-13 max=8.87923e-10 + decay T [ns] : min=8.69081e-06 mean=0.0824184 max=0.826815 + decay R [mm] : min=0.00260542 mean=24.7083 max=247.871 + decay X [mm] : min=0.00260542 mean=24.7083 max=247.871 + decay Y [mm] : min=-0.0782961 mean=-0.00165976 max=-8.11146e-12 + decay Z [mm] : min=-0.00328124 mean=2.00363e-06 max=0.0040428 + Delta decay R [mm] : min=-3.46945e-18 mean=2.06441e-08 max=4.71047e-06 + deflection angle [deg] : min=0 mean=0.00340364 max=0.0350805 + Delta Ekin [MeV] : min=0 mean=6.1681 max=10080.9 + decay Ekin [GeV] : min=489.919 mean=499.994 max=500 + decay Px [GeV] : min=491.693 mean=501.768 max=501.774 + decay Py [GeV] : min=-0.307208 mean=-0.0295657 max=0.00181347 + decay Pz [GeV] : min=-0.0492218 mean=-2.64354e-06 max=0.0388523 + decay Etot violation [MeV] : min=-1.03597e-05 mean=5.6202e-06 max=2.70227e-05 + decay Px violation [MeV] : min=-1.03598e-05 mean=5.62022e-06 max=2.70228e-05 + decay Py violation [MeV] : min=-8.8844e-09 mean=-4.61492e-10 max=1.88794e-09 + decay Pz violation [MeV] : min=-9.31529e-10 mean=-2.28113e-13 max=8.26013e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.0615967 (mean=0.0101334) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.0615967 (mean=0.0100894) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 4.78963e-09 , 4.78963e-09 + maxGamma_deltaMax{1,2,3} = 0 , 4.69822e-09 , 4.69822e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.42061e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=5.483e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -37.2149 (mean=-0.213832) (#above threshold = 90) - maxOverestimated_mc_truth_rPos_delta [mum] = 58.8081 (mean=0.175501) (#above threshold = 367) - minUnderestimated_rDeltaPos [mum] = -37.2147 (mean=-0.213811) (#above threshold = 90) - maxOverestimated_rDeltaPos [mum] = 58.8091 (mean=0.175522) (#above threshold = 367) + minUnderestimated_mc_truth_rPos_delta [mum] = -340.671 (mean=-0.265874) (#above threshold = 110) + maxOverestimated_mc_truth_rPos_delta [mum] = 355.827 (mean=0.236717) (#above threshold = 383) + minUnderestimated_rDeltaPos [mum] = -340.666 (mean=-0.265854) (#above threshold = 110) + maxOverestimated_rDeltaPos [mum] = 355.832 (mean=0.236737) (#above threshold = 383) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0477143 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0324846 ============================================= @@ -263,20 +263,20 @@ Index : 1 used in the geometry : Yes ### Run 2 starts. ### Run 2 starts. - Event#=0 t[ns]=0.00687121 r[mm]=2.05992 deltaR[mum]=2.07923e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000281982 - Event#=1000 t[ns]=0.478494 r[mm]=143.448 deltaR[mum]=0.000683922 deltaEkin[MeV]=8.084 deltaAngle(deg)=0.019132 - Event#=2000 t[ns]=0.413551 r[mm]=123.979 deltaR[mum]=0.000424777 deltaEkin[MeV]=7.64755 deltaAngle(deg)=0.0159879 - Event#=3000 t[ns]=0.31516 r[mm]=94.4819 deltaR[mum]=0.000152589 deltaEkin[MeV]=8.33135 deltaAngle(deg)=0.013386 - Event#=4000 t[ns]=0.413518 r[mm]=123.969 deltaR[mum]=0.000429706 deltaEkin[MeV]=7.4203 deltaAngle(deg)=0.0171341 - Event#=5000 t[ns]=0.200327 r[mm]=60.056 deltaR[mum]=3.36373e-05 deltaEkin[MeV]=7.16454 deltaAngle(deg)=0.00752344 - Event#=6000 t[ns]=0.0410392 r[mm]=12.3032 deltaR[mum]=5.50747e-07 deltaEkin[MeV]=1.95509 deltaAngle(deg)=0.00133463 - Event#=7000 t[ns]=0.166765 r[mm]=49.9946 deltaR[mum]=3.41209e-05 deltaEkin[MeV]=6.51552 deltaAngle(deg)=0.00761852 - Event#=8000 t[ns]=0.507877 r[mm]=152.257 deltaR[mum]=0.000814943 deltaEkin[MeV]=7.30529 deltaAngle(deg)=0.0203737 - Event#=9000 t[ns]=0.155117 r[mm]=46.5027 deltaR[mum]=2.48833e-05 deltaEkin[MeV]=6.74412 deltaAngle(deg)=0.00700631 + Event#=0 t[ns]=0.0524555 r[mm]=15.7256 deltaR[mum]=8.24343e-07 deltaEkin[MeV]=2.31123 deltaAngle(deg)=0.00209351 + Event#=1000 t[ns]=0.33332 r[mm]=99.9261 deltaR[mum]=0.000200212 deltaEkin[MeV]=8.03341 deltaAngle(deg)=0.0130235 + Event#=2000 t[ns]=0.026722 r[mm]=8.01101 deltaR[mum]=1.22302e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00109663 + Event#=3000 t[ns]=0.374195 r[mm]=112.18 deltaR[mum]=0.000286438 deltaEkin[MeV]=7.02488 deltaAngle(deg)=0.0147579 + Event#=4000 t[ns]=0.0148739 r[mm]=4.45905 deltaR[mum]=2.10907e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.0006104 + Event#=5000 t[ns]=0.00590997 r[mm]=1.77175 deltaR[mum]=1.32361e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000242537 + Event#=6000 t[ns]=0.107977 r[mm]=32.3706 deltaR[mum]=8.50584e-06 deltaEkin[MeV]=6.74667 deltaAngle(deg)=0.00520193 + Event#=7000 t[ns]=0.0967679 r[mm]=29.0101 deltaR[mum]=6.28255e-06 deltaEkin[MeV]=8.76809 deltaAngle(deg)=0.00370854 + Event#=8000 t[ns]=0.155092 r[mm]=46.4949 deltaR[mum]=1.70708e-05 deltaEkin[MeV]=6.86251 deltaAngle(deg)=0.00591316 + Event#=9000 t[ns]=0.370626 r[mm]=111.11 deltaR[mum]=0.000325483 deltaEkin[MeV]=7.21404 deltaAngle(deg)=0.0150915 Run terminated. Run Summary Number of events processed : 10000 - User=0.360000s Real=0.367816s Sys=0.000000s + User=0.400000s Real=0.399009s Sys=0.000000s ============ Run::printInfo() =============== RunID = 2 @@ -293,45 +293,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9794 + # Decays = 9792 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=6.61214e-05 mean=0.275361 max=2.51351 - decay R [mm] : min=0.0198226 mean=82.5505 max=753.526 - decay X [mm] : min=0.0198226 mean=82.5505 max=753.526 - decay Y [mm] : min=-0.68075 mean=-0.0167222 max=0.00684692 - decay Z [mm] : min=-0.0375374 mean=4.54741e-06 max=0.0762548 - Delta decay R [mm] : min=0 mean=8.0689e-07 max=0.000102028 - deflection angle [deg] : min=2.83136e-06 mean=0.0113254 max=0.103341 - Delta Ekin [MeV] : min=0 mean=7.62627 max=763.098 - decay Ekin [GeV] : min=499.237 mean=499.992 max=500 - decay Px [GeV] : min=501.103 mean=501.858 max=501.866 - decay Py [GeV] : min=-0.905249 mean=-0.0988009 max=0.0894927 - decay Pz [GeV] : min=-0.271757 mean=-1.39248e-05 max=0.118965 - decay Etot violation [MeV] : min=-8.7184e-06 mean=1.14511e-05 max=3.03407e-05 - decay Px violation [MeV] : min=-8.71834e-06 mean=1.14513e-05 max=3.03409e-05 - decay Py violation [MeV] : min=-3.5942e-08 mean=-2.54411e-09 max=4.53747e-09 - decay Pz violation [MeV] : min=-1.11203e-08 mean=-7.80372e-13 max=3.37008e-09 + decay T [ns] : min=3.96576e-05 mean=0.273499 max=2.9555 + decay R [mm] : min=0.011889 mean=81.9924 max=886.029 + decay X [mm] : min=0.011889 mean=81.9924 max=886.028 + decay Y [mm] : min=-0.920583 mean=-0.0165618 max=0.024236 + decay Z [mm] : min=-0.0681632 mean=-1.4893e-05 max=0.0325851 + Delta decay R [mm] : min=-1.73472e-18 mean=8.04118e-07 max=0.000164997 + deflection angle [deg] : min=1.70738e-06 mean=0.0112625 max=0.120129 + Delta Ekin [MeV] : min=0 mean=8.10705 max=3637.98 + decay Ekin [GeV] : min=496.362 mean=499.992 max=500 + decay Px [GeV] : min=498.228 mean=501.858 max=501.866 + decay Py [GeV] : min=-1.05233 mean=-0.0982191 max=0.185199 + decay Pz [GeV] : min=-0.229439 mean=-7.84424e-05 max=0.0700162 + decay Etot violation [MeV] : min=-8.71834e-06 mean=1.1452e-05 max=3.02981e-05 + decay Px violation [MeV] : min=-8.71834e-06 mean=1.14521e-05 max=3.02984e-05 + decay Py violation [MeV] : min=-3.11475e-08 mean=-2.54512e-09 max=6.4847e-09 + decay Pz violation [MeV] : min=-4.33273e-09 mean=-7.53733e-13 max=2.42117e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0499883 (mean=0.0112972) - maxBeta_deltaMax{1,2} = 4.44089e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 4.32209e-09 , 4.32209e-09 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0499883 (mean=0.0111812) + maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 4.38746e-09 , 4.38746e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -43.5421 (mean=-0.366711) (#above threshold = 140) - maxOverestimated_mc_truth_rPos_delta [mum] = 210.936 (mean=1.14544) (#above threshold = 3486) - minUnderestimated_rDeltaPos [mum] = -43.5404 (mean=-0.365904) (#above threshold = 140) - maxOverestimated_rDeltaPos [mum] = 210.942 (mean=1.14625) (#above threshold = 3486) + minUnderestimated_mc_truth_rPos_delta [mum] = -190.016 (mean=-0.386363) (#above threshold = 177) + maxOverestimated_mc_truth_rPos_delta [mum] = 328.566 (mean=1.19899) (#above threshold = 3424) + minUnderestimated_rDeltaPos [mum] = -190.012 (mean=-0.385559) (#above threshold = 176) + maxOverestimated_rDeltaPos [mum] = 328.571 (mean=1.1998) (#above threshold = 3425) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.119095 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.120856 ============================================= @@ -355,20 +355,20 @@ Index : 1 used in the geometry : Yes ### Run 3 starts. ### Run 3 starts. - Event#=0 t[ns]=0.661557 r[mm]=198.329 deltaR[mum]=0.00176316 deltaEkin[MeV]=6.81086 deltaAngle(deg)=0.0266536 - Event#=1000 t[ns]=0.195444 r[mm]=58.5921 deltaR[mum]=5.12108e-05 deltaEkin[MeV]=7.20895 deltaAngle(deg)=0.00901018 - Event#=2000 t[ns]=1.00516 r[mm]=301.336 deltaR[mum]=0.00658656 deltaEkin[MeV]=7.49972 deltaAngle(deg)=0.0414817 - Event#=3000 t[ns]=0.0534438 r[mm]=16.0219 deltaR[mum]=8.59988e-07 deltaEkin[MeV]=2.53258 deltaAngle(deg)=0.00246538 - Event#=4000 t[ns]=0.179387 r[mm]=53.7786 deltaR[mum]=3.37224e-05 deltaEkin[MeV]=7.38858 deltaAngle(deg)=0.00744009 - Event#=5000 t[ns]=0.301393 r[mm]=90.3546 deltaR[mum]=0.00015852 deltaEkin[MeV]=8.38063 deltaAngle(deg)=0.0124056 - Event#=6000 t[ns]=0.00956906 r[mm]=2.86871 deltaR[mum]=5.61595e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000392698 - Event#=7000 t[ns]=0.263485 r[mm]=78.9903 deltaR[mum]=0.000111826 deltaEkin[MeV]=6.7864 deltaAngle(deg)=0.0110613 - Event#=8000 t[ns]=0.490041 r[mm]=146.91 deltaR[mum]=0.000787154 deltaEkin[MeV]=10.2071 deltaAngle(deg)=0.0204255 - Event#=9000 t[ns]=0.0523844 r[mm]=15.7043 deltaR[mum]=8.21821e-07 deltaEkin[MeV]=2.3032 deltaAngle(deg)=0.0021435 + Event#=0 t[ns]=0.29998 r[mm]=89.9311 deltaR[mum]=0.000115554 deltaEkin[MeV]=6.22542 deltaAngle(deg)=0.0120805 + Event#=1000 t[ns]=0.166727 r[mm]=49.9832 deltaR[mum]=4.81981e-05 deltaEkin[MeV]=19.272 deltaAngle(deg)=0.00776656 + Event#=2000 t[ns]=0.0765809 r[mm]=22.9582 deltaR[mum]=3.37678e-06 deltaEkin[MeV]=9.10072 deltaAngle(deg)=0.00319544 + Event#=3000 t[ns]=0.509245 r[mm]=152.667 deltaR[mum]=0.00083066 deltaEkin[MeV]=10.0569 deltaAngle(deg)=0.020431 + Event#=4000 t[ns]=0.941337 r[mm]=282.204 deltaR[mum]=0.00533907 deltaEkin[MeV]=7.3262 deltaAngle(deg)=0.0382121 + Event#=5000 t[ns]=0.343211 r[mm]=102.891 deltaR[mum]=0.000294849 deltaEkin[MeV]=6.79553 deltaAngle(deg)=0.0145377 + Event#=6000 t[ns]=0.025186 r[mm]=7.55051 deltaR[mum]=1.02402e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00103359 + Event#=7000 t[ns]=0.21969 r[mm]=65.8611 deltaR[mum]=7.09408e-05 deltaEkin[MeV]=7.44275 deltaAngle(deg)=0.0102972 + Event#=8000 t[ns]=0.271828 r[mm]=81.4913 deltaR[mum]=0.000118697 deltaEkin[MeV]=7.98805 deltaAngle(deg)=0.0114797 + Event#=9000 t[ns]=0.271673 r[mm]=81.445 deltaR[mum]=8.30558e-05 deltaEkin[MeV]=6.3547 deltaAngle(deg)=0.0106743 Run terminated. Run Summary Number of events processed : 10000 - User=0.360000s Real=0.374608s Sys=0.000000s + User=0.380000s Real=0.382824s Sys=0.000000s ============ Run::printInfo() =============== RunID = 3 @@ -385,45 +385,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9788 + # Decays = 9821 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=4.48479e-06 mean=0.272403 max=2.44425 - decay R [mm] : min=0.0013445 mean=81.6638 max=732.762 - decay X [mm] : min=0.0013445 mean=81.6638 max=732.762 - decay Y [mm] : min=-0.00370888 mean=0.0166419 max=0.639172 - decay Z [mm] : min=-0.040519 mean=1.38974e-05 max=0.062521 - Delta decay R [mm] : min=0 mean=8.22836e-07 max=9.37614e-05 - deflection angle [deg] : min=8.53688e-07 mean=0.0112224 max=0.100118 - Delta Ekin [MeV] : min=0 mean=7.87664 max=1470.51 - decay Ekin [GeV] : min=498.529 mean=499.992 max=500 - decay Px [GeV] : min=500.396 mean=501.858 max=501.866 - decay Py [GeV] : min=-0.0652483 mean=0.0979849 max=0.877022 - decay Pz [GeV] : min=-0.120083 mean=3.25371e-05 max=0.083628 - decay Etot violation [MeV] : min=-8.7184e-06 mean=1.14008e-05 max=3.13165e-05 - decay Px violation [MeV] : min=-8.71834e-06 mean=1.14009e-05 max=3.13168e-05 - decay Py violation [MeV] : min=-1.78896e-09 mean=2.54577e-09 max=3.22688e-08 - decay Pz violation [MeV] : min=-3.17725e-09 mean=1.09267e-12 max=2.8071e-09 + decay T [ns] : min=1.82259e-05 mean=0.276801 max=2.72393 + decay R [mm] : min=0.00546394 mean=82.9822 max=816.609 + decay X [mm] : min=0.00546394 mean=82.9822 max=816.609 + decay Y [mm] : min=-0.00763929 mean=0.0167579 max=0.797114 + decay Z [mm] : min=-0.0444945 mean=-2.30883e-06 max=0.0417617 + Delta decay R [mm] : min=8.67362e-19 mean=8.11099e-07 max=0.000129616 + deflection angle [deg] : min=0 mean=0.0113989 max=0.111832 + Delta Ekin [MeV] : min=0 mean=8.0606 max=3245.27 + decay Ekin [GeV] : min=496.755 mean=499.992 max=500 + decay Px [GeV] : min=498.621 mean=501.858 max=501.866 + decay Py [GeV] : min=-0.0438873 mean=0.0994627 max=0.979638 + decay Pz [GeV] : min=-0.13877 mean=-7.06811e-05 max=0.120303 + decay Etot violation [MeV] : min=-8.7184e-06 mean=1.14936e-05 max=3.06684e-05 + decay Px violation [MeV] : min=-8.71834e-06 mean=1.14938e-05 max=3.06686e-05 + decay Py violation [MeV] : min=-1.20848e-09 mean=2.5853e-09 max=3.18872e-08 + decay Pz violation [MeV] : min=-4.42913e-09 mean=-1.06337e-12 max=3.18892e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0499883 (mean=0.0112642) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0499883 (mean=0.0111323) maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 4.2383e-09 , 4.2383e-09 + maxGamma_deltaMax{1,2,3} = 0 , 4.37092e-09 , 4.37092e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -60.0482 (mean=-0.376219) (#above threshold = 174) - maxOverestimated_mc_truth_rPos_delta [mum] = 185.706 (mean=1.19723) (#above threshold = 3392) - minUnderestimated_rDeltaPos [mum] = -60.0467 (mean=-0.375396) (#above threshold = 174) - maxOverestimated_rDeltaPos [mum] = 185.709 (mean=1.19805) (#above threshold = 3392) + minUnderestimated_mc_truth_rPos_delta [mum] = -83.6632 (mean=-0.375535) (#above threshold = 170) + maxOverestimated_mc_truth_rPos_delta [mum] = 158.13 (mean=1.2206) (#above threshold = 3551) + minUnderestimated_rDeltaPos [mum] = -83.6609 (mean=-0.374724) (#above threshold = 170) + maxOverestimated_rDeltaPos [mum] = 158.132 (mean=1.22141) (#above threshold = 3552) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0948017 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.129616 ============================================= @@ -447,20 +447,20 @@ Index : 1 used in the geometry : Yes ### Run 4 starts. ### Run 4 starts. - Event#=0 t[ns]=0.0988529 r[mm]=29.6352 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0385198 r[mm]=11.5479 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0789645 r[mm]=23.6728 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0557226 r[mm]=16.7051 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.366459 r[mm]=109.861 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.323813 r[mm]=97.0762 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.0614318 r[mm]=18.4167 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.00271032 r[mm]=0.812528 deltaR[mum]=1.11022e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.116889 r[mm]=35.0422 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0551792 r[mm]=16.5422 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0588353 r[mm]=17.6383 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.000693275 r[mm]=0.207837 deltaR[mum]=2.77556e-14 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0594423 r[mm]=17.8202 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.127642 r[mm]=38.266 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0542719 r[mm]=16.2702 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.00708547 r[mm]=2.12415 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0818524 r[mm]=24.5386 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0591004 r[mm]=17.7177 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.121604 r[mm]=36.4558 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.103021 r[mm]=30.8848 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.170000s Real=0.169886s Sys=0.000000s + User=0.170000s Real=0.175432s Sys=0.000000s ============ Run::printInfo() =============== RunID = 4 @@ -477,43 +477,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9856 + # Decays = 9843 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=8.85728e-06 mean=0.109585 max=0.994938 - decay R [mm] : min=0.00265533 mean=32.8526 max=298.273 - decay X [mm] : min=0.00265533 mean=32.8526 max=298.273 - decay Y [mm] : min=-0.00751558 mean=7.26216e-06 max=0.0450223 - decay Z [mm] : min=-0.0156342 mean=-4.35175e-06 max=0.0169293 - Delta decay R [mm] : min=-5.68434e-14 mean=4.8532e-10 max=4.53542e-07 - deflection angle [deg] : min=0 mean=3.71121e-05 max=0.0211774 - Delta Ekin [MeV] : min=0 mean=0.000566696 max=0.660487 - decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=501.861 mean=501.861 max=501.861 - decay Py [GeV] : min=-0.171628 mean=3.27425e-05 max=0.149184 - decay Pz [GeV] : min=-0.103306 mean=-7.14749e-05 max=0.131824 - decay Etot violation [MeV] : min=-7.81927e-06 mean=2.8951e-06 max=1.40574e-05 - decay Px violation [MeV] : min=-7.81915e-06 mean=2.89519e-06 max=1.40576e-05 - decay Py violation [MeV] : min=-1.43355e-09 mean=5.997e-13 max=1.90727e-09 - decay Pz violation [MeV] : min=-9.14667e-10 mean=-4.98329e-13 max=4.00846e-10 + decay T [ns] : min=8.26686e-06 mean=0.109376 max=1.04725 + decay R [mm] : min=0.00247833 mean=32.7898 max=313.957 + decay X [mm] : min=0.00247833 mean=32.7898 max=313.957 + decay Y [mm] : min=-0.0406777 mean=-7.79636e-06 max=0.0144482 + decay Z [mm] : min=-0.0245491 mean=-2.24081e-06 max=0.0130622 + Delta decay R [mm] : min=-2.84217e-14 mean=7.58646e-10 max=1.73635e-06 + deflection angle [deg] : min=0 mean=4.37384e-05 max=0.0365174 + Delta Ekin [MeV] : min=0 mean=0.000903201 max=1.96389 + decay Ekin [GeV] : min=499.998 mean=500 max=500 + decay Px [GeV] : min=501.859 mean=501.861 max=501.861 + decay Py [GeV] : min=-0.299165 mean=-9.8044e-05 max=0.151685 + decay Pz [GeV] : min=-0.109068 mean=4.6415e-06 max=0.113276 + decay Etot violation [MeV] : min=-7.5787e-06 mean=2.88297e-06 max=1.20267e-05 + decay Px violation [MeV] : min=-7.5784e-06 mean=2.88305e-06 max=1.20269e-05 + decay Py violation [MeV] : min=-2.95776e-09 mean=-2.48905e-13 max=1.04924e-09 + decay Pz violation [MeV] : min=-8.19007e-10 mean=5.4422e-13 max=1.24723e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0289588 (mean=0.00381304) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 2.94222e-09 , 2.94222e-09 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0453235 (mean=0.00381917) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 3.80078e-09 , 3.80078e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.62457e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.68626e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0214359 (mean=-1.86651e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.139129 (mean=4.28892e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0211388 (mean=-1.81798e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.139559 (mean=4.33745e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0737873 (mean=-3.12777e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.131746 (mean=5.82405e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0733667 (mean=-3.05191e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.132369 (mean=5.89992e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -539,20 +539,20 @@ Index : 1 used in the geometry : Yes ### Run 5 starts. ### Run 5 starts. - Event#=0 t[ns]=0.054689 r[mm]=16.3952 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0711076 r[mm]=21.3174 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.24871 r[mm]=74.5607 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0327771 r[mm]=9.82626 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.00644942 r[mm]=1.93347 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0125875 r[mm]=3.77361 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.0401742 r[mm]=12.0438 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0351142 r[mm]=10.5269 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.156554 r[mm]=46.9335 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0990908 r[mm]=29.7065 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0595963 r[mm]=17.8664 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.173707 r[mm]=52.0756 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0820466 r[mm]=24.5968 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0548644 r[mm]=16.4478 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0406973 r[mm]=12.2007 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.219046 r[mm]=65.6679 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.135533 r[mm]=40.6314 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.030602 r[mm]=9.17418 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.231034 r[mm]=69.2617 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.174823 r[mm]=52.4103 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.170000s Real=0.169269s Sys=0.000000s + User=0.160000s Real=0.163306s Sys=0.000000s ============ Run::printInfo() =============== RunID = 5 @@ -569,43 +569,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9859 + # Decays = 9854 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=3.3327e-05 mean=0.10794 max=1.04892 - decay R [mm] : min=0.00999111 mean=32.3593 max=314.455 - decay X [mm] : min=0.00999111 mean=32.3593 max=314.455 - decay Y [mm] : min=-0.0306952 mean=-1.52736e-05 max=0.00553211 - decay Z [mm] : min=-0.0186963 mean=-4.07843e-06 max=0.0139194 - Delta decay R [mm] : min=-5.68434e-14 mean=7.09552e-10 max=8.85138e-07 - deflection angle [deg] : min=0 mean=4.67009e-05 max=0.0222989 - Delta Ekin [MeV] : min=0 mean=0.000726326 max=0.732291 + decay T [ns] : min=2.16654e-06 mean=0.10744 max=0.945723 + decay R [mm] : min=0.000649509 mean=32.2094 max=283.519 + decay X [mm] : min=0.000649509 mean=32.2094 max=283.519 + decay Y [mm] : min=-0.020062 mean=-5.42823e-07 max=0.0107162 + decay Z [mm] : min=-0.0209324 mean=-4.13533e-06 max=0.0049538 + Delta decay R [mm] : min=-2.84217e-14 mean=5.6436e-10 max=8.09844e-07 + deflection angle [deg] : min=0 mean=3.36287e-05 max=0.0213822 + Delta Ekin [MeV] : min=0 mean=0.000593237 max=0.673321 decay Ekin [GeV] : min=499.999 mean=500 max=500 decay Px [GeV] : min=501.861 mean=501.861 max=501.861 - decay Py [GeV] : min=-0.147054 mean=-0.000115512 max=0.115535 - decay Pz [GeV] : min=-0.158285 mean=-1.0269e-05 max=0.10222 - decay Etot violation [MeV] : min=-1.0022e-05 mean=2.9032e-06 max=1.14092e-05 - decay Px violation [MeV] : min=-1.00218e-05 mean=2.90329e-06 max=1.14092e-05 - decay Py violation [MeV] : min=-2.34488e-09 mean=-4.31864e-13 max=2.11193e-09 - decay Pz violation [MeV] : min=-3.24249e-09 mean=-3.0901e-13 max=9.61919e-10 + decay Py [GeV] : min=-0.141494 mean=-2.63116e-05 max=0.13967 + decay Pz [GeV] : min=-0.145124 mean=-5.48418e-05 max=0.134692 + decay Etot violation [MeV] : min=-7.78277e-06 mean=2.90628e-06 max=1.31241e-05 + decay Px violation [MeV] : min=-7.78254e-06 mean=2.90637e-06 max=1.31241e-05 + decay Py violation [MeV] : min=-1.48626e-09 mean=-1.47746e-14 max=1.58762e-09 + decay Pz violation [MeV] : min=-8.63693e-10 mean=1.21662e-13 max=1.14787e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0453235 (mean=0.00382849) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0289588 (mean=0.0038078) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 3.42209e-09 , 3.42209e-09 + maxGamma_deltaMax{1,2,3} = 0 , 2.95836e-09 , 2.95836e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.61624e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.55766e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0212022 (mean=-2.60898e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0878312 (mean=5.65631e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.020317 (mean=-2.53803e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.088313 (mean=5.72727e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0376767 (mean=-2.34818e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0600109 (mean=3.34052e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0369006 (mean=-2.29174e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0608208 (mean=3.39695e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -631,20 +631,20 @@ Index : 1 used in the geometry : Yes ### Run 6 starts. ### Run 6 starts. - Event#=0 t[ns]=0.0099497 r[mm]=2.98282 deltaR[mum]=6.31006e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000408239 - Event#=1000 t[ns]=0.604412 r[mm]=181.197 deltaR[mum]=0.00146881 deltaEkin[MeV]=7.62153 deltaAngle(deg)=0.0250207 - Event#=2000 t[ns]=0.257364 r[mm]=77.1551 deltaR[mum]=0.000104457 deltaEkin[MeV]=13.2374 deltaAngle(deg)=0.0104101 - Event#=3000 t[ns]=0.164179 r[mm]=49.2192 deltaR[mum]=2.9975e-05 deltaEkin[MeV]=7.4874 deltaAngle(deg)=0.00724093 - Event#=4000 t[ns]=0.408137 r[mm]=122.356 deltaR[mum]=0.000419067 deltaEkin[MeV]=7.02868 deltaAngle(deg)=0.0162323 - Event#=5000 t[ns]=0.183203 r[mm]=54.9225 deltaR[mum]=3.40486e-05 deltaEkin[MeV]=9.17545 deltaAngle(deg)=0.00728949 - Event#=6000 t[ns]=0.194901 r[mm]=58.4293 deltaR[mum]=3.47853e-05 deltaEkin[MeV]=7.41276 deltaAngle(deg)=0.00692635 - Event#=7000 t[ns]=0.11361 r[mm]=34.0593 deltaR[mum]=1.01979e-05 deltaEkin[MeV]=6.32035 deltaAngle(deg)=0.00536321 - Event#=8000 t[ns]=0.0133751 r[mm]=4.00971 deltaR[mum]=1.53317e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000548782 - Event#=9000 t[ns]=0.0141704 r[mm]=4.24815 deltaR[mum]=1.82316e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000581416 + Event#=0 t[ns]=0.0512143 r[mm]=15.3536 deltaR[mum]=7.807e-07 deltaEkin[MeV]=1.90318 deltaAngle(deg)=0.00258338 + Event#=1000 t[ns]=0.115845 r[mm]=34.7291 deltaR[mum]=1.65737e-05 deltaEkin[MeV]=12.2658 deltaAngle(deg)=0.00546387 + Event#=2000 t[ns]=0.102361 r[mm]=30.6869 deltaR[mum]=4.52302e-06 deltaEkin[MeV]=7.9713 deltaAngle(deg)=0.00329878 + Event#=3000 t[ns]=0.179154 r[mm]=53.7087 deltaR[mum]=2.81984e-05 deltaEkin[MeV]=7.40671 deltaAngle(deg)=0.00696914 + Event#=4000 t[ns]=0.0334319 r[mm]=10.0226 deltaR[mum]=2.68297e-07 deltaEkin[MeV]=0.304151 deltaAngle(deg)=0.00127012 + Event#=5000 t[ns]=0.0268201 r[mm]=8.0404 deltaR[mum]=1.23606e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00110043 + Event#=6000 t[ns]=0.219579 r[mm]=65.8275 deltaR[mum]=4.64238e-05 deltaEkin[MeV]=7.13126 deltaAngle(deg)=0.0080948 + Event#=7000 t[ns]=0.0799973 r[mm]=23.9824 deltaR[mum]=3.99176e-06 deltaEkin[MeV]=5.69877 deltaAngle(deg)=0.00321967 + Event#=8000 t[ns]=0.0387161 r[mm]=11.6067 deltaR[mum]=4.40517e-07 deltaEkin[MeV]=1.51193 deltaAngle(deg)=0.00168068 + Event#=9000 t[ns]=0.0557176 r[mm]=16.7036 deltaR[mum]=9.45686e-07 deltaEkin[MeV]=2.70927 deltaAngle(deg)=0.00220944 Run terminated. Run Summary Number of events processed : 10000 - User=0.280000s Real=0.287039s Sys=0.000000s + User=0.310000s Real=0.316818s Sys=0.000000s ============ Run::printInfo() =============== RunID = 6 @@ -661,45 +661,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9867 + # Decays = 9863 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.38617e-05 mean=0.124525 max=1.20195 - decay R [mm] : min=0.00415561 mean=37.3313 max=360.333 - decay X [mm] : min=0.00415561 mean=37.3313 max=360.333 - decay Y [mm] : min=-0.155619 mean=-0.00366905 max=0.00404281 - decay Z [mm] : min=-0.0219833 mean=-7.91605e-06 max=0.0375852 - Delta decay R [mm] : min=0 mean=7.64304e-08 max=1.11048e-05 - deflection angle [deg] : min=8.53688e-07 mean=0.00515829 max=0.049353 - Delta Ekin [MeV] : min=0 mean=6.65402 max=3951.43 - decay Ekin [GeV] : min=496.049 mean=499.993 max=500 - decay Px [GeV] : min=498.013 mean=501.958 max=501.964 - decay Py [GeV] : min=-0.432412 mean=-0.0448388 max=0.0794031 - decay Pz [GeV] : min=-0.0933595 mean=-0.000112795 max=0.121648 - decay Etot violation [MeV] : min=-1.15738e-05 mean=3.1501e-06 max=1.70216e-05 - decay Px violation [MeV] : min=-1.15737e-05 mean=3.15015e-06 max=1.70217e-05 - decay Py violation [MeV] : min=-7.76072e-09 mean=-3.59817e-10 max=3.62758e-09 - decay Pz violation [MeV] : min=-1.39242e-09 mean=-1.04202e-12 max=2.11162e-09 + decay T [ns] : min=2.99286e-05 mean=0.128107 max=1.34236 + decay R [mm] : min=0.00897229 mean=38.4051 max=402.425 + decay X [mm] : min=0.00897229 mean=38.4051 max=402.425 + decay Y [mm] : min=-0.195323 mean=-0.00387658 max=0.00393185 + decay Z [mm] : min=-0.00729027 mean=-2.07434e-06 max=0.00729038 + Delta decay R [mm] : min=-1.73472e-18 mean=8.46073e-08 max=1.54778e-05 + deflection angle [deg] : min=1.47863e-06 mean=0.00529629 max=0.0553116 + Delta Ekin [MeV] : min=0 mean=7.08154 max=2439.11 + decay Ekin [GeV] : min=497.561 mean=499.993 max=500 + decay Px [GeV] : min=499.525 mean=501.957 max=501.964 + decay Py [GeV] : min=-0.484595 mean=-0.0460644 max=0.0682369 + decay Pz [GeV] : min=-0.0746984 mean=1.44294e-05 max=0.0952159 + decay Etot violation [MeV] : min=-1.01068e-05 mean=3.20111e-06 max=1.69996e-05 + decay Px violation [MeV] : min=-1.01068e-05 mean=3.20116e-06 max=1.69997e-05 + decay Py violation [MeV] : min=-9.34466e-09 mean=-3.70085e-10 max=2.92465e-09 + decay Pz violation [MeV] : min=-9.64064e-10 mean=-1.7451e-13 max=1.86078e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0484742 (mean=0.0120065) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 3.47134e-09 , 3.47134e-09 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0562266 (mean=0.0119932) + maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 + maxGamma_deltaMax{1,2,3} = 0 , 3.37639e-09 , 3.37639e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -198.307 (mean=-0.30735) (#above threshold = 119) - maxOverestimated_mc_truth_rPos_delta [mum] = 329.206 (mean=0.399846) (#above threshold = 1032) - minUnderestimated_rDeltaPos [mum] = -198.302 (mean=-0.307273) (#above threshold = 119) - maxOverestimated_rDeltaPos [mum] = 329.211 (mean=0.399922) (#above threshold = 1032) + minUnderestimated_mc_truth_rPos_delta [mum] = -133.494 (mean=-0.322558) (#above threshold = 124) + maxOverestimated_mc_truth_rPos_delta [mum] = 281.57 (mean=0.457231) (#above threshold = 1126) + minUnderestimated_rDeltaPos [mum] = -133.494 (mean=-0.322473) (#above threshold = 124) + maxOverestimated_rDeltaPos [mum] = 281.574 (mean=0.457316) (#above threshold = 1127) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0660604 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0733613 ============================================= @@ -723,20 +723,20 @@ Index : 1 used in the geometry : Yes ### Run 7 starts. ### Run 7 starts. - Event#=0 t[ns]=0.415917 r[mm]=124.688 deltaR[mum]=0.000485461 deltaEkin[MeV]=7.6634 deltaAngle(deg)=0.0171436 - Event#=1000 t[ns]=0.476415 r[mm]=142.824 deltaR[mum]=0.000768084 deltaEkin[MeV]=12.1652 deltaAngle(deg)=0.0201222 - Event#=2000 t[ns]=0.077209 r[mm]=23.1465 deltaR[mum]=3.34284e-06 deltaEkin[MeV]=7.63241 deltaAngle(deg)=0.00349944 - Event#=3000 t[ns]=0.160252 r[mm]=48.0419 deltaR[mum]=4.01061e-05 deltaEkin[MeV]=24.8135 deltaAngle(deg)=0.00618942 - Event#=4000 t[ns]=0.134975 r[mm]=40.4641 deltaR[mum]=1.90864e-05 deltaEkin[MeV]=7.68177 deltaAngle(deg)=0.00587357 - Event#=5000 t[ns]=0.0398881 r[mm]=11.9581 deltaR[mum]=4.40837e-07 deltaEkin[MeV]=1.01168 deltaAngle(deg)=0.00193822 - Event#=6000 t[ns]=0.0163339 r[mm]=4.89675 deltaR[mum]=2.79208e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000670185 - Event#=7000 t[ns]=0.079469 r[mm]=23.824 deltaR[mum]=2.31296e-06 deltaEkin[MeV]=4.78301 deltaAngle(deg)=0.00265598 - Event#=8000 t[ns]=0.0473739 r[mm]=14.2022 deltaR[mum]=9.6745e-07 deltaEkin[MeV]=4.15095 deltaAngle(deg)=0.00209118 - Event#=9000 t[ns]=0.0930957 r[mm]=27.9092 deltaR[mum]=3.62713e-06 deltaEkin[MeV]=6.55319 deltaAngle(deg)=0.00388769 + Event#=0 t[ns]=0.035501 r[mm]=10.6429 deltaR[mum]=3.23752e-07 deltaEkin[MeV]=0.513618 deltaAngle(deg)=0.00162974 + Event#=1000 t[ns]=0.3843 r[mm]=115.209 deltaR[mum]=0.000427413 deltaEkin[MeV]=9.79068 deltaAngle(deg)=0.0166894 + Event#=2000 t[ns]=0.0600786 r[mm]=18.011 deltaR[mum]=1.12843e-06 deltaEkin[MeV]=3.02901 deltaAngle(deg)=0.0025187 + Event#=3000 t[ns]=0.321413 r[mm]=96.3565 deltaR[mum]=0.000214208 deltaEkin[MeV]=11.2628 deltaAngle(deg)=0.0135944 + Event#=4000 t[ns]=0.0231082 r[mm]=6.92762 deltaR[mum]=7.90621e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000948136 + Event#=5000 t[ns]=0.280757 r[mm]=84.1683 deltaR[mum]=0.000108684 deltaEkin[MeV]=7.69407 deltaAngle(deg)=0.0116959 + Event#=6000 t[ns]=0.12306 r[mm]=36.8922 deltaR[mum]=1.09517e-05 deltaEkin[MeV]=6.55294 deltaAngle(deg)=0.00488174 + Event#=7000 t[ns]=0.253787 r[mm]=76.0827 deltaR[mum]=0.000149283 deltaEkin[MeV]=7.86123 deltaAngle(deg)=0.0127366 + Event#=8000 t[ns]=0.288526 r[mm]=86.4972 deltaR[mum]=0.000117228 deltaEkin[MeV]=8.77537 deltaAngle(deg)=0.0118832 + Event#=9000 t[ns]=0.027463 r[mm]=8.23314 deltaR[mum]=1.32708e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00112681 Run terminated. Run Summary Number of events processed : 10000 - User=0.290000s Real=0.294026s Sys=0.000000s + User=0.330000s Real=0.369584s Sys=0.000000s ============ Run::printInfo() =============== RunID = 7 @@ -753,45 +753,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9869 + # Decays = 9872 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.66957e-05 mean=0.128463 max=1.21751 - decay R [mm] : min=0.0050052 mean=38.512 max=364.997 - decay X [mm] : min=0.0050052 mean=38.512 max=364.997 - decay Y [mm] : min=-0.0109355 mean=0.0039538 max=0.161656 - decay Z [mm] : min=-0.00919674 mean=4.07552e-06 max=0.0183126 - Delta decay R [mm] : min=-1.73472e-18 mean=9.06624e-08 max=1.18814e-05 - deflection angle [deg] : min=1.2073e-06 mean=0.00530264 max=0.0503519 - Delta Ekin [MeV] : min=0 mean=6.77264 max=2740.41 - decay Ekin [GeV] : min=497.26 mean=499.993 max=500 - decay Px [GeV] : min=499.224 mean=501.958 max=501.964 - decay Py [GeV] : min=-0.144567 mean=0.0459648 max=0.44108 - decay Pz [GeV] : min=-0.112996 mean=0.00011015 max=0.174748 - decay Etot violation [MeV] : min=-9.83244e-06 mean=3.27614e-06 max=1.78978e-05 - decay Px violation [MeV] : min=-9.83244e-06 mean=3.27619e-06 max=1.78979e-05 - decay Py violation [MeV] : min=-3.21342e-09 mean=3.84091e-10 max=9.09529e-09 - decay Pz violation [MeV] : min=-9.70374e-10 mean=1.46799e-12 max=4.10049e-09 + decay T [ns] : min=2.94439e-05 mean=0.127631 max=1.54007 + decay R [mm] : min=0.00882699 mean=38.2625 max=461.696 + decay X [mm] : min=0.00882699 mean=38.2625 max=461.696 + decay Y [mm] : min=-0.00534197 mean=0.00386399 max=0.262166 + decay Z [mm] : min=-0.0196859 mean=-2.6996e-06 max=0.0182933 + Delta decay R [mm] : min=-1.73472e-18 mean=8.46932e-08 max=2.3721e-05 + deflection angle [deg] : min=1.47863e-06 mean=0.00529275 max=0.0641573 + Delta Ekin [MeV] : min=0 mean=5.89932 max=528.834 + decay Ekin [GeV] : min=499.471 mean=499.994 max=500 + decay Px [GeV] : min=501.436 mean=501.959 max=501.964 + decay Py [GeV] : min=-0.115186 mean=0.0458572 max=0.562117 + decay Pz [GeV] : min=-0.178944 mean=3.07872e-05 max=0.509097 + decay Etot violation [MeV] : min=-1.03227e-05 mean=3.22141e-06 max=1.89293e-05 + decay Px violation [MeV] : min=-1.03228e-05 mean=3.22145e-06 max=1.89294e-05 + decay Py violation [MeV] : min=-5.04656e-09 mean=3.77597e-10 max=9.73438e-09 + decay Pz violation [MeV] : min=-2.0016e-09 mean=3.06837e-13 max=4.98858e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0484742 (mean=0.011876) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0562266 (mean=0.0120591) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 3.29078e-09 , 3.29078e-09 + maxGamma_deltaMax{1,2,3} = 0 , 3.44207e-09 , 3.44207e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -116.321 (mean=-0.309603) (#above threshold = 128) - maxOverestimated_mc_truth_rPos_delta [mum] = 446.078 (mean=0.47065) (#above threshold = 1128) - minUnderestimated_rDeltaPos [mum] = -116.313 (mean=-0.309512) (#above threshold = 128) - maxOverestimated_rDeltaPos [mum] = 446.086 (mean=0.470741) (#above threshold = 1128) + minUnderestimated_mc_truth_rPos_delta [mum] = -24.5536 (mean=-0.272988) (#above threshold = 118) + maxOverestimated_mc_truth_rPos_delta [mum] = 35.4766 (mean=0.382864) (#above threshold = 1134) + minUnderestimated_rDeltaPos [mum] = -24.553 (mean=-0.272904) (#above threshold = 118) + maxOverestimated_rDeltaPos [mum] = 35.4773 (mean=0.382949) (#above threshold = 1134) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0684486 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0701879 ============================================= @@ -815,20 +815,20 @@ Index : 1 used in the geometry : Yes ### Run 8 starts. ### Run 8 starts. - Event#=0 t[ns]=0.229632 r[mm]=68.8381 deltaR[mum]=0.000128278 deltaEkin[MeV]=7.25353 deltaAngle(deg)=0.00926527 - Event#=1000 t[ns]=0.0452391 r[mm]=13.5616 deltaR[mum]=5.83441e-07 deltaEkin[MeV]=1.61521 deltaAngle(deg)=0.00306283 - Event#=2000 t[ns]=0.261364 r[mm]=78.3506 deltaR[mum]=0.000209282 deltaEkin[MeV]=8.18469 deltaAngle(deg)=0.0119817 - Event#=3000 t[ns]=0.115506 r[mm]=34.6258 deltaR[mum]=2.61857e-05 deltaEkin[MeV]=7.23498 deltaAngle(deg)=0.00500598 - Event#=4000 t[ns]=0.0599636 r[mm]=17.9757 deltaR[mum]=1.1086e-06 deltaEkin[MeV]=2.78136 deltaAngle(deg)=0.00282108 - Event#=5000 t[ns]=0.0248516 r[mm]=7.44991 deltaR[mum]=9.70477e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00101298 - Event#=6000 t[ns]=0.0168943 r[mm]=5.06452 deltaR[mum]=3.04894e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000688636 - Event#=7000 t[ns]=0.481162 r[mm]=144.241 deltaR[mum]=0.000901835 deltaEkin[MeV]=6.94706 deltaAngle(deg)=0.0199568 - Event#=8000 t[ns]=0.243381 r[mm]=72.9599 deltaR[mum]=0.000147811 deltaEkin[MeV]=7.75405 deltaAngle(deg)=0.00934752 - Event#=9000 t[ns]=0.190251 r[mm]=57.0327 deltaR[mum]=0.000100156 deltaEkin[MeV]=9.45736 deltaAngle(deg)=0.00727866 + Event#=0 t[ns]=0.147877 r[mm]=44.33 deltaR[mum]=3.82172e-05 deltaEkin[MeV]=7.46976 deltaAngle(deg)=0.00562973 + Event#=1000 t[ns]=0.232421 r[mm]=69.6742 deltaR[mum]=0.000143968 deltaEkin[MeV]=8.06112 deltaAngle(deg)=0.00982408 + Event#=2000 t[ns]=0.158075 r[mm]=47.387 deltaR[mum]=6.61534e-05 deltaEkin[MeV]=8.31571 deltaAngle(deg)=0.00647351 + Event#=3000 t[ns]=0.216442 r[mm]=64.8841 deltaR[mum]=0.000141389 deltaEkin[MeV]=9.05287 deltaAngle(deg)=0.00927657 + Event#=4000 t[ns]=0.231294 r[mm]=69.3366 deltaR[mum]=0.000176808 deltaEkin[MeV]=11.032 deltaAngle(deg)=0.00961292 + Event#=5000 t[ns]=0.236313 r[mm]=70.8411 deltaR[mum]=0.000137032 deltaEkin[MeV]=6.55285 deltaAngle(deg)=0.0104593 + Event#=6000 t[ns]=0.127825 r[mm]=38.319 deltaR[mum]=2.46737e-05 deltaEkin[MeV]=6.42887 deltaAngle(deg)=0.00549602 + Event#=7000 t[ns]=0.0387503 r[mm]=11.6164 deltaR[mum]=4.04869e-07 deltaEkin[MeV]=1.07288 deltaAngle(deg)=0.00164922 + Event#=8000 t[ns]=0.0743823 r[mm]=22.298 deltaR[mum]=5.60141e-06 deltaEkin[MeV]=5.33969 deltaAngle(deg)=0.00305724 + Event#=9000 t[ns]=0.206952 r[mm]=62.0394 deltaR[mum]=0.000136478 deltaEkin[MeV]=9.38164 deltaAngle(deg)=0.00927803 Run terminated. Run Summary Number of events processed : 10000 - User=0.310000s Real=0.342204s Sys=0.010000s + User=0.410000s Real=0.424098s Sys=0.000000s ============ Run::printInfo() =============== RunID = 8 @@ -845,45 +845,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9843 + # Decays = 9831 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.07063e-05 mean=0.154834 max=1.6623 - decay R [mm] : min=0.00320951 mean=46.4156 max=498.318 - decay X [mm] : min=0.00320951 mean=46.4156 max=498.318 - decay Y [mm] : min=-0.287642 mean=-0.00553067 max=0.0267021 - decay Z [mm] : min=-0.0141375 mean=1.10719e-05 max=0.0303977 - Delta decay R [mm] : min=-1.73472e-18 mean=1.98871e-07 max=3.07419e-05 - deflection angle [deg] : min=0 mean=0.00637901 max=0.0669207 - Delta Ekin [MeV] : min=0 mean=6.75495 max=1976.35 - decay Ekin [GeV] : min=498.024 mean=499.993 max=500 - decay Px [GeV] : min=503.275 mean=505.245 max=505.252 - decay Py [GeV] : min=-0.590113 mean=-0.0557896 max=0.121202 - decay Pz [GeV] : min=-0.158026 mean=8.53451e-05 max=0.193015 - decay Etot violation [MeV] : min=-1.63878e-06 mean=3.97275e-07 max=2.60724e-06 - decay Px violation [MeV] : min=-1.63878e-06 mean=3.97257e-07 max=2.60747e-06 - decay Py violation [MeV] : min=-1.35651e-09 mean=-5.21561e-11 max=5.55303e-10 - decay Pz violation [MeV] : min=-3.01156e-10 mean=-1.57777e-13 max=1.16906e-10 + decay T [ns] : min=1.29028e-06 mean=0.154498 max=1.43892 + decay R [mm] : min=0.000386794 mean=46.3148 max=431.352 + decay X [mm] : min=0.000386794 mean=46.3148 max=431.352 + decay Y [mm] : min=-0.221215 mean=-0.00549032 max=0.0126592 + decay Z [mm] : min=-0.0210375 mean=-3.51925e-06 max=0.019676 + Delta decay R [mm] : min=-3.46945e-18 mean=2.01813e-07 max=4.3066e-05 + deflection angle [deg] : min=0 mean=0.00635051 max=0.0586938 + Delta Ekin [MeV] : min=0 mean=7.09011 max=3306.29 + decay Ekin [GeV] : min=496.694 mean=499.993 max=500 + decay Px [GeV] : min=501.945 mean=505.245 max=505.252 + decay Py [GeV] : min=-0.517617 mean=-0.0555637 max=0.151483 + decay Pz [GeV] : min=-0.126717 mean=-3.05129e-05 max=0.157007 + decay Etot violation [MeV] : min=-1.44955e-06 mean=3.96989e-07 max=2.80008e-06 + decay Px violation [MeV] : min=-1.44943e-06 mean=3.96973e-07 max=2.80008e-06 + decay Py violation [MeV] : min=-1.23822e-09 mean=-5.22633e-11 max=5.24778e-10 + decay Pz violation [MeV] : min=-1.73152e-10 mean=-9.6174e-14 max=2.26237e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0218188 (mean=0.00443019) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0218188 (mean=0.00443726) maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.70189e-10 , 1.70189e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.60099e-10 , 1.60099e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 1.7053e-10 (mean=1.04319e-11) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=1.03152e-11) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -42.6508 (mean=-0.306533) (#above threshold = 130) - maxOverestimated_mc_truth_rPos_delta [mum] = 85.9801 (mean=0.543606) (#above threshold = 1618) - minUnderestimated_rDeltaPos [mum] = -42.6421 (mean=-0.306334) (#above threshold = 130) - maxOverestimated_rDeltaPos [mum] = 85.9897 (mean=0.543805) (#above threshold = 1618) + minUnderestimated_mc_truth_rPos_delta [mum] = -109.141 (mean=-0.325232) (#above threshold = 132) + maxOverestimated_mc_truth_rPos_delta [mum] = 391.296 (mean=0.612148) (#above threshold = 1535) + minUnderestimated_rDeltaPos [mum] = -109.111 (mean=-0.32503) (#above threshold = 132) + maxOverestimated_rDeltaPos [mum] = 391.339 (mean=0.61235) (#above threshold = 1536) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0707281 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0549842 ============================================= @@ -907,20 +907,20 @@ Index : 1 used in the geometry : Yes ### Run 9 starts. ### Run 9 starts. - Event#=0 t[ns]=0.357798 r[mm]=107.259 deltaR[mum]=0.000361747 deltaEkin[MeV]=7.44995 deltaAngle(deg)=0.0141902 - Event#=1000 t[ns]=0.118518 r[mm]=35.5289 deltaR[mum]=2.67089e-05 deltaEkin[MeV]=7.23547 deltaAngle(deg)=0.00463924 - Event#=2000 t[ns]=0.108984 r[mm]=32.6708 deltaR[mum]=1.72429e-05 deltaEkin[MeV]=8.25751 deltaAngle(deg)=0.0042216 - Event#=3000 t[ns]=0.0762975 r[mm]=22.8722 deltaR[mum]=2.04297e-06 deltaEkin[MeV]=4.44825 deltaAngle(deg)=0.00272434 - Event#=4000 t[ns]=0.265735 r[mm]=79.6609 deltaR[mum]=0.00016325 deltaEkin[MeV]=6.5945 deltaAngle(deg)=0.0108031 - Event#=5000 t[ns]=0.327266 r[mm]=98.1064 deltaR[mum]=0.000273676 deltaEkin[MeV]=7.00386 deltaAngle(deg)=0.013076 - Event#=6000 t[ns]=0.0558705 r[mm]=16.7486 deltaR[mum]=9.39245e-07 deltaEkin[MeV]=2.56477 deltaAngle(deg)=0.00259288 - Event#=7000 t[ns]=0.187963 r[mm]=56.3468 deltaR[mum]=9.80563e-05 deltaEkin[MeV]=10.0625 deltaAngle(deg)=0.00591218 - Event#=8000 t[ns]=0.357959 r[mm]=107.307 deltaR[mum]=0.000423034 deltaEkin[MeV]=7.41975 deltaAngle(deg)=0.0153339 - Event#=9000 t[ns]=0.0299141 r[mm]=8.96753 deltaR[mum]=1.6926e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00121934 + Event#=0 t[ns]=0.175644 r[mm]=52.654 deltaR[mum]=6.13722e-05 deltaEkin[MeV]=6.63936 deltaAngle(deg)=0.00776326 + Event#=1000 t[ns]=0.151332 r[mm]=45.3658 deltaR[mum]=8.83011e-05 deltaEkin[MeV]=12.4898 deltaAngle(deg)=0.00652389 + Event#=2000 t[ns]=0.00803175 r[mm]=2.40773 deltaR[mum]=3.27693e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000327386 + Event#=3000 t[ns]=0.0695327 r[mm]=20.8442 deltaR[mum]=3.95998e-06 deltaEkin[MeV]=4.62131 deltaAngle(deg)=0.00280121 + Event#=4000 t[ns]=0.0299178 r[mm]=8.96864 deltaR[mum]=1.69322e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00121949 + Event#=5000 t[ns]=0.185015 r[mm]=55.4631 deltaR[mum]=8.90274e-05 deltaEkin[MeV]=8.19672 deltaAngle(deg)=0.00776845 + Event#=6000 t[ns]=0.333585 r[mm]=100.001 deltaR[mum]=0.000390793 deltaEkin[MeV]=10.831 deltaAngle(deg)=0.0136374 + Event#=7000 t[ns]=0.0331178 r[mm]=9.92794 deltaR[mum]=2.56369e-07 deltaEkin[MeV]=0.507058 deltaAngle(deg)=0.000967172 + Event#=8000 t[ns]=0.0753743 r[mm]=22.5954 deltaR[mum]=1.97716e-06 deltaEkin[MeV]=4.56477 deltaAngle(deg)=0.00218272 + Event#=9000 t[ns]=0.0722108 r[mm]=21.6471 deltaR[mum]=1.76455e-06 deltaEkin[MeV]=4.32216 deltaAngle(deg)=0.00311561 Run terminated. Run Summary Number of events processed : 10000 - User=0.310000s Real=0.318807s Sys=0.000000s + User=0.390000s Real=0.462090s Sys=0.000000s ============ Run::printInfo() =============== RunID = 9 @@ -937,45 +937,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9832 + # Decays = 9842 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=3.43704e-05 mean=0.154916 max=1.42145 - decay R [mm] : min=0.0103034 mean=46.4402 max=426.118 - decay X [mm] : min=0.0103034 mean=46.4402 max=426.118 - decay Y [mm] : min=-0.00981715 mean=0.00553232 max=0.212603 - decay Z [mm] : min=-0.034837 mean=-2.55553e-06 max=0.0351707 - Delta decay R [mm] : min=-1.73472e-18 mean=1.98395e-07 max=3.71998e-05 - deflection angle [deg] : min=1.47863e-06 mean=0.00636692 max=0.0575372 - Delta Ekin [MeV] : min=0 mean=6.74296 max=1616.13 - decay Ekin [GeV] : min=498.384 mean=499.993 max=500 - decay Px [GeV] : min=503.635 mean=505.245 max=505.252 - decay Py [GeV] : min=-0.175643 mean=0.0557057 max=0.507326 - decay Pz [GeV] : min=-0.163762 mean=-1.40152e-05 max=0.176461 - decay Etot violation [MeV] : min=-1.62551e-06 mean=3.91191e-07 max=2.68128e-06 - decay Px violation [MeV] : min=-1.62533e-06 mean=3.91176e-07 max=2.68116e-06 - decay Py violation [MeV] : min=-4.58158e-10 mean=5.09027e-11 max=1.34946e-09 - decay Pz violation [MeV] : min=-1.92259e-10 mean=-1.32283e-14 max=1.38954e-10 + decay T [ns] : min=1.52092e-05 mean=0.154793 max=1.29933 + decay R [mm] : min=0.00455937 mean=46.4032 max=389.509 + decay X [mm] : min=0.00455937 mean=46.4032 max=389.509 + decay Y [mm] : min=-0.00751739 mean=0.0054868 max=0.18169 + decay Z [mm] : min=-0.0380365 mean=8.34425e-06 max=0.0326506 + Delta decay R [mm] : min=0 mean=1.92792e-07 max=1.44066e-05 + deflection angle [deg] : min=0 mean=0.0063651 max=0.053206 + Delta Ekin [MeV] : min=0 mean=6.72158 max=1125.04 + decay Ekin [GeV] : min=498.875 mean=499.993 max=500 + decay Px [GeV] : min=504.127 mean=505.245 max=505.252 + decay Py [GeV] : min=-0.220689 mean=0.0555482 max=0.469224 + decay Pz [GeV] : min=-0.335643 mean=-4.88793e-05 max=0.154955 + decay Etot violation [MeV] : min=-1.74163e-06 mean=3.85656e-07 max=2.71475e-06 + decay Px violation [MeV] : min=-1.74186e-06 mean=3.8564e-07 max=2.71469e-06 + decay Py violation [MeV] : min=-4.70777e-10 mean=4.93805e-11 max=1.28603e-09 + decay Pz violation [MeV] : min=-1.91562e-10 mean=3.94836e-16 max=3.54646e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0218188 (mean=0.00445397) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.62387e-10 , 1.62387e-10 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0218188 (mean=0.00442623) + maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.67844e-10 , 1.67844e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=1.02513e-11) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.7053e-10 (mean=1.0328e-11) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -82.1558 (mean=-0.314733) (#above threshold = 135) - maxOverestimated_mc_truth_rPos_delta [mum] = 336.971 (mean=0.564272) (#above threshold = 1580) - minUnderestimated_rDeltaPos [mum] = -82.1186 (mean=-0.314535) (#above threshold = 135) - maxOverestimated_rDeltaPos [mum] = 337.008 (mean=0.564471) (#above threshold = 1582) + minUnderestimated_mc_truth_rPos_delta [mum] = -62.5571 (mean=-0.312261) (#above threshold = 129) + maxOverestimated_mc_truth_rPos_delta [mum] = 100.162 (mean=0.52549) (#above threshold = 1564) + minUnderestimated_rDeltaPos [mum] = -62.5543 (mean=-0.312068) (#above threshold = 128) + maxOverestimated_rDeltaPos [mum] = 100.173 (mean=0.525683) (#above threshold = 1565) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0463625 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0689618 ============================================= @@ -999,20 +999,20 @@ Index : 1 used in the geometry : Yes ### Run 10 starts. ### Run 10 starts. - Event#=0 t[ns]=0.00991583 r[mm]=2.97253 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.154564 r[mm]=46.3345 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.084657 r[mm]=25.3781 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.126658 r[mm]=37.9691 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.170559 r[mm]=51.1296 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.224724 r[mm]=67.3668 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.0856552 r[mm]=25.6774 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.143866 r[mm]=43.1277 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.194844 r[mm]=58.4095 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0474338 r[mm]=14.2195 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0442682 r[mm]=13.2706 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.320891 r[mm]=96.1956 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0229484 r[mm]=6.87939 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.317003 r[mm]=95.0299 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.206382 r[mm]=61.8683 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.126445 r[mm]=37.9051 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0164756 r[mm]=4.939 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0737026 r[mm]=22.0943 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0968065 r[mm]=29.0203 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0748585 r[mm]=22.4408 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.190000s Real=0.190644s Sys=0.000000s + User=0.180000s Real=0.184302s Sys=0.000000s ============ Run::printInfo() =============== RunID = 10 @@ -1029,43 +1029,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9837 + # Decays = 9827 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.46724e-06 mean=0.142881 max=1.56117 - decay R [mm] : min=0.000439843 mean=42.8322 max=468.003 - decay X [mm] : min=0.000439843 mean=42.8322 max=468.003 - decay Y [mm] : min=-0.0172544 mean=7.9871e-06 max=0.0283423 - decay Z [mm] : min=-0.0353742 mean=4.21487e-06 max=0.0169485 - Delta decay R [mm] : min=-5.68434e-14 mean=9.25272e-10 max=2.76607e-06 - deflection angle [deg] : min=0 mean=4.31317e-05 max=0.0466412 - Delta Ekin [MeV] : min=0 mean=0.000927866 max=3.24716 - decay Ekin [GeV] : min=499.997 mean=500 max=500 - decay Px [GeV] : min=505.249 mean=505.252 max=505.252 - decay Py [GeV] : min=-0.0988997 mean=5.37153e-05 max=0.226877 - decay Pz [GeV] : min=-0.343109 mean=3.67975e-05 max=0.122949 - decay Etot violation [MeV] : min=-1.42836e-06 mean=-1.75076e-07 max=1.23202e-06 - decay Px violation [MeV] : min=-1.42842e-06 mean=-1.751e-07 max=1.23191e-06 - decay Py violation [MeV] : min=-2.60982e-10 mean=4.65109e-15 max=2.1133e-10 - decay Pz violation [MeV] : min=-2.82512e-10 mean=-6.63441e-15 max=1.22242e-10 + decay T [ns] : min=1.11088e-05 mean=0.143133 max=1.27952 + decay R [mm] : min=0.00333016 mean=42.9079 max=383.569 + decay X [mm] : min=0.00333016 mean=42.9079 max=383.569 + decay Y [mm] : min=-0.0138812 mean=-2.21572e-06 max=0.0193535 + decay Z [mm] : min=-0.0204489 mean=2.38247e-06 max=0.0182223 + Delta decay R [mm] : min=-5.68434e-14 mean=7.57875e-10 max=7.96882e-07 + deflection angle [deg] : min=0 mean=3.59488e-05 max=0.0181452 + Delta Ekin [MeV] : min=0 mean=0.000576263 max=0.491464 + decay Ekin [GeV] : min=500 mean=500 max=500 + decay Px [GeV] : min=505.252 mean=505.252 max=505.252 + decay Py [GeV] : min=-0.14687 mean=-4.93894e-05 max=0.10351 + decay Pz [GeV] : min=-0.131093 mean=2.04526e-05 max=0.137829 + decay Etot violation [MeV] : min=-1.51334e-06 mean=-1.79418e-07 max=1.03458e-06 + decay Px violation [MeV] : min=-1.51334e-06 mean=-1.79443e-07 max=1.0347e-06 + decay Py violation [MeV] : min=-9.90923e-11 mean=3.06807e-14 max=2.05532e-10 + decay Pz violation [MeV] : min=-2.32703e-10 mean=-6.11362e-16 max=1.29688e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.00921136 (mean=0.00235532) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.0167993 (mean=0.00235716) maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.04066e-10 , 1.04066e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.06937e-10 , 1.06937e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.062915 (mean=-2.74866e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.334761 (mean=8.53338e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0601489 (mean=-2.65613e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.337527 (mean=8.62591e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0229452 (mean=-2.38515e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.073531 (mean=5.38476e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0221483 (mean=-2.30937e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0741199 (mean=5.46055e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -1091,20 +1091,20 @@ Index : 1 used in the geometry : Yes ### Run 11 starts. ### Run 11 starts. - Event#=0 t[ns]=0.349809 r[mm]=104.865 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0028786 r[mm]=0.862936 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0184473 r[mm]=5.53006 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.136411 r[mm]=40.8926 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.232937 r[mm]=69.8289 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.030557 r[mm]=9.16025 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.109371 r[mm]=32.7869 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.094733 r[mm]=28.3987 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.548742 r[mm]=164.5 deltaR[mum]=2.84217e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.105562 r[mm]=31.6451 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.114481 r[mm]=34.3188 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0415478 r[mm]=12.455 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.334358 r[mm]=100.233 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0681498 r[mm]=20.4297 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.026815 r[mm]=8.03849 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0969232 r[mm]=29.0553 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0161054 r[mm]=4.82803 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.202611 r[mm]=60.7379 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.00853444 r[mm]=2.55842 deltaR[mum]=4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0279869 r[mm]=8.3898 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.170000s Real=0.237395s Sys=0.000000s + User=0.170000s Real=0.170979s Sys=0.000000s ============ Run::printInfo() =============== RunID = 11 @@ -1121,43 +1121,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9850 + # Decays = 9844 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=4.58427e-05 mean=0.141896 max=1.19963 - decay R [mm] : min=0.0137425 mean=42.537 max=359.62 - decay X [mm] : min=0.0137425 mean=42.537 max=359.62 - decay Y [mm] : min=-0.0167129 mean=-3.11688e-06 max=0.0217326 - decay Z [mm] : min=-0.0203951 mean=-3.82277e-06 max=0.0251273 - Delta decay R [mm] : min=-2.84217e-14 mean=7.14445e-10 max=5.94304e-07 - deflection angle [deg] : min=0 mean=3.98727e-05 max=0.0294949 - Delta Ekin [MeV] : min=0 mean=0.000730382 max=1.29856 - decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=505.251 mean=505.252 max=505.252 - decay Py [GeV] : min=-0.193463 mean=-5.2933e-05 max=0.143314 - decay Pz [GeV] : min=-0.133123 mean=-4.83725e-05 max=0.173882 - decay Etot violation [MeV] : min=-1.49163e-06 mean=-1.78875e-07 max=9.7719e-07 - decay Px violation [MeV] : min=-1.49169e-06 mean=-1.789e-07 max=9.77074e-07 - decay Py violation [MeV] : min=-3.31028e-10 mean=-1.91456e-14 max=1.21403e-10 - decay Pz violation [MeV] : min=-1.64974e-10 mean=-3.38049e-14 max=2.26677e-10 + decay T [ns] : min=6.56458e-06 mean=0.145002 max=1.48812 + decay R [mm] : min=0.00196791 mean=43.4681 max=446.103 + decay X [mm] : min=0.00196791 mean=43.4681 max=446.103 + decay Y [mm] : min=-0.0184467 mean=9.49845e-06 max=0.0390664 + decay Z [mm] : min=-0.0173201 mean=2.0982e-06 max=0.0260905 + Delta decay R [mm] : min=-5.68434e-14 mean=1.09889e-09 max=2.23032e-06 + deflection angle [deg] : min=0 mean=4.90098e-05 max=0.0462068 + Delta Ekin [MeV] : min=0 mean=0.0012892 max=3.18696 + decay Ekin [GeV] : min=499.997 mean=500 max=500 + decay Px [GeV] : min=505.249 mean=505.252 max=505.252 + decay Py [GeV] : min=-0.252315 mean=0.00012746 max=0.33729 + decay Pz [GeV] : min=-0.228682 mean=3.3282e-05 max=0.178604 + decay Etot violation [MeV] : min=-1.3939e-06 mean=-1.76612e-07 max=9.55013e-07 + decay Px violation [MeV] : min=-1.3939e-06 mean=-1.76636e-07 max=9.54955e-07 + decay Py violation [MeV] : min=-2.712e-10 mean=-5.97756e-15 max=2.85411e-10 + decay Pz violation [MeV] : min=-9.97176e-11 mean=4.81762e-15 max=3.00361e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.0110194 (mean=0.0023585) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.0110194 (mean=0.00235836) maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.13829e-10 , 1.13829e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.14213e-10 , 1.14213e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0559063 (mean=-2.79436e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0605255 (mean=5.36449e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0555696 (mean=-2.72291e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0608987 (mean=5.43593e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0787647 (mean=-4.19656e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.138643 (mean=8.68307e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0786113 (mean=-4.08667e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.139235 (mean=8.79296e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0610352 ============================================= @@ -1183,20 +1183,20 @@ Index : 1 used in the geometry : Yes ### Run 12 starts. ### Run 12 starts. - Event#=0 t[ns]=0.146262 r[mm]=43.8456 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.080851 r[mm]=24.2372 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.271577 r[mm]=81.4121 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.173196 r[mm]=51.92 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.132543 r[mm]=39.7331 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.288852 r[mm]=86.5909 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.0766969 r[mm]=22.9919 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0804509 r[mm]=24.1172 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.143885 r[mm]=43.1333 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.158853 r[mm]=47.6202 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.129573 r[mm]=38.8429 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0639039 r[mm]=19.1568 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0662972 r[mm]=19.8743 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.043468 r[mm]=13.0306 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0814277 r[mm]=24.41 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.175862 r[mm]=52.7193 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.138451 r[mm]=41.5042 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.00648469 r[mm]=1.94395 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.18017 r[mm]=54.0106 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0605224 r[mm]=18.1431 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.170000s Real=0.242324s Sys=0.000000s + User=0.150000s Real=0.160410s Sys=0.000000s ============ Run::printInfo() =============== RunID = 12 @@ -1213,45 +1213,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9859 + # Decays = 9879 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=9.98933e-07 mean=0.141905 max=1.40503 - decay R [mm] : min=0.000299456 mean=42.5396 max=421.195 - decay X [mm] : min=0.000299456 mean=42.5396 max=421.195 - decay Y [mm] : min=-0.0126663 mean=-3.79616e-06 max=0.00518663 - decay Z [mm] : min=-0.00627933 mean=-1.35005e-07 max=0.00500711 - Delta decay R [mm] : min=-5.68434e-14 mean=1.86674e-10 max=2.15992e-07 - deflection angle [deg] : min=0 mean=1.60255e-05 max=0.015268 - Delta Ekin [MeV] : min=0 mean=0.000204891 max=0.348081 - decay Ekin [GeV] : min=500 mean=500 max=500 + decay T [ns] : min=2.36607e-05 mean=0.14462 max=1.22019 + decay R [mm] : min=0.00709289 mean=43.3536 max=365.784 + decay X [mm] : min=0.00709289 mean=43.3536 max=365.784 + decay Y [mm] : min=-0.00586603 mean=1.98288e-05 max=0.0873588 + decay Z [mm] : min=-0.0624989 mean=-1.07463e-05 max=0.0155235 + Delta decay R [mm] : min=-5.68434e-14 mean=5.65259e-10 max=2.08559e-06 + deflection angle [deg] : min=0 mean=2.86686e-05 max=0.0239964 + Delta Ekin [MeV] : min=0 mean=0.000503729 max=0.859822 + decay Ekin [GeV] : min=499.999 mean=500 max=500 decay Px [GeV] : min=505.338 mean=505.338 max=505.338 - decay Py [GeV] : min=-0.120601 mean=-4.79811e-05 max=0.0504205 - decay Pz [GeV] : min=-0.116457 mean=-5.29998e-06 max=0.0801125 - decay Etot violation [MeV] : min=-9.38424e-07 mean=4.47353e-07 max=1.79361e-06 - decay Px violation [MeV] : min=-9.38366e-07 mean=4.47387e-07 max=1.79373e-06 - decay Py violation [MeV] : min=-9.99876e-11 mean=-1.90548e-14 max=7.28591e-11 - decay Pz violation [MeV] : min=-1.0035e-10 mean=9.48317e-15 max=2.17014e-10 + decay Py [GeV] : min=-0.151955 mean=4.32088e-05 max=0.172146 + decay Pz [GeV] : min=-0.157509 mean=-6.49359e-05 max=0.0957892 + decay Etot violation [MeV] : min=-6.29749e-07 mean=4.49525e-07 max=1.76992e-06 + decay Px violation [MeV] : min=-6.29749e-07 mean=4.4956e-07 max=1.76998e-06 + decay Py violation [MeV] : min=-2.04182e-10 mean=8.50583e-14 max=1.59076e-10 + decay Pz violation [MeV] : min=-1.53236e-10 mean=-3.7429e-14 max=1.33738e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0106766 (mean=0.00215334) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.23421e-10 , 1.23421e-10 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0163627 (mean=0.0021562) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.08884e-10 , 1.08884e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0191084 (mean=-8.73285e-06) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0141991 (mean=1.07661e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0189455 (mean=-8.54618e-06) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0144151 (mean=1.09528e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0434815 (mean=-1.95655e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.436309 (mean=7.87655e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0413959 (mean=-1.90003e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.438394 (mean=7.93308e-05) (#above threshold = 0) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0326032 ============================================= @@ -1275,20 +1275,20 @@ Index : 1 used in the geometry : Yes ### Run 13 starts. ### Run 13 starts. - Event#=0 t[ns]=0.262151 r[mm]=78.5864 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.111126 r[mm]=33.313 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.187037 r[mm]=56.0691 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.135352 r[mm]=40.5751 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0946995 r[mm]=28.3886 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0245854 r[mm]=7.3701 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.0120036 r[mm]=3.59839 deltaR[mum]=4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.00839331 r[mm]=2.51611 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0527436 r[mm]=15.8112 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0597049 r[mm]=17.8981 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0472838 r[mm]=14.1745 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0979351 r[mm]=29.3585 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.29963 r[mm]=89.8216 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0300007 r[mm]=8.99349 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.00449618 r[mm]=1.34784 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.501345 r[mm]=150.291 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0206876 r[mm]=6.20163 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.196612 r[mm]=58.9394 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.00732225 r[mm]=2.19503 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0732062 r[mm]=21.9454 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.160000s Real=0.165281s Sys=0.000000s + User=0.180000s Real=0.188905s Sys=0.000000s ============ Run::printInfo() =============== RunID = 13 @@ -1305,43 +1305,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9870 + # Decays = 9875 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.75556e-05 mean=0.141808 max=1.21501 - decay R [mm] : min=0.00526274 mean=42.5107 max=364.23 - decay X [mm] : min=0.00526274 mean=42.5107 max=364.23 - decay Y [mm] : min=-0.00793517 mean=7.34319e-06 max=0.0356836 - decay Z [mm] : min=-0.0502117 mean=-4.24987e-06 max=0.0120399 - Delta decay R [mm] : min=-5.68434e-14 mean=4.91722e-10 max=7.66366e-07 - deflection angle [deg] : min=0 mean=3.19602e-05 max=0.0194054 - Delta Ekin [MeV] : min=0 mean=0.000551747 max=0.562292 - decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay T [ns] : min=2.04297e-05 mean=0.142596 max=1.79692 + decay R [mm] : min=0.00612432 mean=42.7467 max=538.672 + decay X [mm] : min=0.00612432 mean=42.7467 max=538.672 + decay Y [mm] : min=-0.0260615 mean=-8.97957e-06 max=0.0160429 + decay Z [mm] : min=-0.0333378 mean=-1.87269e-06 max=0.0296443 + Delta decay R [mm] : min=-1.13687e-13 mean=5.17331e-10 max=5.42704e-07 + deflection angle [deg] : min=0 mean=2.29562e-05 max=0.017027 + Delta Ekin [MeV] : min=0 mean=0.000364442 max=0.432904 + decay Ekin [GeV] : min=500 mean=500 max=500 decay Px [GeV] : min=505.338 mean=505.338 max=505.338 - decay Py [GeV] : min=-0.107181 mean=3.47009e-05 max=0.0998635 - decay Pz [GeV] : min=-0.0944061 mean=3.73985e-05 max=0.168496 - decay Etot violation [MeV] : min=-7.50355e-07 mean=4.50903e-07 max=2.0953e-06 - decay Px violation [MeV] : min=-7.50471e-07 mean=4.50937e-07 max=2.09524e-06 - decay Py violation [MeV] : min=-1.62714e-10 mean=5.4863e-14 max=1.35628e-10 - decay Pz violation [MeV] : min=-1.90923e-10 mean=8.13833e-15 max=3.88297e-10 + decay Py [GeV] : min=-0.0934321 mean=-2.91946e-05 max=0.0862808 + decay Pz [GeV] : min=-0.150024 mean=-2.88569e-05 max=0.0843404 + decay Etot violation [MeV] : min=-8.3202e-07 mean=4.52895e-07 max=1.7453e-06 + decay Px violation [MeV] : min=-8.31962e-07 mean=4.52931e-07 max=1.7453e-06 + decay Py violation [MeV] : min=-2.23508e-10 mean=-3.43295e-14 max=6.38138e-11 + decay Pz violation [MeV] : min=-2.40163e-10 mean=-5.50397e-15 max=1.56518e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0106766 (mean=0.00215261) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0135196 (mean=0.00215132) maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.1066e-10 , 1.1066e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.28438e-10 , 1.28438e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0233788 (mean=-1.88635e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.134998 (mean=4.07448e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0226124 (mean=-1.83717e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.13557 (mean=4.12365e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0234046 (mean=-1.53048e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0745735 (mean=5.37765e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0231142 (mean=-1.47875e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.074873 (mean=5.42938e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -1367,20 +1367,20 @@ Index : 1 used in the geometry : Yes ### Run 14 starts. ### Run 14 starts. - Event#=0 t[ns]=0.0127762 r[mm]=3.82991 deltaR[mum]=1.31335e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000519751 - Event#=1000 t[ns]=0.00662988 r[mm]=1.98744 deltaR[mum]=1.83498e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000269713 - Event#=2000 t[ns]=0.00725214 r[mm]=2.17397 deltaR[mum]=2.40297e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000295025 - Event#=3000 t[ns]=0.0340638 r[mm]=10.2113 deltaR[mum]=2.80474e-07 deltaEkin[MeV]=0.353677 deltaAngle(deg)=0.00148041 - Event#=4000 t[ns]=0.0277716 r[mm]=8.32508 deltaR[mum]=1.349e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00112978 - Event#=5000 t[ns]=0.0385299 r[mm]=11.5501 deltaR[mum]=3.97479e-07 deltaEkin[MeV]=0.877138 deltaAngle(deg)=0.00149888 - Event#=6000 t[ns]=0.022382 r[mm]=6.70945 deltaR[mum]=7.06155e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000910528 - Event#=7000 t[ns]=0.0231117 r[mm]=6.92818 deltaR[mum]=7.77485e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000940211 - Event#=8000 t[ns]=0.0192056 r[mm]=5.75726 deltaR[mum]=4.46159e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000781308 - Event#=9000 t[ns]=0.0680809 r[mm]=20.4086 deltaR[mum]=1.50942e-06 deltaEkin[MeV]=3.87437 deltaAngle(deg)=0.00297231 + Event#=0 t[ns]=0.128434 r[mm]=38.5007 deltaR[mum]=5.5921e-05 deltaEkin[MeV]=8.2905 deltaAngle(deg)=0.00573539 + Event#=1000 t[ns]=0.159098 r[mm]=47.6927 deltaR[mum]=5.72185e-05 deltaEkin[MeV]=7.80894 deltaAngle(deg)=0.00525747 + Event#=2000 t[ns]=0.0468474 r[mm]=14.0434 deltaR[mum]=6.28608e-07 deltaEkin[MeV]=1.75538 deltaAngle(deg)=0.00157137 + Event#=3000 t[ns]=0.0378949 r[mm]=11.3597 deltaR[mum]=3.80821e-07 deltaEkin[MeV]=0.724073 deltaAngle(deg)=0.00157497 + Event#=4000 t[ns]=0.143222 r[mm]=42.9336 deltaR[mum]=5.11799e-05 deltaEkin[MeV]=7.79368 deltaAngle(deg)=0.00344023 + Event#=5000 t[ns]=0.0504161 r[mm]=15.1132 deltaR[mum]=7.40854e-07 deltaEkin[MeV]=2.0484 deltaAngle(deg)=0.00196845 + Event#=6000 t[ns]=0.00957551 r[mm]=2.87045 deltaR[mum]=5.53024e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000389544 + Event#=7000 t[ns]=0.00444585 r[mm]=1.33273 deltaR[mum]=5.53335e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000180861 + Event#=8000 t[ns]=0.0850546 r[mm]=25.4968 deltaR[mum]=2.0641e-05 deltaEkin[MeV]=10.041 deltaAngle(deg)=0.00352594 + Event#=9000 t[ns]=0.0687149 r[mm]=20.5986 deltaR[mum]=1.54554e-06 deltaEkin[MeV]=3.95226 deltaAngle(deg)=0.00279345 Run terminated. Run Summary Number of events processed : 10000 - User=0.160000s Real=0.156759s Sys=0.000000s + User=0.240000s Real=0.234150s Sys=0.000000s ============ Run::printInfo() =============== RunID = 14 @@ -1397,45 +1397,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9963 + # Decays = 9966 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.24985e-05 mean=0.0402082 max=0.470899 - decay R [mm] : min=0.00374667 mean=12.0532 max=141.161 - decay X [mm] : min=0.00374667 mean=12.0532 max=141.161 - decay Y [mm] : min=-0.023692 mean=-0.000418791 max=0.00894384 - decay Z [mm] : min=-0.00176639 mean=-1.53143e-07 max=0.00500885 - Delta decay R [mm] : min=-3.46945e-18 mean=7.45432e-09 max=1.70986e-06 - deflection angle [deg] : min=8.53688e-07 mean=0.00165487 max=0.0301242 - Delta Ekin [MeV] : min=0 mean=2.17442 max=212.678 - decay Ekin [GeV] : min=499.787 mean=499.998 max=500 - decay Px [GeV] : min=506.023 mean=506.234 max=506.236 - decay Py [GeV] : min=-0.169676 mean=-0.0144082 max=0.234797 - decay Pz [GeV] : min=-0.0539315 mean=8.44942e-06 max=0.125395 - decay Etot violation [MeV] : min=-1.53872e-06 mean=1.4719e-07 max=1.49157e-06 - decay Px violation [MeV] : min=-1.5386e-06 mean=1.47211e-07 max=1.49157e-06 - decay Py violation [MeV] : min=-1.53506e-10 mean=-9.48619e-13 max=2.65857e-10 - decay Pz violation [MeV] : min=-5.79945e-11 mean=1.30062e-14 max=3.53921e-11 + decay T [ns] : min=6.2005e-07 mean=0.040491 max=0.379912 + decay R [mm] : min=0.000185872 mean=12.138 max=113.886 + decay X [mm] : min=0.000185872 mean=12.138 max=113.886 + decay Y [mm] : min=-0.0179409 mean=-0.000423011 max=-4.09191e-14 + decay Z [mm] : min=-0.00868405 mean=-2.44662e-06 max=0.0017197 + Delta decay R [mm] : min=-3.46945e-18 mean=8.08075e-09 max=1.28787e-05 + deflection angle [deg] : min=0 mean=0.00166538 max=0.0244819 + Delta Ekin [MeV] : min=0 mean=2.65324 max=5985.69 + decay Ekin [GeV] : min=494.014 mean=499.997 max=500 + decay Px [GeV] : min=500.25 mean=506.233 max=506.236 + decay Py [GeV] : min=-0.197798 mean=-0.0145286 max=0.0828098 + decay Pz [GeV] : min=-0.0875982 mean=-5.78481e-05 max=0.0246857 + decay Etot violation [MeV] : min=-1.7102e-06 mean=1.43755e-07 max=1.751e-06 + decay Px violation [MeV] : min=-1.71002e-06 mean=1.43775e-07 max=1.75089e-06 + decay Py violation [MeV] : min=-1.66096e-10 mean=-8.03995e-13 max=2.80778e-10 + decay Pz violation [MeV] : min=-4.27747e-11 mean=4.33586e-14 max=4.50164e-11 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0153686 (mean=0.00314557) - maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 9.83391e-11 , 9.83391e-11 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0153686 (mean=0.00307903) + maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.81117e-11 , 9.81117e-11 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 2.84217e-11 (mean=2.68062e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 4.26326e-11 (mean=2.67777e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -8.46326 (mean=-0.0884308) (#above threshold = 33) - maxOverestimated_mc_truth_rPos_delta [mum] = 9.52639 (mean=0.0335594) (#above threshold = 31) - minUnderestimated_rDeltaPos [mum] = -8.46176 (mean=-0.0884234) (#above threshold = 33) - maxOverestimated_rDeltaPos [mum] = 9.52789 (mean=0.0335668) (#above threshold = 31) + minUnderestimated_mc_truth_rPos_delta [mum] = -119.127 (mean=-0.0972854) (#above threshold = 25) + maxOverestimated_mc_truth_rPos_delta [mum] = 83.3024 (mean=0.0386374) (#above threshold = 33) + minUnderestimated_rDeltaPos [mum] = -119.114 (mean=-0.0972773) (#above threshold = 25) + maxOverestimated_rDeltaPos [mum] = 83.3153 (mean=0.0386455) (#above threshold = 33) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00836589 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00839172 ============================================= @@ -1459,20 +1459,20 @@ Index : 1 used in the geometry : Yes ### Run 15 starts. ### Run 15 starts. - Event#=0 t[ns]=0.024832 r[mm]=7.44386 deltaR[mum]=9.64349e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00101019 - Event#=1000 t[ns]=0.0460825 r[mm]=13.8141 deltaR[mum]=6.05819e-07 deltaEkin[MeV]=1.59548 deltaAngle(deg)=0.000905153 - Event#=2000 t[ns]=0.0149733 r[mm]=4.48853 deltaR[mum]=2.11413e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00060913 - Event#=3000 t[ns]=0.0873849 r[mm]=26.1953 deltaR[mum]=1.50562e-05 deltaEkin[MeV]=7.73629 deltaAngle(deg)=0.0027606 - Event#=4000 t[ns]=0.000381466 r[mm]=0.114352 deltaR[mum]=3.19189e-13 deltaEkin[MeV]=0 deltaAngle(deg)=1.5508e-05 - Event#=5000 t[ns]=0.205683 r[mm]=61.6573 deltaR[mum]=9.69212e-05 deltaEkin[MeV]=6.5663 deltaAngle(deg)=0.00810452 - Event#=6000 t[ns]=0.00527048 r[mm]=1.57993 deltaR[mum]=9.21929e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000214408 - Event#=7000 t[ns]=0.0158243 r[mm]=4.74363 deltaR[mum]=2.49551e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000643751 - Event#=8000 t[ns]=0.0255306 r[mm]=7.6533 deltaR[mum]=1.04807e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00103862 - Event#=9000 t[ns]=0.0841413 r[mm]=25.223 deltaR[mum]=1.94472e-05 deltaEkin[MeV]=7.98228 deltaAngle(deg)=0.00372957 + Event#=0 t[ns]=0.0841484 r[mm]=25.2251 deltaR[mum]=5.67183e-06 deltaEkin[MeV]=6.00663 deltaAngle(deg)=0.00330926 + Event#=1000 t[ns]=0.0248156 r[mm]=7.43895 deltaR[mum]=9.6243e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00100953 + Event#=2000 t[ns]=0.0432839 r[mm]=12.9752 deltaR[mum]=5.2559e-07 deltaEkin[MeV]=1.56154 deltaAngle(deg)=0.00136973 + Event#=3000 t[ns]=0.0287708 r[mm]=8.62462 deltaR[mum]=1.49988e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00117043 + Event#=4000 t[ns]=0.0741332 r[mm]=22.2229 deltaR[mum]=6.35965e-06 deltaEkin[MeV]=6.53299 deltaAngle(deg)=0.00253671 + Event#=5000 t[ns]=0.0311057 r[mm]=9.32453 deltaR[mum]=2.00757e-07 deltaEkin[MeV]=0.0822059 deltaAngle(deg)=0.00114897 + Event#=6000 t[ns]=0.00749314 r[mm]=2.24621 deltaR[mum]=2.64944e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.00030483 + Event#=7000 t[ns]=0.0509277 r[mm]=15.2666 deltaR[mum]=2.36861e-06 deltaEkin[MeV]=2.9081 deltaAngle(deg)=0.00230137 + Event#=8000 t[ns]=0.00417799 r[mm]=1.25243 deltaR[mum]=4.5941e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000169963 + Event#=9000 t[ns]=0.0171982 r[mm]=5.1555 deltaR[mum]=3.20348e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000699644 Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.157720s Sys=0.000000s + User=0.230000s Real=0.242622s Sys=0.000000s ============ Run::printInfo() =============== RunID = 15 @@ -1489,45 +1489,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9959 + # Decays = 9967 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=5.35106e-06 mean=0.040383 max=0.356124 - decay R [mm] : min=0.00160408 mean=12.1056 max=106.755 - decay X [mm] : min=0.00160408 mean=12.1056 max=106.755 - decay Y [mm] : min=-0.000237766 mean=0.000422201 max=0.0142183 - decay Z [mm] : min=-0.00132205 mean=1.87704e-06 max=0.00989945 - Delta decay R [mm] : min=-3.46945e-18 mean=6.96256e-09 max=1.34082e-06 - deflection angle [deg] : min=0 mean=0.00167056 max=0.0220601 - Delta Ekin [MeV] : min=0 mean=2.1397 max=315.103 - decay Ekin [GeV] : min=499.685 mean=499.998 max=500 - decay Px [GeV] : min=505.921 mean=506.234 max=506.236 - decay Py [GeV] : min=-0.0779345 mean=0.014525 max=0.151125 - decay Pz [GeV] : min=-0.118782 mean=9.31618e-06 max=0.129829 - decay Etot violation [MeV] : min=-1.60269e-06 mean=1.47662e-07 max=1.78401e-06 - decay Px violation [MeV] : min=-1.60275e-06 mean=1.47683e-07 max=1.78401e-06 - decay Py violation [MeV] : min=-1.91349e-10 mean=9.5081e-13 max=1.50067e-10 - decay Pz violation [MeV] : min=-1.15875e-10 mean=-3.69243e-14 max=7.58291e-11 + decay T [ns] : min=3.53912e-06 mean=0.0409928 max=0.333137 + decay R [mm] : min=0.00106092 mean=12.2884 max=99.8642 + decay X [mm] : min=0.00106092 mean=12.2884 max=99.8642 + decay Y [mm] : min=-0.000239367 mean=0.000425464 max=0.0122061 + decay Z [mm] : min=-0.00162796 mean=6.92895e-07 max=0.0033007 + Delta decay R [mm] : min=-3.46945e-18 mean=7.06504e-09 max=1.68995e-06 + deflection angle [deg] : min=0 mean=0.00169132 max=0.013211 + Delta Ekin [MeV] : min=0 mean=2.22784 max=391.777 + decay Ekin [GeV] : min=499.608 mean=499.998 max=500 + decay Px [GeV] : min=505.844 mean=506.234 max=506.236 + decay Py [GeV] : min=-0.0454504 mean=0.0147466 max=0.116662 + decay Pz [GeV] : min=-0.098714 mean=1.21134e-05 max=0.0993229 + decay Etot violation [MeV] : min=-1.5687e-06 mean=1.49609e-07 max=1.62417e-06 + decay Px violation [MeV] : min=-1.56858e-06 mean=1.49629e-07 max=1.62417e-06 + decay Py violation [MeV] : min=-1.88521e-10 mean=9.86567e-13 max=1.85366e-10 + decay Pz violation [MeV] : min=-1.11513e-10 mean=4.05197e-14 max=1.29205e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0202326 (mean=0.00314109) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 9.76002e-11 , 9.76002e-11 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0153686 (mean=0.00313161) + maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.31522e-11 , 9.31522e-11 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 4.26326e-11 (mean=2.67906e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 4.26326e-11 (mean=2.71946e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -7.74005 (mean=-0.0876979) (#above threshold = 29) - maxOverestimated_mc_truth_rPos_delta [mum] = 8.08928 (mean=0.0314941) (#above threshold = 24) - minUnderestimated_rDeltaPos [mum] = -7.73973 (mean=-0.087691) (#above threshold = 29) - maxOverestimated_rDeltaPos [mum] = 8.09062 (mean=0.0315011) (#above threshold = 24) + minUnderestimated_mc_truth_rPos_delta [mum] = -9.9197 (mean=-0.0916584) (#above threshold = 28) + maxOverestimated_mc_truth_rPos_delta [mum] = 10.512 (mean=0.0327658) (#above threshold = 25) + minUnderestimated_rDeltaPos [mum] = -9.91874 (mean=-0.0916513) (#above threshold = 28) + maxOverestimated_rDeltaPos [mum] = 10.5137 (mean=0.0327729) (#above threshold = 25) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00897022 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0158505 ============================================= @@ -1551,20 +1551,20 @@ Index : 1 used in the geometry : Yes ### Run 16 starts. ### Run 16 starts. - Event#=0 t[ns]=0.0636251 r[mm]=19.0741 deltaR[mum]=1.37557e-06 deltaEkin[MeV]=3.89489 deltaAngle(deg)=0.00195747 - Event#=1000 t[ns]=0.0307174 r[mm]=9.20875 deltaR[mum]=1.93038e-07 deltaEkin[MeV]=0.0752295 deltaAngle(deg)=0.00129988 - Event#=2000 t[ns]=0.0319741 r[mm]=9.58551 deltaR[mum]=2.28173e-07 deltaEkin[MeV]=0.315082 deltaAngle(deg)=0.00134624 - Event#=3000 t[ns]=0.000869026 r[mm]=0.260525 deltaR[mum]=4.27436e-12 deltaEkin[MeV]=0 deltaAngle(deg)=3.56306e-05 - Event#=4000 t[ns]=0.0557591 r[mm]=16.716 deltaR[mum]=1.4544e-06 deltaEkin[MeV]=4.1409 deltaAngle(deg)=0.00248238 - Event#=5000 t[ns]=0.00415222 r[mm]=1.24479 deltaR[mum]=4.58078e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000170257 - Event#=6000 t[ns]=0.0569108 r[mm]=17.0612 deltaR[mum]=9.9201e-07 deltaEkin[MeV]=2.76381 deltaAngle(deg)=0.00213698 - Event#=7000 t[ns]=0.0354227 r[mm]=10.6193 deltaR[mum]=3.21254e-07 deltaEkin[MeV]=0.517022 deltaAngle(deg)=0.00133937 - Event#=8000 t[ns]=0.00579017 r[mm]=1.73583 deltaR[mum]=1.24234e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.00023742 - Event#=9000 t[ns]=0.0441222 r[mm]=13.2274 deltaR[mum]=5.57916e-07 deltaEkin[MeV]=1.43273 deltaAngle(deg)=0.00206526 + Event#=0 t[ns]=0.0833728 r[mm]=24.9943 deltaR[mum]=3.63079e-06 deltaEkin[MeV]=10.8796 deltaAngle(deg)=0.00272362 + Event#=1000 t[ns]=0.0647718 r[mm]=19.4179 deltaR[mum]=1.35313e-06 deltaEkin[MeV]=3.60717 deltaAngle(deg)=0.00270614 + Event#=2000 t[ns]=0.00567588 r[mm]=1.70157 deltaR[mum]=1.16973e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000232734 + Event#=3000 t[ns]=0.0887823 r[mm]=26.616 deltaR[mum]=3.15627e-06 deltaEkin[MeV]=6.20477 deltaAngle(deg)=0.00287065 + Event#=4000 t[ns]=0.0621997 r[mm]=18.6468 deltaR[mum]=1.22512e-06 deltaEkin[MeV]=3.28312 deltaAngle(deg)=0.00278836 + Event#=5000 t[ns]=0.00530752 r[mm]=1.59114 deltaR[mum]=9.56568e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000217632 + Event#=6000 t[ns]=0.0352826 r[mm]=10.5773 deltaR[mum]=3.17527e-07 deltaEkin[MeV]=0.623464 deltaAngle(deg)=0.00152297 + Event#=7000 t[ns]=0.0141843 r[mm]=4.2523 deltaR[mum]=1.82618e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000581616 + Event#=8000 t[ns]=0.011734 r[mm]=3.51772 deltaR[mum]=1.03375e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000481142 + Event#=9000 t[ns]=0.0408058 r[mm]=12.2332 deltaR[mum]=4.65175e-07 deltaEkin[MeV]=1.09066 deltaAngle(deg)=0.00159436 Run terminated. Run Summary Number of events processed : 10000 - User=0.230000s Real=0.231197s Sys=0.000000s + User=0.310000s Real=0.307628s Sys=0.000000s ============ Run::printInfo() =============== RunID = 16 @@ -1581,45 +1581,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9904 + # Decays = 9911 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.00188e-05 mean=0.0440947 max=0.408053 - decay R [mm] : min=0.00300354 mean=13.2191 max=122.33 - decay X [mm] : min=0.00300354 mean=13.2191 max=122.33 - decay Y [mm] : min=-0.018799 mean=-0.000509058 max=0.00224357 - decay Z [mm] : min=-0.00426597 mean=-6.96037e-07 max=0.00300321 - Delta decay R [mm] : min=-3.46945e-18 mean=4.08247e-09 max=5.72301e-07 - deflection angle [deg] : min=0 mean=0.00184504 max=0.0271396 - Delta Ekin [MeV] : min=0 mean=2.6038 max=757.64 - decay Ekin [GeV] : min=499.242 mean=499.997 max=500 - decay Px [GeV] : min=501.524 mean=502.279 max=502.281 - decay Py [GeV] : min=-0.228416 mean=-0.0158332 max=0.0967006 - decay Pz [GeV] : min=-0.107965 mean=-7.54941e-05 max=0.113938 - decay Etot violation [MeV] : min=-1.15192e-05 mean=-8.14482e-07 max=8.37119e-06 - decay Px violation [MeV] : min=-1.15192e-05 mean=-8.14471e-07 max=8.37125e-06 - decay Py violation [MeV] : min=-1.37241e-09 mean=4.12863e-11 max=1.58703e-09 - decay Pz violation [MeV] : min=-6.01673e-10 mean=4.4883e-13 max=1.3722e-09 + decay T [ns] : min=5.82243e-06 mean=0.044108 max=0.425459 + decay R [mm] : min=0.0017455 mean=13.2231 max=127.548 + decay X [mm] : min=0.0017455 mean=13.2231 max=127.548 + decay Y [mm] : min=-0.0207419 mean=-0.000512118 max=0.00490835 + decay Z [mm] : min=-0.00765119 mean=-6.83498e-07 max=0.0206587 + Delta decay R [mm] : min=-3.46945e-18 mean=4.35918e-09 max=6.53368e-07 + deflection angle [deg] : min=0 mean=0.00184647 max=0.0229456 + Delta Ekin [MeV] : min=0 mean=2.67369 max=1475.38 + decay Ekin [GeV] : min=498.525 mean=499.997 max=500 + decay Px [GeV] : min=500.806 mean=502.279 max=502.281 + decay Py [GeV] : min=-0.189503 mean=-0.0158374 max=0.0930349 + decay Pz [GeV] : min=-0.152441 mean=-3.95066e-05 max=0.127739 + decay Etot violation [MeV] : min=-1.21559e-05 mean=-8.30991e-07 max=8.29139e-06 + decay Px violation [MeV] : min=-1.21559e-05 mean=-8.30979e-07 max=8.29145e-06 + decay Py violation [MeV] : min=-1.27173e-09 mean=4.19776e-11 max=1.96577e-09 + decay Pz violation [MeV] : min=-5.85217e-10 mean=1.70471e-13 max=1.17616e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0409168 (mean=0.00967609) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0409168 (mean=0.00971478) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.83044e-09 , 1.83044e-09 + maxGamma_deltaMax{1,2,3} = 0 , 1.79688e-09 , 1.79688e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -29.3012 (mean=-0.107568) (#above threshold = 38) - maxOverestimated_mc_truth_rPos_delta [mum] = 26.2137 (mean=0.04715) (#above threshold = 49) - minUnderestimated_rDeltaPos [mum] = -29.3006 (mean=-0.107564) (#above threshold = 38) - maxOverestimated_rDeltaPos [mum] = 26.2142 (mean=0.0471541) (#above threshold = 49) + minUnderestimated_mc_truth_rPos_delta [mum] = -71.1449 (mean=-0.114215) (#above threshold = 43) + maxOverestimated_mc_truth_rPos_delta [mum] = 24.6111 (mean=0.0506112) (#above threshold = 54) + minUnderestimated_rDeltaPos [mum] = -71.1443 (mean=-0.11421) (#above threshold = 43) + maxOverestimated_rDeltaPos [mum] = 24.6116 (mean=0.0506155) (#above threshold = 54) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0153917 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00805678 ============================================= @@ -1643,20 +1643,20 @@ Index : 1 used in the geometry : Yes ### Run 17 starts. ### Run 17 starts. - Event#=0 t[ns]=0.171268 r[mm]=51.3445 deltaR[mum]=2.56807e-05 deltaEkin[MeV]=6.89968 deltaAngle(deg)=0.00653101 - Event#=1000 t[ns]=0.0958462 r[mm]=28.7337 deltaR[mum]=4.68249e-06 deltaEkin[MeV]=7.98347 deltaAngle(deg)=0.00429936 - Event#=2000 t[ns]=0.040782 r[mm]=12.226 deltaR[mum]=5.17488e-07 deltaEkin[MeV]=1.79756 deltaAngle(deg)=0.00160194 - Event#=3000 t[ns]=0.0433582 r[mm]=12.9983 deltaR[mum]=5.36089e-07 deltaEkin[MeV]=1.31811 deltaAngle(deg)=0.00193706 - Event#=4000 t[ns]=0.0188544 r[mm]=5.65236 deltaR[mum]=4.2891e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000773112 - Event#=5000 t[ns]=0.121939 r[mm]=36.5561 deltaR[mum]=1.25044e-05 deltaEkin[MeV]=7.08593 deltaAngle(deg)=0.00551904 - Event#=6000 t[ns]=0.00905258 r[mm]=2.71387 deltaR[mum]=4.74776e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000371194 - Event#=7000 t[ns]=0.00260526 r[mm]=0.781029 deltaR[mum]=1.1291e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000106827 - Event#=8000 t[ns]=0.144957 r[mm]=43.4566 deltaR[mum]=1.64308e-05 deltaEkin[MeV]=6.80494 deltaAngle(deg)=0.00542645 - Event#=9000 t[ns]=0.0319038 r[mm]=9.56441 deltaR[mum]=2.26224e-07 deltaEkin[MeV]=0.168354 deltaAngle(deg)=0.00124121 + Event#=0 t[ns]=0.102725 r[mm]=30.7959 deltaR[mum]=6.42898e-06 deltaEkin[MeV]=7.24061 deltaAngle(deg)=0.00469959 + Event#=1000 t[ns]=0.0168211 r[mm]=5.04278 deltaR[mum]=3.04556e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000689736 + Event#=2000 t[ns]=0.0130631 r[mm]=3.91617 deltaR[mum]=1.42641e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00053564 + Event#=3000 t[ns]=0.030037 r[mm]=9.00477 deltaR[mum]=1.73593e-07 deltaEkin[MeV]=0.000830865 deltaAngle(deg)=0.00123462 + Event#=4000 t[ns]=0.0549569 r[mm]=16.4755 deltaR[mum]=1.43783e-06 deltaEkin[MeV]=3.65589 deltaAngle(deg)=0.0025081 + Event#=5000 t[ns]=0.0936853 r[mm]=28.0859 deltaR[mum]=4.93751e-06 deltaEkin[MeV]=8.01227 deltaAngle(deg)=0.00404782 + Event#=6000 t[ns]=0.0118228 r[mm]=3.54435 deltaR[mum]=1.05742e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000484786 + Event#=7000 t[ns]=0.01023 r[mm]=3.06685 deltaR[mum]=6.85008e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000419473 + Event#=8000 t[ns]=0.00429794 r[mm]=1.28848 deltaR[mum]=5.0826e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000176234 + Event#=9000 t[ns]=0.0772884 r[mm]=23.1702 deltaR[mum]=2.97313e-06 deltaEkin[MeV]=6.80632 deltaAngle(deg)=0.003807 Run terminated. Run Summary Number of events processed : 10000 - User=0.230000s Real=0.224627s Sys=0.000000s + User=0.250000s Real=0.274129s Sys=0.000000s ============ Run::printInfo() =============== RunID = 17 @@ -1673,45 +1673,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9907 + # Decays = 9905 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=6.97738e-07 mean=0.043768 max=0.396873 - decay R [mm] : min=0.000209174 mean=13.1212 max=118.978 - decay X [mm] : min=0.000209174 mean=13.1212 max=118.978 - decay Y [mm] : min=-0.00969296 mean=0.000496856 max=0.0166385 - decay Z [mm] : min=-0.010187 mean=-1.60656e-06 max=0.00506784 - Delta decay R [mm] : min=0 mean=4.39796e-09 max=2.01545e-06 - deflection angle [deg] : min=0 mean=0.00185295 max=0.0392223 - Delta Ekin [MeV] : min=0 mean=2.60289 max=476.22 - decay Ekin [GeV] : min=499.524 mean=499.997 max=500 - decay Px [GeV] : min=501.805 mean=502.279 max=502.281 - decay Py [GeV] : min=-0.186758 mean=0.0157616 max=0.211479 - decay Pz [GeV] : min=-0.343454 mean=-0.000134243 max=0.111282 - decay Etot violation [MeV] : min=-1.15957e-05 mean=-8.46184e-07 max=1.05336e-05 - decay Px violation [MeV] : min=-1.15958e-05 mean=-8.46171e-07 max=1.05335e-05 - decay Py violation [MeV] : min=-2.40686e-09 mean=-4.40941e-11 max=2.96953e-09 - decay Pz violation [MeV] : min=-1.11685e-09 mean=7.59259e-13 max=2.54988e-09 + decay T [ns] : min=2.78911e-06 mean=0.0439372 max=0.35015 + decay R [mm] : min=0.000836145 mean=13.1719 max=104.971 + decay X [mm] : min=0.000836145 mean=13.1719 max=104.971 + decay Y [mm] : min=-0.00790044 mean=0.00049751 max=0.0153116 + decay Z [mm] : min=-0.00736368 mean=1.91659e-08 max=0.00948261 + Delta decay R [mm] : min=-1.73472e-18 mean=4.0304e-09 max=6.64235e-07 + deflection angle [deg] : min=0 mean=0.00184603 max=0.0246274 + Delta Ekin [MeV] : min=0 mean=2.68449 max=699.896 + decay Ekin [GeV] : min=499.3 mean=499.997 max=500 + decay Px [GeV] : min=501.581 mean=502.279 max=502.281 + decay Py [GeV] : min=-0.115508 mean=0.0156977 max=0.184443 + decay Pz [GeV] : min=-0.145188 mean=-4.90784e-05 max=0.149286 + decay Etot violation [MeV] : min=-1.34333e-05 mean=-8.36412e-07 max=8.90915e-06 + decay Px violation [MeV] : min=-1.34333e-05 mean=-8.36401e-07 max=8.90909e-06 + decay Py violation [MeV] : min=-1.58016e-09 mean=-4.39408e-11 max=1.91878e-09 + decay Pz violation [MeV] : min=-5.74367e-10 mean=-2.62427e-13 max=1.1229e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0475902 (mean=0.0098029) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0475902 (mean=0.00966716) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.76448e-09 , 1.76448e-09 + maxGamma_deltaMax{1,2,3} = 0 , 1.83223e-09 , 1.83223e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -22.84 (mean=-0.107268) (#above threshold = 44) - maxOverestimated_mc_truth_rPos_delta [mum] = 32.2213 (mean=0.0462149) (#above threshold = 57) - minUnderestimated_rDeltaPos [mum] = -22.8398 (mean=-0.107263) (#above threshold = 44) - maxOverestimated_rDeltaPos [mum] = 32.222 (mean=0.0462193) (#above threshold = 57) + minUnderestimated_mc_truth_rPos_delta [mum] = -32.1361 (mean=-0.111852) (#above threshold = 48) + maxOverestimated_mc_truth_rPos_delta [mum] = 6.49105 (mean=0.0435779) (#above threshold = 45) + minUnderestimated_rDeltaPos [mum] = -32.136 (mean=-0.111848) (#above threshold = 48) + maxOverestimated_rDeltaPos [mum] = 6.49124 (mean=0.0435819) (#above threshold = 45) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00782762 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0153524 ============================================= @@ -1735,20 +1735,20 @@ Index : 1 used in the geometry : Yes ### Run 18 starts. ### Run 18 starts. - Event#=0 t[ns]=0.156259 r[mm]=46.8448 deltaR[mum]=2.36726e-05 deltaEkin[MeV]=8.28155 deltaAngle(deg)=0.00620131 - Event#=1000 t[ns]=0.121106 r[mm]=36.3064 deltaR[mum]=8.98043e-06 deltaEkin[MeV]=6.73293 deltaAngle(deg)=0.00435017 - Event#=2000 t[ns]=0.0603022 r[mm]=18.0779 deltaR[mum]=1.13623e-06 deltaEkin[MeV]=3.00572 deltaAngle(deg)=0.00162968 - Event#=3000 t[ns]=0.0644014 r[mm]=19.3068 deltaR[mum]=1.33311e-06 deltaEkin[MeV]=3.56053 deltaAngle(deg)=0.00216287 - Event#=4000 t[ns]=0.0757567 r[mm]=22.711 deltaR[mum]=6.25381e-06 deltaEkin[MeV]=10.7064 deltaAngle(deg)=0.00297415 - Event#=5000 t[ns]=0.0631293 r[mm]=18.9254 deltaR[mum]=1.26929e-06 deltaEkin[MeV]=4.04969 deltaAngle(deg)=0.00301055 - Event#=6000 t[ns]=0.215422 r[mm]=64.5812 deltaR[mum]=5.43754e-05 deltaEkin[MeV]=7.43774 deltaAngle(deg)=0.00895815 - Event#=7000 t[ns]=0.0346295 r[mm]=10.3815 deltaR[mum]=2.99897e-07 deltaEkin[MeV]=0.538974 deltaAngle(deg)=0.00152316 - Event#=8000 t[ns]=0.0312489 r[mm]=9.36808 deltaR[mum]=2.07859e-07 deltaEkin[MeV]=0.225844 deltaAngle(deg)=0.00124823 - Event#=9000 t[ns]=0.0661025 r[mm]=19.8168 deltaR[mum]=2.23622e-06 deltaEkin[MeV]=4.07083 deltaAngle(deg)=0.00345338 + Event#=0 t[ns]=0.212712 r[mm]=63.7687 deltaR[mum]=7.63584e-05 deltaEkin[MeV]=7.90016 deltaAngle(deg)=0.0096494 + Event#=1000 t[ns]=0.28569 r[mm]=85.6466 deltaR[mum]=0.000145602 deltaEkin[MeV]=7.62157 deltaAngle(deg)=0.0117848 + Event#=2000 t[ns]=0.0846767 r[mm]=25.3851 deltaR[mum]=2.75541e-06 deltaEkin[MeV]=6.1779 deltaAngle(deg)=0.00439417 + Event#=3000 t[ns]=0.0348296 r[mm]=10.4415 deltaR[mum]=3.05237e-07 deltaEkin[MeV]=0.455404 deltaAngle(deg)=0.0016058 + Event#=4000 t[ns]=0.0461606 r[mm]=13.8384 deltaR[mum]=6.17392e-07 deltaEkin[MeV]=1.91188 deltaAngle(deg)=0.00144618 + Event#=5000 t[ns]=0.00965859 r[mm]=2.89554 deltaR[mum]=5.76161e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.0003959 + Event#=6000 t[ns]=0.00135078 r[mm]=0.40495 deltaR[mum]=1.57652e-11 deltaEkin[MeV]=0 deltaAngle(deg)=5.53714e-05 + Event#=7000 t[ns]=0.123865 r[mm]=37.1335 deltaR[mum]=1.30956e-05 deltaEkin[MeV]=7.22767 deltaAngle(deg)=0.00529943 + Event#=8000 t[ns]=0.159012 r[mm]=47.6701 deltaR[mum]=2.28952e-05 deltaEkin[MeV]=7.26414 deltaAngle(deg)=0.00611913 + Event#=9000 t[ns]=0.00780624 r[mm]=2.34022 deltaR[mum]=3.04201e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000319972 Run terminated. Run Summary Number of events processed : 10000 - User=0.310000s Real=0.318175s Sys=0.000000s + User=0.490000s Real=0.520988s Sys=0.000000s ============ Run::printInfo() =============== RunID = 18 @@ -1765,45 +1765,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9841 + # Decays = 9802 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=3.94482e-06 mean=0.0926437 max=1.15054 - decay R [mm] : min=0.00118261 mean=27.7736 max=344.918 - decay X [mm] : min=0.00118261 mean=27.7736 max=344.918 - decay Y [mm] : min=-0.142907 mean=-0.00211572 max=0.00604369 - decay Z [mm] : min=-0.0224522 mean=1.18396e-06 max=0.0721735 - Delta decay R [mm] : min=0 mean=3.6423e-08 max=9.84181e-06 - deflection angle [deg] : min=8.53688e-07 mean=0.00386998 max=0.0473007 - Delta Ekin [MeV] : min=0 mean=5.27926 max=1526.05 - decay Ekin [GeV] : min=498.474 mean=499.995 max=500 - decay Px [GeV] : min=500.936 mean=502.456 max=502.462 - decay Py [GeV] : min=-0.41484 mean=-0.033317 max=0.192351 - decay Pz [GeV] : min=-0.18029 mean=-2.2704e-05 max=0.322074 - decay Etot violation [MeV] : min=-1.38408e-05 mean=-3.59526e-06 max=5.40115e-06 - decay Px violation [MeV] : min=-1.38409e-05 mean=-3.59529e-06 max=5.40121e-06 - decay Py violation [MeV] : min=-2.4886e-09 mean=2.94898e-10 max=4.7462e-09 - decay Pz violation [MeV] : min=-5.48363e-09 mean=4.17756e-13 max=1.69922e-09 + decay T [ns] : min=3.45032e-06 mean=0.0910921 max=0.785304 + decay R [mm] : min=0.00103437 mean=27.3084 max=235.425 + decay X [mm] : min=0.00103437 mean=27.3084 max=235.425 + decay Y [mm] : min=-0.0672808 mean=-0.00204792 max=0.00723086 + decay Z [mm] : min=-0.025042 mean=-9.44494e-06 max=0.0105214 + Delta decay R [mm] : min=-1.73472e-18 mean=3.34859e-08 max=4.68145e-06 + deflection angle [deg] : min=8.53688e-07 mean=0.00379772 max=0.0325071 + Delta Ekin [MeV] : min=0 mean=5.4964 max=2554.67 + decay Ekin [GeV] : min=497.445 mean=499.995 max=500 + decay Px [GeV] : min=499.907 mean=502.456 max=502.462 + decay Py [GeV] : min=-0.285084 mean=-0.0327944 max=0.131967 + decay Pz [GeV] : min=-0.250832 mean=-8.29548e-05 max=0.157883 + decay Etot violation [MeV] : min=-1.40806e-05 mean=-3.56871e-06 max=5.40121e-06 + decay Px violation [MeV] : min=-1.40806e-05 mean=-3.56872e-06 max=5.40126e-06 + decay Py violation [MeV] : min=-1.59352e-09 mean=2.94184e-10 max=3.94402e-09 + decay Pz violation [MeV] : min=-2.46172e-09 mean=4.26228e-13 max=2.39075e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0502782 (mean=0.012503) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0379114 (mean=0.0127282) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.46611e-09 , 1.46611e-09 + maxGamma_deltaMax{1,2,3} = 0 , 1.53705e-09 , 1.53705e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=6.15227e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=6.03218e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -50.1934 (mean=-0.238037) (#above threshold = 100) - maxOverestimated_mc_truth_rPos_delta [mum] = 128.419 (mean=0.247189) (#above threshold = 525) - minUnderestimated_rDeltaPos [mum] = -50.1903 (mean=-0.238001) (#above threshold = 100) - maxOverestimated_rDeltaPos [mum] = 128.422 (mean=0.247226) (#above threshold = 525) + minUnderestimated_mc_truth_rPos_delta [mum] = -79.2289 (mean=-0.239348) (#above threshold = 92) + maxOverestimated_mc_truth_rPos_delta [mum] = 191.589 (mean=0.248666) (#above threshold = 559) + minUnderestimated_rDeltaPos [mum] = -79.2281 (mean=-0.239314) (#above threshold = 92) + maxOverestimated_rDeltaPos [mum] = 191.594 (mean=0.2487) (#above threshold = 559) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0403594 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0328697 ============================================= @@ -1827,20 +1827,20 @@ Index : 1 used in the geometry : Yes ### Run 19 starts. ### Run 19 starts. - Event#=0 t[ns]=0.14035 r[mm]=42.0752 deltaR[mum]=2.30443e-05 deltaEkin[MeV]=11.8015 deltaAngle(deg)=0.00588124 - Event#=1000 t[ns]=0.0465228 r[mm]=13.947 deltaR[mum]=6.28317e-07 deltaEkin[MeV]=1.98883 deltaAngle(deg)=0.00175327 - Event#=2000 t[ns]=0.0185814 r[mm]=5.57048 deltaR[mum]=4.10241e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00076164 - Event#=3000 t[ns]=0.182351 r[mm]=54.6668 deltaR[mum]=5.15583e-05 deltaEkin[MeV]=7.23014 deltaAngle(deg)=0.00824707 - Event#=4000 t[ns]=0.059145 r[mm]=17.731 deltaR[mum]=1.08505e-06 deltaEkin[MeV]=3.05456 deltaAngle(deg)=0.00242731 - Event#=5000 t[ns]=0.338705 r[mm]=101.54 deltaR[mum]=0.000225996 deltaEkin[MeV]=6.92427 deltaAngle(deg)=0.0135909 - Event#=6000 t[ns]=0.000105733 r[mm]=0.0316976 deltaR[mum]=6.93889e-15 deltaEkin[MeV]=0 deltaAngle(deg)=4.26844e-06 - Event#=7000 t[ns]=0.0181607 r[mm]=5.44439 deltaR[mum]=3.83e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000744399 - Event#=8000 t[ns]=0.0170875 r[mm]=5.12264 deltaR[mum]=3.19025e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000700407 - Event#=9000 t[ns]=0.0542522 r[mm]=16.2642 deltaR[mum]=8.87798e-07 deltaEkin[MeV]=2.83528 deltaAngle(deg)=0.00176905 + Event#=0 t[ns]=0.0582074 r[mm]=17.4499 deltaR[mum]=1.04492e-06 deltaEkin[MeV]=2.92103 deltaAngle(deg)=0.0023327 + Event#=1000 t[ns]=0.0251457 r[mm]=7.53841 deltaR[mum]=1.01671e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00103071 + Event#=2000 t[ns]=0.0862861 r[mm]=25.8676 deltaR[mum]=2.90662e-06 deltaEkin[MeV]=5.40824 deltaAngle(deg)=0.00273392 + Event#=3000 t[ns]=0.0280093 r[mm]=8.39687 deltaR[mum]=1.40504e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00114808 + Event#=4000 t[ns]=0.0239 r[mm]=7.16495 deltaR[mum]=8.72946e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000979648 + Event#=5000 t[ns]=0.0547505 r[mm]=16.4136 deltaR[mum]=9.06567e-07 deltaEkin[MeV]=2.63177 deltaAngle(deg)=0.00236853 + Event#=6000 t[ns]=0.185675 r[mm]=55.6634 deltaR[mum]=4.74137e-05 deltaEkin[MeV]=6.64535 deltaAngle(deg)=0.00843728 + Event#=7000 t[ns]=0.0363376 r[mm]=10.8936 deltaR[mum]=3.45308e-07 deltaEkin[MeV]=0.658612 deltaAngle(deg)=0.00136816 + Event#=8000 t[ns]=0.0342268 r[mm]=10.2608 deltaR[mum]=2.89132e-07 deltaEkin[MeV]=0.733951 deltaAngle(deg)=0.0013793 + Event#=9000 t[ns]=0.0557299 r[mm]=16.7072 deltaR[mum]=9.4429e-07 deltaEkin[MeV]=2.92271 deltaAngle(deg)=0.00282946 Run terminated. Run Summary Number of events processed : 10000 - User=0.350000s Real=0.349167s Sys=0.000000s + User=0.350000s Real=0.359669s Sys=0.000000s ============ Run::printInfo() =============== RunID = 19 @@ -1857,45 +1857,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9794 + # Decays = 9830 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.48681e-07 mean=0.0908232 max=0.824051 - decay R [mm] : min=7.45517e-05 mean=27.2278 max=247.041 - decay X [mm] : min=7.45517e-05 mean=27.2278 max=247.041 - decay Y [mm] : min=-0.00207592 mean=0.00201765 max=0.0795902 - decay Z [mm] : min=-0.0115558 mean=8.55941e-06 max=0.0440395 - Delta decay R [mm] : min=-1.73472e-18 mean=3.47338e-08 max=1.59117e-05 - deflection angle [deg] : min=8.53688e-07 mean=0.00378453 max=0.0355286 - Delta Ekin [MeV] : min=0 mean=6.89637 max=6857.35 - decay Ekin [GeV] : min=493.143 mean=499.993 max=500 - decay Px [GeV] : min=495.604 mean=502.455 max=502.462 - decay Py [GeV] : min=-0.0866767 mean=0.0327155 max=0.311569 - decay Pz [GeV] : min=-0.118541 mean=3.6903e-05 max=0.148379 - decay Etot violation [MeV] : min=-1.30283e-05 mean=-3.59229e-06 max=5.40115e-06 - decay Px violation [MeV] : min=-1.30283e-05 mean=-3.59231e-06 max=5.40126e-06 - decay Py violation [MeV] : min=-5.04815e-09 mean=-2.92511e-10 max=6.36575e-10 - decay Pz violation [MeV] : min=-2.00585e-09 mean=-4.67078e-13 max=1.42585e-09 + decay T [ns] : min=1.40918e-06 mean=0.0906817 max=0.723661 + decay R [mm] : min=0.000422458 mean=27.1854 max=216.946 + decay X [mm] : min=0.000422458 mean=27.1854 max=216.946 + decay Y [mm] : min=-0.00635032 mean=0.00199434 max=0.0568057 + decay Z [mm] : min=-0.0208988 mean=-3.66692e-07 max=0.0285554 + Delta decay R [mm] : min=0 mean=3.1331e-08 max=2.35422e-06 + deflection angle [deg] : min=0 mean=0.00378063 max=0.0330466 + Delta Ekin [MeV] : min=0 mean=5.45317 max=3538.13 + decay Ekin [GeV] : min=496.462 mean=499.995 max=500 + decay Px [GeV] : min=498.923 mean=502.456 max=502.462 + decay Py [GeV] : min=-0.132669 mean=0.0324413 max=0.288901 + decay Pz [GeV] : min=-0.148703 mean=2.79403e-05 max=0.165602 + decay Etot violation [MeV] : min=-1.44264e-05 mean=-3.58088e-06 max=5.40126e-06 + decay Px violation [MeV] : min=-1.44265e-05 mean=-3.5809e-06 max=5.40138e-06 + decay Py violation [MeV] : min=-4.02102e-09 mean=-2.8687e-10 max=1.60793e-09 + decay Pz violation [MeV] : min=-1.66293e-09 mean=-6.14533e-13 max=1.86037e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.044095 (mean=0.0126255) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.53437e-09 , 1.53437e-09 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0502782 (mean=0.0126174) + maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.44945e-09 , 1.44945e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=6.03484e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=6.06429e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -143.776 (mean=-0.271001) (#above threshold = 103) - maxOverestimated_mc_truth_rPos_delta [mum] = 647.162 (mean=0.34411) (#above threshold = 479) - minUnderestimated_rDeltaPos [mum] = -143.77 (mean=-0.270966) (#above threshold = 103) - maxOverestimated_rDeltaPos [mum] = 647.178 (mean=0.344145) (#above threshold = 479) + minUnderestimated_mc_truth_rPos_delta [mum] = -102.711 (mean=-0.239177) (#above threshold = 98) + maxOverestimated_mc_truth_rPos_delta [mum] = 69.7136 (mean=0.225595) (#above threshold = 488) + minUnderestimated_rDeltaPos [mum] = -102.709 (mean=-0.239146) (#above threshold = 98) + maxOverestimated_rDeltaPos [mum] = 69.7153 (mean=0.225627) (#above threshold = 488) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0329252 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0328718 ============================================= @@ -1919,20 +1919,20 @@ Index : 1 used in the geometry : Yes ### Run 20 starts. ### Run 20 starts. - Event#=0 t[ns]=0.0280571 r[mm]=8.41122 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0437468 r[mm]=13.1148 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.00985533 r[mm]=2.95452 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0307997 r[mm]=9.2334 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=9.8769e-05 r[mm]=0.0296098 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.00668127 r[mm]=2.00297 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.0509744 r[mm]=15.2816 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.000462581 r[mm]=0.138677 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0342804 r[mm]=10.2769 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.00482051 r[mm]=1.44514 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0694845 r[mm]=20.8307 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0251371 r[mm]=7.53582 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0238737 r[mm]=7.15706 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.00315077 r[mm]=0.944566 deltaR[mum]=-1.11022e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0342722 r[mm]=10.2744 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0290244 r[mm]=8.7012 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0771816 r[mm]=23.1382 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0301115 r[mm]=9.0271 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0209337 r[mm]=6.27569 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0373126 r[mm]=11.1859 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.110000s Real=0.108010s Sys=0.000000s + User=0.120000s Real=0.122799s Sys=0.000000s ============ Run::printInfo() =============== RunID = 20 @@ -1949,137 +1949,137 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 + # Decays = 9943 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=2.89682e-06 mean=0.0305871 max=0.278324 + decay R [mm] : min=0.000868434 mean=9.16967 max=83.4384 + decay X [mm] : min=0.000868434 mean=9.16967 max=83.4384 + decay Y [mm] : min=-0.00322541 mean=1.61636e-07 max=0.00434729 + decay Z [mm] : min=-0.0069336 mean=-3.19641e-07 max=0.00278768 + Delta decay R [mm] : min=-1.42109e-14 mean=1.34354e-10 max=4.18078e-07 + deflection angle [deg] : min=0 mean=1.71472e-05 max=0.0176808 + Delta Ekin [MeV] : min=0 mean=0.0002375 max=0.461495 + decay Ekin [GeV] : min=500 mean=500 max=500 + decay Px [GeV] : min=502.464 mean=502.464 max=502.464 + decay Py [GeV] : min=-0.0632911 mean=3.4216e-05 max=0.109579 + decay Pz [GeV] : min=-0.155006 mean=4.55544e-06 max=0.0811859 + decay Etot violation [MeV] : min=-1.23907e-06 mean=1.85956e-06 max=1.05485e-05 + decay Px violation [MeV] : min=-1.23918e-06 mean=1.8596e-06 max=1.05486e-05 + decay Py violation [MeV] : min=-8.89223e-10 mean=2.16196e-13 max=1.37614e-09 + decay Pz violation [MeV] : min=-1.25056e-09 mean=1.75384e-13 max=1.30534e-09 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.27374e-06 , 0.028936 (mean=0.00812715) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.16009e-09 , 1.16009e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 1.42109e-11 (mean=1.01332e-12) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0132058 (mean=-6.41759e-06) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0206429 (mean=5.98287e-06) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0127877 (mean=-6.28324e-06) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.021061 (mean=6.11722e-06) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 21 starts. +### Run 21 starts. + Event#=0 t[ns]=0.0336464 r[mm]=10.0868 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.00592034 r[mm]=1.77485 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0638708 r[mm]=19.1477 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.000208601 r[mm]=0.0625362 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0146155 r[mm]=4.38155 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0021091 r[mm]=0.632284 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0118764 r[mm]=3.56041 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0051732 r[mm]=1.55087 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.000504458 r[mm]=0.151231 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0240014 r[mm]=7.19535 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.100000s Real=0.106048s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 21 + primary PDG code = -4132 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.47 + primary initial momentum [GeV] = 502.464 + primary initial Lorentz beta = 0.999988 + primary initial Lorentz gamma = 203.393 + primary initial 3 momentum [GeV] = (502.464,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 # Decays = 9961 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.40244e-07 mean=0.0302269 max=0.25523 - decay R [mm] : min=7.20223e-05 mean=9.0617 max=76.515 - decay X [mm] : min=7.20223e-05 mean=9.0617 max=76.515 - decay Y [mm] : min=-0.0018404 mean=3.74777e-07 max=0.00229469 - decay Z [mm] : min=-0.00245755 mean=-2.97394e-07 max=0.00107674 - Delta decay R [mm] : min=-1.42109e-14 mean=4.15067e-11 max=1.34326e-07 - deflection angle [deg] : min=0 mean=9.18712e-06 max=0.0196155 - Delta Ekin [MeV] : min=0 mean=0.000114752 max=0.568018 - decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay T [ns] : min=7.42051e-06 mean=0.0309771 max=0.338419 + decay R [mm] : min=0.00222458 mean=9.28659 max=101.454 + decay X [mm] : min=0.00222458 mean=9.28659 max=101.454 + decay Y [mm] : min=-0.00403809 mean=1.13679e-06 max=0.00403781 + decay Z [mm] : min=-0.00540522 mean=-1.73636e-06 max=0.00321051 + Delta decay R [mm] : min=-1.42109e-14 mean=1.93124e-10 max=4.17816e-07 + deflection angle [deg] : min=0 mean=2.41221e-05 max=0.015951 + Delta Ekin [MeV] : min=0 mean=0.000361126 max=0.375608 + decay Ekin [GeV] : min=500 mean=500 max=500 decay Px [GeV] : min=502.464 mean=502.464 max=502.464 - decay Py [GeV] : min=-0.0585581 mean=2.26697e-05 max=0.167307 - decay Pz [GeV] : min=-0.0437224 mean=-1.5017e-06 max=0.0659047 - decay Etot violation [MeV] : min=-2.59781e-06 mean=1.80449e-06 max=1.01904e-05 - decay Px violation [MeV] : min=-2.59781e-06 mean=1.80454e-06 max=1.01906e-05 - decay Py violation [MeV] : min=-3.1725e-10 mean=1.41852e-13 max=1.00073e-09 - decay Pz violation [MeV] : min=-2.75495e-10 mean=5.63491e-14 max=4.02594e-10 + decay Py [GeV] : min=-0.106192 mean=4.00121e-05 max=0.107616 + decay Pz [GeV] : min=-0.113709 mean=-4.28529e-05 max=0.0953171 + decay Etot violation [MeV] : min=-8.32428e-07 mean=1.84611e-06 max=1.07587e-05 + decay Px violation [MeV] : min=-8.32311e-07 mean=1.84616e-06 max=1.07588e-05 + decay Py violation [MeV] : min=-9.11939e-10 mean=1.83165e-13 max=1.43316e-09 + decay Pz violation [MeV] : min=-1.59321e-09 mean=-3.18592e-13 max=8.45269e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.27374e-06 , 0.0266532 (mean=0.00812414) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.27374e-06 , 0.0266532 (mean=0.0081228) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 8.38867e-10 , 8.38867e-10 + maxGamma_deltaMax{1,2,3} = 0 , 9.36581e-10 , 9.36581e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 2.84217e-11 (mean=1.00219e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.42109e-11 (mean=1.01804e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0103212 (mean=-2.7178e-06) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0038574 (mean=1.52774e-06) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0101869 (mean=-2.6763e-06) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.00390651 (mean=1.56925e-06) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0146589 (mean=-1.07975e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0178546 (mean=7.56716e-06) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0142411 (mean=-1.06044e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0182724 (mean=7.76029e-06) (#above threshold = 0) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 - ============================================= - - -========= Table of registered couples ============================ - -Index : 0 used in the geometry : Yes - Material : G4_Galactic - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 1 used in the geometry : Yes - Material : G4_Si - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -================================================================== - -### Run 21 starts. -### Run 21 starts. - Event#=0 t[ns]=0.00148044 r[mm]=0.443818 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0182006 r[mm]=5.45635 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0169496 r[mm]=5.0813 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.000971042 r[mm]=0.291108 deltaR[mum]=-5.55112e-14 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0253536 r[mm]=7.60072 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.00185776 r[mm]=0.556937 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.0461267 r[mm]=13.8283 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0238228 r[mm]=7.14181 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.00786703 r[mm]=2.35845 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.00998044 r[mm]=2.99203 deltaR[mum]=4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Run terminated. -Run Summary - Number of events processed : 10000 - User=0.110000s Real=0.117635s Sys=0.000000s - - - ============ Run::printInfo() =============== RunID = 21 - primary PDG code = -4132 - primary initial kinetic energy [GeV] = 500 - primary initial total energy [GeV] = 502.47 - primary initial momentum [GeV] = 502.464 - primary initial Lorentz beta = 0.999988 - primary initial Lorentz gamma = 203.393 - primary initial 3 momentum [GeV] = (502.464,0,0) - primary initial position [mm] = (0,0,0) - toleranceEPviolations [eV] = 500 - toleranceDeltaDecayRadius [mum] = 1 - isPreassignedDecayEnabled = 1 - isBoostToLabEnabled = 1 - # Events = 10000 - # Decays = 9948 - (# Bad decays = 0 ) - (# Unexpected decays = 0 ) - # E violations = 0 - # P violations = 0 - decay T [ns] : min=5.01571e-06 mean=0.0306513 max=0.252928 - decay R [mm] : min=0.00150365 mean=9.18892 max=75.825 - decay X [mm] : min=0.00150365 mean=9.18892 max=75.825 - decay Y [mm] : min=-0.000987311 mean=1.21879e-06 max=0.00327104 - decay Z [mm] : min=-0.00250008 mean=4.2476e-07 max=0.00552054 - Delta decay R [mm] : min=-1.42109e-14 mean=1.69015e-10 max=4.68238e-07 - deflection angle [deg] : min=0 mean=1.95077e-05 max=0.0201539 - Delta Ekin [MeV] : min=0 mean=0.000384445 max=0.599622 - decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=502.464 mean=502.464 max=502.464 - decay Py [GeV] : min=-0.0732134 mean=5.01123e-05 max=0.175031 - decay Pz [GeV] : min=-0.175437 mean=1.25612e-05 max=0.134393 - decay Etot violation [MeV] : min=-5.67117e-07 mean=1.86373e-06 max=1.06159e-05 - decay Px violation [MeV] : min=-5.66943e-07 mean=1.86378e-06 max=1.0616e-05 - decay Py violation [MeV] : min=-1.12165e-09 mean=5.39323e-13 max=3.49993e-09 - decay Pz violation [MeV] : min=-7.98195e-10 mean=8.90143e-14 max=1.41409e-09 - --- Consistency checks --- - maxEkin_deltaMax [eV] = 0 - maxEtot_deltaMax [eV] = 0 - maxP_deltaMax [eV] = 0 - maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.27374e-06 , 0.0266532 (mean=0.00812724) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 9.30811e-10 , 9.30811e-10 - maxT_proper_deltaMax [fs] = 0 - maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 1.42109e-11 (mean=1.00486e-12) (# above threshold = 0) - --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0255681 (mean=-1.30008e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0181455 (mean=5.85129e-06) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0255212 (mean=-1.28318e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0186137 (mean=6.0203e-06) (#above threshold = 0) - --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00764675 ============================================= @@ -2103,20 +2103,20 @@ Index : 1 used in the geometry : Yes ### Run 22 starts. ### Run 22 starts. - Event#=0 t[ns]=0.0126336 r[mm]=3.78739 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0814783 r[mm]=24.4262 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0140645 r[mm]=4.21637 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0192526 r[mm]=5.77169 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.147254 r[mm]=44.1449 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0230943 r[mm]=6.9234 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.00536038 r[mm]=1.60698 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0427073 r[mm]=12.8032 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.138115 r[mm]=41.4053 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0697351 r[mm]=20.9057 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0474934 r[mm]=14.2379 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.00246061 r[mm]=0.737662 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0971612 r[mm]=29.1278 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.00371123 r[mm]=1.11258 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0689851 r[mm]=20.6809 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0406275 r[mm]=12.1796 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.00931473 r[mm]=2.79244 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0186674 r[mm]=5.59628 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.00665361 r[mm]=1.99467 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0172396 r[mm]=5.16822 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.148949s Sys=0.000000s + User=0.160000s Real=0.154383s Sys=0.000000s ============ Run::printInfo() =============== RunID = 22 @@ -2133,135 +2133,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9907 + # Decays = 9900 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.87905e-06 mean=0.0487005 max=0.38384 - decay R [mm] : min=0.000863105 mean=14.5998 max=115.071 - decay X [mm] : min=0.000863105 mean=14.5998 max=115.071 - decay Y [mm] : min=-0.00956353 mean=-3.80548e-07 max=0.00809663 - decay Z [mm] : min=-0.00473154 mean=-1.01737e-06 max=0.00786865 - Delta decay R [mm] : min=-2.84217e-14 mean=3.97825e-10 max=7.00071e-07 - deflection angle [deg] : min=0 mean=3.47589e-05 max=0.0300283 - Delta Ekin [MeV] : min=0 mean=0.000671575 max=1.33232 + decay T [ns] : min=8.15084e-06 mean=0.0490386 max=0.519441 + decay R [mm] : min=0.00244353 mean=14.7012 max=155.722 + decay X [mm] : min=0.00244353 mean=14.7012 max=155.722 + decay Y [mm] : min=-0.00477166 mean=2.45757e-08 max=0.00589983 + decay Z [mm] : min=-0.00422479 mean=1.85913e-06 max=0.0101118 + Delta decay R [mm] : min=-2.84217e-14 mean=3.54065e-10 max=6.21104e-07 + deflection angle [deg] : min=0 mean=3.19299e-05 max=0.0251556 + Delta Ekin [MeV] : min=0 mean=0.000579283 max=0.935008 decay Ekin [GeV] : min=499.999 mean=500 max=500 decay Px [GeV] : min=502.687 mean=502.688 max=502.688 - decay Py [GeV] : min=-0.211769 mean=-1.76644e-05 max=0.233309 - decay Pz [GeV] : min=-0.126006 mean=-5.91891e-05 max=0.0943203 - decay Etot violation [MeV] : min=-6.90599e-06 mean=-4.40214e-07 max=4.0895e-06 - decay Px violation [MeV] : min=-6.90587e-06 mean=-4.4023e-07 max=4.08961e-06 - decay Py violation [MeV] : min=-1.03057e-09 mean=2.55865e-13 max=2.28061e-09 - decay Pz violation [MeV] : min=-1.21183e-09 mean=1.14009e-13 max=1.16754e-09 + decay Py [GeV] : min=-0.0885592 mean=2.93413e-05 max=0.213276 + decay Pz [GeV] : min=-0.14762 mean=4.08498e-05 max=0.143608 + decay Etot violation [MeV] : min=-5.81343e-06 mean=-4.58073e-07 max=4.13851e-06 + decay Px violation [MeV] : min=-5.81349e-06 mean=-4.58087e-07 max=4.13839e-06 + decay Py violation [MeV] : min=-5.45825e-10 mean=1.19102e-13 max=6.04899e-10 + decay Pz violation [MeV] : min=-7.49452e-10 mean=-1.04801e-13 max=7.11509e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0242312 (mean=0.00161428) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 8.94403e-10 , 8.94403e-10 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0298928 (mean=0.00160542) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.20664e-10 , 9.20664e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0439822 (mean=-2.25431e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0307235 (mean=1.70597e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0436228 (mean=-2.21453e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0314236 (mean=1.74576e-05) (#above threshold = 0) - --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 - ============================================= - - -========= Table of registered couples ============================ - -Index : 0 used in the geometry : Yes - Material : G4_Galactic - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 1 used in the geometry : Yes - Material : G4_Si - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -================================================================== - -### Run 23 starts. -### Run 23 starts. - Event#=0 t[ns]=0.101533 r[mm]=30.4383 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0859237 r[mm]=25.7589 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0328661 r[mm]=9.85286 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0812088 r[mm]=24.3454 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0894077 r[mm]=26.8034 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.00680779 r[mm]=2.04089 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.102776 r[mm]=30.811 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.215955 r[mm]=64.7407 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0173284 r[mm]=5.19485 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0968528 r[mm]=29.0353 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Run terminated. -Run Summary - Number of events processed : 10000 - User=0.160000s Real=0.155267s Sys=0.000000s - - - ============ Run::printInfo() =============== RunID = 23 - primary PDG code = -4332 - primary initial kinetic energy [GeV] = 500 - primary initial total energy [GeV] = 502.695 - primary initial momentum [GeV] = 502.688 - primary initial Lorentz beta = 0.999986 - primary initial Lorentz gamma = 186.515 - primary initial 3 momentum [GeV] = (502.688,0,0) - primary initial position [mm] = (0,0,0) - toleranceEPviolations [eV] = 500 - toleranceDeltaDecayRadius [mum] = 1 - isPreassignedDecayEnabled = 1 - isBoostToLabEnabled = 1 - # Events = 10000 - # Decays = 9906 - (# Bad decays = 0 ) - (# Unexpected decays = 0 ) - # E violations = 0 - # P violations = 0 - decay T [ns] : min=7.32464e-06 mean=0.0496235 max=0.450026 - decay R [mm] : min=0.00219584 mean=14.8766 max=134.912 - decay X [mm] : min=0.00219584 mean=14.8766 max=134.912 - decay Y [mm] : min=-0.00783619 mean=1.83577e-07 max=0.00602752 - decay Z [mm] : min=-0.00479848 mean=-9.93319e-07 max=0.0107573 - Delta decay R [mm] : min=-2.84217e-14 mean=4.05523e-10 max=1.09518e-06 - deflection angle [deg] : min=0 mean=3.04614e-05 max=0.0277787 - Delta Ekin [MeV] : min=0 mean=0.000603023 max=1.0642 - decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=502.687 mean=502.688 max=502.688 - decay Py [GeV] : min=-0.181854 mean=-1.28261e-06 max=0.189904 - decay Pz [GeV] : min=-0.11732 mean=-5.45623e-05 max=0.197013 - decay Etot violation [MeV] : min=-6.55145e-06 mean=-4.53515e-07 max=4.22844e-06 - decay Px violation [MeV] : min=-6.55121e-06 mean=-4.53529e-07 max=4.22861e-06 - decay Py violation [MeV] : min=-1.42514e-09 mean=-6.33696e-14 max=9.38599e-10 - decay Pz violation [MeV] : min=-6.15664e-10 mean=3.60767e-14 max=6.05596e-10 - --- Consistency checks --- - maxEkin_deltaMax [eV] = 0 - maxEtot_deltaMax [eV] = 0 - maxP_deltaMax [eV] = 0 - maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0185696 (mean=0.00160598) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 8.32074e-10 , 8.32074e-10 - maxT_proper_deltaMax [fs] = 0 - maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) - --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0297905 (mean=-1.8522e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0581068 (mean=1.79208e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0286953 (mean=-1.81165e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.059202 (mean=1.83263e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0445523 (mean=-2.10077e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0272262 (mean=1.47999e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0439312 (mean=-2.06536e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0275081 (mean=1.5154e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0152588 ============================================= @@ -2285,22 +2193,114 @@ Index : 1 used in the geometry : Yes ================================================================== -### Run 24 starts. -### Run 24 starts. - Event#=0 t[ns]=0.0121671 r[mm]=3.64737 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.275664 r[mm]=82.6369 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.00926146 r[mm]=2.77635 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.00969626 r[mm]=2.90669 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0438187 r[mm]=13.1357 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0810358 r[mm]=24.2924 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.338185 r[mm]=101.379 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0984671 r[mm]=29.5179 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.132731 r[mm]=39.7894 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0607126 r[mm]=18.2 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 +### Run 23 starts. +### Run 23 starts. + Event#=0 t[ns]=0.00719033 r[mm]=2.15557 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0448797 r[mm]=13.4544 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.00142221 r[mm]=0.426362 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.172148 r[mm]=51.6078 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0310871 r[mm]=9.31954 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0935076 r[mm]=28.0325 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0735044 r[mm]=22.0358 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0289988 r[mm]=8.69351 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0187754 r[mm]=5.62865 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.214489 r[mm]=64.3012 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.270000s Real=0.281775s Sys=0.000000s + User=0.150000s Real=0.148843s Sys=0.000000s + + + ============ Run::printInfo() =============== RunID = 23 + primary PDG code = -4332 + primary initial kinetic energy [GeV] = 500 + primary initial total energy [GeV] = 502.695 + primary initial momentum [GeV] = 502.688 + primary initial Lorentz beta = 0.999986 + primary initial Lorentz gamma = 186.515 + primary initial 3 momentum [GeV] = (502.688,0,0) + primary initial position [mm] = (0,0,0) + toleranceEPviolations [eV] = 500 + toleranceDeltaDecayRadius [mum] = 1 + isPreassignedDecayEnabled = 1 + isBoostToLabEnabled = 1 + # Events = 10000 + # Decays = 9906 + (# Bad decays = 0 ) + (# Unexpected decays = 0 ) + # E violations = 0 + # P violations = 0 + decay T [ns] : min=3.83204e-07 mean=0.0489562 max=0.498254 + decay R [mm] : min=0.00011488 mean=14.6765 max=149.37 + decay X [mm] : min=0.00011488 mean=14.6765 max=149.37 + decay Y [mm] : min=-0.00502243 mean=6.04933e-07 max=0.0061934 + decay Z [mm] : min=-0.0084874 mean=-2.20019e-06 max=0.000646406 + Delta decay R [mm] : min=-2.84217e-14 mean=2.63202e-10 max=3.32091e-07 + deflection angle [deg] : min=0 mean=3.2117e-05 max=0.0164538 + Delta Ekin [MeV] : min=0 mean=0.000461743 max=0.400019 + decay Ekin [GeV] : min=500 mean=500 max=500 + decay Px [GeV] : min=502.688 mean=502.688 max=502.688 + decay Py [GeV] : min=-0.0931792 mean=7.43692e-05 max=0.140543 + decay Pz [GeV] : min=-0.10969 mean=-5.59487e-05 max=0.114188 + decay Etot violation [MeV] : min=-5.53869e-06 mean=-4.2604e-07 max=3.89112e-06 + decay Px violation [MeV] : min=-5.53863e-06 mean=-4.26055e-07 max=3.89107e-06 + decay Py violation [MeV] : min=-9.00144e-10 mean=5.01281e-14 max=7.02912e-10 + decay Pz violation [MeV] : min=-8.65626e-10 mean=2.42081e-14 max=6.25079e-10 + --- Consistency checks --- + maxEkin_deltaMax [eV] = 0 + maxEtot_deltaMax [eV] = 0 + maxP_deltaMax [eV] = 0 + maxPdir_deltaMax = 0 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0267219 (mean=0.00161392) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.12013e-09 , 1.12013e-09 + maxT_proper_deltaMax [fs] = 0 + maxT_lab_deltaMax [fs] = 0 + maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) + --- Extra checks --- + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0122837 (mean=-1.54916e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.018136 (mean=1.04039e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0122495 (mean=-1.52284e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0184681 (mean=1.06671e-05) (#above threshold = 0) + --- float instead of double --- + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 + ============================================= + + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Si + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 24 starts. +### Run 24 starts. + Event#=0 t[ns]=0.027138 r[mm]=8.13525 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0173018 r[mm]=5.18663 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0119289 r[mm]=3.57598 deltaR[mum]=4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.409085 r[mm]=122.633 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0336928 r[mm]=10.1002 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.00304882 r[mm]=0.913956 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0187073 r[mm]=5.60795 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.017786 r[mm]=5.33179 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.128851 r[mm]=38.6261 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0409402 r[mm]=12.2728 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.250000s Real=0.259893s Sys=0.000000s ============ Run::printInfo() =============== RunID = 24 @@ -2317,43 +2317,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9757 + # Decays = 9782 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=5.12733e-05 mean=0.130592 max=1.21726 - decay R [mm] : min=0.0153704 mean=39.1479 max=364.901 - decay X [mm] : min=0.0153704 mean=39.1479 max=364.901 - decay Y [mm] : min=-0.0135381 mean=5.95483e-06 max=0.0307617 - decay Z [mm] : min=-0.021205 mean=-9.17651e-07 max=0.0202796 - Delta decay R [mm] : min=-5.68434e-14 mean=1.35345e-09 max=7.64269e-07 - deflection angle [deg] : min=0 mean=8.51142e-05 max=0.0227095 - Delta Ekin [MeV] : min=0 mean=0.0014116 max=0.636275 + decay T [ns] : min=5.53067e-06 mean=0.129326 max=1.27538 + decay R [mm] : min=0.00165795 mean=38.7687 max=382.326 + decay X [mm] : min=0.00165795 mean=38.7687 max=382.326 + decay Y [mm] : min=-0.0171108 mean=-8.17312e-07 max=0.0250363 + decay Z [mm] : min=-0.0149279 mean=6.47021e-06 max=0.0222793 + Delta decay R [mm] : min=-5.68434e-14 mean=1.53716e-09 max=1.83883e-06 + deflection angle [deg] : min=0 mean=8.74128e-05 max=0.0244679 + Delta Ekin [MeV] : min=0 mean=0.00160101 max=0.894828 decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=505.588 mean=505.588 max=505.588 - decay Py [GeV] : min=-0.199248 mean=5.60688e-05 max=0.147576 - decay Pz [GeV] : min=-0.137704 mean=1.23526e-05 max=0.172516 - decay Etot violation [MeV] : min=-1.73418e-06 mean=-3.67209e-07 max=7.07805e-07 - decay Px violation [MeV] : min=-1.73401e-06 mean=-3.6711e-07 max=7.07863e-07 - decay Py violation [MeV] : min=-2.44768e-10 mean=-7.89222e-14 max=3.09001e-10 - decay Pz violation [MeV] : min=-1.2956e-10 mean=2.41391e-14 max=1.81373e-10 + decay Px [GeV] : min=505.587 mean=505.588 max=505.588 + decay Py [GeV] : min=-0.156365 mean=2.72578e-05 max=0.182831 + decay Pz [GeV] : min=-0.16267 mean=6.23044e-05 max=0.186389 + decay Etot violation [MeV] : min=-1.65822e-06 mean=-3.71279e-07 max=1.00827e-06 + decay Px violation [MeV] : min=-1.65828e-06 mean=-3.71179e-07 max=1.00827e-06 + decay Py violation [MeV] : min=-2.15437e-10 mean=1.37313e-13 max=1.87214e-10 + decay Pz violation [MeV] : min=-2.73786e-10 mean=-2.57929e-14 max=1.94476e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0139153 (mean=0.00306745) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0112004 (mean=0.00306769) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 9.22569e-11 , 9.22569e-11 + maxGamma_deltaMax{1,2,3} = 0 , 1.00755e-10 , 1.00755e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0314403 (mean=-4.81686e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0592333 (mean=0.000100397) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.030676 (mean=-4.68151e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0595098 (mean=0.000101751) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0497814 (mean=-5.5809e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.122527 (mean=0.000109963) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0479425 (mean=-5.42719e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.124366 (mean=0.0001115) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0610352 ============================================= @@ -2379,20 +2379,20 @@ Index : 1 used in the geometry : Yes ### Run 25 starts. ### Run 25 starts. - Event#=0 t[ns]=0.0605052 r[mm]=18.1379 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0833953 r[mm]=24.9998 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.136088 r[mm]=40.7958 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.271173 r[mm]=81.2905 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.409646 r[mm]=122.801 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.239793 r[mm]=71.8836 deltaR[mum]=-1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.28264 r[mm]=84.7282 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.011432 r[mm]=3.427 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.38544 r[mm]=115.545 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.00707602 r[mm]=2.12121 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.00997386 r[mm]=2.9899 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0571723 r[mm]=17.1388 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.00823715 r[mm]=2.46928 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0393029 r[mm]=11.782 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0438452 r[mm]=13.1437 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0273511 r[mm]=8.19914 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0616386 r[mm]=18.4776 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.27335 r[mm]=81.9432 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0198016 r[mm]=5.936 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.252066 r[mm]=75.5629 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.290000s Real=0.287459s Sys=0.000000s + User=0.280000s Real=0.280199s Sys=0.000000s ============ Run::printInfo() =============== RunID = 25 @@ -2409,43 +2409,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9750 + # Decays = 9764 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.66641e-05 mean=0.130631 max=1.24667 - decay R [mm] : min=0.00499547 mean=39.1599 max=373.721 - decay X [mm] : min=0.00499547 mean=39.1599 max=373.721 - decay Y [mm] : min=-0.0329701 mean=8.10605e-06 max=0.0226569 - decay Z [mm] : min=-0.021447 mean=6.40876e-06 max=0.0364727 - Delta decay R [mm] : min=-5.68434e-14 mean=1.95111e-09 max=1.52468e-06 - deflection angle [deg] : min=0 mean=9.45646e-05 max=0.0356435 - Delta Ekin [MeV] : min=0 mean=0.00189006 max=1.89891 - decay Ekin [GeV] : min=499.998 mean=500 max=500 - decay Px [GeV] : min=505.586 mean=505.588 max=505.588 - decay Py [GeV] : min=-0.160661 mean=6.20981e-05 max=0.162363 - decay Pz [GeV] : min=-0.290893 mean=-3.06259e-06 max=0.304976 - decay Etot violation [MeV] : min=-1.73406e-06 mean=-3.7194e-07 max=9.50065e-07 - decay Px violation [MeV] : min=-1.73406e-06 mean=-3.7184e-07 max=9.50007e-07 - decay Py violation [MeV] : min=-2.52982e-10 mean=-5.68926e-14 max=3.15055e-10 - decay Pz violation [MeV] : min=-5.92081e-10 mean=-8.33461e-14 max=3.90344e-10 + decay T [ns] : min=3.60871e-06 mean=0.129626 max=1.35685 + decay R [mm] : min=0.0010818 mean=38.8584 max=406.748 + decay X [mm] : min=0.0010818 mean=38.8584 max=406.748 + decay Y [mm] : min=-0.0303826 mean=7.18925e-06 max=0.0978938 + decay Z [mm] : min=-0.0816477 mean=-1.05678e-05 max=0.0223499 + Delta decay R [mm] : min=-5.68434e-14 mean=2.41227e-09 max=9.9047e-06 + deflection angle [deg] : min=0 mean=8.67389e-05 max=0.052003 + Delta Ekin [MeV] : min=0 mean=0.00192417 max=4.04203 + decay Ekin [GeV] : min=499.996 mean=500 max=500 + decay Px [GeV] : min=505.584 mean=505.588 max=505.588 + decay Py [GeV] : min=-0.171369 mean=5.57366e-05 max=0.352434 + decay Pz [GeV] : min=-0.293945 mean=1.48481e-05 max=0.197758 + decay Etot violation [MeV] : min=-1.57347e-06 mean=-3.66997e-07 max=6.94476e-07 + decay Px violation [MeV] : min=-1.57335e-06 mean=-3.66898e-07 max=6.94534e-07 + decay Py violation [MeV] : min=-1.56263e-10 mean=4.60832e-14 max=4.04157e-10 + decay Pz violation [MeV] : min=-4.26439e-10 mean=-8.35531e-14 max=2.41755e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0112004 (mean=0.00306864) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 9.07505e-11 , 9.07505e-11 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0112004 (mean=0.00306313) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.97176e-11 , 9.97176e-11 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0918325 (mean=-6.76928e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.129479 (mean=0.000149696) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0903078 (mean=-6.57416e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.130749 (mean=0.000151647) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.228158 (mean=-7.57622e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 1.12266 (mean=0.000211576) (#above threshold = 1) + minUnderestimated_rDeltaPos [mum] = -0.218253 (mean=-7.33499e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 1.13257 (mean=0.000213988) (#above threshold = 1) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0610352 ============================================= @@ -2471,20 +2471,20 @@ Index : 1 used in the geometry : Yes ### Run 26 starts. ### Run 26 starts. - Event#=0 t[ns]=0.0413637 r[mm]=12.3997 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0411152 r[mm]=12.3252 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0738508 r[mm]=22.1385 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.161599 r[mm]=48.443 deltaR[mum]=1.18401e-05 deltaEkin[MeV]=0.00958734 deltaAngle(deg)=0.0025318 - Event#=4000 t[ns]=0.0979749 r[mm]=29.3702 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0860572 r[mm]=25.7976 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.245322 r[mm]=73.541 deltaR[mum]=-1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.261992 r[mm]=78.538 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.450424 r[mm]=135.025 deltaR[mum]=2.84217e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.392415 r[mm]=117.635 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0749888 r[mm]=22.4796 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0653567 r[mm]=19.5922 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0866576 r[mm]=25.9776 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0921596 r[mm]=27.6269 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.149154 r[mm]=44.7123 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0355232 r[mm]=10.6489 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.190384 r[mm]=57.0721 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.046964 r[mm]=14.0785 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.237251 r[mm]=71.1213 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0795245 r[mm]=23.8393 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.220000s Real=0.228895s Sys=0.000000s + User=0.220000s Real=0.229922s Sys=0.000000s ============ Run::printInfo() =============== RunID = 26 @@ -2501,43 +2501,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9815 + # Decays = 9806 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.53732e-06 mean=0.127488 max=1.21719 - decay R [mm] : min=0.000460845 mean=38.2175 max=364.882 - decay X [mm] : min=0.000460845 mean=38.2175 max=364.882 - decay Y [mm] : min=-0.0168241 mean=-2.39246e-06 max=0.0291515 - decay Z [mm] : min=-0.00891697 mean=1.02294e-05 max=0.0264371 - Delta decay R [mm] : min=-5.68434e-14 mean=1.81402e-09 max=1.43187e-06 - deflection angle [deg] : min=0 mean=8.78595e-05 max=0.0356106 - Delta Ekin [MeV] : min=0 mean=0.00173714 max=1.89668 - decay Ekin [GeV] : min=499.998 mean=500 max=500 + decay T [ns] : min=1.15142e-05 mean=0.127581 max=1.09322 + decay R [mm] : min=0.00345163 mean=38.2454 max=327.718 + decay X [mm] : min=0.00345163 mean=38.2454 max=327.718 + decay Y [mm] : min=-0.0312207 mean=-1.2215e-05 max=0.0226885 + decay Z [mm] : min=-0.0678818 mean=-5.77937e-06 max=0.0245476 + Delta decay R [mm] : min=-5.68434e-14 mean=1.97686e-09 max=1.17113e-06 + deflection angle [deg] : min=0 mean=9.25674e-05 max=0.0293537 + Delta Ekin [MeV] : min=0 mean=0.00173293 max=1.28873 + decay Ekin [GeV] : min=499.999 mean=500 max=500 decay Px [GeV] : min=505.757 mean=505.759 max=505.759 - decay Py [GeV] : min=-0.143849 mean=-0.000113411 max=0.193464 - decay Pz [GeV] : min=-0.107482 mean=9.84864e-05 max=0.309618 - decay Etot violation [MeV] : min=-4.03496e-07 mean=6.2062e-07 max=1.98511e-06 - decay Px violation [MeV] : min=-4.03437e-07 mean=6.20645e-07 max=1.98511e-06 - decay Py violation [MeV] : min=-3.36684e-10 mean=-1.46425e-13 max=4.74216e-10 - decay Pz violation [MeV] : min=-1.86674e-10 mean=1.86622e-13 max=5.05253e-10 + decay Py [GeV] : min=-0.178451 mean=-7.87841e-05 max=0.164516 + decay Pz [GeV] : min=-0.227438 mean=-5.25826e-06 max=0.142751 + decay Etot violation [MeV] : min=-3.34287e-07 mean=6.21199e-07 max=2.3985e-06 + decay Px violation [MeV] : min=-3.34345e-07 mean=6.21224e-07 max=2.39868e-06 + decay Py violation [MeV] : min=-3.72125e-10 mean=-2.40547e-13 max=5.0909e-10 + decay Pz violation [MeV] : min=-3.03331e-10 mean=-4.21625e-14 max=3.10052e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0171776 (mean=0.00139844) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 9.70175e-11 , 9.70175e-11 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0145428 (mean=0.00139391) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 8.95994e-11 , 8.95994e-11 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=4.26804e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.25236e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.061161 (mean=-6.23512e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.118603 (mean=0.000131925) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0597291 (mean=-6.05372e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.119553 (mean=0.000133739) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0266617 (mean=-6.09869e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.171996 (mean=0.000167619) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0254906 (mean=-5.901e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.172754 (mean=0.000169596) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -2563,20 +2563,20 @@ Index : 1 used in the geometry : Yes ### Run 27 starts. ### Run 27 starts. - Event#=0 t[ns]=0.103355 r[mm]=30.983 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0773625 r[mm]=23.1912 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.4737 r[mm]=142.002 deltaR[mum]=2.84217e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0256816 r[mm]=7.69863 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0493256 r[mm]=14.7865 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0844976 r[mm]=25.3301 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.00704112 r[mm]=2.11074 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.283651 r[mm]=85.031 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0239454 r[mm]=7.17818 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0424622 r[mm]=12.729 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0645575 r[mm]=19.3526 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.050246 r[mm]=15.0624 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.102976 r[mm]=30.8695 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.013822 r[mm]=4.14347 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.589814 r[mm]=176.81 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.248702 r[mm]=74.554 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.075575 r[mm]=22.6553 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.153446 r[mm]=45.9989 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.331382 r[mm]=99.3392 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0410647 r[mm]=12.3101 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.230000s Real=0.233090s Sys=0.000000s + User=0.240000s Real=0.243470s Sys=0.000000s ============ Run::printInfo() =============== RunID = 27 @@ -2593,45 +2593,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9804 + # Decays = 9791 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.36137e-06 mean=0.127069 max=1.30803 - decay R [mm] : min=0.000408102 mean=38.0919 max=392.113 - decay X [mm] : min=0.000408102 mean=38.0919 max=392.113 - decay Y [mm] : min=-0.0158628 mean=-2.8085e-07 max=0.0327044 - decay Z [mm] : min=-0.0135974 mean=-9.55865e-08 max=0.0193473 - Delta decay R [mm] : min=-5.68434e-14 mean=1.13694e-09 max=6.3677e-07 - deflection angle [deg] : min=0 mean=7.05998e-05 max=0.0194209 - Delta Ekin [MeV] : min=0 mean=0.00124677 max=0.564127 - decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=505.758 mean=505.759 max=505.759 - decay Py [GeV] : min=-0.145154 mean=-5.09607e-05 max=0.158016 - decay Pz [GeV] : min=-0.12966 mean=-1.73811e-05 max=0.152987 - decay Etot violation [MeV] : min=-2.23459e-07 mean=6.27119e-07 max=1.87807e-06 - decay Px violation [MeV] : min=-2.23459e-07 mean=6.27144e-07 max=1.87813e-06 - decay Py violation [MeV] : min=-3.5368e-10 mean=1.96955e-15 max=2.97987e-10 - decay Pz violation [MeV] : min=-4.07837e-10 mean=3.65476e-14 max=4.91895e-10 + decay T [ns] : min=1.30381e-05 mean=0.127455 max=1.40259 + decay R [mm] : min=0.00390846 mean=38.2076 max=420.457 + decay X [mm] : min=0.00390846 mean=38.2076 max=420.457 + decay Y [mm] : min=-0.0349619 mean=3.69479e-06 max=0.0768671 + decay Z [mm] : min=-0.0343562 mean=-1.34086e-06 max=0.0273025 + Delta decay R [mm] : min=-5.68434e-14 mean=1.73248e-09 max=5.41274e-06 + deflection angle [deg] : min=0 mean=7.46354e-05 max=0.0571818 + Delta Ekin [MeV] : min=0 mean=0.00158964 max=4.89045 + decay Ekin [GeV] : min=499.995 mean=500 max=500 + decay Px [GeV] : min=505.754 mean=505.759 max=505.759 + decay Py [GeV] : min=-0.15994 mean=5.81639e-05 max=0.158893 + decay Pz [GeV] : min=-0.479139 mean=-6.20946e-05 max=0.113993 + decay Etot violation [MeV] : min=-3.53553e-07 mean=6.2507e-07 max=2.04489e-06 + decay Px violation [MeV] : min=-3.53495e-07 mean=6.25097e-07 max=2.04501e-06 + decay Py violation [MeV] : min=-3.96795e-10 mean=5.979e-14 max=3.93356e-10 + decay Pz violation [MeV] : min=-9.81458e-10 mean=-8.04892e-14 max=2.38529e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.011908 (mean=0.00139102) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 8.50804e-11 , 8.50804e-11 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.011908 (mean=0.00139345) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.68186e-11 , 9.68186e-11 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.20138e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.23208e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.024682 (mean=-4.65577e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0611849 (mean=7.34711e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0241657 (mean=-4.54207e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0618046 (mean=7.46081e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.148272 (mean=-5.8037e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.350642 (mean=0.000139356) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.142859 (mean=-5.63045e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.356054 (mean=0.000141088) (#above threshold = 0) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0312198 ============================================= @@ -2655,20 +2655,20 @@ Index : 1 used in the geometry : Yes ### Run 28 starts. ### Run 28 starts. - Event#=0 t[ns]=0.0337989 r[mm]=10.132 deltaR[mum]=2.73991e-07 deltaEkin[MeV]=0.391424 deltaAngle(deg)=0.00139151 - Event#=1000 t[ns]=0.192079 r[mm]=57.5799 deltaR[mum]=8.39811e-05 deltaEkin[MeV]=7.43578 deltaAngle(deg)=0.0078147 - Event#=2000 t[ns]=0.0128871 r[mm]=3.86321 deltaR[mum]=1.35056e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000524762 - Event#=3000 t[ns]=0.083158 r[mm]=24.9285 deltaR[mum]=2.58403e-06 deltaEkin[MeV]=6.2025 deltaAngle(deg)=0.00346516 - Event#=4000 t[ns]=0.0758561 r[mm]=22.7396 deltaR[mum]=1.07406e-05 deltaEkin[MeV]=6.53001 deltaAngle(deg)=0.00220144 - Event#=5000 t[ns]=0.106439 r[mm]=31.9077 deltaR[mum]=4.07049e-05 deltaEkin[MeV]=13.4644 deltaAngle(deg)=0.0045453 - Event#=6000 t[ns]=0.352912 r[mm]=105.793 deltaR[mum]=0.00045251 deltaEkin[MeV]=7.9718 deltaAngle(deg)=0.0148353 - Event#=7000 t[ns]=0.0950629 r[mm]=28.4973 deltaR[mum]=1.15941e-05 deltaEkin[MeV]=7.39747 deltaAngle(deg)=0.00374086 - Event#=8000 t[ns]=0.172733 r[mm]=51.7807 deltaR[mum]=7.28981e-05 deltaEkin[MeV]=7.73901 deltaAngle(deg)=0.00742073 - Event#=9000 t[ns]=0.0714546 r[mm]=21.4202 deltaR[mum]=5.29194e-06 deltaEkin[MeV]=4.85787 deltaAngle(deg)=0.00380637 + Event#=0 t[ns]=0.0339628 r[mm]=10.1811 deltaR[mum]=2.78341e-07 deltaEkin[MeV]=0.340503 deltaAngle(deg)=0.00150224 + Event#=1000 t[ns]=0.0417465 r[mm]=12.5145 deltaR[mum]=4.84196e-07 deltaEkin[MeV]=1.42277 deltaAngle(deg)=0.00154285 + Event#=2000 t[ns]=0.0991622 r[mm]=29.7261 deltaR[mum]=6.18075e-06 deltaEkin[MeV]=7.1642 deltaAngle(deg)=0.00473361 + Event#=3000 t[ns]=0.0095156 r[mm]=2.85252 deltaR[mum]=5.43743e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000387474 + Event#=4000 t[ns]=0.126131 r[mm]=37.8107 deltaR[mum]=3.57123e-05 deltaEkin[MeV]=8.41066 deltaAngle(deg)=0.00460042 + Event#=5000 t[ns]=0.124109 r[mm]=37.2044 deltaR[mum]=2.4381e-05 deltaEkin[MeV]=7.29508 deltaAngle(deg)=0.00481254 + Event#=6000 t[ns]=0.129544 r[mm]=38.8338 deltaR[mum]=3.31164e-05 deltaEkin[MeV]=7.4082 deltaAngle(deg)=0.00540219 + Event#=7000 t[ns]=0.200377 r[mm]=60.0676 deltaR[mum]=0.000197456 deltaEkin[MeV]=16.514 deltaAngle(deg)=0.00820984 + Event#=8000 t[ns]=0.442105 r[mm]=132.531 deltaR[mum]=0.000768753 deltaEkin[MeV]=8.03894 deltaAngle(deg)=0.0182888 + Event#=9000 t[ns]=0.187782 r[mm]=56.292 deltaR[mum]=9.33728e-05 deltaEkin[MeV]=7.92296 deltaAngle(deg)=0.00692348 Run terminated. Run Summary Number of events processed : 10000 - User=0.370000s Real=0.370905s Sys=0.000000s + User=0.420000s Real=0.470948s Sys=0.000000s ============ Run::printInfo() =============== RunID = 28 @@ -2685,45 +2685,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9797 + # Decays = 9813 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.78094e-05 mean=0.135015 max=1.3011 - decay R [mm] : min=0.00833651 mean=40.4739 max=390.036 - decay X [mm] : min=0.00833651 mean=40.4739 max=390.035 - decay Y [mm] : min=-0.010813 mean=0.00425249 max=0.182255 - decay Z [mm] : min=-0.031238 mean=-3.64091e-06 max=0.0277763 - Delta decay R [mm] : min=0 mean=1.49324e-07 max=1.66124e-05 - deflection angle [deg] : min=8.53688e-07 mean=0.00558063 max=0.0532922 - Delta Ekin [MeV] : min=0 mean=6.30825 max=1097.35 - decay Ekin [GeV] : min=498.903 mean=499.994 max=500 - decay Px [GeV] : min=504.664 mean=505.755 max=505.761 - decay Py [GeV] : min=-0.0911525 mean=0.0485958 max=0.470408 - decay Pz [GeV] : min=-0.285927 mean=-4.41713e-05 max=0.180408 - decay Etot violation [MeV] : min=-1.8471e-06 mean=-5.96795e-08 max=1.43622e-06 - decay Px violation [MeV] : min=-1.8471e-06 mean=-5.96801e-08 max=1.43616e-06 - decay Py violation [MeV] : min=-1.10236e-09 mean=-6.15225e-12 max=6.67853e-10 - decay Pz violation [MeV] : min=-1.80876e-10 mean=2.06042e-13 max=4.9539e-10 + decay T [ns] : min=1.28888e-05 mean=0.137126 max=1.29961 + decay R [mm] : min=0.00386371 mean=41.1068 max=389.588 + decay X [mm] : min=0.00386371 mean=41.1068 max=389.588 + decay Y [mm] : min=-0.00823555 mean=0.00437592 max=0.181285 + decay Z [mm] : min=-0.0382127 mean=1.33646e-06 max=0.0181129 + Delta decay R [mm] : min=-1.73472e-18 mean=1.53406e-07 max=1.46425e-05 + deflection angle [deg] : min=8.53688e-07 mean=0.00566162 max=0.0629485 + Delta Ekin [MeV] : min=0 mean=6.23009 max=2055.16 + decay Ekin [GeV] : min=497.945 mean=499.994 max=500 + decay Px [GeV] : min=503.706 mean=505.755 max=505.761 + decay Py [GeV] : min=-0.0885473 mean=0.0493016 max=0.551041 + decay Pz [GeV] : min=-0.171713 mean=-6.44713e-06 max=0.137875 + decay Etot violation [MeV] : min=-1.70723e-06 mean=-7.1336e-08 max=1.57527e-06 + decay Px violation [MeV] : min=-1.70735e-06 mean=-7.13356e-08 max=1.57522e-06 + decay Py violation [MeV] : min=-6.05041e-10 mean=-7.8585e-12 max=7.29301e-10 + decay Pz violation [MeV] : min=-1.14369e-10 mean=5.46189e-14 max=2.59888e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0184336 (mean=0.00351061) + maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0157997 (mean=0.00345658) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.20423e-10 , 1.20423e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.20096e-10 , 1.20096e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -27.0439 (mean=-0.286117) (#above threshold = 136) - maxOverestimated_mc_truth_rPos_delta [mum] = 72.4796 (mean=0.440987) (#above threshold = 1217) - minUnderestimated_rDeltaPos [mum] = -27.0371 (mean=-0.285968) (#above threshold = 136) - maxOverestimated_rDeltaPos [mum] = 72.4896 (mean=0.441137) (#above threshold = 1217) + minUnderestimated_mc_truth_rPos_delta [mum] = -62.0846 (mean=-0.285967) (#above threshold = 126) + maxOverestimated_mc_truth_rPos_delta [mum] = 78.4283 (mean=0.445151) (#above threshold = 1274) + minUnderestimated_rDeltaPos [mum] = -62.0763 (mean=-0.285814) (#above threshold = 126) + maxOverestimated_rDeltaPos [mum] = 78.4404 (mean=0.445304) (#above threshold = 1274) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0396804 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0442378 ============================================= @@ -2747,20 +2747,20 @@ Index : 1 used in the geometry : Yes ### Run 29 starts. ### Run 29 starts. - Event#=0 t[ns]=0.0370624 r[mm]=11.1103 deltaR[mum]=3.59732e-07 deltaEkin[MeV]=0.672248 deltaAngle(deg)=0.00175337 - Event#=1000 t[ns]=0.0349762 r[mm]=10.4849 deltaR[mum]=3.18005e-06 deltaEkin[MeV]=14.5346 deltaAngle(deg)=0.00132076 - Event#=2000 t[ns]=0.0115433 r[mm]=3.46035 deltaR[mum]=9.70646e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000470039 - Event#=3000 t[ns]=0.220515 r[mm]=66.1045 deltaR[mum]=0.000129821 deltaEkin[MeV]=7.62136 deltaAngle(deg)=0.00981482 - Event#=4000 t[ns]=0.0101817 r[mm]=3.05219 deltaR[mum]=6.65956e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000414596 - Event#=5000 t[ns]=0.01139 r[mm]=3.41442 deltaR[mum]=9.32454e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000463801 - Event#=6000 t[ns]=0.431713 r[mm]=129.416 deltaR[mum]=0.000711845 deltaEkin[MeV]=8.35887 deltaAngle(deg)=0.0172508 - Event#=7000 t[ns]=0.162536 r[mm]=48.7238 deltaR[mum]=5.40374e-05 deltaEkin[MeV]=7.3873 deltaAngle(deg)=0.00630252 - Event#=8000 t[ns]=0.126818 r[mm]=38.0165 deltaR[mum]=2.45774e-05 deltaEkin[MeV]=6.94609 deltaAngle(deg)=0.00491811 - Event#=9000 t[ns]=0.294073 r[mm]=88.1551 deltaR[mum]=0.000336591 deltaEkin[MeV]=11.7906 deltaAngle(deg)=0.0120771 + Event#=0 t[ns]=0.0149988 r[mm]=4.49624 deltaR[mum]=2.12914e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000610751 + Event#=1000 t[ns]=0.22983 r[mm]=68.8968 deltaR[mum]=0.000145094 deltaEkin[MeV]=7.447 deltaAngle(deg)=0.00917614 + Event#=2000 t[ns]=0.165982 r[mm]=49.7569 deltaR[mum]=6.02903e-05 deltaEkin[MeV]=7.16366 deltaAngle(deg)=0.00669988 + Event#=3000 t[ns]=0.0870494 r[mm]=26.095 deltaR[mum]=4.08038e-06 deltaEkin[MeV]=8.06003 deltaAngle(deg)=0.0033228 + Event#=4000 t[ns]=0.307082 r[mm]=92.0548 deltaR[mum]=0.00052362 deltaEkin[MeV]=18.4576 deltaAngle(deg)=0.0135801 + Event#=5000 t[ns]=0.0595006 r[mm]=17.8366 deltaR[mum]=9.84512e-06 deltaEkin[MeV]=10.8334 deltaAngle(deg)=0.00178879 + Event#=6000 t[ns]=0.199641 r[mm]=59.847 deltaR[mum]=9.32851e-05 deltaEkin[MeV]=7.64166 deltaAngle(deg)=0.00804394 + Event#=7000 t[ns]=0.0444435 r[mm]=13.3229 deltaR[mum]=5.59345e-07 deltaEkin[MeV]=1.30458 deltaAngle(deg)=0.00186731 + Event#=8000 t[ns]=0.0352815 r[mm]=10.5764 deltaR[mum]=3.13099e-07 deltaEkin[MeV]=0.475759 deltaAngle(deg)=0.00138773 + Event#=9000 t[ns]=0.185995 r[mm]=55.7561 deltaR[mum]=7.28292e-05 deltaEkin[MeV]=6.54847 deltaAngle(deg)=0.00755065 Run terminated. Run Summary Number of events processed : 10000 - User=0.350000s Real=0.353429s Sys=0.010000s + User=0.410000s Real=0.430161s Sys=0.010000s ============ Run::printInfo() =============== RunID = 29 @@ -2777,45 +2777,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9811 + # Decays = 9781 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.85404e-05 mean=0.136029 max=1.39757 - decay R [mm] : min=0.00855563 mean=40.7778 max=418.954 - decay X [mm] : min=0.00855563 mean=40.7778 max=418.954 - decay Y [mm] : min=-0.207151 mean=-0.00430367 max=0.0138537 - decay Z [mm] : min=-0.0119562 mean=4.37902e-06 max=0.100499 - Delta decay R [mm] : min=0 mean=1.54573e-07 max=2.05139e-05 - deflection angle [deg] : min=8.53688e-07 mean=0.00560434 max=0.0567238 - Delta Ekin [MeV] : min=0 mean=6.64977 max=1430.4 - decay Ekin [GeV] : min=498.57 mean=499.993 max=500 - decay Px [GeV] : min=504.331 mean=505.755 max=505.761 - decay Py [GeV] : min=-0.500749 mean=-0.0488235 max=0.100396 - decay Pz [GeV] : min=-0.163053 mean=-8.10544e-06 max=0.440032 - decay Etot violation [MeV] : min=-1.94408e-06 mean=-7.62538e-08 max=1.79937e-06 - decay Px violation [MeV] : min=-1.9439e-06 mean=-7.62543e-08 max=1.79926e-06 - decay Py violation [MeV] : min=-6.7746e-10 mean=8.81344e-12 max=7.837e-10 - decay Pz violation [MeV] : min=-2.13177e-10 mean=9.35117e-14 max=1.65926e-10 + decay T [ns] : min=7.28295e-05 mean=0.137446 max=1.10488 + decay R [mm] : min=0.0218323 mean=41.2026 max=331.212 + decay X [mm] : min=0.0218323 mean=41.2026 max=331.212 + decay Y [mm] : min=-0.132459 mean=-0.00438123 max=0.00219753 + decay Z [mm] : min=-0.0482421 mean=9.95867e-06 max=0.0428519 + Delta decay R [mm] : min=0 mean=1.58859e-07 max=1.9792e-05 + deflection angle [deg] : min=2.83136e-06 mean=0.00566133 max=0.0453969 + Delta Ekin [MeV] : min=0 mean=6.5015 max=911.376 + decay Ekin [GeV] : min=499.089 mean=499.993 max=500 + decay Px [GeV] : min=504.85 mean=505.755 max=505.761 + decay Py [GeV] : min=-0.40043 mean=-0.0494132 max=0.0815637 + decay Pz [GeV] : min=-0.192578 mean=1.13373e-05 max=0.174533 + decay Etot violation [MeV] : min=-1.75444e-06 mean=-7.5712e-08 max=1.61212e-06 + decay Px violation [MeV] : min=-1.75461e-06 mean=-7.57123e-08 max=1.61212e-06 + decay Py violation [MeV] : min=-7.52038e-10 mean=7.69693e-12 max=7.50617e-10 + decay Pz violation [MeV] : min=-1.48802e-10 mean=1.18792e-13 max=3.67805e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0184336 (mean=0.0034538) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.15023e-10 , 1.15023e-10 + maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0157997 (mean=0.00344419) + maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.17339e-10 , 1.17339e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -43.532 (mean=-0.29987) (#above threshold = 134) - maxOverestimated_mc_truth_rPos_delta [mum] = 142.841 (mean=0.473567) (#above threshold = 1289) - minUnderestimated_rDeltaPos [mum] = -43.5298 (mean=-0.299715) (#above threshold = 134) - maxOverestimated_rDeltaPos [mum] = 142.862 (mean=0.473722) (#above threshold = 1289) + minUnderestimated_mc_truth_rPos_delta [mum] = -31.8002 (mean=-0.295181) (#above threshold = 134) + maxOverestimated_mc_truth_rPos_delta [mum] = 145.594 (mean=0.499155) (#above threshold = 1315) + minUnderestimated_rDeltaPos [mum] = -31.7826 (mean=-0.295022) (#above threshold = 134) + maxOverestimated_rDeltaPos [mum] = 145.614 (mean=0.499314) (#above threshold = 1316) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0400963 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0372779 ============================================= @@ -2839,20 +2839,20 @@ Index : 1 used in the geometry : Yes ### Run 30 starts. ### Run 30 starts. - Event#=0 t[ns]=0.0125927 r[mm]=3.77494 deltaR[mum]=1.25877e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000512519 - Event#=1000 t[ns]=0.0153662 r[mm]=4.60634 deltaR[mum]=2.28715e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000625398 - Event#=2000 t[ns]=0.121593 r[mm]=36.4499 deltaR[mum]=2.52766e-05 deltaEkin[MeV]=6.58971 deltaAngle(deg)=0.00563554 - Event#=3000 t[ns]=0.00101435 r[mm]=0.304073 deltaR[mum]=6.55032e-12 deltaEkin[MeV]=0 deltaAngle(deg)=4.12782e-05 - Event#=4000 t[ns]=0.36862 r[mm]=110.502 deltaR[mum]=0.000489304 deltaEkin[MeV]=8.44319 deltaAngle(deg)=0.0143214 - Event#=5000 t[ns]=0.0354525 r[mm]=10.6276 deltaR[mum]=3.17257e-07 deltaEkin[MeV]=0.619683 deltaAngle(deg)=0.00107389 - Event#=6000 t[ns]=0.161564 r[mm]=48.4321 deltaR[mum]=0.000120408 deltaEkin[MeV]=11.9848 deltaAngle(deg)=0.00789507 - Event#=7000 t[ns]=0.0928447 r[mm]=27.8321 deltaR[mum]=3.54061e-06 deltaEkin[MeV]=6.51102 deltaAngle(deg)=0.00339581 - Event#=8000 t[ns]=0.450821 r[mm]=135.143 deltaR[mum]=0.000730535 deltaEkin[MeV]=7.21792 deltaAngle(deg)=0.0179856 - Event#=9000 t[ns]=0.0740307 r[mm]=22.1923 deltaR[mum]=1.87873e-06 deltaEkin[MeV]=4.80159 deltaAngle(deg)=0.00333403 + Event#=0 t[ns]=0.203592 r[mm]=61.031 deltaR[mum]=0.0001237 deltaEkin[MeV]=7.99337 deltaAngle(deg)=0.0077348 + Event#=1000 t[ns]=0.152467 r[mm]=45.7052 deltaR[mum]=6.15512e-05 deltaEkin[MeV]=7.26387 deltaAngle(deg)=0.00615352 + Event#=2000 t[ns]=0.23407 r[mm]=70.1674 deltaR[mum]=0.000141521 deltaEkin[MeV]=7.2223 deltaAngle(deg)=0.00986246 + Event#=3000 t[ns]=0.194859 r[mm]=58.4131 deltaR[mum]=0.000212792 deltaEkin[MeV]=16.4907 deltaAngle(deg)=0.00784484 + Event#=4000 t[ns]=0.0203789 r[mm]=6.109 deltaR[mum]=5.33493e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000829411 + Event#=5000 t[ns]=0.0956542 r[mm]=28.6744 deltaR[mum]=3.86491e-06 deltaEkin[MeV]=7.00912 deltaAngle(deg)=0.00355163 + Event#=6000 t[ns]=0.29045 r[mm]=87.0684 deltaR[mum]=0.000293886 deltaEkin[MeV]=8.79206 deltaAngle(deg)=0.0126466 + Event#=7000 t[ns]=0.00456987 r[mm]=1.36991 deltaR[mum]=6.01297e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.00018599 + Event#=8000 t[ns]=0.0695813 r[mm]=20.8585 deltaR[mum]=6.63682e-06 deltaEkin[MeV]=5.09854 deltaAngle(deg)=0.00309327 + Event#=9000 t[ns]=0.00863762 r[mm]=2.58931 deltaR[mum]=4.06253e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000351546 Run terminated. Run Summary Number of events processed : 10000 - User=0.340000s Real=0.345788s Sys=0.000000s + User=0.370000s Real=0.454110s Sys=0.000000s ============ Run::printInfo() =============== RunID = 30 @@ -2869,45 +2869,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9824 + # Decays = 9823 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=5.49973e-07 mean=0.137883 max=1.35681 - decay R [mm] : min=0.000164866 mean=41.3334 max=406.732 - decay X [mm] : min=0.000164866 mean=41.3334 max=406.732 - decay Y [mm] : min=-0.00642668 mean=0.00443544 max=0.195745 - decay Z [mm] : min=-0.0207946 mean=-9.58316e-06 max=0.0156047 - Delta decay R [mm] : min=2.71051e-20 mean=1.59778e-07 max=2.4918e-05 - deflection angle [deg] : min=0 mean=0.00566961 max=0.0551677 - Delta Ekin [MeV] : min=0 mean=6.4111 max=1386.88 - decay Ekin [GeV] : min=498.613 mean=499.994 max=500 - decay Px [GeV] : min=504.623 mean=506.004 max=506.01 - decay Py [GeV] : min=-0.146438 mean=0.0496633 max=0.486978 - decay Pz [GeV] : min=-0.195092 mean=-4.97736e-05 max=0.144009 - decay Etot violation [MeV] : min=-1.37539e-06 mean=1.46964e-07 max=1.86329e-06 - decay Px violation [MeV] : min=-1.37539e-06 mean=1.46954e-07 max=1.86317e-06 - decay Py violation [MeV] : min=-5.54479e-10 mean=1.01965e-11 max=6.44206e-10 - decay Pz violation [MeV] : min=-1.61833e-10 mean=-1.05699e-14 max=1.1795e-10 + decay T [ns] : min=1.80289e-05 mean=0.136055 max=1.30377 + decay R [mm] : min=0.00540455 mean=40.7853 max=390.833 + decay X [mm] : min=0.00540455 mean=40.7853 max=390.832 + decay Y [mm] : min=-0.00257683 mean=0.0043647 max=0.183868 + decay Z [mm] : min=-0.018743 mean=6.67691e-06 max=0.022533 + Delta decay R [mm] : min=0 mean=1.5816e-07 max=1.53829e-05 + deflection angle [deg] : min=0 mean=0.00560331 max=0.0534744 + Delta Ekin [MeV] : min=0 mean=6.30436 max=579.467 + decay Ekin [GeV] : min=499.421 mean=499.994 max=500 + decay Px [GeV] : min=505.43 mean=506.004 max=506.01 + decay Py [GeV] : min=-0.065189 mean=0.048964 max=0.472291 + decay Pz [GeV] : min=-0.176434 mean=-3.69405e-05 max=0.147729 + decay Etot violation [MeV] : min=-1.35251e-06 mean=1.49428e-07 max=1.74978e-06 + decay Px violation [MeV] : min=-1.3524e-06 mean=1.49417e-07 max=1.74972e-06 + decay Py violation [MeV] : min=-4.6748e-10 mean=1.15022e-11 max=5.45185e-10 + decay Pz violation [MeV] : min=-1.9196e-10 mean=-7.00443e-15 max=2.13319e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0183736 (mean=0.00436125) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.11243e-10 , 1.11243e-10 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0183736 (mean=0.00441083) + maxBeta_deltaMax{1,2} = 4.44089e-16 , 5.55112e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.07306e-10 , 1.07306e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=4.61281e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.49915e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -59.2951 (mean=-0.295663) (#above threshold = 115) - maxOverestimated_mc_truth_rPos_delta [mum] = 173.605 (mean=0.444673) (#above threshold = 1259) - minUnderestimated_rDeltaPos [mum] = -59.2701 (mean=-0.295503) (#above threshold = 115) - maxOverestimated_rDeltaPos [mum] = 173.629 (mean=0.444833) (#above threshold = 1259) + minUnderestimated_mc_truth_rPos_delta [mum] = -22.8127 (mean=-0.286597) (#above threshold = 143) + maxOverestimated_mc_truth_rPos_delta [mum] = 49.8393 (mean=0.4433) (#above threshold = 1270) + minUnderestimated_rDeltaPos [mum] = -22.811 (mean=-0.286439) (#above threshold = 143) + maxOverestimated_rDeltaPos [mum] = 49.8464 (mean=0.443458) (#above threshold = 1270) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0446387 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0677615 ============================================= @@ -2931,20 +2931,20 @@ Index : 1 used in the geometry : Yes ### Run 31 starts. ### Run 31 starts. - Event#=0 t[ns]=0.220308 r[mm]=66.042 deltaR[mum]=0.000169285 deltaEkin[MeV]=9.1445 deltaAngle(deg)=0.0087027 - Event#=1000 t[ns]=0.0388786 r[mm]=11.6547 deltaR[mum]=4.07022e-07 deltaEkin[MeV]=1.25199 deltaAngle(deg)=0.00151348 - Event#=2000 t[ns]=0.116851 r[mm]=35.0285 deltaR[mum]=7.21389e-05 deltaEkin[MeV]=16.5902 deltaAngle(deg)=0.00595949 - Event#=3000 t[ns]=0.0188014 r[mm]=5.63611 deltaR[mum]=4.18963e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000765209 - Event#=4000 t[ns]=0.100688 r[mm]=30.1834 deltaR[mum]=0.00129428 deltaEkin[MeV]=298.069 deltaAngle(deg)=0.00428934 - Event#=5000 t[ns]=0.124504 r[mm]=37.3227 deltaR[mum]=3.90376e-05 deltaEkin[MeV]=7.70313 deltaAngle(deg)=0.00530933 - Event#=6000 t[ns]=0.07948 r[mm]=23.8258 deltaR[mum]=8.28117e-06 deltaEkin[MeV]=5.52955 deltaAngle(deg)=0.00295759 - Event#=7000 t[ns]=0.00336394 r[mm]=1.00841 deltaR[mum]=2.39808e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.00013691 - Event#=8000 t[ns]=0.0126583 r[mm]=3.79458 deltaR[mum]=1.27862e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000515186 - Event#=9000 t[ns]=0.0635352 r[mm]=19.046 deltaR[mum]=1.27118e-06 deltaEkin[MeV]=3.41238 deltaAngle(deg)=0.00384344 + Event#=0 t[ns]=0.0468182 r[mm]=14.0347 deltaR[mum]=6.28294e-07 deltaEkin[MeV]=1.62157 deltaAngle(deg)=0.0020085 + Event#=1000 t[ns]=0.218742 r[mm]=65.5726 deltaR[mum]=0.000101348 deltaEkin[MeV]=6.83055 deltaAngle(deg)=0.00757917 + Event#=2000 t[ns]=0.0400166 r[mm]=11.9958 deltaR[mum]=4.37163e-07 deltaEkin[MeV]=0.994601 deltaAngle(deg)=0.00212411 + Event#=3000 t[ns]=0.0759409 r[mm]=22.7649 deltaR[mum]=2.01121e-06 deltaEkin[MeV]=4.5765 deltaAngle(deg)=0.00229342 + Event#=4000 t[ns]=0.209804 r[mm]=62.8932 deltaR[mum]=0.000151441 deltaEkin[MeV]=9.3552 deltaAngle(deg)=0.00857895 + Event#=5000 t[ns]=0.0237036 r[mm]=7.10565 deltaR[mum]=8.39542e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000964726 + Event#=6000 t[ns]=0.352447 r[mm]=105.653 deltaR[mum]=0.000400739 deltaEkin[MeV]=6.86631 deltaAngle(deg)=0.0148036 + Event#=7000 t[ns]=0.019965 r[mm]=5.98493 deltaR[mum]=5.01652e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000812567 + Event#=8000 t[ns]=0.271539 r[mm]=81.3995 deltaR[mum]=0.000227592 deltaEkin[MeV]=8.41024 deltaAngle(deg)=0.0104929 + Event#=9000 t[ns]=0.0406092 r[mm]=12.1735 deltaR[mum]=4.52999e-07 deltaEkin[MeV]=1.11076 deltaAngle(deg)=0.00105991 Run terminated. Run Summary Number of events processed : 10000 - User=0.350000s Real=0.356836s Sys=0.000000s + User=0.360000s Real=0.366429s Sys=0.000000s ============ Run::printInfo() =============== RunID = 31 @@ -2961,48 +2961,48 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9811 + # Decays = 9827 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=7.01618e-06 mean=0.135403 max=1.55096 - decay R [mm] : min=0.00210325 mean=40.5898 max=464.932 - decay X [mm] : min=0.00210325 mean=40.5898 max=464.932 - decay Y [mm] : min=-0.257842 mean=-0.00428699 max=0.00554912 - decay Z [mm] : min=-0.0188705 mean=6.37976e-06 max=0.0284483 - Delta decay R [mm] : min=-3.46945e-18 mean=1.51249e-07 max=2.43562e-05 - deflection angle [deg] : min=0 mean=0.00556065 max=0.0633224 - Delta Ekin [MeV] : min=0 mean=6.04438 max=634.306 - decay Ekin [GeV] : min=499.366 mean=499.994 max=500 - decay Px [GeV] : min=505.376 mean=506.004 max=506.01 - decay Py [GeV] : min=-0.559244 mean=-0.0486622 max=0.060491 - decay Pz [GeV] : min=-0.111171 mean=0.000184981 max=0.123405 - decay Etot violation [MeV] : min=-1.56875e-06 mean=1.4416e-07 max=1.81899e-06 - decay Px violation [MeV] : min=-1.56864e-06 mean=1.44149e-07 max=1.81911e-06 - decay Py violation [MeV] : min=-7.32086e-10 mean=-9.03451e-12 max=8.62315e-10 - decay Pz violation [MeV] : min=-1.47779e-10 mean=2.14633e-14 max=1.31834e-10 + decay T [ns] : min=1.20089e-05 mean=0.135532 max=1.24533 + decay R [mm] : min=0.00359991 mean=40.6287 max=373.313 + decay X [mm] : min=0.00359991 mean=40.6287 max=373.312 + decay Y [mm] : min=-0.168984 mean=-0.00429195 max=0.00461739 + decay Z [mm] : min=-0.016736 mean=-4.25447e-06 max=0.0197796 + Delta decay R [mm] : min=-1.73472e-18 mean=1.52419e-07 max=1.2947e-05 + deflection angle [deg] : min=8.53688e-07 mean=0.00556355 max=0.0513371 + Delta Ekin [MeV] : min=0 mean=6.10353 max=815.689 + decay Ekin [GeV] : min=499.184 mean=499.994 max=500 + decay Px [GeV] : min=505.194 mean=506.004 max=506.01 + decay Py [GeV] : min=-0.453275 mean=-0.0486397 max=0.0871319 + decay Pz [GeV] : min=-0.177755 mean=-3.38121e-05 max=0.1365 + decay Etot violation [MeV] : min=-1.49163e-06 mean=1.54114e-07 max=1.64902e-06 + decay Px violation [MeV] : min=-1.49175e-06 mean=1.54103e-07 max=1.64891e-06 + decay Py violation [MeV] : min=-7.47434e-10 mean=-1.18982e-11 max=5.41036e-10 + decay Pz violation [MeV] : min=-1.88209e-10 mean=-1.43411e-14 max=1.61123e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0158498 (mean=0.00443543) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.09083e-10 , 1.09083e-10 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0208966 (mean=0.0044282) + maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.06738e-10 , 1.06738e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=4.54329e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=4.4908e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -24.581 (mean=-0.279773) (#above threshold = 139) - maxOverestimated_mc_truth_rPos_delta [mum] = 51.9214 (mean=0.417547) (#above threshold = 1245) - minUnderestimated_rDeltaPos [mum] = -24.5776 (mean=-0.279622) (#above threshold = 139) - maxOverestimated_rDeltaPos [mum] = 51.9289 (mean=0.417699) (#above threshold = 1246) + minUnderestimated_mc_truth_rPos_delta [mum] = -44.1122 (mean=-0.284752) (#above threshold = 118) + maxOverestimated_mc_truth_rPos_delta [mum] = 60.015 (mean=0.42535) (#above threshold = 1265) + minUnderestimated_rDeltaPos [mum] = -44.1103 (mean=-0.284599) (#above threshold = 118) + maxOverestimated_rDeltaPos [mum] = 60.0237 (mean=0.425502) (#above threshold = 1266) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0369118 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0540473 ============================================= ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.066 MB +Dynamic pools deleted: 11 / Total memory freed: 0.069 MB ============================================================ diff --git a/examples/extended/hadronic/NeutronSource/NeutronSource.out b/examples/extended/hadronic/NeutronSource/NeutronSource.out index cb3fa34671..2c976615a5 100644 --- a/examples/extended/hadronic/NeutronSource/NeutronSource.out +++ b/examples/extended/hadronic/NeutronSource/NeutronSource.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -74,7 +74,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ---> Isotope: Ni64 Z = 28 N = 64 A = 63.93 g/mole abundance: 0.926 % ElmMassFraction: 8.00 % ElmAbundance 7.54 % -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 # # Set a very high time threshold to allow all decays to happen /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year @@ -397,13 +397,13 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=2.920000s Real=3.972358s Sys=0.010000s + User=3.370000s Real=3.864022s Sys=0.030000s The run is 10000 Am241 of 0 eV within BeO (D = 3 cm L = 6 cm ) Process calls frequency : NoProcess= 10005 Radioactivation= 225185 Rayl= 2593 - Transportation= 170224 alphaInelastic= 6 compt= 22335 + Transportation= 170296 alphaInelastic= 6 compt= 22335 eIoni= 195112 ionIoni= 323989 msc= 11861 phot= 13194 @@ -439,7 +439,7 @@ Run Summary Tl209: 208 Emean = 112.13 keV ( 106.1 keV --> 112.51 keV) mean life = 3.1739 min U233: 10000 Emean = 356.52 meV ( 3.7544 meV --> 1.9313 eV ) mean life = 2.2983e+05 y alpha: 80007 Emean = 5.9269 MeV ( 741.36 keV --> 8.3755 MeV) stable - anti_nu_e: 39976 Emean = 402.06 keV ( 345.56 eV --> 1.7796 MeV) stable + anti_nu_e: 40000 Emean = 401.82 keV ( 1 eV --> 1.7796 MeV) stable e-: 155220 Emean = 83.746 keV ( 1.5054 eV --> 1.8512 MeV) stable gamma: 25228 Emean = 195.92 keV ( 8.1758 keV --> 4.4211 MeV) stable neutron: 2 Emean = 2.508 MeV ( 743.03 keV --> 4.2731 MeV) mean life = 14.67 min @@ -448,7 +448,7 @@ Run Summary Mean energy flow per event = 1.9406 MeV rms = 483.66 keV List of particles emerging from the container : - anti_nu_e: 39976 Emean = 402.06 keV ( 345.56 eV --> 1.7796 MeV) Eflow/event = 1.6073 MeV + anti_nu_e: 40000 Emean = 401.82 keV ( 1 eV --> 1.7796 MeV) Eflow/event = 1.6073 MeV e-: 9 Emean = 106.48 keV ( 23.828 keV --> 204.58 keV) Eflow/event = 95.829 eV gamma: 12034 Emean = 276.49 keV ( 40.09 keV --> 4.4211 MeV) Eflow/event = 332.73 keV neutron: 2 Emean = 2.508 MeV ( 743.03 keV --> 4.2731 MeV) Eflow/event = 501.61 eV diff --git a/examples/extended/hadronic/ParticleFluence/Calo/Calo.out b/examples/extended/hadronic/ParticleFluence/Calo/Calo.out index ae2caf01e9..8d450edd6b 100644 --- a/examples/extended/hadronic/ParticleFluence/Calo/Calo.out +++ b/examples/extended/hadronic/ParticleFluence/Calo/Calo.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -813,7 +813,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=50.290000s Real=51.064608s Sys=0.010000s + User=53.750000s Real=55.732532s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 0 diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.out b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.out index 296e355b03..b8e477c7e0 100644 --- a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.out +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -840,7 +840,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=48.390000s Real=49.652017s Sys=0.010000s + User=50.100000s Real=51.467476s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 0 @@ -1255,7 +1255,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=69.450000s Real=70.015278s Sys=0.010000s + User=72.290000s Real=77.930684s Sys=0.030000s =============== Run::PrintInfo() =============== RunID = 1 @@ -1678,7 +1678,7 @@ Index : 8 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=98.460000s Real=99.219546s Sys=0.010000s + User=105.120000s Real=111.250332s Sys=0.060000s =============== Run::PrintInfo() =============== RunID = 2 diff --git a/examples/extended/hadronic/ParticleFluence/Layer/Layer.out b/examples/extended/hadronic/ParticleFluence/Layer/Layer.out index b5553778a9..ed4d0535d9 100644 --- a/examples/extended/hadronic/ParticleFluence/Layer/Layer.out +++ b/examples/extended/hadronic/ParticleFluence/Layer/Layer.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -807,7 +807,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.090000s Real=1.183639s Sys=0.010000s + User=1.190000s Real=1.327294s Sys=0.010000s =============== Run::PrintInfo() =============== RunID = 0 @@ -1018,7 +1018,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=6.680000s Real=7.895076s Sys=0.010000s + User=6.950000s Real=7.944429s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 1 @@ -1234,7 +1234,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=7.890000s Real=8.383446s Sys=0.010000s + User=8.570000s Real=9.237736s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 2 @@ -1455,7 +1455,7 @@ Index : 4 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=4.490000s Real=4.540504s Sys=0.020000s + User=4.760000s Real=5.133444s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 3 @@ -1681,7 +1681,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=33.880000s Real=34.267381s Sys=0.010000s + User=35.680000s Real=38.065078s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 4 @@ -1912,7 +1912,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=36.340000s Real=36.814688s Sys=0.030000s + User=37.750000s Real=41.233996s Sys=0.030000s =============== Run::PrintInfo() =============== RunID = 5 @@ -2148,7 +2148,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=95.230000s Real=96.458848s Sys=0.090000s + User=102.580000s Real=112.314867s Sys=0.180000s =============== Run::PrintInfo() =============== RunID = 6 @@ -2389,7 +2389,7 @@ Index : 8 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=61.810000s Real=62.477395s Sys=0.050000s + User=66.440000s Real=71.652822s Sys=0.080000s =============== Run::PrintInfo() =============== RunID = 7 @@ -2635,7 +2635,7 @@ Index : 9 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=49.860000s Real=50.486241s Sys=0.020000s + User=54.400000s Real=59.669454s Sys=0.050000s =============== Run::PrintInfo() =============== RunID = 8 diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.out b/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.out index 6acdf35d98..ed45e4c719 100644 --- a/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.out +++ b/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -796,7 +796,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.460000s Real=3.051321s Sys=0.010000s + User=1.610000s Real=2.390545s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 0 @@ -967,7 +967,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=5.940000s Real=8.505112s Sys=0.020000s + User=6.580000s Real=7.332784s Sys=0.010000s =============== Run::PrintInfo() =============== RunID = 1 @@ -1143,7 +1143,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=9.060000s Real=10.188967s Sys=0.010000s + User=10.320000s Real=10.669496s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 2 @@ -1324,7 +1324,7 @@ Index : 4 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=4.280000s Real=4.325785s Sys=0.010000s + User=4.840000s Real=5.325420s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 3 @@ -1510,7 +1510,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=36.050000s Real=36.372697s Sys=0.020000s + User=41.450000s Real=45.144887s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 4 @@ -1701,7 +1701,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=36.710000s Real=37.048784s Sys=0.040000s + User=40.690000s Real=42.945393s Sys=0.030000s =============== Run::PrintInfo() =============== RunID = 5 @@ -1897,7 +1897,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=96.600000s Real=98.050314s Sys=0.090000s + User=105.210000s Real=114.685975s Sys=0.150000s =============== Run::PrintInfo() =============== RunID = 6 @@ -2098,7 +2098,7 @@ Index : 8 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=95.820000s Real=96.769519s Sys=0.050000s + User=102.850000s Real=110.645140s Sys=0.200000s =============== Run::PrintInfo() =============== RunID = 7 @@ -2304,7 +2304,7 @@ Index : 9 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=55.520000s Real=57.586790s Sys=0.030000s + User=60.230000s Real=64.563679s Sys=0.040000s =============== Run::PrintInfo() =============== RunID = 8 diff --git a/examples/extended/medical/DICOM/History b/examples/extended/medical/DICOM/History index 9d9315bd96..ac4611401f 100644 --- a/examples/extended/medical/DICOM/History +++ b/examples/extended/medical/DICOM/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-06-05 L. T. Anh (DICOM-V11-01-03) +- Correct symbols for Chlorine and Potassium elements in function + InitialisationOfMaterials(). + ## 2023-12-03 A. Howard (DICOM-V11-01-02) - Modified DicomDetectorConstruction: added correct replica depths for x,y,z of G4PSDoseDeposit3D for nested parameterisation and corrected voxel ordering diff --git a/examples/extended/medical/DICOM/run.out b/examples/extended/medical/DICOM/run.out index 5e79325453..5b5e4ce7e0 100644 --- a/examples/extended/medical/DICOM/run.out +++ b/examples/extended/medical/DICOM/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -62,7 +62,7 @@ DicomRegularDetectorConstruction::ConstructPhantom for proton : 3 to 6 GeV for neutron : 3 to 6 GeV -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -554,7 +554,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -1088,7 +1088,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.020000s Real=0.128721s Sys=0.010000s + User=0.020000s Real=0.035023s Sys=0.010000s --------------------End of Global Run----------------------- The run was 100 events LOCAL TOTAL DOSE : 0 Gy diff --git a/examples/extended/medical/DICOM/src/DicomDetectorConstruction.cc b/examples/extended/medical/DICOM/src/DicomDetectorConstruction.cc index 7818611607..35c0bbd496 100644 --- a/examples/extended/medical/DICOM/src/DicomDetectorConstruction.cc +++ b/examples/extended/medical/DICOM/src/DicomDetectorConstruction.cc @@ -168,10 +168,10 @@ void DicomDetectorConstruction::InitialisationOfMaterials() symbol = "S", z = 16.0,a = 32.065* g/mole ); G4Element* elCl = new G4Element( name = "Chlorine", - symbol = "P", + symbol = "Cl", z = 17.0, a = 35.453* g/mole ); G4Element* elK = new G4Element( name = "Potassium", - symbol = "P", + symbol = "K", z = 19.0, a = 30.0983* g/mole ); G4Element* elFe = new G4Element( name = "Iron", diff --git a/examples/extended/medical/DICOM2/run.out b/examples/extended/medical/DICOM2/run.out index c5d66647d3..58e04c1cdd 100644 --- a/examples/extended/medical/DICOM2/run.out +++ b/examples/extended/medical/DICOM2/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -67,7 +67,7 @@ DicomRegularDetectorConstruction::ConstructPhantom for proton : 3 to 6 GeV for neutron : 3 to 6 GeV -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -559,7 +559,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -1094,7 +1094,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.020000s Real=0.033770s Sys=0.010000s + User=0.020000s Real=0.041872s Sys=0.010000s [=========================================================== DICOM ===========================================================] @@ -1136,5 +1136,5 @@ Number of memory pools allocated: 10 of which, static: 0 Dynamic pools deleted: 10 / Total memory freed: 0.04 MB ============================================================ -[/build/jenkins/workspace/examples/extended/medical/DICOM2/dicom2] Primary execution time: User=8.390000s Real=11.337020s Sys=0.490000s +[/build/jenkins/workspace/examples/extended/medical/DICOM2/dicom2] Primary execution time: User=9.080000s Real=13.646082s Sys=0.670000s diff --git a/examples/extended/medical/GammaTherapy/GammaTherapy.out b/examples/extended/medical/GammaTherapy/GammaTherapy.out index 6ca0672755..b787bebe0c 100644 --- a/examples/extended/medical/GammaTherapy/GammaTherapy.out +++ b/examples/extended/medical/GammaTherapy/GammaTherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -661,7 +661,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=3.340000s Real=3.353180s Sys=0.000000s + User=3.330000s Real=3.661400s Sys=0.010000s Histo: End of run actions are started ======================================================== Number of events 10000 diff --git a/examples/extended/medical/dna/AuNP/AuNP.out b/examples/extended/medical/dna/AuNP/AuNP.out index ac7811ddbf..569518a579 100644 --- a/examples/extended/medical/dna/AuNP/AuNP.out +++ b/examples/extended/medical/dna/AuNP/AuNP.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/UHDR/AuNP.out b/examples/extended/medical/dna/UHDR/AuNP.out index 58582a7931..ae42b7b6da 100644 --- a/examples/extended/medical/dna/UHDR/AuNP.out +++ b/examples/extended/medical/dna/UHDR/AuNP.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/UHDR/UHDR.out b/examples/extended/medical/dna/UHDR/UHDR.out index 58582a7931..ae42b7b6da 100644 --- a/examples/extended/medical/dna/UHDR/UHDR.out +++ b/examples/extended/medical/dna/UHDR/UHDR.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/chem1/chem1.out b/examples/extended/medical/dna/chem1/chem1.out index fd3cdebe47..d550a107c0 100644 --- a/examples/extended/medical/dna/chem1/chem1.out +++ b/examples/extended/medical/dna/chem1/chem1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -742,7 +742,7 @@ ___________________________________ Run terminated. Run Summary Number of events processed : 1 - User=100.160000s Real=101.131642s Sys=0.000000s + User=107.360000s Real=115.569170s Sys=0.020000s 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 e86709c00d..8598c5dd65 100644 --- a/examples/extended/medical/dna/chem2/chem2.out +++ b/examples/extended/medical/dna/chem2/chem2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 9b4e91f794..0b947cedfa 100644 --- a/examples/extended/medical/dna/chem3/chem3.out +++ b/examples/extended/medical/dna/chem3/chem3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 00136f5345..d76dc09e80 100644 --- a/examples/extended/medical/dna/chem4/chem4.out +++ b/examples/extended/medical/dna/chem4/chem4.out @@ -1,4 +1,4 @@ -Seed used : 1707932472 +Seed used : 1718963657 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -603,7 +603,7 @@ Start event 9 --------------------End of Global Run----------------------- The run has 10 events Number of events recorded by the species scorer = 10 - Total energy deposited in the world volume : 11098 eV + Total energy deposited in the world volume : 12457 eV ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/medical/dna/chem5/chem5.out b/examples/extended/medical/dna/chem5/chem5.out index d7c07f4e94..9e156f74c8 100644 --- a/examples/extended/medical/dna/chem5/chem5.out +++ b/examples/extended/medical/dna/chem5/chem5.out @@ -1,4 +1,4 @@ -Seed used : 1707932476 +Seed used : 1718963660 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/chem6/chem6.out b/examples/extended/medical/dna/chem6/chem6.out index f17169b8e4..040a5b4fc3 100644 --- a/examples/extended/medical/dna/chem6/chem6.out +++ b/examples/extended/medical/dna/chem6/chem6.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -548,7 +548,7 @@ Number of events recorded by the species scorer = 6 --------------------End of Global Run----------------------- The run has 6 events Number of events recorded by the species scorer = 6 - Total energy deposited in the world volume : 13856 eV + Total energy deposited in the world volume : 13865 eV ------------------------------------------------------------ ### Run 3 starts. @@ -558,7 +558,7 @@ Number of events recorded by the species scorer = 6 --------------------End of Global Run----------------------- The run has 2 events Number of events recorded by the species scorer = 2 - Total energy deposited in the world volume : 7636.1 eV + Total energy deposited in the world volume : 7634.2 eV ------------------------------------------------------------ ### Run 4 starts. @@ -568,7 +568,7 @@ Number of events recorded by the species scorer = 2 --------------------End of Global Run----------------------- The run has 3 events Number of events recorded by the species scorer = 3 - Total energy deposited in the world volume : 18088 eV + Total energy deposited in the world volume : 18089 eV ------------------------------------------------------------ ### Run 5 starts. @@ -576,9 +576,9 @@ Number of events recorded by the species scorer = 3 --> Event 0 starts. --------------------End of Global Run----------------------- - The run has 5 events -Number of events recorded by the species scorer = 5 - Total energy deposited in the world volume : 40087 eV + The run has 3 events +Number of events recorded by the species scorer = 3 + Total energy deposited in the world volume : 24097 eV ------------------------------------------------------------ ### Run 6 starts. @@ -586,8 +586,8 @@ Number of events recorded by the species scorer = 5 --> Event 0 starts. --------------------End of Global Run----------------------- - The run has 1 events -Number of events recorded by the species scorer = 1 - Total energy deposited in the world volume : 10050 eV + The run has 2 events +Number of events recorded by the species scorer = 2 + Total energy deposited in the world volume : 20035 eV ------------------------------------------------------------ diff --git a/examples/extended/medical/dna/clustering/clustering.out b/examples/extended/medical/dna/clustering/clustering.out index e66fceee17..9dd8f753ae 100644 --- a/examples/extended/medical/dna/clustering/clustering.out +++ b/examples/extended/medical/dna/clustering/clustering.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/dnadamage1/dnadamage1.out b/examples/extended/medical/dna/dnadamage1/dnadamage1.out index 89615ef7ee..de4bf01ed0 100644 --- a/examples/extended/medical/dna/dnadamage1/dnadamage1.out +++ b/examples/extended/medical/dna/dnadamage1/dnadamage1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -526,17 +526,17 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 2913 kByte - Total CPU time elapsed for geometry optimisation: 7.2 seconds + Total CPU time elapsed for geometry optimisation: 7.6 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 99.30 7.12 0.00 2914k VoxelStraight_logic + 99.35 7.59 0.04 2914k VoxelStraight_logic Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 100.00 2913k 20884 21735 54614 7.12 VoxelStraight_logic + 100.00 2913k 20884 21735 54614 7.59 VoxelStraight_logic G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -760,7 +760,7 @@ ___________________________________ Run terminated. Run Summary Number of events processed : 2 - User=137.990000s Real=139.241194s Sys=0.060000s + User=152.570000s Real=160.465804s Sys=0.080000s ----> Histograms are saved Graphics systems deleted. diff --git a/examples/extended/medical/dna/dnadamage2/dnadamage2.out b/examples/extended/medical/dna/dnadamage2/dnadamage2.out index 48ddf6eedf..f39bf76483 100644 --- a/examples/extended/medical/dna/dnadamage2/dnadamage2.out +++ b/examples/extended/medical/dna/dnadamage2/dnadamage2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 471dc0bc3e..eddef7e74a 100644 --- a/examples/extended/medical/dna/dnaphysics/dnaphysics.out +++ b/examples/extended/medical/dna/dnaphysics/dnaphysics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0xbb2cc0 +##### Create analysis manager 0x26ebc80 Using analysis manager # # MT @@ -565,7 +565,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 2 - User=3.350000s Real=3.419289s Sys=0.050000s + User=3.680000s Real=4.149569s Sys=0.060000s ... write file : dna.root - done ... close file : dna.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/medical/dna/icsd/icsd.out b/examples/extended/medical/dna/icsd/icsd.out index c282f2dacf..d4c9ca4cf0 100644 --- a/examples/extended/medical/dna/icsd/icsd.out +++ b/examples/extended/medical/dna/icsd/icsd.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x2054090 +##### Create analysis manager 0x11fd050 Using analysis manager e-_G4DNAPTBAugerModel is constructed ======================================================================= diff --git a/examples/extended/medical/dna/jetcounter/jetcounter.out b/examples/extended/medical/dna/jetcounter/jetcounter.out index a0b159aa10..0b1920b4f3 100644 --- a/examples/extended/medical/dna/jetcounter/jetcounter.out +++ b/examples/extended/medical/dna/jetcounter/jetcounter.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -744,4 +744,4 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV ### Run 0 start. -number of event = 40 User=2.740000s Real=2.782207s Sys=0.000000s +number of event = 40 User=2.710000s Real=2.798275s Sys=0.000000s diff --git a/examples/extended/medical/dna/mfp/mfp.out b/examples/extended/medical/dna/mfp/mfp.out index eedcd51ff0..4d05796f26 100644 --- a/examples/extended/medical/dna/mfp/mfp.out +++ b/examples/extended/medical/dna/mfp/mfp.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 3f68c40640..e87301a949 100644 --- a/examples/extended/medical/dna/microdosimetry/microdosimetry.out +++ b/examples/extended/medical/dna/microdosimetry/microdosimetry.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -377,7 +377,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2 - User=14.790000s Real=14.957887s Sys=0.010000s + User=16.050000s Real=17.375024s Sys=0.010000s Number and type of particles created outside region "Target" : N e- : 729 _______________________ diff --git a/examples/extended/medical/dna/microprox/microprox.out b/examples/extended/medical/dna/microprox/microprox.out index e45a040db4..ec2a56a4e1 100644 --- a/examples/extended/medical/dna/microprox/microprox.out +++ b/examples/extended/medical/dna/microprox/microprox.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x126fb20 +##### Create analysis manager 0x1fb3ae0 Using analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... diff --git a/examples/extended/medical/dna/microyz/microyz.out b/examples/extended/medical/dna/microyz/microyz.out index 32fc580438..5583e23d49 100644 --- a/examples/extended/medical/dna/microyz/microyz.out +++ b/examples/extended/medical/dna/microyz/microyz.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x1cd56b0 +##### Create analysis manager 0x211b670 Using analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... diff --git a/examples/extended/medical/dna/moleculardna/moleculardna.out b/examples/extended/medical/dna/moleculardna/moleculardna.out index b23dd7720c..979a13d677 100644 --- a/examples/extended/medical/dna/moleculardna/moleculardna.out +++ b/examples/extended/medical/dna/moleculardna/moleculardna.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -561,15 +561,15 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 50.71 27.18 0.09 42138k DNAPhysLV - 49.16 26.35 0.10 42138k CellLogical + 50.55 27.44 0.11 42138k DNAPhysLV + 49.32 26.77 0.19 42138k CellLogical 0.07 0.04 0.00 380k prism Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 49.78 42137k 311671 314256 703064 27.18 DNAPhysLV - 49.78 42137k 311671 314256 703064 26.35 CellLogical + 49.78 42137k 311671 314256 703064 27.44 DNAPhysLV + 49.78 42137k 311671 314256 703064 26.77 CellLogical 0.45 379k 1273 3780 14482 0.04 prism ### Run 0 starts. AnalysisManager::Initialize() GetRunID : 0 @@ -586,7 +586,7 @@ DNAIndependentReactionTimeModel will be used ========================== Run terminated. Run Summary Number of events processed : 2 - User=0.320000s Real=0.329029s Sys=0.000000s + User=0.370000s Real=0.444687s Sys=0.010000s ... write file : molecular-dna.root - done ... close file : molecular-dna.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/medical/dna/neuron/neuron.out b/examples/extended/medical/dna/neuron/neuron.out index a678d4671a..18e3b283bb 100644 --- a/examples/extended/medical/dna/neuron/neuron.out +++ b/examples/extended/medical/dna/neuron/neuron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -658,7 +658,7 @@ Physics stage ends Dend3DEdep.out, Axon3DEdep.out, Soma3DEdep.out Outputs of energy deposition per event written in data file: OutputPerEvent.out - Calculation time = 2.15832 s + Calculation time = 2.76165 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 6be7821437..aca1358998 100644 --- a/examples/extended/medical/dna/pdb4dna/pdb4dna.out +++ b/examples/extended/medical/dna/pdb4dna/pdb4dna.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 6898066f4e..9eb44d61a0 100644 --- a/examples/extended/medical/dna/range/range.out +++ b/examples/extended/medical/dna/range/range.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/scavenger/scavenger.out b/examples/extended/medical/dna/scavenger/scavenger.out index 78e43783e5..6b7d4b288b 100644 --- a/examples/extended/medical/dna/scavenger/scavenger.out +++ b/examples/extended/medical/dna/scavenger/scavenger.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -537,7 +537,7 @@ DNAMolecularIRTModel will be used Run terminated. Run Summary Number of events processed : 2 - User=0.560000s Real=0.565141s Sys=0.000000s + User=0.540000s Real=0.592399s Sys=0.010000s --------------------End of Global Run----------------------- The run has 1 events diff --git a/examples/extended/medical/dna/slowing/slowing.out b/examples/extended/medical/dna/slowing/slowing.out index 5dacfc63f7..7530ed9549 100644 --- a/examples/extended/medical/dna/slowing/slowing.out +++ b/examples/extended/medical/dna/slowing/slowing.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/splitting/splitting.out b/examples/extended/medical/dna/splitting/splitting.out index 1383f1a672..ace9341739 100644 --- a/examples/extended/medical/dna/splitting/splitting.out +++ b/examples/extended/medical/dna/splitting/splitting.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -364,7 +364,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=21.150000s Real=21.343032s Sys=0.050000s + User=23.000000s Real=24.644089s Sys=0.050000s There are histograms that can be viewed with visualization: 2 h1 histograms(s) List them with "/analysis/list". diff --git a/examples/extended/medical/dna/spower/spower.out b/examples/extended/medical/dna/spower/spower.out index 41fb81049d..6f58a5e160 100644 --- a/examples/extended/medical/dna/spower/spower.out +++ b/examples/extended/medical/dna/spower/spower.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -465,7 +465,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.210000s Real=2.230038s Sys=0.000000s + User=2.250000s Real=2.290008s Sys=0.000000s ======================== run summary ===================== @@ -490,7 +490,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.410000s Real=2.427544s Sys=0.000000s + User=2.510000s Real=2.622080s Sys=0.000000s ======================== run summary ===================== @@ -515,7 +515,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.610000s Real=2.623624s Sys=0.000000s + User=2.660000s Real=2.838988s Sys=0.000000s ======================== run summary ===================== @@ -540,7 +540,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.670000s Real=2.689397s Sys=0.000000s + User=2.710000s Real=2.723026s Sys=0.000000s ======================== run summary ===================== @@ -565,7 +565,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.600000s Real=2.629258s Sys=0.000000s + User=2.710000s Real=2.745955s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/medical/dna/svalue/svalue.out b/examples/extended/medical/dna/svalue/svalue.out index 98c02473a5..af9b42145d 100644 --- a/examples/extended/medical/dna/svalue/svalue.out +++ b/examples/extended/medical/dna/svalue/svalue.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -560,7 +560,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1000 - User=0.230000s Real=0.226394s Sys=0.000000s + User=0.230000s Real=0.238519s Sys=0.000000s ======================== run summary ===================== @@ -605,7 +605,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.400000s Real=0.406466s Sys=0.000000s + User=0.500000s Real=0.536457s Sys=0.000000s ======================== run summary ===================== @@ -650,7 +650,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.580000s Real=0.585008s Sys=0.000000s + User=0.610000s Real=0.628598s Sys=0.000000s ======================== run summary ===================== @@ -695,7 +695,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.760000s Real=0.768054s Sys=0.000000s + User=0.780000s Real=0.785040s Sys=0.000000s ======================== run summary ===================== @@ -740,7 +740,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.920000s Real=0.923603s Sys=0.000000s + User=0.950000s Real=0.964105s Sys=0.010000s ======================== run summary ===================== @@ -785,7 +785,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.110000s Real=1.119968s Sys=0.000000s + User=1.250000s Real=1.276793s Sys=0.000000s ======================== run summary ===================== @@ -830,7 +830,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.280000s Real=1.292230s Sys=0.000000s + User=1.440000s Real=1.471314s Sys=0.000000s ======================== run summary ===================== @@ -875,7 +875,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.460000s Real=1.472759s Sys=0.000000s + User=1.550000s Real=1.669017s Sys=0.000000s ======================== run summary ===================== @@ -920,7 +920,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.590000s Real=1.614934s Sys=0.000000s + User=1.770000s Real=1.790504s Sys=0.000000s ======================== run summary ===================== @@ -965,7 +965,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.790000s Real=1.808684s Sys=0.000000s + User=1.870000s Real=1.925519s Sys=0.000000s ======================== run summary ===================== @@ -1010,7 +1010,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=3.560000s Real=3.581634s Sys=0.000000s + User=3.710000s Real=3.890392s Sys=0.000000s ======================== run summary ===================== @@ -1055,7 +1055,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=5.340000s Real=5.364962s Sys=0.000000s + User=5.640000s Real=5.830832s Sys=0.000000s ======================== run summary ===================== @@ -1100,7 +1100,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=7.110000s Real=7.166755s Sys=0.000000s + User=7.820000s Real=8.107092s Sys=0.000000s ======================== run summary ===================== @@ -1145,7 +1145,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=8.800000s Real=8.855673s Sys=0.000000s + User=9.450000s Real=9.838060s Sys=0.000000s ======================== run summary ===================== @@ -1190,7 +1190,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=10.550000s Real=10.607462s Sys=0.000000s + User=11.420000s Real=11.774598s Sys=0.000000s ======================== run summary ===================== @@ -1235,7 +1235,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=12.280000s Real=12.357956s Sys=0.000000s + User=13.310000s Real=14.224994s Sys=0.000000s ======================== run summary ===================== @@ -1280,7 +1280,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=14.090000s Real=14.177860s Sys=0.000000s + User=15.460000s Real=16.409863s Sys=0.000000s ======================== run summary ===================== @@ -1325,7 +1325,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=15.890000s Real=16.025856s Sys=0.000000s + User=17.680000s Real=19.213224s Sys=0.000000s ======================== run summary ===================== @@ -1370,7 +1370,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=17.680000s Real=17.792198s Sys=0.000000s + User=19.650000s Real=21.350137s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out index e1574c1b40..29d33ff398 100644 --- a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out +++ b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 b766699de0..e1ce665f99 100644 --- a/examples/extended/medical/dna/wvalue/wvalue.out +++ b/examples/extended/medical/dna/wvalue/wvalue.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 7f61b6e534..eca3a9411c 100644 --- a/examples/extended/medical/electronScattering/electronScattering.out +++ b/examples/extended/medical/electronScattering/electronScattering.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -734,7 +734,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=4.740000s Real=5.942981s Sys=0.000000s + User=5.010000s Real=5.066463s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/medical/electronScattering2/electronScattering2.out b/examples/extended/medical/electronScattering2/electronScattering2.out index 17cf9ae6d5..3c76c578af 100644 --- a/examples/extended/medical/electronScattering2/electronScattering2.out +++ b/examples/extended/medical/electronScattering2/electronScattering2.out @@ -15,7 +15,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -844,4 +844,4 @@ Number of Events Processed:20000 230 0.0092149 0.0036173 10 4 231 0.0030701 0.0007328 4 1 232 0.005447 0.0032813 7 4 -### deleting electronFilter 0x1aeaf50 +### deleting electronFilter 0x23f7f10 diff --git a/examples/extended/medical/fanoCavity/fanoCavity.out b/examples/extended/medical/fanoCavity/fanoCavity.out index 346b107783..bac1714260 100644 --- a/examples/extended/medical/fanoCavity/fanoCavity.out +++ b/examples/extended/medical/fanoCavity/fanoCavity.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -297,7 +297,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 4000 - User=6.470000s Real=6.532935s Sys=0.000000s + User=7.460000s Real=7.850660s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/medical/fanoCavity2/fanoCavity2.out b/examples/extended/medical/fanoCavity2/fanoCavity2.out index 0bd94b9123..6ff7e9a230 100644 --- a/examples/extended/medical/fanoCavity2/fanoCavity2.out +++ b/examples/extended/medical/fanoCavity2/fanoCavity2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -314,7 +314,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 40000 - User=1.250000s Real=1.264939s Sys=0.000000s + User=1.290000s Real=1.339262s Sys=0.000000s Process calls frequency ---> eIoni= 328414 msc= 138727 Transportation= 22903 diff --git a/examples/extended/medical/radiobiology/radiobiology.out b/examples/extended/medical/radiobiology/radiobiology.out index 5599ead539..ba81d81c64 100644 --- a/examples/extended/medical/radiobiology/radiobiology.out +++ b/examples/extended/medical/radiobiology/radiobiology.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -87,7 +87,7 @@ HADRONTHERAPY_1 PHYSICS LIST has been activated *** /run/numberOfThreads command is issued in sequential mode. Command is ignored. --- G4CoupledTransportation is used -@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7 +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1 ******************************************* ****** Parameters of the class Dose ******* ******************************************* @@ -573,7 +573,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic msc: for pi+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -953,4 +953,4 @@ RBE: Computing alpha and beta... RBE: Computing survival and RBE... RBE: Alpha and beta written to RadioBio_AlphaAndBeta.out RBE: RBE written to RadioBio_RBE.out -The simulation took: 61.2878 s to run (real time) +The simulation took: 67.6671 s to run (real time) diff --git a/examples/extended/optical/LXe/LXe.out b/examples/extended/optical/LXe/LXe.out index b62443e635..fdaa3dc318 100644 --- a/examples/extended/optical/LXe/LXe.out +++ b/examples/extended/optical/LXe/LXe.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -925,7 +925,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 200 - User=8.890000s Real=9.054383s Sys=0.050000s + User=7.980000s Real=8.511738s Sys=0.020000s ======================== run summary ====================== The run was 200 events. @@ -1049,7 +1049,7 @@ Unaccounted for photons in this event : 0 Run terminated. Run Summary Number of events processed : 5 - User=0.210000s Real=0.208150s Sys=0.000000s + User=0.200000s Real=0.209043s Sys=0.000000s ======================== run summary ====================== The run was 5 events. @@ -1945,7 +1945,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.010000s Real=0.006051s Sys=0.010000s + User=0.010000s Real=0.006377s Sys=0.000000s ======================== run summary ====================== The run was 1 events. diff --git a/examples/extended/optical/LXe/cerenkov.out b/examples/extended/optical/LXe/cerenkov.out index 34aa8f504d..45bf44d1b2 100644 --- a/examples/extended/optical/LXe/cerenkov.out +++ b/examples/extended/optical/LXe/cerenkov.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -952,7 +952,7 @@ WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system Run terminated. Run Summary Number of events processed : 10000 - User=3.420000s Real=3.451284s Sys=0.010000s + User=3.620000s Real=3.668412s Sys=0.000000s ======================== run summary ====================== The run was 10000 events. diff --git a/examples/extended/optical/LXe/photon.out b/examples/extended/optical/LXe/photon.out index 58e12e9bf8..4bae3751b1 100644 --- a/examples/extended/optical/LXe/photon.out +++ b/examples/extended/optical/LXe/photon.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/optical/LXe/wls.out b/examples/extended/optical/LXe/wls.out index bd50dc26ea..c7d94fd7ee 100644 --- a/examples/extended/optical/LXe/wls.out +++ b/examples/extended/optical/LXe/wls.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -947,7 +947,7 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 4 kByte - Total CPU time elapsed for geometry optimisation: 0 seconds + Total CPU time elapsed for geometry optimisation: 0.01 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume @@ -980,7 +980,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=31.720000s Real=31.946736s Sys=0.000000s + User=33.780000s Real=34.678801s Sys=0.000000s ======================== run summary ====================== The run was 100 events. diff --git a/examples/extended/optical/OpNovice/OpNovice.out b/examples/extended/optical/OpNovice/OpNovice.out index dd324f2b63..9c40d5a6e9 100644 --- a/examples/extended/optical/OpNovice/OpNovice.out +++ b/examples/extended/optical/OpNovice/OpNovice.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -13682,7 +13682,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 0 0.943 -0.64 0.127 0.511 0 0 0 Tank initStep 1 24.9 85.1 34.5 0.182 1.36e-05 95.4 95.4 Tank compt 2 23.5 81.4 35.5 0.167 0.000537 4.02 99.4 Tank compt - 3 2 + 3 23.8 ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ @@ -13696,7 +13696,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.460000s Real=1.479346s Sys=0.000000s + User=1.570000s Real=1.604672s Sys=0.010000s ======================== run summary ====================== Primary particle was: e+ with energy 500 keV. diff --git a/examples/extended/optical/OpNovice/opgdml.out b/examples/extended/optical/OpNovice/opgdml.out index c4f8c67dcf..30f0bf41c9 100644 --- a/examples/extended/optical/OpNovice/opgdml.out +++ b/examples/extended/optical/OpNovice/opgdml.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -13440,7 +13440,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 7 3.59e+03 5e+03 4.29e+03 3.99e-06 0 1.82e+03 2.38e+04 expHall_phys Transportation 8 3.59e+03 5e+03 4.29e+03 3.99e-06 0 0 2.38e+04 Tank_phys Transportation 9 1.3e+03 3.6e+03 5e+03 3.99e-06 0 2.77e+03 2.66e+04 expHall_phys Transportation - 10 1.3e+03 3.6e+03 5e+03 3.99e-06 0 0 2.66e+04 Tank_phys Transp + 10 1.3e+03 3.6e+03 5e+03 3.99e-06 0 0 2.66e+04 Tank_phys Transporta ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ @@ -13454,7 +13454,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=2.020000s Real=2.046743s Sys=0.000000s + User=1.740000s Real=1.786504s Sys=0.000000s ======================== run summary ====================== Primary particle was: e+ with energy 500 keV. diff --git a/examples/extended/optical/OpNovice/optPhoton.out b/examples/extended/optical/OpNovice/optPhoton.out index 41fb70598a..f22d00b364 100644 --- a/examples/extended/optical/OpNovice/optPhoton.out +++ b/examples/extended/optical/OpNovice/optPhoton.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1310,7 +1310,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.001580s Sys=0.000000s + User=0.000000s Real=0.001703s Sys=0.000000s ======================== run summary ====================== Primary particle was: opticalphoton with energy 3 eV . @@ -1350,7 +1350,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.140000s Real=0.142800s Sys=0.000000s + User=0.140000s Real=0.162257s Sys=0.000000s ======================== run summary ====================== Primary particle was: opticalphoton with energy 3 eV . diff --git a/examples/extended/optical/OpNovice2/OpNovice2.out b/examples/extended/optical/OpNovice2/OpNovice2.out index 38bd64bff9..9959e470b5 100644 --- a/examples/extended/optical/OpNovice2/OpNovice2.out +++ b/examples/extended/optical/OpNovice2/OpNovice2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1011,7 +1011,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100000 - User=1.190000s Real=1.194764s Sys=0.000000s + User=1.330000s Real=1.351623s Sys=0.000000s Run Summary --------------------------------- diff --git a/examples/extended/optical/OpNovice2/boundary.out b/examples/extended/optical/OpNovice2/boundary.out index 91ddb6de05..8f47193663 100644 --- a/examples/extended/optical/OpNovice2/boundary.out +++ b/examples/extended/optical/OpNovice2/boundary.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1090,7 +1090,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.110000s Real=0.109857s Sys=0.000000s + User=0.090000s Real=0.092462s Sys=0.000000s Run Summary --------------------------------- @@ -1106,38 +1106,38 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0024 +Average number of OpAbsorption per event: 0.0075 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 6 -Total # of surface events: 9994 +OpAbsorption before surface: 7 +Total # of surface events: 9993 Unaccounted for: 0 Surface events by process: - Transmission: 934 - Fresnel refraction: 760 - Lambertian reflection: 5125 - Lobe reflection: 717 - Spike reflection: 723 - Backscattering: 717 - Absorption: 909 - Detection: 109 - Sum: 9994 + Transmission: 958 + Fresnel refraction: 7543 + Lambertian reflection: 311 + Lobe reflection: 48 + Spike reflection: 52 + Backscattering: 56 + Absorption: 921 + Detection: 104 + Sum: 9993 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.718713 rms = 0.227075 - Y momentum dir of backward-going photons: mean = 0.0468752 rms = 0.495499 - Z momentum dir of backward-going photons: mean = 0.000772204 rms = 0.429151 - X momentum dir of forward-going photons: mean = 0.856056 rms = 0.0630571 - Y momentum dir of forward-going photons: mean = 0.502684 rms = 0.0863708 - Z momentum dir of forward-going photons: mean = -0.00121438 rms = 0.0551406 - X momentum dir of Fresnel-refracted photons: mean = 0.804036 rms = 0.0628867 - Y momentum dir of Fresnel-refracted photons: mean = 0.580689 rms = 0.0747771 - Z momentum dir of Fresnel-refracted photons: mean = -0.00270678 rms = 0.0822985 + X momentum dir of backward-going photons: mean = -0.689643 rms = 0.253084 + Y momentum dir of backward-going photons: mean = 0.0943402 rms = 0.528487 + Z momentum dir of backward-going photons: mean = -0.00898856 rms = 0.414803 + X momentum dir of forward-going photons: mean = 0.8178 rms = 0.0620999 + Y momentum dir of forward-going photons: mean = 0.561565 rms = 0.0812816 + Z momentum dir of forward-going photons: mean = 0.00240857 rms = 0.073341 + X momentum dir of Fresnel-refracted photons: mean = 0.807566 rms = 0.0584525 + Y momentum dir of Fresnel-refracted photons: mean = 0.577104 rms = 0.0728213 + Z momentum dir of Fresnel-refracted photons: mean = 0.00271447 rms = 0.0778538 ... write file : unified.root - done ... close file : unified.root - done @@ -1183,7 +1183,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.073048s Sys=0.000000s + User=0.070000s Real=0.071201s Sys=0.000000s Run Summary --------------------------------- @@ -1199,34 +1199,34 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0025 +Average number of OpAbsorption per event: 0.0066 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 3 -Total # of surface events: 9997 +OpAbsorption before surface: 8 +Total # of surface events: 9992 Unaccounted for: 0 Surface events by process: - Transmission: 1046 - Fresnel refraction: 783 - Fresnel reflection: 7225 - Absorption: 862 - Detection: 81 - Sum: 9997 + Transmission: 996 + Fresnel refraction: 7846 + Fresnel reflection: 165 + Absorption: 876 + Detection: 109 + Sum: 9992 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.898384 rms = 6.19609e-07 - Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.69981e-07 + X momentum dir of backward-going photons: mean = -0.898384 rms = 1.05367e-08 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.49012e-08 Z momentum dir of backward-going photons: mean = 0 rms = 0 - X momentum dir of forward-going photons: mean = 0.864767 rms = 0.0388554 - Y momentum dir of forward-going photons: mean = 0.496301 rms = 0.0659858 + X momentum dir of forward-going photons: mean = 0.828703 rms = 0.0248269 + Y momentum dir of forward-going photons: mean = 0.557546 rms = 0.042162 Z momentum dir of forward-going photons: mean = 0 rms = 0 - X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 6.32203e-08 - Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 9.36523e-08 + X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 2.24509e-07 + Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 2.71921e-07 Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 ... write file : unified.root - done @@ -1294,7 +1294,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.081661s Sys=0.000000s + User=0.090000s Real=0.154027s Sys=0.000000s Run Summary --------------------------------- @@ -1310,34 +1310,34 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0028 +Average number of OpAbsorption per event: 0.0089 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 8 -Total # of surface events: 9992 +OpAbsorption before surface: 3 +Total # of surface events: 9997 Unaccounted for: 0 Surface events by process: - Transmission: 968 - Fresnel refraction: 851 - Lambertian reflection: 7189 - Absorption: 877 - Detection: 107 - Sum: 9992 + Transmission: 977 + Fresnel refraction: 7905 + Lambertian reflection: 160 + Absorption: 875 + Detection: 80 + Sum: 9997 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.665526 rms = 0.235466 - Y momentum dir of backward-going photons: mean = 0.00239262 rms = 0.500192 - Z momentum dir of backward-going photons: mean = -0.004687 rms = 0.501409 - X momentum dir of forward-going photons: mean = 0.861646 rms = 0.0391821 - Y momentum dir of forward-going photons: mean = 0.5016 rms = 0.0665407 + X momentum dir of backward-going photons: mean = -0.686792 rms = 0.242672 + Y momentum dir of backward-going photons: mean = -0.0234456 rms = 0.490284 + Z momentum dir of backward-going photons: mean = -0.0300005 rms = 0.477073 + X momentum dir of forward-going photons: mean = 0.828495 rms = 0.02457 + Y momentum dir of forward-going photons: mean = 0.557899 rms = 0.0417258 Z momentum dir of forward-going photons: mean = 0 rms = 0 - X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 1.82501e-08 - Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 8.22944e-08 + X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 2.24261e-07 + Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 2.72431e-07 Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 ... write file : unified.root - done @@ -1411,7 +1411,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.069458s Sys=0.000000s + User=0.070000s Real=0.114906s Sys=0.000000s Run Summary --------------------------------- @@ -1427,30 +1427,30 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0031 +Average number of OpAbsorption per event: 0.0016 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 11 -Total # of surface events: 9989 +OpAbsorption before surface: 6 +Total # of surface events: 9994 Unaccounted for: 0 Surface events by process: - Transmission: 968 - Spike reflection: 8011 - Absorption: 932 - Detection: 78 - Sum: 9989 + Transmission: 1027 + Spike reflection: 7991 + Absorption: 889 + Detection: 87 + Sum: 9994 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.898384 rms = 6.35705e-07 - Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.72171e-07 + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.35356e-07 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.7201e-07 Z momentum dir of backward-going photons: mean = 0 rms = 0 - X momentum dir of forward-going photons: mean = 0.898384 rms = 1.75998e-07 - Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.21255e-08 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.78192e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.47862e-08 Z momentum dir of forward-going photons: mean = 0 rms = 0 X momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 Y momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 @@ -1495,7 +1495,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.088687s Sys=0.000000s + User=0.080000s Real=0.093447s Sys=0.000000s Run Summary --------------------------------- @@ -1511,30 +1511,30 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0019 +Average number of OpAbsorption per event: 0.0026 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 7 -Total # of surface events: 9993 +OpAbsorption before surface: 9 +Total # of surface events: 9991 Unaccounted for: 0 Surface events by process: - Transmission: 1040 - Lambertian reflection: 7911 - Absorption: 956 - Detection: 86 - Sum: 9993 + Transmission: 1012 + Lambertian reflection: 7936 + Absorption: 962 + Detection: 81 + Sum: 9991 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.667673 rms = 0.236716 - Y momentum dir of backward-going photons: mean = 0.00034159 rms = 0.497246 - Z momentum dir of backward-going photons: mean = 0.00195691 rms = 0.500919 - X momentum dir of forward-going photons: mean = 0.898384 rms = 1.78503e-07 - Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.51129e-08 + X momentum dir of backward-going photons: mean = -0.667175 rms = 0.235689 + Y momentum dir of backward-going photons: mean = -0.0032043 rms = 0.499688 + Z momentum dir of backward-going photons: mean = 0.0104915 rms = 0.499519 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.77568e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.42937e-08 Z momentum dir of forward-going photons: mean = 0 rms = 0 X momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 Y momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 @@ -1579,7 +1579,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.130000s Real=0.134960s Sys=0.000000s + User=0.140000s Real=0.203836s Sys=0.000000s Run Summary --------------------------------- @@ -1595,38 +1595,37 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0033 +Average number of OpAbsorption per event: 0.0028 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 15 -Total # of surface events: 9985 +OpAbsorption before surface: 10 +Total # of surface events: 9990 Unaccounted for: 0 Surface events by process: - Transmission: 418 - Fresnel refraction: 276 - Lambertian reflection: 6218 - Lobe reflection: 881 - Spike reflection: 899 - Backscattering: 935 - Absorption: 325 - Detection: 33 - Sum: 9985 + Transmission: 1002 + Fresnel refraction: 8017 + Lambertian reflection: 16 + Lobe reflection: 3 + Spike reflection: 2 + Absorption: 867 + Detection: 83 + Sum: 9990 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.724482 rms = 0.226596 - Y momentum dir of backward-going photons: mean = 0.0410654 rms = 0.492108 - Z momentum dir of backward-going photons: mean = -0.00572817 rms = 0.424135 - X momentum dir of forward-going photons: mean = 0.738204 rms = 0.23476 - Y momentum dir of forward-going photons: mean = 0.118046 rms = 0.457018 - Z momentum dir of forward-going photons: mean = -0.0421986 rms = 0.418762 - X momentum dir of Fresnel-refracted photons: mean = -0.772655 rms = 0.210369 - Y momentum dir of Fresnel-refracted photons: mean = 0.130137 rms = 0.451622 - Z momentum dir of Fresnel-refracted photons: mean = 0.0127116 rms = 0.371065 + X momentum dir of backward-going photons: mean = -0.896508 rms = 0.0271572 + Y momentum dir of backward-going photons: mean = 0.437238 rms = 0.0553518 + Z momentum dir of backward-going photons: mean = -5.86886e-05 rms = 0.0359954 + X momentum dir of forward-going photons: mean = 0.912683 rms = 0.0192075 + Y momentum dir of forward-going photons: mean = 0.406497 rms = 0.0280178 + Z momentum dir of forward-going photons: mean = 0.00054454 rms = 0.0247918 + X momentum dir of Fresnel-refracted photons: mean = -0.896969 rms = 0.0223153 + Y momentum dir of Fresnel-refracted photons: mean = 0.438459 rms = 0.0417916 + Z momentum dir of Fresnel-refracted photons: mean = -0.000243323 rms = 0.0309063 ... write file : unified.root - done ... close file : unified.root - done @@ -1667,7 +1666,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.162637s Sys=0.000000s + User=0.150000s Real=0.172470s Sys=0.000000s Run Summary --------------------------------- @@ -1683,38 +1682,37 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0022 +Average number of OpAbsorption per event: 0.0023 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 12 -Total # of surface events: 9988 +OpAbsorption before surface: 8 +Total # of surface events: 9992 Unaccounted for: 0 Surface events by process: - Transmission: 372 - Fresnel refraction: 236 - Lambertian reflection: 6300 - Lobe reflection: 918 - Spike reflection: 885 - Backscattering: 890 - Absorption: 343 - Detection: 44 - Sum: 9988 + Transmission: 1178 + Fresnel refraction: 7574 + Lambertian reflection: 20 + Lobe reflection: 4 + Spike reflection: 4 + Absorption: 1087 + Detection: 125 + Sum: 9992 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.725772 rms = 0.224848 - Y momentum dir of backward-going photons: mean = 0.0444837 rms = 0.485951 - Z momentum dir of backward-going photons: mean = -0.00338832 rms = 0.429604 - X momentum dir of forward-going photons: mean = 0.727341 rms = 0.237219 - Y momentum dir of forward-going photons: mean = 0.0727391 rms = 0.461781 - Z momentum dir of forward-going photons: mean = -0.00214693 rms = 0.442905 - X momentum dir of Fresnel-refracted photons: mean = -0.675078 rms = 0.253912 - Y momentum dir of Fresnel-refracted photons: mean = -0.00509466 rms = 0.479507 - Z momentum dir of Fresnel-refracted photons: mean = 0.0387011 rms = 0.498346 + X momentum dir of backward-going photons: mean = -0.682395 rms = 0.230093 + Y momentum dir of backward-going photons: mean = -0.000899796 rms = 0.490842 + Z momentum dir of backward-going photons: mean = -0.000254792 rms = 0.490375 + X momentum dir of forward-going photons: mean = 0.864048 rms = 0.16035 + Y momentum dir of forward-going photons: mean = 0.336901 rms = 0.272153 + Z momentum dir of forward-going photons: mean = -0.00647327 rms = 0.200245 + X momentum dir of Fresnel-refracted photons: mean = -0.682062 rms = 0.230749 + Y momentum dir of Fresnel-refracted photons: mean = -0.000412887 rms = 0.490706 + Z momentum dir of Fresnel-refracted photons: mean = -2.64853e-05 rms = 0.490666 ... write file : unified.root - done ... close file : unified.root - done @@ -1760,7 +1758,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.070743s Sys=0.000000s + User=0.070000s Real=0.088903s Sys=0.000000s Run Summary --------------------------------- @@ -1776,30 +1774,30 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0024 +Average number of OpAbsorption per event: 0.003 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 14 -Total # of surface events: 9986 +OpAbsorption before surface: 8 +Total # of surface events: 9992 Unaccounted for: 0 Surface events by process: - Transmission: 959 - Spike reflection: 7992 - Absorption: 926 - Detection: 109 - Sum: 9986 + Transmission: 1025 + Spike reflection: 8034 + Absorption: 856 + Detection: 77 + Sum: 9992 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.898384 rms = 6.35356e-07 - Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.7201e-07 + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.36229e-07 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.72171e-07 Z momentum dir of backward-going photons: mean = 0 rms = 0 - X momentum dir of forward-going photons: mean = 0.898384 rms = 1.75366e-07 - Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.17869e-08 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.78192e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.46223e-08 Z momentum dir of forward-going photons: mean = 0 rms = 0 X momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 Y momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 @@ -1844,7 +1842,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.077580s Sys=0.000000s + User=0.070000s Real=0.189126s Sys=0.000000s Run Summary --------------------------------- @@ -1860,33 +1858,33 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0028 +Average number of OpAbsorption per event: 0.0027 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 10 -Total # of surface events: 9990 +OpAbsorption before surface: 8 +Total # of surface events: 9992 Unaccounted for: 0 Surface events by process: - Transmission: 1038 - Lambertian reflection: 5529 - Lobe reflection: 825 - Spike reflection: 811 - Backscattering: 775 - Absorption: 917 - Detection: 95 - Sum: 9990 + Transmission: 997 + Lambertian reflection: 5559 + Lobe reflection: 792 + Spike reflection: 834 + Backscattering: 819 + Absorption: 891 + Detection: 100 + Sum: 9992 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.722361 rms = 0.225844 - Y momentum dir of backward-going photons: mean = 0.0434055 rms = 0.486472 - Z momentum dir of backward-going photons: mean = 0.00111381 rms = 0.434338 - X momentum dir of forward-going photons: mean = 0.898384 rms = 1.78503e-07 - Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.51129e-08 + X momentum dir of backward-going photons: mean = -0.722436 rms = 0.224863 + Y momentum dir of backward-going photons: mean = 0.044443 rms = 0.489062 + Z momentum dir of backward-going photons: mean = -0.000469122 rms = 0.4317 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.76941e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.34665e-08 Z momentum dir of forward-going photons: mean = 0 rms = 0 X momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 Y momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 @@ -1942,7 +1940,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.071666s Sys=0.000000s + User=0.060000s Real=0.093857s Sys=0.000000s Run Summary --------------------------------- @@ -1958,34 +1956,34 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0032 +Average number of OpAbsorption per event: 0.0078 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 8 -Total # of surface events: 9992 +OpAbsorption before surface: 5 +Total # of surface events: 9995 Unaccounted for: 0 Surface events by process: - Transmission: 999 - Fresnel refraction: 760 - Fresnel reflection: 7299 - Absorption: 852 - Detection: 82 - Sum: 9992 + Transmission: 984 + Fresnel refraction: 7853 + Fresnel reflection: 166 + Absorption: 899 + Detection: 93 + Sum: 9995 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.898384 rms = 6.21219e-07 - Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.70389e-07 + X momentum dir of backward-going photons: mean = -0.898384 rms = 1.49012e-08 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.58051e-08 Z momentum dir of backward-going photons: mean = 0 rms = 0 - X momentum dir of forward-going photons: mean = 0.864456 rms = 0.0388993 - Y momentum dir of forward-going photons: mean = 0.496829 rms = 0.0660604 + X momentum dir of forward-going photons: mean = 0.828601 rms = 0.0247018 + Y momentum dir of forward-going photons: mean = 0.557718 rms = 0.0419496 Z momentum dir of forward-going photons: mean = 0 rms = 0 - X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 7.14635e-08 - Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 9.39482e-08 + X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 2.24509e-07 + Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 2.72023e-07 Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 ... write file : glisur.root - done @@ -2053,7 +2051,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.077668s Sys=0.000000s + User=0.070000s Real=0.086323s Sys=0.000000s Run Summary --------------------------------- @@ -2069,34 +2067,34 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0032 +Average number of OpAbsorption per event: 0.007 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 12 -Total # of surface events: 9988 +OpAbsorption before surface: 4 +Total # of surface events: 9996 Unaccounted for: 0 Surface events by process: - Transmission: 983 - Fresnel refraction: 792 - Lambertian reflection: 7250 - Absorption: 861 - Detection: 102 - Sum: 9988 + Transmission: 1007 + Fresnel refraction: 7827 + Lambertian reflection: 155 + Absorption: 912 + Detection: 95 + Sum: 9996 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.664396 rms = 0.235779 - Y momentum dir of backward-going photons: mean = 0.000419988 rms = 0.505821 - Z momentum dir of backward-going photons: mean = -0.00475194 rms = 0.4971 - X momentum dir of forward-going photons: mean = 0.863346 rms = 0.0390355 - Y momentum dir of forward-going photons: mean = 0.498714 rms = 0.0662916 + X momentum dir of backward-going photons: mean = -0.693008 rms = 0.224061 + Y momentum dir of backward-going photons: mean = 0.0110085 rms = 0.492653 + Z momentum dir of backward-going photons: mean = -0.0128396 rms = 0.475966 + X momentum dir of forward-going photons: mean = 0.828809 rms = 0.0249559 + Y momentum dir of forward-going photons: mean = 0.557366 rms = 0.0423811 Z momentum dir of forward-going photons: mean = 0 rms = 0 - X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 5.86659e-08 - Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 9.2759e-08 + X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 2.24261e-07 + Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 2.71716e-07 Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 ... write file : glisur.root - done @@ -2169,21 +2167,10 @@ Index : 1 used in the geometry : Yes ... create file : glisur.root - done ... open analysis file : glisur.root - done ... open analysis file : glisur.root - done - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : OpBoun06 - issued by : G4OpBoundaryProcess -G4OpBoundaryProcess: Opticalphoton step length: 1.24319e-09 mm. -This is larger than the threshold 1e-09 mm to set status StepTooSmall. -Boundary scattering may be incorrect. - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.075752s Sys=0.000000s + User=0.070000s Real=0.082468s Sys=0.000000s Run Summary --------------------------------- @@ -2199,36 +2186,36 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0034 +Average number of OpAbsorption per event: 0.0071 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 11 -Total # of surface events: 9989 +OpAbsorption before surface: 14 +Total # of surface events: 9986 Unaccounted for: 0 Surface events by process: - Transmission: 976 - Fresnel refraction: 659 - Fresnel reflection: 5859 - Total internal reflection: 1546 - Absorption: 859 - Detection: 90 - Sum: 9989 + Transmission: 1009 + Fresnel refraction: 6178 + Fresnel reflection: 354 + Total internal reflection: 1498 + Absorption: 850 + Detection: 97 + Sum: 9986 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.567482 rms = 0.28111 - Y momentum dir of backward-going photons: mean = 0.318986 rms = 0.498415 - Z momentum dir of backward-going photons: mean = 0.00687657 rms = 0.498723 - X momentum dir of forward-going photons: mean = 0.85959 rms = 0.0838588 - Y momentum dir of forward-going photons: mean = 0.484965 rms = 0.0939651 - Z momentum dir of forward-going photons: mean = 0.0017035 rms = 0.100249 - X momentum dir of Fresnel-refracted photons: mean = 0.806129 rms = 0.0988686 - Y momentum dir of Fresnel-refracted photons: mean = 0.552408 rms = 0.115575 - Z momentum dir of Fresnel-refracted photons: mean = 0.00412516 rms = 0.147827 + X momentum dir of backward-going photons: mean = -0.334625 rms = 0.258574 + Y momentum dir of backward-going photons: mean = 0.730536 rms = 0.284152 + Z momentum dir of backward-going photons: mean = -0.0535923 rms = 0.451517 + X momentum dir of forward-going photons: mean = 0.823995 rms = 0.103663 + Y momentum dir of forward-going photons: mean = 0.529144 rms = 0.110972 + Z momentum dir of forward-going photons: mean = 0.00253029 rms = 0.134058 + X momentum dir of Fresnel-refracted photons: mean = 0.799568 rms = 0.168999 + Y momentum dir of Fresnel-refracted photons: mean = 0.545108 rms = 0.114213 + Z momentum dir of Fresnel-refracted photons: mean = 0.0030218 rms = 0.148099 ... write file : glisur.root - done ... close file : glisur.root - done @@ -2276,7 +2263,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.067210s Sys=0.000000s + User=0.110000s Real=0.161353s Sys=0.000000s Run Summary --------------------------------- @@ -2292,30 +2279,30 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0025 +Average number of OpAbsorption per event: 0.002 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 10 -Total # of surface events: 9990 +OpAbsorption before surface: 2 +Total # of surface events: 9998 Unaccounted for: 0 Surface events by process: - Transmission: 1020 - Spike reflection: 7964 - Absorption: 886 - Detection: 120 - Sum: 9990 + Transmission: 996 + Spike reflection: 8000 + Absorption: 888 + Detection: 114 + Sum: 9998 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.898384 rms = 6.34919e-07 + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.35443e-07 Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.7201e-07 Z momentum dir of backward-going photons: mean = 0 rms = 0 - X momentum dir of forward-going photons: mean = 0.898384 rms = 1.78192e-07 - Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.44582e-08 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.76941e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.34665e-08 Z momentum dir of forward-going photons: mean = 0 rms = 0 X momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 Y momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 @@ -2360,7 +2347,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.073970s Sys=0.000000s + User=0.090000s Real=0.096752s Sys=0.000000s Run Summary --------------------------------- @@ -2376,34 +2363,34 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0021 +Average number of OpAbsorption per event: 0.0023 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 4 -Total # of surface events: 9996 +OpAbsorption before surface: 11 +Total # of surface events: 9989 Unaccounted for: 0 Surface events by process: - Transmission: 380 - Fresnel refraction: 292 - Fresnel reflection: 8942 - Absorption: 337 - Detection: 45 - Sum: 9996 + Transmission: 949 + Fresnel refraction: 7993 + Fresnel reflection: 20 + Absorption: 912 + Detection: 115 + Sum: 9989 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.898384 rms = 6.39189e-07 - Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.74573e-07 + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.35705e-07 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.72171e-07 Z momentum dir of backward-going photons: mean = 0 rms = 0 - X momentum dir of forward-going photons: mean = 0.912889 rms = 1.1051e-07 - Y momentum dir of forward-going photons: mean = 0.408207 rms = 4.7997e-08 + X momentum dir of forward-going photons: mean = 0.912889 rms = 2.14131e-07 + Y momentum dir of forward-going photons: mean = 0.408207 rms = 1.05367e-08 Z momentum dir of forward-going photons: mean = 0 rms = 0 - X momentum dir of Fresnel-refracted photons: mean = -0.898384 rms = 3.65002e-08 - Y momentum dir of Fresnel-refracted photons: mean = 0.43921 rms = 4.3444e-08 + X momentum dir of Fresnel-refracted photons: mean = -0.898384 rms = 6.35356e-07 + Y momentum dir of Fresnel-refracted photons: mean = 0.43921 rms = 1.7201e-07 Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 ... write file : glisur.root - done @@ -2445,7 +2432,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.072221s Sys=0.000000s + User=0.110000s Real=0.124029s Sys=0.000000s Run Summary --------------------------------- @@ -2461,30 +2448,30 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0031 +Average number of OpAbsorption per event: 0.0024 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 6 -Total # of surface events: 9994 +OpAbsorption before surface: 3 +Total # of surface events: 9997 Unaccounted for: 0 Surface events by process: - Transmission: 1034 - Lambertian reflection: 8029 - Absorption: 851 - Detection: 80 - Sum: 9994 + Transmission: 988 + Lambertian reflection: 8033 + Absorption: 876 + Detection: 100 + Sum: 9997 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.665866 rms = 0.235735 - Y momentum dir of backward-going photons: mean = 0.00334398 rms = 0.499813 - Z momentum dir of backward-going photons: mean = -0.0063113 rms = 0.501186 - X momentum dir of forward-going photons: mean = 0.898384 rms = 1.78503e-07 - Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.49497e-08 + X momentum dir of backward-going photons: mean = -0.667107 rms = 0.235809 + Y momentum dir of backward-going photons: mean = -0.00469695 rms = 0.499265 + Z momentum dir of backward-going photons: mean = 0.00143354 rms = 0.500073 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.76627e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.34665e-08 Z momentum dir of forward-going photons: mean = 0 rms = 0 X momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 Y momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 @@ -2529,10 +2516,21 @@ Index : 1 used in the geometry : Yes ... create file : glisur.root - done ... open analysis file : glisur.root - done ... open analysis file : glisur.root - done + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : OpBoun06 + issued by : G4OpBoundaryProcess +G4OpBoundaryProcess: Opticalphoton step length: 9.80124e-09 mm. +This is larger than the threshold 1e-09 mm to set status StepTooSmall. +Boundary scattering may be incorrect. + +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.087881s Sys=0.000000s + User=0.090000s Real=0.106595s Sys=0.010000s Run Summary --------------------------------- @@ -2548,35 +2546,35 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0025 +Average number of OpAbsorption per event: 0.0029 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 12 -Total # of surface events: 9988 +OpAbsorption before surface: 11 +Total # of surface events: 9989 Unaccounted for: 0 Surface events by process: - Transmission: 448 - Fresnel refraction: 280 - Fresnel reflection: 8851 - Absorption: 368 - Detection: 41 - Sum: 9988 + Transmission: 1139 + Fresnel refraction: 7678 + Fresnel reflection: 39 + Absorption: 1007 + Detection: 126 + Sum: 9989 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.5787 rms = 0.277189 - Y momentum dir of backward-going photons: mean = 0.291968 rms = 0.501763 - Z momentum dir of backward-going photons: mean = 0.000161926 rms = 0.501259 - X momentum dir of forward-going photons: mean = 0.635705 rms = 0.290007 - Y momentum dir of forward-going photons: mean = 0.100331 rms = 0.557468 - Z momentum dir of forward-going photons: mean = -0.0265975 rms = 0.436155 - X momentum dir of Fresnel-refracted photons: mean = -0.613482 rms = 0.278753 - Y momentum dir of Fresnel-refracted photons: mean = -0.0657021 rms = 0.51511 - Z momentum dir of Fresnel-refracted photons: mean = -0.0384944 rms = 0.524213 + X momentum dir of backward-going photons: mean = -0.646351 rms = 0.260826 + Y momentum dir of backward-going photons: mean = -0.00292778 rms = 0.50452 + Z momentum dir of backward-going photons: mean = -0.00248608 rms = 0.509555 + X momentum dir of forward-going photons: mean = 0.765198 rms = 0.286454 + Y momentum dir of forward-going photons: mean = 0.322533 rms = 0.360157 + Z momentum dir of forward-going photons: mean = 0.00995 rms = 0.313967 + X momentum dir of Fresnel-refracted photons: mean = -0.631523 rms = 0.284322 + Y momentum dir of Fresnel-refracted photons: mean = -0.00325281 rms = 0.508292 + Z momentum dir of Fresnel-refracted photons: mean = -0.00132996 rms = 0.511827 ... write file : glisur.root - done ... close file : glisur.root - done @@ -2625,7 +2623,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.067965s Sys=0.000000s + User=0.080000s Real=0.103967s Sys=0.000000s Run Summary --------------------------------- @@ -2641,30 +2639,30 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0018 +Average number of OpAbsorption per event: 0.0013 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 3 -Total # of surface events: 9997 +OpAbsorption before surface: 6 +Total # of surface events: 9994 Unaccounted for: 0 Surface events by process: - Transmission: 1043 - Spike reflection: 7937 - Absorption: 920 - Detection: 97 - Sum: 9997 + Transmission: 980 + Spike reflection: 8039 + Absorption: 866 + Detection: 109 + Sum: 9994 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.898384 rms = 6.34394e-07 - Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.71929e-07 + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.36229e-07 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.72171e-07 Z momentum dir of backward-going photons: mean = 0 rms = 0 - X momentum dir of forward-going photons: mean = 0.898384 rms = 1.78503e-07 - Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.52758e-08 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.75998e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.27987e-08 Z momentum dir of forward-going photons: mean = 0 rms = 0 X momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 Y momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 @@ -2709,21 +2707,10 @@ Index : 1 used in the geometry : Yes ... create file : glisur.root - done ... open analysis file : glisur.root - done ... open analysis file : glisur.root - done - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : OpBoun06 - issued by : G4OpBoundaryProcess -G4OpBoundaryProcess: Opticalphoton step length: 4.1758e-09 mm. -This is larger than the threshold 1e-09 mm to set status StepTooSmall. -Boundary scattering may be incorrect. - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.072146s Sys=0.000000s + User=0.080000s Real=0.085205s Sys=0.000000s Run Summary --------------------------------- @@ -2743,26 +2730,26 @@ Average number of OpAbsorption per event: 0.0027 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 9 -Total # of surface events: 9991 +OpAbsorption before surface: 14 +Total # of surface events: 9986 Unaccounted for: 0 Surface events by process: - Transmission: 998 - Lobe reflection: 7996 - Absorption: 902 - Detection: 95 - Sum: 9991 + Transmission: 1014 + Lobe reflection: 7926 + Absorption: 945 + Detection: 101 + Sum: 9986 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.579214 rms = 0.275843 - Y momentum dir of backward-going photons: mean = 0.3073 rms = 0.491893 - Z momentum dir of backward-going photons: mean = -0.000913265 rms = 0.502024 - X momentum dir of forward-going photons: mean = 0.898384 rms = 1.76941e-07 - Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.34665e-08 + X momentum dir of backward-going photons: mean = -0.581269 rms = 0.277293 + Y momentum dir of backward-going photons: mean = 0.309134 rms = 0.490313 + Z momentum dir of backward-going photons: mean = 0.000711553 rms = 0.499263 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.77568e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 8.42937e-08 Z momentum dir of forward-going photons: mean = 0 rms = 0 X momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 Y momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 @@ -2822,7 +2809,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.076579s Sys=0.000000s + User=0.080000s Real=0.104076s Sys=0.000000s Run Summary --------------------------------- @@ -2838,27 +2825,27 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0024 +Average number of OpAbsorption per event: 0.0026 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 5 -Total # of surface events: 9995 +OpAbsorption before surface: 9 +Total # of surface events: 9991 Unaccounted for: 0 Surface events by process: - Lobe reflection: 9575 - Absorption: 380 - Detection: 40 - Sum: 9995 + Lobe reflection: 9539 + Absorption: 410 + Detection: 42 + Sum: 9991 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.775707 rms = 0.207112 - Y momentum dir of backward-going photons: mean = 0.205271 rms = 0.432973 - Z momentum dir of backward-going photons: mean = 0.00382865 rms = 0.354635 + X momentum dir of backward-going photons: mean = -0.772565 rms = 0.20914 + Y momentum dir of backward-going photons: mean = 0.2167 rms = 0.431722 + Z momentum dir of backward-going photons: mean = -0.00394944 rms = 0.355029 X momentum dir of forward-going photons: mean = 0 rms = 0 Y momentum dir of forward-going photons: mean = 0 rms = 0 Z momentum dir of forward-going photons: mean = 0 rms = 0 @@ -2909,7 +2896,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.040000s Real=0.043443s Sys=0.000000s + User=0.040000s Real=0.049297s Sys=0.000000s Run Summary --------------------------------- @@ -2925,27 +2912,27 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.0009 +Average number of OpAbsorption per event: 0.0006 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+04 -OpAbsorption before surface: 9 -Total # of surface events: 9991 +OpAbsorption before surface: 6 +Total # of surface events: 9994 Unaccounted for: 0 Surface events by process: - Lobe reflection: 88 - Absorption: 8878 - Detection: 1025 - Sum: 9991 + Lobe reflection: 101 + Absorption: 8917 + Detection: 976 + Sum: 9994 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.906254 rms = 0.00220898 - Y momentum dir of backward-going photons: mean = 0.422681 rms = 0.00475342 - Z momentum dir of backward-going photons: mean = -0.000597642 rms = 0.00415842 + X momentum dir of backward-going photons: mean = -0.906345 rms = 0.00232788 + Y momentum dir of backward-going photons: mean = 0.422472 rms = 0.00500944 + Z momentum dir of backward-going photons: mean = -0.000378947 rms = 0.00500349 X momentum dir of forward-going photons: mean = 0 rms = 0 Y momentum dir of forward-going photons: mean = 0 rms = 0 Z momentum dir of forward-going photons: mean = 0 rms = 0 @@ -3001,7 +2988,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.020000s Real=0.021501s Sys=0.000000s + User=0.020000s Real=0.025448s Sys=0.000000s Run Summary --------------------------------- @@ -3017,7 +3004,7 @@ Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. Average number of OpRayleigh per event: 0 -Average number of OpAbsorption per event: 0.002 +Average number of OpAbsorption per event: 0.001 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+03 @@ -3026,21 +3013,21 @@ Total # of surface events: 1000 Unaccounted for: 0 Surface events by process: - Transmission: 112 - Absorption: 84 - Detection: 10 - Polished Lumirror Air reflection: 794 + Transmission: 99 + Absorption: 83 + Detection: 8 + Polished Lumirror Air reflection: 810 Sum: 1000 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - X momentum dir of backward-going photons: mean = -0.933435 rms = 0.0386909 - Y momentum dir of backward-going photons: mean = 0.128883 rms = 0.259903 - Z momentum dir of backward-going photons: mean = -0.00405043 rms = 0.207426 - X momentum dir of forward-going photons: mean = 0.898384 rms = 4.08085e-08 - Y momentum dir of forward-going photons: mean = 0.43921 rms = 1.17804e-08 + X momentum dir of backward-going photons: mean = -0.9356 rms = 0.0381652 + Y momentum dir of backward-going photons: mean = 0.134374 rms = 0.252293 + Z momentum dir of backward-going photons: mean = -8.12083e-05 rms = 0.203687 + X momentum dir of forward-going photons: mean = 0.898384 rms = 3.332e-08 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 9.12506e-09 Z momentum dir of forward-going photons: mean = 0 rms = 0 X momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 Y momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 diff --git a/examples/extended/optical/OpNovice2/coated.out b/examples/extended/optical/OpNovice2/coated.out index d4eb74b02c..ef96994858 100644 --- a/examples/extended/optical/OpNovice2/coated.out +++ b/examples/extended/optical/OpNovice2/coated.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -988,7 +988,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 500000 - User=2.900000s Real=2.918747s Sys=0.000000s + User=3.690000s Real=4.066026s Sys=0.000000s Run Summary --------------------------------- @@ -1071,7 +1071,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 500000 - User=2.930000s Real=2.980344s Sys=0.000000s + User=3.740000s Real=4.056452s Sys=0.000000s Run Summary --------------------------------- diff --git a/examples/extended/optical/OpNovice2/complexRindex.out b/examples/extended/optical/OpNovice2/complexRindex.out index a6de169163..fecc5d52a9 100644 --- a/examples/extended/optical/OpNovice2/complexRindex.out +++ b/examples/extended/optical/OpNovice2/complexRindex.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/optical/OpNovice2/electron.out b/examples/extended/optical/OpNovice2/electron.out index 6048e3c879..0ddf032090 100644 --- a/examples/extended/optical/OpNovice2/electron.out +++ b/examples/extended/optical/OpNovice2/electron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1567,7 +1567,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=2.500000s Real=2.512848s Sys=0.000000s + User=2.540000s Real=2.799974s Sys=0.000000s Run Summary --------------------------------- @@ -1576,11 +1576,11 @@ Number of events: 100 Material of world: G4_AIR Material of tank: G4_BGO -Average energy of Cerenkov photons created per event: 2.4e+02 eV. -Average number of Cerenkov photons created per event: 46 +Average energy of Cerenkov photons created per event: 2.2e+02 eV. +Average number of Cerenkov photons created per event: 43 Average energy per photon: 5.2 eV. -Average energy of scintillation photons created per event: 1.7e+04 eV. -Average number of scintillation photons created per event: 3.1e+03 +Average energy of scintillation photons created per event: 1.6e+04 eV. +Average number of scintillation photons created per event: 3e+03 Average energy per photon: 5.4 eV. Average number of photons absorbed by WLS per event: 0 Average number of photons created by WLS per event: 0 @@ -1588,32 +1588,32 @@ Average energy of WLS photons created per event: 0 eV. Average number of photons absorbed by WLS2 per event: 0 Average number of photons created by WLS2 per event: 0 Average energy of WLS2 photons created per event: 0 eV. -Average number of OpRayleigh per event: 5.9e+03 -Average number of OpAbsorption per event: 3e+03 +Average number of OpRayleigh per event: 4.6e+03 +Average number of OpAbsorption per event: 2.9e+03 Surface events (on +X surface, maximum one per photon) this run: # of primary particles: 1e+02 -OpAbsorption before surface: 174523 -Total # of surface events: 140768 +OpAbsorption before surface: 159264 +Total # of surface events: 142423 Surface events by process: - Transmission: 14111 - Fresnel refraction: 4905 - Lambertian reflection: 75801 - Lobe reflection: 10106 - Spike reflection: 10838 - Backscattering: 10947 - Absorption: 12632 - Detection: 1428 - Sum: 140768 + Transmission: 14273 + Fresnel refraction: 46449 + Lambertian reflection: 47882 + Lobe reflection: 6014 + Spike reflection: 6764 + Backscattering: 6866 + Absorption: 12805 + Detection: 1370 + Sum: 142423 Unaccounted for: 0 --------------------------------- Histogram statistics for the entire run: - Cerenkov spectrum: mean = 5.16763 eV rms = 1.70628 eV. - Scintillation spectrum: mean = 5.43459 eV rms = 1.66517 eV. - Scintillation time: mean = 48.3451 ns rms = 46.907 ns. + Cerenkov spectrum: mean = 5.1769 eV rms = 1.71874 eV. + Scintillation spectrum: mean = 5.43182 eV rms = 1.66615 eV. + Scintillation time: mean = 48.2966 ns rms = 46.8436 ns. ... write file : electron.root - done ... close file : electron.root - done @@ -1628,5 +1628,5 @@ Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.43 MB +Dynamic pools deleted: 10 / Total memory freed: 0.41 MB ============================================================ diff --git a/examples/extended/optical/OpNovice2/fresnel.out b/examples/extended/optical/OpNovice2/fresnel.out index fe8adecb87..cc2c360512 100644 --- a/examples/extended/optical/OpNovice2/fresnel.out +++ b/examples/extended/optical/OpNovice2/fresnel.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -971,7 +971,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 500000 - User=3.470000s Real=3.496145s Sys=0.000000s + User=3.860000s Real=4.192896s Sys=0.000000s Run Summary --------------------------------- @@ -1055,7 +1055,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 500000 - User=3.540000s Real=3.591346s Sys=0.000000s + User=3.810000s Real=3.965892s Sys=0.000000s Run Summary --------------------------------- diff --git a/examples/extended/optical/OpNovice2/scint_by_particle.out b/examples/extended/optical/OpNovice2/scint_by_particle.out index d2f0f70969..773ae199f5 100644 --- a/examples/extended/optical/OpNovice2/scint_by_particle.out +++ b/examples/extended/optical/OpNovice2/scint_by_particle.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2612,7 +2612,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=8.150000s Real=8.200353s Sys=0.010000s + User=9.980000s Real=10.240441s Sys=0.010000s Run Summary --------------------------------- @@ -2688,7 +2688,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.130000s Real=0.127331s Sys=0.000000s + User=0.150000s Real=0.169631s Sys=0.000000s Run Summary --------------------------------- @@ -2764,7 +2764,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.250000s Real=1.275944s Sys=0.000000s + User=1.560000s Real=1.608831s Sys=0.000000s Run Summary --------------------------------- @@ -2840,7 +2840,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.130000s Real=0.125852s Sys=0.000000s + User=0.150000s Real=0.163810s Sys=0.000000s Run Summary --------------------------------- @@ -2917,7 +2917,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.130000s Real=0.134998s Sys=0.000000s + User=0.150000s Real=0.164158s Sys=0.000000s Run Summary --------------------------------- diff --git a/examples/extended/optical/OpNovice2/wls.out b/examples/extended/optical/OpNovice2/wls.out index c9b5375112..e4ce74239a 100644 --- a/examples/extended/optical/OpNovice2/wls.out +++ b/examples/extended/optical/OpNovice2/wls.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1272,7 +1272,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.520000s Real=0.526880s Sys=0.000000s + User=0.600000s Real=0.673272s Sys=0.000000s Run Summary --------------------------------- diff --git a/examples/extended/optical/wls/electron.out b/examples/extended/optical/wls/electron.out index 62cc86942a..c48a7f54bb 100644 --- a/examples/extended/optical/wls/electron.out +++ b/examples/extended/optical/wls/electron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1274,7 +1274,7 @@ Arrival time: 6.66111 ns Arrival position: (-282.731 um , -524.081 um ) Exit pos Run terminated. Run Summary Number of events processed : 10 - User=24.700000s Real=24.816061s Sys=0.000000s + User=26.210000s Real=28.609734s Sys=0.010000s ----> print histograms statistics for the entire run diff --git a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out index 2f86a4e3d1..2e3a883e78 100644 --- a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out +++ b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -907,767 +907,776 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=30.900000s Real=34.113182s Sys=0.960000s + User=61.070000s Real=72.302750s Sys=1.460000s ###### EndOfTSRunAction ###### ============================================================ opened file mfd_tl_EnergyDeposit.out for output ============================================================ - 0 1491.787868 keV - 1 170.141174 keV - 2 220.019838 keV - 3 17.887653 keV - 4 2.181413 keV - 5 1941.682410 keV - 6 740.280002 keV - 7 248.658045 keV - 8 732.738085 keV - 9 145.426578 keV - 10 27.632276 keV - 11 1952.840368 keV - 13 189.351484 keV - 14 161.497868 keV - 15 1.331020 keV - 16 1015.541928 keV - 17 81.872195 keV - 18 188.845958 keV - 19 139.168994 keV - 20 5.959180 keV - 22 2223.552008 keV - 23 23.185352 keV - 24 75.872736 keV - 25 1574.944669 keV - 26 609.051668 keV - 27 320.131139 keV - 28 929.619250 keV - 29 165.708606 keV - 30 4202.250789 keV - 31 1384.130048 keV - 32 1607.711845 keV - 33 3961.975251 keV - 34 4117.875496 keV - 35 4156.129857 keV - 36 3085.990207 keV - 37 4139.299541 keV - 38 3184.853608 keV - 39 1914.869478 keV - 40 222.733424 keV - 41 4040.698404 keV - 42 1608.565007 keV - 43 4607.563659 keV - 44 392.259887 keV - 45 604.007859 keV - 46 1479.949311 keV - 47 2443.965990 keV - 48 2074.469747 keV - 49 1411.031548 keV - 50 4471.758712 keV - 51 3236.417598 keV - 52 8428.909729 keV - 53 3675.384678 keV - 54 3741.729596 keV - 55 4119.075566 keV - 56 27149.390476 keV - 57 13555.442193 keV - 58 20948.545631 keV - 59 7877.716373 keV - 60 6894.762716 keV - 61 11526.273048 keV - 62 20389.472581 keV - 63 19791.278721 keV - 64 4187.943654 keV - 65 3951.327111 keV - 66 4674.449836 keV - 67 12651.629156 keV - 68 12483.880826 keV - 69 4892.463773 keV - 70 2928.008406 keV - 71 3579.480373 keV - 72 4319.908189 keV - 73 3397.468510 keV - 74 5926.003898 keV - 75 10812.249914 keV - 76 20816.921766 keV - 77 32135.644389 keV - 78 26629.909135 keV - 79 12801.084876 keV - 80 31027.125497 keV - 81 454535.365614 keV - 82 346111.736848 keV - 83 481592.172057 keV - 84 16413.018641 keV - 85 25148.536853 keV - 86 378818.498052 keV - 87 325243.803205 keV - 88 297969.407260 keV - 89 26428.148036 keV - 90 26943.296958 keV - 91 475710.990054 keV - 92 361659.499742 keV - 93 417029.360955 keV - 94 18677.717017 keV - 95 17454.893496 keV - 96 26858.772780 keV - 97 25075.114304 keV - 98 17752.955920 keV - 99 19309.983055 keV - 100 319416.533971 keV - 101 366871.887009 keV - 102 344532.524943 keV - 103 358167.249298 keV - 104 319866.012759 keV - 105 389205.836001 keV - 106 377830.050631 keV - 107 361222.743349 keV - 108 366086.773286 keV - 109 341677.761967 keV - 110 378744.219970 keV - 111 406583.237945 keV - 112 372167.639354 keV - 113 379524.900651 keV - 114 361212.926430 keV - 115 326704.983018 keV - 116 412898.324725 keV - 117 368116.038288 keV - 118 338811.135285 keV - 119 345393.329769 keV - 120 302934.342183 keV - 121 360333.473368 keV - 122 370431.670836 keV - 123 332097.642524 keV - 124 297157.687542 keV - 0 1491.79 [sigma: 684.602 | error: 0.794862 | coeff: 0.794862 | eff: 1 | fom: 0.0510569 | r2int: 0.421204 | r2eff: 0 | hits: 3 ] keV - 1 170.141 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV - 2 220.02 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV - 3 17.8877 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV - 4 2.18141 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 4.44089e-16 | r2eff: 0 | hits: 1 ] keV - 5 1941.68 [sigma: 1361.95 | error: 0.991969 | coeff: 0.991969 | eff: 1 | fom: 0.0327825 | r2int: 0.492001 | r2eff: 0 | hits: 2 ] keV - 6 740.28 [sigma: 143.796 | error: 0.434347 | coeff: 0.434347 | eff: 1 | fom: 0.170988 | r2int: 0.150926 | r2eff: 0 | hits: 5 ] keV - 7 248.658 [sigma: 55.6639 | error: 0.447715 | coeff: 0.447715 | eff: 1 | fom: 0.16093 | r2int: 0.150336 | r2eff: 0 | hits: 4 ] keV - 8 732.738 [sigma: 155.136 | error: 0.56016 | coeff: 0.56016 | eff: 1 | fom: 0.102805 | r2int: 0.268953 | r2eff: 0 | hits: 7 ] keV - 9 145.427 [sigma: 17.0917 | error: 0.203565 | coeff: 0.203565 | eff: 1 | fom: 0.778454 | r2int: 0.0276258 | r2eff: 0 | hits: 3 ] keV - 10 27.6323 [sigma: 12.3715 | error: 0.775472 | coeff: 0.775472 | eff: 1 | fom: 0.0536421 | r2int: 0.400905 | r2eff: 0 | hits: 3 ] keV - 11 1952.84 [sigma: 717.734 | error: 0.82183 | coeff: 0.82183 | eff: 1 | fom: 0.0477611 | r2int: 0.540324 | r2eff: 0 | hits: 5 ] keV - 13 189.351 [sigma: 27.0128 | error: 0.285319 | coeff: 0.285319 | eff: 1 | fom: 0.396256 | r2int: 0.0610553 | r2eff: 0 | hits: 4 ] keV - 14 161.498 [sigma: 37.333 | error: 0.462334 | coeff: 0.462334 | eff: 1 | fom: 0.150913 | r2int: 0.160314 | r2eff: 0 | hits: 4 ] keV - 15 1.33102 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV - 16 1015.54 [sigma: 344.587 | error: 0.678626 | coeff: 0.678626 | eff: 1 | fom: 0.0700449 | r2int: 0.3454 | r2eff: 0 | hits: 4 ] keV - 17 81.8722 [sigma: 27.9043 | error: 0.482003 | coeff: 0.482003 | eff: 1 | fom: 0.138848 | r2int: 0.116163 | r2eff: 0 | hits: 2 ] keV - 18 188.846 [sigma: 18.3727 | error: 0.217546 | coeff: 0.217546 | eff: 1 | fom: 0.68161 | r2int: 0.037861 | r2eff: 0 | hits: 5 ] keV - 19 139.169 [sigma: 7.20973 | error: 0.0732641 | coeff: 0.0732641 | eff: 1 | fom: 6.00974 | r2int: 0.00268381 | r2eff: 0 | hits: 2 ] keV - 20 5.95918 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV - 22 2223.55 [sigma: 998.557 | error: 0.777833 | coeff: 0.777833 | eff: 1 | fom: 0.053317 | r2int: 0.403349 | r2eff: 0 | hits: 3 ] keV - 23 23.1854 [sigma: 4.05208 | error: 0.24716 | coeff: 0.24716 | eff: 1 | fom: 0.528056 | r2int: 0.0305441 | r2eff: 0 | hits: 2 ] keV - 24 75.8727 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV - 25 1574.94 [sigma: 418.322 | error: 0.751259 | coeff: 0.751259 | eff: 1 | fom: 0.0571556 | r2int: 0.493842 | r2eff: 0 | hits: 8 ] keV - 26 609.052 [sigma: 130.303 | error: 0.427888 | coeff: 0.427888 | eff: 1 | fom: 0.176189 | r2int: 0.137316 | r2eff: 0 | hits: 4 ] keV - 27 320.131 [sigma: 30.9007 | error: 0.289575 | coeff: 0.289575 | eff: 1 | fom: 0.384693 | r2int: 0.0745369 | r2eff: 0 | hits: 9 ] keV - 28 929.619 [sigma: 101.002 | error: 0.360349 | coeff: 0.360349 | eff: 1 | fom: 0.248423 | r2int: 0.118047 | r2eff: 0 | hits: 11 ] keV - 29 165.709 [sigma: 18.2129 | error: 0.245764 | coeff: 0.245764 | eff: 1 | fom: 0.534074 | r2int: 0.04832 | r2eff: 0 | hits: 5 ] keV - 30 4202.25 [sigma: 600.696 | error: 0.553629 | coeff: 0.553629 | eff: 1 | fom: 0.105245 | r2int: 0.286071 | r2eff: 0 | hits: 15 ] keV - 31 1384.13 [sigma: 162.378 | error: 0.454354 | coeff: 0.454354 | eff: 1 | fom: 0.15626 | r2int: 0.192675 | r2eff: 0 | hits: 15 ] keV - 32 1607.71 [sigma: 355.163 | error: 0.732683 | coeff: 0.732683 | eff: 1 | fom: 0.0600905 | r2int: 0.488022 | r2eff: 0 | hits: 11 ] keV - 33 3961.98 [sigma: 672.459 | error: 0.635065 | coeff: 0.635065 | eff: 1 | fom: 0.0799837 | r2int: 0.3745 | r2eff: 0 | hits: 14 ] keV - 34 4117.88 [sigma: 695.988 | error: 0.609397 | coeff: 0.609397 | eff: 1 | fom: 0.0868637 | r2int: 0.342798 | r2eff: 0 | hits: 13 ] keV - 35 4156.13 [sigma: 505.256 | error: 0.421127 | coeff: 0.421127 | eff: 1 | fom: 0.181892 | r2int: 0.162569 | r2eff: 0 | hits: 12 ] keV - 36 3085.99 [sigma: 283.741 | error: 0.400778 | coeff: 0.400778 | eff: 1 | fom: 0.200831 | r2int: 0.152169 | r2eff: 0 | hits: 19 ] keV - 37 4139.3 [sigma: 662.644 | error: 0.660051 | coeff: 0.660051 | eff: 1 | fom: 0.0740428 | r2int: 0.41004 | r2eff: 0 | hits: 17 ] keV - 38 3184.85 [sigma: 418.898 | error: 0.630787 | coeff: 0.630787 | eff: 1 | fom: 0.0810723 | r2int: 0.380593 | r2eff: 0 | hits: 23 ] keV - 39 1914.87 [sigma: 427.474 | error: 0.669717 | coeff: 0.669717 | eff: 1 | fom: 0.0719209 | r2int: 0.398685 | r2eff: 0 | hits: 9 ] keV - 40 222.733 [sigma: 29.7137 | error: 0.352956 | coeff: 0.352956 | eff: 1 | fom: 0.258939 | r2int: 0.106781 | r2eff: 0 | hits: 7 ] keV - 41 4040.7 [sigma: 655.746 | error: 0.607216 | coeff: 0.607216 | eff: 1 | fom: 0.0874887 | r2int: 0.342375 | r2eff: 0 | hits: 14 ] keV - 42 1608.57 [sigma: 123.078 | error: 0.315475 | coeff: 0.315475 | eff: 1 | fom: 0.324122 | r2int: 0.09367 | r2eff: 0 | hits: 17 ] keV - 43 4607.56 [sigma: 550.493 | error: 0.492612 | coeff: 0.492612 | eff: 1 | fom: 0.132932 | r2int: 0.228392 | r2eff: 0 | hits: 17 ] keV - 44 392.26 [sigma: 56.6328 | error: 0.381982 | coeff: 0.381982 | eff: 1 | fom: 0.221081 | r2int: 0.125066 | r2eff: 0 | hits: 7 ] keV - 45 604.008 [sigma: 206.442 | error: 0.764261 | coeff: 0.764261 | eff: 1 | fom: 0.0552275 | r2int: 0.467275 | r2eff: 0 | hits: 5 ] keV - 46 1479.95 [sigma: 196.85 | error: 0.460765 | coeff: 0.460765 | eff: 1 | fom: 0.151943 | r2int: 0.194612 | r2eff: 0 | hits: 12 ] keV - 47 2443.97 [sigma: 392.557 | error: 0.600996 | coeff: 0.600996 | eff: 1 | fom: 0.0893091 | r2int: 0.335396 | r2eff: 0 | hits: 14 ] keV - 48 2074.47 [sigma: 460.963 | error: 0.628498 | coeff: 0.628498 | eff: 1 | fom: 0.0816641 | r2int: 0.345633 | r2eff: 0 | hits: 8 ] keV - 49 1411.03 [sigma: 354.969 | error: 0.711539 | coeff: 0.711539 | eff: 1 | fom: 0.0637148 | r2int: 0.443002 | r2eff: 0 | hits: 8 ] keV - 50 4471.76 [sigma: 447.277 | error: 0.447315 | coeff: 0.447315 | eff: 1 | fom: 0.161217 | r2int: 0.190086 | r2eff: 0 | hits: 20 ] keV - 51 3236.42 [sigma: 270.021 | error: 0.493591 | coeff: 0.493591 | eff: 1 | fom: 0.132405 | r2int: 0.236671 | r2eff: 0 | hits: 35 ] keV - 52 8428.91 [sigma: 391.202 | error: 0.318184 | coeff: 0.318184 | eff: 1 | fom: 0.318626 | r2int: 0.0990871 | r2eff: 0 | hits: 47 ] keV - 53 3675.38 [sigma: 322.184 | error: 0.44698 | coeff: 0.44698 | eff: 1 | fom: 0.161459 | r2int: 0.192107 | r2eff: 0 | hits: 26 ] keV - 54 3741.73 [sigma: 408.152 | error: 0.436324 | coeff: 0.436324 | eff: 1 | fom: 0.169442 | r2int: 0.17848 | r2eff: 0 | hits: 16 ] keV - 55 4119.08 [sigma: 424.314 | error: 0.591759 | coeff: 0.591759 | eff: 1 | fom: 0.092119 | r2int: 0.339567 | r2eff: 0 | hits: 33 ] keV - 56 27149.4 [sigma: 885.945 | error: 0.226083 | coeff: 0.226083 | eff: 1 | fom: 0.631108 | r2int: 0.0500485 | r2eff: 0 | hits: 48 ] keV - 57 13555.4 [sigma: 465.013 | error: 0.282882 | coeff: 0.282882 | eff: 1 | fom: 0.403113 | r2int: 0.0788456 | r2eff: 0 | hits: 68 ] keV - 58 20948.5 [sigma: 835.553 | error: 0.287622 | coeff: 0.287622 | eff: 1 | fom: 0.389937 | r2int: 0.0811354 | r2eff: 0 | hits: 52 ] keV - 59 7877.72 [sigma: 499.005 | error: 0.374747 | coeff: 0.374747 | eff: 1 | fom: 0.2297 | r2int: 0.136423 | r2eff: 0 | hits: 35 ] keV - 60 6894.76 [sigma: 302.253 | error: 0.280701 | coeff: 0.280701 | eff: 1 | fom: 0.409402 | r2int: 0.0768713 | r2eff: 0 | hits: 41 ] keV - 61 11526.3 [sigma: 464.179 | error: 0.304042 | coeff: 0.304042 | eff: 1 | fom: 0.348955 | r2int: 0.09082 | r2eff: 0 | hits: 57 ] keV - 62 20389.5 [sigma: 594.683 | error: 0.275153 | coeff: 0.275153 | eff: 1 | fom: 0.426078 | r2int: 0.0748585 | r2eff: 0 | hits: 89 ] keV - 63 19791.3 [sigma: 618.089 | error: 0.259419 | coeff: 0.259419 | eff: 1 | fom: 0.47933 | r2int: 0.0663229 | r2eff: 0 | hits: 69 ] keV - 64 4187.94 [sigma: 217.518 | error: 0.324359 | coeff: 0.324359 | eff: 1 | fom: 0.30661 | r2int: 0.102511 | r2eff: 0 | hits: 39 ] keV - 65 3951.33 [sigma: 264.217 | error: 0.33434 | coeff: 0.33434 | eff: 1 | fom: 0.288578 | r2int: 0.107312 | r2eff: 0 | hits: 25 ] keV - 66 4674.45 [sigma: 181.312 | error: 0.271516 | coeff: 0.271516 | eff: 1 | fom: 0.437571 | r2int: 0.0722163 | r2eff: 0 | hits: 49 ] keV - 67 12651.6 [sigma: 542.809 | error: 0.337829 | coeff: 0.337829 | eff: 1 | fom: 0.282648 | r2int: 0.112287 | r2eff: 0 | hits: 62 ] keV - 68 12483.9 [sigma: 485.278 | error: 0.280313 | coeff: 0.280313 | eff: 1 | fom: 0.410537 | r2int: 0.0770642 | r2eff: 0 | hits: 52 ] keV - 69 4892.46 [sigma: 465.286 | error: 0.494168 | coeff: 0.494168 | eff: 1 | fom: 0.132096 | r2int: 0.235157 | r2eff: 0 | hits: 27 ] keV - 70 2928.01 [sigma: 254.209 | error: 0.416373 | coeff: 0.416373 | eff: 1 | fom: 0.186069 | r2int: 0.165829 | r2eff: 0 | hits: 23 ] keV - 71 3579.48 [sigma: 285.3 | error: 0.443775 | coeff: 0.443775 | eff: 1 | fom: 0.163799 | r2int: 0.190584 | r2eff: 0 | hits: 31 ] keV - 72 4319.91 [sigma: 331.016 | error: 0.459755 | coeff: 0.459755 | eff: 1 | fom: 0.152611 | r2int: 0.205503 | r2eff: 0 | hits: 36 ] keV - 73 3397.47 [sigma: 160.297 | error: 0.266897 | coeff: 0.266897 | eff: 1 | fom: 0.452845 | r2int: 0.0690082 | r2eff: 0 | hits: 32 ] keV - 74 5926 [sigma: 535.299 | error: 0.349848 | coeff: 0.349848 | eff: 1 | fom: 0.26356 | r2int: 0.114234 | r2eff: 0 | hits: 15 ] keV - 75 10812.2 [sigma: 262.162 | error: 0.248455 | coeff: 0.248455 | eff: 1 | fom: 0.522567 | r2int: 0.0611421 | r2eff: 0 | hits: 105 ] keV - 76 20816.9 [sigma: 308.095 | error: 0.183069 | coeff: 0.183069 | eff: 1 | fom: 0.962522 | r2int: 0.0332951 | r2eff: 0 | hits: 153 ] keV - 77 32135.6 [sigma: 375.841 | error: 0.152938 | coeff: 0.152938 | eff: 1 | fom: 1.37914 | r2int: 0.0232532 | r2eff: 0 | hits: 171 ] keV - 78 26629.9 [sigma: 358.586 | error: 0.176599 | coeff: 0.176599 | eff: 1 | fom: 1.03434 | r2int: 0.0310059 | r2eff: 0 | hits: 172 ] keV - 79 12801.1 [sigma: 305.703 | error: 0.252733 | coeff: 0.252733 | eff: 1 | fom: 0.505027 | r2int: 0.0633037 | r2eff: 0 | hits: 112 ] keV - 80 31027.1 [sigma: 396.679 | error: 0.159684 | coeff: 0.159684 | eff: 1 | fom: 1.26508 | r2int: 0.0253354 | r2eff: 0 | hits: 156 ] keV - 81 454535 [sigma: 1093.2 | error: 0.0401728 | coeff: 0.0401728 | eff: 1 | fom: 19.9882 | r2int: 0.00160807 | r2eff: 0 | hits: 279 ] keV - 82 346112 [sigma: 1164.33 | error: 0.0556847 | coeff: 0.0556847 | eff: 1 | fom: 10.4032 | r2int: 0.00308947 | r2eff: 0 | hits: 274 ] keV - 83 481592 [sigma: 1086.71 | error: 0.038094 | coeff: 0.038094 | eff: 1 | fom: 22.2293 | r2int: 0.00144606 | r2eff: 0 | hits: 285 ] keV - 84 16413 [sigma: 273.395 | error: 0.210039 | coeff: 0.210039 | eff: 1 | fom: 0.731201 | r2int: 0.0438391 | r2eff: 0 | hits: 159 ] keV - 85 25148.5 [sigma: 320.56 | error: 0.171014 | coeff: 0.171014 | eff: 1 | fom: 1.10299 | r2int: 0.0290834 | r2eff: 0 | hits: 180 ] keV - 86 378818 [sigma: 1156.9 | error: 0.0510113 | coeff: 0.0510113 | eff: 1 | fom: 12.3967 | r2int: 0.00259282 | r2eff: 0 | hits: 279 ] keV - 87 325244 [sigma: 1179.15 | error: 0.0597922 | coeff: 0.0597922 | eff: 1 | fom: 9.02296 | r2int: 0.00356196 | r2eff: 0 | hits: 272 ] keV - 88 297969 [sigma: 1145.63 | error: 0.0596871 | coeff: 0.0596871 | eff: 1 | fom: 9.05476 | r2int: 0.00354777 | r2eff: 0 | hits: 241 ] keV - 89 26428.1 [sigma: 395.302 | error: 0.185619 | coeff: 0.185619 | eff: 1 | fom: 0.936251 | r2int: 0.0342308 | r2eff: 0 | hits: 154 ] keV - 90 26943.3 [sigma: 365.687 | error: 0.176442 | coeff: 0.176442 | eff: 1 | fom: 1.03617 | r2int: 0.0309477 | r2eff: 0 | hits: 169 ] keV - 91 475711 [sigma: 1104.46 | error: 0.039195 | coeff: 0.039195 | eff: 1 | fom: 20.9979 | r2int: 0.00153086 | r2eff: 0 | hits: 285 ] keV - 92 361659 [sigma: 1184.29 | error: 0.0533067 | coeff: 0.0533067 | eff: 1 | fom: 11.3521 | r2int: 0.00283088 | r2eff: 0 | hits: 265 ] keV - 93 417029 [sigma: 1109.38 | error: 0.0429768 | coeff: 0.0429768 | eff: 1 | fom: 17.4651 | r2int: 0.00183992 | r2eff: 0 | hits: 261 ] keV - 94 18677.7 [sigma: 350.51 | error: 0.236633 | coeff: 0.236633 | eff: 1 | fom: 0.576088 | r2int: 0.0556428 | r2eff: 0 | hits: 159 ] keV - 95 17454.9 [sigma: 335.88 | error: 0.206355 | coeff: 0.206355 | eff: 1 | fom: 0.757543 | r2int: 0.0422122 | r2eff: 0 | hits: 115 ] keV - 96 26858.8 [sigma: 358.185 | error: 0.16603 | coeff: 0.16603 | eff: 1 | fom: 1.17021 | r2int: 0.0273882 | r2eff: 0 | hits: 155 ] keV - 97 25075.1 [sigma: 397.561 | error: 0.204275 | coeff: 0.204275 | eff: 1 | fom: 0.773052 | r2int: 0.0414768 | r2eff: 0 | hits: 166 ] keV - 98 17753 [sigma: 266.493 | error: 0.18446 | coeff: 0.18446 | eff: 1 | fom: 0.948051 | r2int: 0.0338003 | r2eff: 0 | hits: 151 ] keV - 99 19310 [sigma: 430.554 | error: 0.221852 | coeff: 0.221852 | eff: 1 | fom: 0.655408 | r2int: 0.0487211 | r2eff: 0 | hits: 99 ] keV - 100 319417 [sigma: 439.115 | error: 0.0331652 | coeff: 0.0331652 | eff: 1 | fom: 29.3274 | r2int: 0.00109804 | r2eff: 0 | hits: 582 ] keV - 101 366872 [sigma: 455.301 | error: 0.0336685 | coeff: 0.0336685 | eff: 1 | fom: 28.4572 | r2int: 0.00113203 | r2eff: 0 | hits: 736 ] keV - 102 344533 [sigma: 443.075 | error: 0.0348888 | coeff: 0.0348888 | eff: 1 | fom: 26.5013 | r2int: 0.00121557 | r2eff: 0 | hits: 736 ] keV - 103 358167 [sigma: 469.912 | error: 0.0347863 | coeff: 0.0347863 | eff: 1 | fom: 26.6576 | r2int: 0.00120837 | r2eff: 0 | hits: 703 ] keV - 104 319866 [sigma: 429.849 | error: 0.032531 | coeff: 0.032531 | eff: 1 | fom: 30.4821 | r2int: 0.00105646 | r2eff: 0 | hits: 586 ] keV - 105 389206 [sigma: 511.05 | error: 0.0360075 | coeff: 0.0360075 | eff: 1 | fom: 24.8802 | r2int: 0.00129481 | r2eff: 0 | hits: 752 ] keV - 106 377830 [sigma: 471.597 | error: 0.0363688 | coeff: 0.0363688 | eff: 1 | fom: 23.6261 | r2int: 0.00132113 | r2eff: 0 | hits: 849 ] keV - 107 361223 [sigma: 448.968 | error: 0.037308 | coeff: 0.037308 | eff: 1 | fom: 22.4515 | r2int: 0.00139035 | r2eff: 0 | hits: 901 ] keV - 108 366087 [sigma: 463.023 | error: 0.037134 | coeff: 0.037134 | eff: 1 | fom: 22.6624 | r2int: 0.00137734 | r2eff: 0 | hits: 862 ] keV - 109 341678 [sigma: 440.767 | error: 0.0349018 | coeff: 0.0349018 | eff: 1 | fom: 25.654 | r2int: 0.00121647 | r2eff: 0 | hits: 732 ] keV - 110 378744 [sigma: 461.267 | error: 0.0342743 | coeff: 0.0342743 | eff: 1 | fom: 26.6019 | r2int: 0.00117325 | r2eff: 0 | hits: 792 ] keV - 111 406583 [sigma: 462.767 | error: 0.0349332 | coeff: 0.0349332 | eff: 1 | fom: 25.6078 | r2int: 0.00121903 | r2eff: 0 | hits: 942 ] keV - 112 372168 [sigma: 451.853 | error: 0.0363423 | coeff: 0.0363423 | eff: 1 | fom: 23.6605 | r2int: 0.00131929 | r2eff: 0 | hits: 896 ] keV - 113 379525 [sigma: 472.559 | error: 0.0364294 | coeff: 0.0364294 | eff: 1 | fom: 23.5475 | r2int: 0.00132555 | r2eff: 0 | hits: 856 ] keV - 114 361213 [sigma: 462.735 | error: 0.0352931 | coeff: 0.0352931 | eff: 1 | fom: 25.0882 | r2int: 0.00124396 | r2eff: 0 | hits: 759 ] keV - 115 326705 [sigma: 441.762 | error: 0.036207 | coeff: 0.036207 | eff: 1 | fom: 23.8378 | r2int: 0.00130912 | r2eff: 0 | hits: 717 ] keV - 116 412898 [sigma: 467.432 | error: 0.0343749 | coeff: 0.0343749 | eff: 1 | fom: 26.4465 | r2int: 0.00118035 | r2eff: 0 | hits: 922 ] keV - 117 368116 [sigma: 475.311 | error: 0.0377772 | coeff: 0.0377772 | eff: 1 | fom: 21.8973 | r2int: 0.00142545 | r2eff: 0 | hits: 856 ] keV - 118 338811 [sigma: 452.627 | error: 0.0379507 | coeff: 0.0379507 | eff: 1 | fom: 21.6976 | r2int: 0.00143847 | r2eff: 0 | hits: 807 ] keV - 119 345393 [sigma: 457.331 | error: 0.0357994 | coeff: 0.0357994 | eff: 1 | fom: 24.3837 | r2int: 0.00127984 | r2eff: 0 | hits: 731 ] keV - 120 302934 [sigma: 428.648 | error: 0.0338415 | coeff: 0.0338415 | eff: 1 | fom: 27.2866 | r2int: 0.00114325 | r2eff: 0 | hits: 572 ] keV - 121 360333 [sigma: 485.018 | error: 0.0358407 | coeff: 0.0358407 | eff: 1 | fom: 24.3274 | r2int: 0.00128275 | r2eff: 0 | hits: 709 ] keV - 122 370432 [sigma: 468.724 | error: 0.034047 | coeff: 0.034047 | eff: 1 | fom: 26.9583 | r2int: 0.0011576 | r2eff: 0 | hits: 724 ] keV - 123 332098 [sigma: 456.883 | error: 0.0360593 | coeff: 0.0360593 | eff: 1 | fom: 24.0334 | r2int: 0.00129838 | r2eff: 0 | hits: 687 ] keV - 124 297158 [sigma: 428.067 | error: 0.0340894 | coeff: 0.0340894 | eff: 1 | fom: 26.8913 | r2int: 0.00116001 | r2eff: 0 | hits: 560 ] keV + 0 323.185555 keV + 1 17.740466 keV + 2 26.387460 keV + 3 67.198593 keV + 4 41.839504 keV + 5 39.140130 keV + 6 117.167271 keV + 7 140.391697 keV + 8 381.475199 keV + 9 48.644158 keV + 10 182.086970 keV + 11 391.308435 keV + 12 142.243352 keV + 13 20.306163 keV + 14 3.543965 keV + 15 270.230752 keV + 16 1201.830082 keV + 17 292.927014 keV + 18 1659.178640 keV + 19 74.534385 keV + 20 143.546980 keV + 21 285.698398 keV + 22 438.788176 keV + 23 325.728819 keV + 24 181.247222 keV + 25 807.523154 keV + 26 1455.474145 keV + 27 485.879016 keV + 28 207.416307 keV + 29 345.442153 keV + 30 656.827385 keV + 31 12437.193004 keV + 32 10533.119646 keV + 33 10867.650378 keV + 34 225.471178 keV + 35 2718.188201 keV + 36 11460.143404 keV + 37 10637.981986 keV + 38 14410.399182 keV + 39 1195.272473 keV + 40 406.515352 keV + 41 19518.583879 keV + 42 10596.369241 keV + 43 10184.806156 keV + 44 1021.098862 keV + 45 26.438095 keV + 46 182.763772 keV + 47 2618.262206 keV + 48 465.578737 keV + 49 500.022438 keV + 50 2197.365458 keV + 51 3580.095339 keV + 52 5081.383836 keV + 53 2252.572928 keV + 54 879.307327 keV + 55 2590.297447 keV + 56 70337.875915 keV + 57 57834.696518 keV + 58 50786.117919 keV + 59 1134.151918 keV + 60 2369.416224 keV + 61 44696.168871 keV + 62 46459.431383 keV + 63 57032.083398 keV + 64 2775.969025 keV + 65 3512.355429 keV + 66 63577.915222 keV + 67 57628.728567 keV + 68 61540.395513 keV + 69 2931.813877 keV + 70 2828.346243 keV + 71 3451.142233 keV + 72 2689.605340 keV + 73 4317.034903 keV + 74 3595.174208 keV + 75 9298.345401 keV + 76 16296.657882 keV + 77 27322.582769 keV + 78 15672.608846 keV + 79 12757.477550 keV + 80 15441.961192 keV + 81 293103.029647 keV + 82 316343.201169 keV + 83 340036.634769 keV + 84 16064.652217 keV + 85 11557.692625 keV + 86 288797.096074 keV + 87 319366.596552 keV + 88 305012.081079 keV + 89 20905.424351 keV + 90 15222.450579 keV + 91 349812.795699 keV + 92 262530.334071 keV + 93 273111.716674 keV + 94 17752.973033 keV + 95 13407.027840 keV + 96 20160.944677 keV + 97 17013.018444 keV + 98 20466.046278 keV + 99 10544.840280 keV + 100 322221.450653 keV + 101 357206.484241 keV + 102 361848.387977 keV + 103 320470.607463 keV + 104 286048.068373 keV + 105 333382.325167 keV + 106 382558.126725 keV + 107 356835.339070 keV + 108 338699.385600 keV + 109 326427.018920 keV + 110 318967.676324 keV + 111 348013.590517 keV + 112 400009.547013 keV + 113 366133.998257 keV + 114 339624.045068 keV + 115 335845.061568 keV + 116 329280.600117 keV + 117 323073.280066 keV + 118 336672.636259 keV + 119 341009.192858 keV + 120 327807.554151 keV + 121 299031.897603 keV + 122 332538.168311 keV + 123 311727.863293 keV + 124 292980.943705 keV + 0 323.186 [sigma: 60.5839 | error: 0.459177 | coeff: 0.459177 | eff: 1 | fom: 0.0764975 | r2int: 0.175703 | r2eff: 0 | hits: 6 ] keV + 1 17.7405 [sigma: 5.5179 | error: 0.538728 | coeff: 0.538728 | eff: 1 | fom: 0.0555737 | r2int: 0.193485 | r2eff: 0 | hits: 3 ] keV + 2 26.3875 [sigma: 10.3094 | error: 0.676704 | coeff: 0.676704 | eff: 1 | fom: 0.0352218 | r2int: 0.305285 | r2eff: 0 | hits: 3 ] keV + 3 67.1986 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV + 4 41.8395 [sigma: 7.32922 | error: 0.247734 | coeff: 0.247734 | eff: 1 | fom: 0.262807 | r2int: 0.0306861 | r2eff: 0 | hits: 2 ] keV + 5 39.1401 [sigma: 15.2062 | error: 0.777011 | coeff: 0.777011 | eff: 1 | fom: 0.0267149 | r2int: 0.452809 | r2eff: 0 | hits: 4 ] keV + 6 117.167 [sigma: 33.8127 | error: 0.499844 | coeff: 0.499844 | eff: 1 | fom: 0.0645565 | r2int: 0.166562 | r2eff: 0 | hits: 3 ] keV + 7 140.392 [sigma: 40.376 | error: 0.704462 | coeff: 0.704462 | eff: 1 | fom: 0.0325007 | r2int: 0.413556 | r2eff: 0 | hits: 6 ] keV + 8 381.475 [sigma: 113.261 | error: 0.727258 | coeff: 0.727258 | eff: 1 | fom: 0.0304952 | r2int: 0.440754 | r2eff: 0 | hits: 6 ] keV + 9 48.6442 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV + 10 182.087 [sigma: 35.3189 | error: 0.475121 | coeff: 0.475121 | eff: 1 | fom: 0.0714496 | r2int: 0.188117 | r2eff: 0 | hits: 6 ] keV + 11 391.308 [sigma: 48.1749 | error: 0.348214 | coeff: 0.348214 | eff: 1 | fom: 0.133019 | r2int: 0.106097 | r2eff: 0 | hits: 8 ] keV + 12 142.243 [sigma: 38.2352 | error: 0.601058 | coeff: 0.601058 | eff: 1 | fom: 0.0446453 | r2int: 0.289016 | r2eff: 0 | hits: 5 ] keV + 13 20.3062 [sigma: 4.20065 | error: 0.506716 | coeff: 0.506716 | eff: 1 | fom: 0.0628173 | r2int: 0.213968 | r2eff: 0 | hits: 6 ] keV + 14 3.54396 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV + 15 270.231 [sigma: 43.4495 | error: 0.35953 | coeff: 0.35953 | eff: 1 | fom: 0.124778 | r2int: 0.103409 | r2eff: 0 | hits: 5 ] keV + 16 1201.83 [sigma: 293.037 | error: 0.731477 | coeff: 0.731477 | eff: 1 | fom: 0.0301444 | r2int: 0.475608 | r2eff: 0 | hits: 9 ] keV + 17 292.927 [sigma: 46.064 | error: 0.416055 | coeff: 0.416055 | eff: 1 | fom: 0.0931764 | r2int: 0.148373 | r2eff: 0 | hits: 7 ] keV + 18 1659.18 [sigma: 414.074 | error: 0.611309 | coeff: 0.611309 | eff: 1 | fom: 0.0431605 | r2int: 0.311416 | r2eff: 0 | hits: 6 ] keV + 19 74.5344 [sigma: 20.4963 | error: 0.673589 | coeff: 0.673589 | eff: 1 | fom: 0.0355483 | r2int: 0.378102 | r2eff: 0 | hits: 6 ] keV + 20 143.547 [sigma: 57.5233 | error: 0.694082 | coeff: 0.694082 | eff: 1 | fom: 0.0334801 | r2int: 0.321166 | r2eff: 0 | hits: 3 ] keV + 21 285.698 [sigma: 103.163 | error: 0.722182 | coeff: 0.722182 | eff: 1 | fom: 0.0309254 | r2int: 0.39116 | r2eff: 0 | hits: 4 ] keV + 22 438.788 [sigma: 123.156 | error: 0.561346 | coeff: 0.561346 | eff: 1 | fom: 0.0511854 | r2int: 0.236332 | r2eff: 0 | hits: 4 ] keV + 23 325.729 [sigma: 88.2226 | error: 0.605632 | coeff: 0.605632 | eff: 1 | fom: 0.0439734 | r2int: 0.293432 | r2eff: 0 | hits: 5 ] keV + 24 181.247 [sigma: 51.9043 | error: 0.572746 | coeff: 0.572746 | eff: 1 | fom: 0.0491681 | r2int: 0.246029 | r2eff: 0 | hits: 4 ] keV + 25 807.523 [sigma: 153.597 | error: 0.60149 | coeff: 0.60149 | eff: 1 | fom: 0.0445811 | r2int: 0.325611 | r2eff: 0 | hits: 10 ] keV + 26 1455.47 [sigma: 129.372 | error: 0.416913 | coeff: 0.416913 | eff: 1 | fom: 0.0927934 | r2int: 0.165916 | r2eff: 0 | hits: 22 ] keV + 27 485.879 [sigma: 43.7506 | error: 0.336914 | coeff: 0.336914 | eff: 1 | fom: 0.142092 | r2int: 0.105403 | r2eff: 0 | hits: 14 ] keV + 28 207.416 [sigma: 24.2624 | error: 0.482297 | coeff: 0.482297 | eff: 1 | fom: 0.0693391 | r2int: 0.218928 | r2eff: 0 | hits: 17 ] keV + 29 345.442 [sigma: 41.4385 | error: 0.397855 | coeff: 0.397855 | eff: 1 | fom: 0.101896 | r2int: 0.143899 | r2eff: 0 | hits: 11 ] keV + 30 656.827 [sigma: 114.635 | error: 0.578843 | coeff: 0.578843 | eff: 1 | fom: 0.0481378 | r2int: 0.304599 | r2eff: 0 | hits: 11 ] keV + 31 12437.2 [sigma: 858.856 | error: 0.402659 | coeff: 0.402659 | eff: 1 | fom: 0.0994794 | r2int: 0.157366 | r2eff: 0 | hits: 34 ] keV + 32 10533.1 [sigma: 643.022 | error: 0.390895 | coeff: 0.390895 | eff: 1 | fom: 0.105557 | r2int: 0.149072 | r2eff: 0 | hits: 41 ] keV + 33 10867.7 [sigma: 824.099 | error: 0.394027 | coeff: 0.394027 | eff: 1 | fom: 0.103886 | r2int: 0.149507 | r2eff: 0 | hits: 27 ] keV + 34 225.471 [sigma: 24.6347 | error: 0.423157 | coeff: 0.423157 | eff: 1 | fom: 0.0900752 | r2int: 0.167124 | r2eff: 0 | hits: 15 ] keV + 35 2718.19 [sigma: 266.768 | error: 0.416381 | coeff: 0.416381 | eff: 1 | fom: 0.0930309 | r2int: 0.163741 | r2eff: 0 | hits: 18 ] keV + 36 11460.1 [sigma: 732.074 | error: 0.404013 | coeff: 0.404013 | eff: 1 | fom: 0.0988139 | r2int: 0.159146 | r2eff: 0 | hits: 40 ] keV + 37 10638 [sigma: 634.135 | error: 0.399879 | coeff: 0.399879 | eff: 1 | fom: 0.100867 | r2int: 0.15635 | r2eff: 0 | hits: 45 ] keV + 38 14410.4 [sigma: 845.189 | error: 0.366277 | coeff: 0.366277 | eff: 1 | fom: 0.120223 | r2int: 0.130719 | r2eff: 0 | hits: 39 ] keV + 39 1195.27 [sigma: 99.7175 | error: 0.353949 | coeff: 0.353949 | eff: 1 | fom: 0.128744 | r2int: 0.11832 | r2eff: 0 | hits: 18 ] keV + 40 406.515 [sigma: 42.3399 | error: 0.37553 | coeff: 0.37553 | eff: 1 | fom: 0.114372 | r2int: 0.130175 | r2eff: 0 | hits: 13 ] keV + 41 19518.6 [sigma: 1042.65 | error: 0.29742 | coeff: 0.29742 | eff: 1 | fom: 0.182334 | r2int: 0.0856053 | r2eff: 0 | hits: 31 ] keV + 42 10596.4 [sigma: 668.936 | error: 0.404222 | coeff: 0.404222 | eff: 1 | fom: 0.0987118 | r2int: 0.15941 | r2eff: 0 | hits: 41 ] keV + 43 10184.8 [sigma: 662.49 | error: 0.395665 | coeff: 0.395665 | eff: 1 | fom: 0.103027 | r2int: 0.15232 | r2eff: 0 | hits: 37 ] keV + 44 1021.1 [sigma: 125.722 | error: 0.460687 | coeff: 0.460687 | eff: 1 | fom: 0.0759969 | r2int: 0.197073 | r2eff: 0 | hits: 14 ] keV + 45 26.4381 [sigma: 9.49371 | error: 0.802954 | coeff: 0.802954 | eff: 1 | fom: 0.0250165 | r2int: 0.515788 | r2eff: 0 | hits: 5 ] keV + 46 182.764 [sigma: 24.5777 | error: 0.465845 | coeff: 0.465845 | eff: 1 | fom: 0.0743233 | r2int: 0.198928 | r2eff: 0 | hits: 12 ] keV + 47 2618.26 [sigma: 142.219 | error: 0.2605 | coeff: 0.2605 | eff: 1 | fom: 0.237681 | r2int: 0.0649096 | r2eff: 0 | hits: 23 ] keV + 48 465.579 [sigma: 45.336 | error: 0.42445 | coeff: 0.42445 | eff: 1 | fom: 0.0895271 | r2int: 0.170676 | r2eff: 0 | hits: 19 ] keV + 49 500.022 [sigma: 77.4985 | error: 0.536901 | coeff: 0.536901 | eff: 1 | fom: 0.0559525 | r2int: 0.264241 | r2eff: 0 | hits: 12 ] keV + 50 2197.37 [sigma: 157.435 | error: 0.447436 | coeff: 0.447436 | eff: 1 | fom: 0.0805651 | r2int: 0.195066 | r2eff: 0 | hits: 39 ] keV + 51 3580.1 [sigma: 117.254 | error: 0.268084 | coeff: 0.268084 | eff: 1 | fom: 0.224422 | r2int: 0.0707964 | r2eff: 0 | hits: 67 ] keV + 52 5081.38 [sigma: 204.565 | error: 0.334406 | coeff: 0.334406 | eff: 1 | fom: 0.144231 | r2int: 0.110207 | r2eff: 0 | hits: 69 ] keV + 53 2252.57 [sigma: 72.4199 | error: 0.265114 | coeff: 0.265114 | eff: 1 | fom: 0.229478 | r2int: 0.069252 | r2eff: 0 | hits: 68 ] keV + 54 879.307 [sigma: 68.6293 | error: 0.474755 | coeff: 0.474755 | eff: 1 | fom: 0.0715599 | r2int: 0.219301 | r2eff: 0 | hits: 37 ] keV + 55 2590.3 [sigma: 128.095 | error: 0.398693 | coeff: 0.398693 | eff: 1 | fom: 0.101469 | r2int: 0.15651 | r2eff: 0 | hits: 65 ] keV + 56 70337.9 [sigma: 979.691 | error: 0.156965 | coeff: 0.156965 | eff: 1 | fom: 0.654643 | r2int: 0.0244439 | r2eff: 0 | hits: 127 ] keV + 57 57834.7 [sigma: 834.888 | error: 0.173229 | coeff: 0.173229 | eff: 1 | fom: 0.537486 | r2int: 0.0297999 | r2eff: 0 | hits: 144 ] keV + 58 50786.1 [sigma: 759.591 | error: 0.181956 | coeff: 0.181956 | eff: 1 | fom: 0.487166 | r2int: 0.0328842 | r2eff: 0 | hits: 148 ] keV + 59 1134.15 [sigma: 44.7168 | error: 0.295049 | coeff: 0.295049 | eff: 1 | fom: 0.185277 | r2int: 0.0854992 | r2eff: 0 | hits: 56 ] keV + 60 2369.42 [sigma: 101.308 | error: 0.328419 | coeff: 0.328419 | eff: 1 | fom: 0.149538 | r2int: 0.106031 | r2eff: 0 | hits: 59 ] keV + 61 44696.2 [sigma: 781.151 | error: 0.207527 | coeff: 0.207527 | eff: 1 | fom: 0.374507 | r2int: 0.042762 | r2eff: 0 | hits: 141 ] keV + 62 46459.4 [sigma: 685.889 | error: 0.195298 | coeff: 0.195298 | eff: 1 | fom: 0.422874 | r2int: 0.0379235 | r2eff: 0 | hits: 175 ] keV + 63 57032.1 [sigma: 817.698 | error: 0.177924 | coeff: 0.177924 | eff: 1 | fom: 0.509495 | r2int: 0.0314513 | r2eff: 0 | hits: 154 ] keV + 64 2775.97 [sigma: 86.4919 | error: 0.275174 | coeff: 0.275174 | eff: 1 | fom: 0.213006 | r2int: 0.0747502 | r2eff: 0 | hits: 78 ] keV + 65 3512.36 [sigma: 148.668 | error: 0.343866 | coeff: 0.343866 | eff: 1 | fom: 0.136404 | r2int: 0.116453 | r2eff: 0 | hits: 66 ] keV + 66 63577.9 [sigma: 932.77 | error: 0.169198 | coeff: 0.169198 | eff: 1 | fom: 0.563404 | r2int: 0.0284126 | r2eff: 0 | hits: 133 ] keV + 67 57628.7 [sigma: 825.929 | error: 0.173173 | coeff: 0.173173 | eff: 1 | fom: 0.537834 | r2int: 0.0297834 | r2eff: 0 | hits: 146 ] keV + 68 61540.4 [sigma: 900.088 | error: 0.171193 | coeff: 0.171193 | eff: 1 | fom: 0.55035 | r2int: 0.029093 | r2eff: 0 | hits: 137 ] keV + 69 2931.81 [sigma: 108.309 | error: 0.31347 | coeff: 0.31347 | eff: 1 | fom: 0.164141 | r2int: 0.0968986 | r2eff: 0 | hits: 72 ] keV + 70 2828.35 [sigma: 229.905 | error: 0.520484 | coeff: 0.520484 | eff: 1 | fom: 0.059538 | r2int: 0.264296 | r2eff: 0 | hits: 41 ] keV + 71 3451.14 [sigma: 120.333 | error: 0.274547 | coeff: 0.274547 | eff: 1 | fom: 0.213981 | r2int: 0.0741602 | r2eff: 0 | hits: 62 ] keV + 72 2689.61 [sigma: 92.6401 | error: 0.308074 | coeff: 0.308074 | eff: 1 | fom: 0.169941 | r2int: 0.0937234 | r2eff: 0 | hits: 80 ] keV + 73 4317.03 [sigma: 139.979 | error: 0.297178 | coeff: 0.297178 | eff: 1 | fom: 0.182631 | r2int: 0.0872634 | r2eff: 0 | hits: 84 ] keV + 74 3595.17 [sigma: 255.014 | error: 0.442972 | coeff: 0.442972 | eff: 1 | fom: 0.082197 | r2int: 0.191193 | r2eff: 0 | hits: 39 ] keV + 75 9298.35 [sigma: 176.988 | error: 0.232344 | coeff: 0.232344 | eff: 1 | fom: 0.298775 | r2int: 0.0536216 | r2eff: 0 | hits: 149 ] keV + 76 16296.7 [sigma: 178.887 | error: 0.176997 | coeff: 0.176997 | eff: 1 | fom: 0.514842 | r2int: 0.0312076 | r2eff: 0 | hits: 260 ] keV + 77 27322.6 [sigma: 234.799 | error: 0.137229 | coeff: 0.137229 | eff: 1 | fom: 0.856481 | r2int: 0.0187579 | r2eff: 0 | hits: 255 ] keV + 78 15672.6 [sigma: 204.027 | error: 0.197858 | coeff: 0.197858 | eff: 1 | fom: 0.412005 | r2int: 0.0389782 | r2eff: 0 | hits: 231 ] keV + 79 12757.5 [sigma: 184.291 | error: 0.183296 | coeff: 0.183296 | eff: 1 | fom: 0.480068 | r2int: 0.0333887 | r2eff: 0 | hits: 161 ] keV + 80 15442 [sigma: 167.081 | error: 0.166922 | coeff: 0.166922 | eff: 1 | fom: 0.578871 | r2int: 0.0277459 | r2eff: 0 | hits: 238 ] keV + 81 293103 [sigma: 1093.1 | error: 0.0759735 | coeff: 0.0759735 | eff: 1 | fom: 2.79437 | r2int: 0.00575807 | r2eff: 0 | hits: 415 ] keV + 82 316343 [sigma: 1098.51 | error: 0.0730058 | coeff: 0.0730058 | eff: 1 | fom: 3.02617 | r2int: 0.00531779 | r2eff: 0 | hits: 442 ] keV + 83 340037 [sigma: 1149.69 | error: 0.0682942 | coeff: 0.0682942 | eff: 1 | fom: 3.45813 | r2int: 0.00465266 | r2eff: 0 | hits: 408 ] keV + 84 16064.7 [sigma: 152.439 | error: 0.153007 | coeff: 0.153007 | eff: 1 | fom: 0.688947 | r2int: 0.0233211 | r2eff: 0 | hits: 260 ] keV + 85 11557.7 [sigma: 136.077 | error: 0.190938 | coeff: 0.190938 | eff: 1 | fom: 0.442408 | r2int: 0.0363188 | r2eff: 0 | hits: 263 ] keV + 86 288797 [sigma: 1059.55 | error: 0.0775677 | coeff: 0.0775677 | eff: 1 | fom: 2.68069 | r2int: 0.00600329 | r2eff: 0 | hits: 447 ] keV + 87 319367 [sigma: 1027.95 | error: 0.0731857 | coeff: 0.0731857 | eff: 1 | fom: 3.01131 | r2int: 0.00534579 | r2eff: 0 | hits: 517 ] keV + 88 305012 [sigma: 1079.81 | error: 0.0769949 | coeff: 0.0769949 | eff: 1 | fom: 2.72072 | r2int: 0.00591568 | r2eff: 0 | hits: 473 ] keV + 89 20905.4 [sigma: 175.977 | error: 0.140856 | coeff: 0.140856 | eff: 1 | fom: 0.812939 | r2int: 0.0197695 | r2eff: 0 | hits: 280 ] keV + 90 15222.5 [sigma: 169.437 | error: 0.176695 | coeff: 0.176695 | eff: 1 | fom: 0.516606 | r2int: 0.0310972 | r2eff: 0 | hits: 252 ] keV + 91 349813 [sigma: 1157.08 | error: 0.0675454 | coeff: 0.0675454 | eff: 1 | fom: 3.53522 | r2int: 0.00455144 | r2eff: 0 | hits: 417 ] keV + 92 262530 [sigma: 1028.18 | error: 0.0822448 | coeff: 0.0822448 | eff: 1 | fom: 2.38447 | r2int: 0.00674887 | r2eff: 0 | hits: 441 ] keV + 93 273112 [sigma: 1069.55 | error: 0.0792962 | coeff: 0.0792962 | eff: 1 | fom: 2.56509 | r2int: 0.00627256 | r2eff: 0 | hits: 410 ] keV + 94 17753 [sigma: 187.701 | error: 0.168505 | coeff: 0.168505 | eff: 1 | fom: 0.568044 | r2int: 0.0282822 | r2eff: 0 | hits: 254 ] keV + 95 13407 [sigma: 198.501 | error: 0.190184 | coeff: 0.190184 | eff: 1 | fom: 0.445926 | r2int: 0.0359506 | r2eff: 0 | hits: 165 ] keV + 96 20160.9 [sigma: 207.617 | error: 0.165089 | coeff: 0.165089 | eff: 1 | fom: 0.591797 | r2int: 0.0271483 | r2eff: 0 | hits: 257 ] keV + 97 17013 [sigma: 196.651 | error: 0.190983 | coeff: 0.190983 | eff: 1 | fom: 0.442198 | r2int: 0.0363411 | r2eff: 0 | hits: 273 ] keV + 98 20466 [sigma: 217.909 | error: 0.161826 | coeff: 0.161826 | eff: 1 | fom: 0.615906 | r2int: 0.0260741 | r2eff: 0 | hits: 231 ] keV + 99 10544.8 [sigma: 188.194 | error: 0.215646 | coeff: 0.215646 | eff: 1 | fom: 0.346836 | r2int: 0.0461848 | r2eff: 0 | hits: 146 ] keV + 100 322221 [sigma: 434.869 | error: 0.0336047 | coeff: 0.0336047 | eff: 1 | fom: 14.2826 | r2int: 0.00112746 | r2eff: 0 | hits: 620 ] keV + 101 357206 [sigma: 424.581 | error: 0.0342643 | coeff: 0.0342643 | eff: 1 | fom: 13.738 | r2int: 0.00117263 | r2eff: 0 | hits: 831 ] keV + 102 361848 [sigma: 428.379 | error: 0.0335265 | coeff: 0.0335265 | eff: 1 | fom: 14.3493 | r2int: 0.00112263 | r2eff: 0 | hits: 802 ] keV + 103 320471 [sigma: 425.329 | error: 0.0362499 | coeff: 0.0362499 | eff: 1 | fom: 12.2743 | r2int: 0.00131229 | r2eff: 0 | hits: 746 ] keV + 104 286048 [sigma: 437.248 | error: 0.0364303 | coeff: 0.0364303 | eff: 1 | fom: 12.153 | r2int: 0.00132483 | r2eff: 0 | hits: 568 ] keV + 105 333382 [sigma: 426.613 | error: 0.035578 | coeff: 0.035578 | eff: 1 | fom: 12.7422 | r2int: 0.00126415 | r2eff: 0 | hits: 773 ] keV + 106 382558 [sigma: 420.138 | error: 0.0347813 | coeff: 0.0347813 | eff: 1 | fom: 13.3327 | r2int: 0.00120853 | r2eff: 0 | hits: 1003 ] keV + 107 356835 [sigma: 418.489 | error: 0.036394 | coeff: 0.036394 | eff: 1 | fom: 12.1773 | r2int: 0.00132315 | r2eff: 0 | hits: 963 ] keV + 108 338699 [sigma: 415.43 | error: 0.0374247 | coeff: 0.0374247 | eff: 1 | fom: 11.5157 | r2int: 0.0013991 | r2eff: 0 | hits: 931 ] keV + 109 326427 [sigma: 434.37 | error: 0.0362961 | coeff: 0.0362961 | eff: 1 | fom: 12.243 | r2int: 0.00131564 | r2eff: 0 | hits: 744 ] keV + 110 318968 [sigma: 427.825 | error: 0.0367325 | coeff: 0.0367325 | eff: 1 | fom: 11.9539 | r2int: 0.00134748 | r2eff: 0 | hits: 750 ] keV + 111 348014 [sigma: 408.338 | error: 0.0371413 | coeff: 0.0371413 | eff: 1 | fom: 11.6921 | r2int: 0.0013781 | r2eff: 0 | hits: 1002 ] keV + 112 400010 [sigma: 424.656 | error: 0.0342031 | coeff: 0.0342031 | eff: 1 | fom: 13.7873 | r2int: 0.00116872 | r2eff: 0 | hits: 1038 ] keV + 113 366134 [sigma: 415.736 | error: 0.0358529 | coeff: 0.0358529 | eff: 1 | fom: 12.5475 | r2int: 0.00128414 | r2eff: 0 | hits: 997 ] keV + 114 339624 [sigma: 422.61 | error: 0.0353272 | coeff: 0.0353272 | eff: 1 | fom: 12.9238 | r2int: 0.00124646 | r2eff: 0 | hits: 806 ] keV + 115 335845 [sigma: 439.67 | error: 0.0361144 | coeff: 0.0361144 | eff: 1 | fom: 12.3665 | r2int: 0.00130253 | r2eff: 0 | hits: 761 ] keV + 116 329281 [sigma: 406.961 | error: 0.0375074 | coeff: 0.0375074 | eff: 1 | fom: 11.465 | r2int: 0.00140528 | r2eff: 0 | hits: 921 ] keV + 117 323073 [sigma: 405.381 | error: 0.0385929 | coeff: 0.0385929 | eff: 1 | fom: 10.8291 | r2int: 0.00148784 | r2eff: 0 | hits: 946 ] keV + 118 336673 [sigma: 409.643 | error: 0.037364 | coeff: 0.037364 | eff: 1 | fom: 11.5532 | r2int: 0.00139459 | r2eff: 0 | hits: 943 ] keV + 119 341009 [sigma: 437.604 | error: 0.0350967 | coeff: 0.0350967 | eff: 1 | fom: 13.0941 | r2int: 0.00123013 | r2eff: 0 | hits: 748 ] keV + 120 327808 [sigma: 436.324 | error: 0.0340132 | coeff: 0.0340132 | eff: 1 | fom: 13.9416 | r2int: 0.00115512 | r2eff: 0 | hits: 653 ] keV + 121 299032 [sigma: 418.343 | error: 0.037617 | coeff: 0.037617 | eff: 1 | fom: 11.3983 | r2int: 0.00141308 | r2eff: 0 | hits: 723 ] keV + 122 332538 [sigma: 419.063 | error: 0.0336969 | coeff: 0.0336969 | eff: 1 | fom: 14.2046 | r2int: 0.00113389 | r2eff: 0 | hits: 715 ] keV + 123 311728 [sigma: 424.338 | error: 0.0360409 | coeff: 0.0360409 | eff: 1 | fom: 12.417 | r2int: 0.00129709 | r2eff: 0 | hits: 701 ] keV + 124 292981 [sigma: 415.937 | error: 0.0343373 | coeff: 0.0343373 | eff: 1 | fom: 13.6797 | r2int: 0.00117704 | r2eff: 0 | hits: 585 ] keV ============================================================ closed file mfd_tl_EnergyDeposit.out for output ============================================================ opened file mfd_tg_EnergyDeposit.out for output ============================================================ - 0 1491.787868 keV - 1 170.141174 keV - 2 220.019838 keV - 3 17.887653 keV - 4 2.181413 keV - 5 1941.682410 keV - 6 740.280002 keV - 7 248.658045 keV - 8 732.738085 keV - 9 145.426578 keV - 10 27.632276 keV - 11 1952.840368 keV - 13 189.351484 keV - 14 161.497868 keV - 15 1.331020 keV - 16 1015.541928 keV - 17 81.872195 keV - 18 188.845958 keV - 19 139.168994 keV - 20 5.959180 keV - 22 2223.552008 keV - 23 23.185352 keV - 24 75.872736 keV - 25 1574.944669 keV - 26 609.051668 keV - 27 320.131139 keV - 28 929.619250 keV - 29 165.708606 keV - 30 4202.250789 keV - 31 1384.130048 keV - 32 1607.711845 keV - 33 3961.975251 keV - 34 4117.875496 keV - 35 4156.129857 keV - 36 3085.990207 keV - 37 4139.299541 keV - 38 3184.853608 keV - 39 1914.869478 keV - 40 222.733424 keV - 41 4040.698404 keV - 42 1608.565007 keV - 43 4607.563659 keV - 44 392.259887 keV - 45 604.007859 keV - 46 1479.949311 keV - 47 2443.965990 keV - 48 2074.469747 keV - 49 1411.031548 keV - 50 4471.758712 keV - 51 3236.417598 keV - 52 8428.909729 keV - 53 3675.384678 keV - 54 3741.729596 keV - 55 4119.075566 keV - 56 27149.390476 keV - 57 13555.442193 keV - 58 20948.545631 keV - 59 7877.716373 keV - 60 6894.762716 keV - 61 11526.273048 keV - 62 20389.472581 keV - 63 19791.278721 keV - 64 4187.943654 keV - 65 3951.327111 keV - 66 4674.449836 keV - 67 12651.629156 keV - 68 12483.880826 keV - 69 4892.463773 keV - 70 2928.008406 keV - 71 3579.480373 keV - 72 4319.908189 keV - 73 3397.468510 keV - 74 5926.003898 keV - 75 10812.249914 keV - 76 20816.921766 keV - 77 32135.644389 keV - 78 26629.909135 keV - 79 12801.084876 keV - 80 31027.125497 keV - 81 454535.365614 keV - 82 346111.736848 keV - 83 481592.172057 keV - 84 16413.018641 keV - 85 25148.536853 keV - 86 378818.498052 keV - 87 325243.803205 keV - 88 297969.407260 keV - 89 26428.148036 keV - 90 26943.296958 keV - 91 475710.990054 keV - 92 361659.499742 keV - 93 417029.360955 keV - 94 18677.717017 keV - 95 17454.893496 keV - 96 26858.772780 keV - 97 25075.114304 keV - 98 17752.955920 keV - 99 19309.983055 keV - 100 319416.533971 keV - 101 366871.887009 keV - 102 344532.524943 keV - 103 358167.249298 keV - 104 319866.012759 keV - 105 389205.836001 keV - 106 377830.050631 keV - 107 361222.743349 keV - 108 366086.773286 keV - 109 341677.761967 keV - 110 378744.219970 keV - 111 406583.237945 keV - 112 372167.639354 keV - 113 379524.900651 keV - 114 361212.926430 keV - 115 326704.983018 keV - 116 412898.324725 keV - 117 368116.038288 keV - 118 338811.135285 keV - 119 345393.329769 keV - 120 302934.342183 keV - 121 360333.473368 keV - 122 370431.670836 keV - 123 332097.642524 keV - 124 297157.687542 keV + 0 323.185555 keV + 1 17.740466 keV + 2 26.387460 keV + 3 67.198593 keV + 4 41.839504 keV + 5 39.140130 keV + 6 117.167271 keV + 7 140.391697 keV + 8 381.475199 keV + 9 48.644158 keV + 10 182.086970 keV + 11 391.308435 keV + 12 142.243352 keV + 13 20.306163 keV + 14 3.543965 keV + 15 270.230752 keV + 16 1201.830082 keV + 17 292.927014 keV + 18 1659.178640 keV + 19 74.534385 keV + 20 143.546980 keV + 21 285.698398 keV + 22 438.788176 keV + 23 325.728819 keV + 24 181.247222 keV + 25 807.523154 keV + 26 1455.474145 keV + 27 485.879016 keV + 28 207.416307 keV + 29 345.442153 keV + 30 656.827385 keV + 31 12437.193004 keV + 32 10533.119646 keV + 33 10867.650378 keV + 34 225.471178 keV + 35 2718.188201 keV + 36 11460.143404 keV + 37 10637.981986 keV + 38 14410.399182 keV + 39 1195.272473 keV + 40 406.515352 keV + 41 19518.583879 keV + 42 10596.369241 keV + 43 10184.806156 keV + 44 1021.098862 keV + 45 26.438095 keV + 46 182.763772 keV + 47 2618.262206 keV + 48 465.578737 keV + 49 500.022438 keV + 50 2197.365458 keV + 51 3580.095339 keV + 52 5081.383836 keV + 53 2252.572928 keV + 54 879.307327 keV + 55 2590.297447 keV + 56 70337.875915 keV + 57 57834.696518 keV + 58 50786.117919 keV + 59 1134.151918 keV + 60 2369.416224 keV + 61 44696.168871 keV + 62 46459.431383 keV + 63 57032.083398 keV + 64 2775.969025 keV + 65 3512.355429 keV + 66 63577.915222 keV + 67 57628.728567 keV + 68 61540.395513 keV + 69 2931.813877 keV + 70 2828.346243 keV + 71 3451.142233 keV + 72 2689.605340 keV + 73 4317.034903 keV + 74 3595.174208 keV + 75 9298.345401 keV + 76 16296.657882 keV + 77 27322.582769 keV + 78 15672.608846 keV + 79 12757.477550 keV + 80 15441.961192 keV + 81 293103.029647 keV + 82 316343.201169 keV + 83 340036.634769 keV + 84 16064.652217 keV + 85 11557.692625 keV + 86 288797.096074 keV + 87 319366.596552 keV + 88 305012.081079 keV + 89 20905.424351 keV + 90 15222.450579 keV + 91 349812.795699 keV + 92 262530.334071 keV + 93 273111.716674 keV + 94 17752.973033 keV + 95 13407.027840 keV + 96 20160.944677 keV + 97 17013.018444 keV + 98 20466.046278 keV + 99 10544.840280 keV + 100 322221.450653 keV + 101 357206.484241 keV + 102 361848.387977 keV + 103 320470.607463 keV + 104 286048.068373 keV + 105 333382.325167 keV + 106 382558.126725 keV + 107 356835.339070 keV + 108 338699.385600 keV + 109 326427.018920 keV + 110 318967.676324 keV + 111 348013.590517 keV + 112 400009.547013 keV + 113 366133.998257 keV + 114 339624.045068 keV + 115 335845.061568 keV + 116 329280.600117 keV + 117 323073.280066 keV + 118 336672.636259 keV + 119 341009.192858 keV + 120 327807.554151 keV + 121 299031.897603 keV + 122 332538.168311 keV + 123 311727.863293 keV + 124 292980.943705 keV ============================================================ closed file mfd_tg_EnergyDeposit.out for output ============================================================ opened file mfd_tl_NumberOfSteps.out for output ============================================================ - 0 52.000000 steps - 1 23.000000 steps - 2 18.000000 steps - 3 14.000000 steps - 4 7.000000 steps - 5 45.000000 steps - 6 60.000000 steps - 7 36.000000 steps - 8 102.000000 steps - 9 45.000000 steps - 10 34.000000 steps - 11 79.000000 steps - 12 2.000000 steps - 13 49.000000 steps - 14 37.000000 steps - 15 37.000000 steps - 16 56.000000 steps - 17 38.000000 steps - 18 54.000000 steps - 19 18.000000 steps - 20 10.000000 steps - 22 53.000000 steps - 23 9.000000 steps - 24 11.000000 steps - 25 114.000000 steps - 26 56.000000 steps - 27 99.000000 steps - 28 146.000000 steps - 29 50.000000 steps - 30 212.000000 steps - 31 177.000000 steps - 32 188.000000 steps - 33 168.000000 steps - 34 160.000000 steps - 35 451.000000 steps - 36 307.000000 steps - 37 228.000000 steps - 38 377.000000 steps - 39 126.000000 steps - 40 196.000000 steps - 41 249.000000 steps - 42 228.000000 steps - 43 233.000000 steps - 44 63.000000 steps - 45 43.000000 steps - 46 142.000000 steps - 47 186.000000 steps - 48 139.000000 steps - 49 88.000000 steps - 50 344.000000 steps - 51 459.000000 steps - 52 1027.000000 steps - 53 415.000000 steps - 54 318.000000 steps - 55 686.000000 steps - 56 853.000000 steps - 57 1014.000000 steps - 58 898.000000 steps - 59 821.000000 steps - 60 920.000000 steps - 61 803.000000 steps - 62 1235.000000 steps - 63 1144.000000 steps - 64 702.000000 steps - 65 665.000000 steps - 66 674.000000 steps - 67 980.000000 steps - 68 804.000000 steps - 69 764.000000 steps - 70 397.000000 steps - 71 478.000000 steps - 72 538.000000 steps - 73 584.000000 steps - 74 252.000000 steps - 75 3230.000000 steps - 76 5254.000000 steps - 77 5333.000000 steps - 78 7038.000000 steps - 79 3795.000000 steps - 80 5589.000000 steps - 81 4053.000000 steps - 82 4219.000000 steps - 83 4202.000000 steps - 84 5312.000000 steps - 85 4291.000000 steps - 86 4353.000000 steps - 87 4479.000000 steps - 88 3507.000000 steps - 89 5404.000000 steps - 90 4924.000000 steps - 91 4436.000000 steps - 92 4304.000000 steps - 93 3965.000000 steps - 94 5619.000000 steps - 95 4103.000000 steps - 96 3937.000000 steps - 97 5390.000000 steps - 98 4739.000000 steps - 99 3083.000000 steps - 100 18415.000000 steps - 101 23140.000000 steps - 102 21790.000000 steps - 103 22981.000000 steps - 104 16897.000000 steps - 105 24199.000000 steps - 106 29787.000000 steps - 107 29230.000000 steps - 108 28546.000000 steps - 109 22166.000000 steps - 110 22719.000000 steps - 111 31709.000000 steps - 112 27351.000000 steps - 113 26985.000000 steps - 114 22167.000000 steps - 115 22408.000000 steps - 116 30188.000000 steps - 117 28433.000000 steps - 118 26554.000000 steps - 119 21167.000000 steps - 120 13640.000000 steps - 121 22094.000000 steps - 122 22851.000000 steps - 123 20861.000000 steps - 124 14030.000000 steps - 0 52 [sigma: 10.5262 | error: 0.452639 | coeff: 0.452639 | eff: 1 | fom: 0.152527 | r2int: 0.163905 | r2eff: 0 | hits: 5 ] steps - 1 23 [sigma: 8.04984 | error: 0.782609 | coeff: 0.782609 | eff: 1 | fom: 0.0510224 | r2int: 0.489981 | r2eff: 0 | hits: 5 ] steps - 2 18 [sigma: 7 | error: 0.777778 | coeff: 0.777778 | eff: 1 | fom: 0.0516582 | r2int: 0.453704 | r2eff: 0 | hits: 4 ] steps - 3 14 [sigma: 3.26599 | error: 0.571429 | coeff: 0.571429 | eff: 1 | fom: 0.0957031 | r2int: 0.272109 | r2eff: 0 | hits: 6 ] steps - 4 7 [sigma: 3.53553 | error: 0.714286 | coeff: 0.714286 | eff: 1 | fom: 0.06125 | r2int: 0.255102 | r2eff: 0 | hits: 2 ] steps - 5 45 [sigma: 13.0876 | error: 0.76948 | coeff: 0.76948 | eff: 1 | fom: 0.0527784 | r2int: 0.507513 | r2eff: 0 | hits: 7 ] steps - 6 60 [sigma: 6.13188 | error: 0.250333 | coeff: 0.250333 | eff: 1 | fom: 0.49867 | r2int: 0.0522222 | r2eff: 0 | hits: 6 ] steps - 7 36 [sigma: 4.32435 | error: 0.268598 | coeff: 0.268598 | eff: 1 | fom: 0.433155 | r2int: 0.057716 | r2eff: 0 | hits: 5 ] steps - 8 102 [sigma: 8.75341 | error: 0.27138 | coeff: 0.27138 | eff: 1 | fom: 0.424322 | r2int: 0.0662822 | r2eff: 0 | hits: 10 ] steps - 9 45 [sigma: 6.47936 | error: 0.407253 | coeff: 0.407253 | eff: 1 | fom: 0.188417 | r2int: 0.145123 | r2eff: 0 | hits: 8 ] steps - 10 34 [sigma: 8.31865 | error: 0.54709 | coeff: 0.54709 | eff: 1 | fom: 0.104408 | r2int: 0.239446 | r2eff: 0 | hits: 5 ] steps - 11 79 [sigma: 14.8629 | error: 0.497765 | coeff: 0.497765 | eff: 1 | fom: 0.126125 | r2int: 0.212374 | r2eff: 0 | hits: 7 ] steps - 12 2 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 2 ] steps - 13 49 [sigma: 6.40312 | error: 0.345736 | coeff: 0.345736 | eff: 1 | fom: 0.261433 | r2int: 0.102457 | r2eff: 0 | hits: 7 ] steps - 14 37 [sigma: 5.57898 | error: 0.426479 | coeff: 0.426479 | eff: 1 | fom: 0.171812 | r2int: 0.159149 | r2eff: 0 | hits: 8 ] steps - 15 37 [sigma: 16.5 | error: 0.891892 | coeff: 0.891892 | eff: 1 | fom: 0.0392849 | r2int: 0.596603 | r2eff: 0 | hits: 4 ] steps - 16 56 [sigma: 7.59569 | error: 0.406912 | coeff: 0.406912 | eff: 1 | fom: 0.188734 | r2int: 0.14718 | r2eff: 0 | hits: 9 ] steps - 17 38 [sigma: 13.3041 | error: 0.700218 | coeff: 0.700218 | eff: 1 | fom: 0.0637359 | r2int: 0.367729 | r2eff: 0 | hits: 4 ] steps - 18 54 [sigma: 6.76018 | error: 0.27993 | coeff: 0.27993 | eff: 1 | fom: 0.398796 | r2int: 0.0626886 | r2eff: 0 | hits: 5 ] steps - 19 18 [sigma: 4.3589 | error: 0.419435 | coeff: 0.419435 | eff: 1 | fom: 0.177632 | r2int: 0.117284 | r2eff: 0 | hits: 3 ] steps - 20 10 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] steps - 22 53 [sigma: 11.0151 | error: 0.359977 | coeff: 0.359977 | eff: 1 | fom: 0.241157 | r2int: 0.086389 | r2eff: 0 | hits: 3 ] steps - 23 9 [sigma: 1.73205 | error: 0.333333 | coeff: 0.333333 | eff: 1 | fom: 0.28125 | r2int: 0.0740741 | r2eff: 0 | hits: 3 ] steps - 24 11 [sigma: 3.5 | error: 0.636364 | coeff: 0.636364 | eff: 1 | fom: 0.0771684 | r2int: 0.303719 | r2eff: 0 | hits: 4 ] steps - 25 114 [sigma: 11.1345 | error: 0.365453 | coeff: 0.365453 | eff: 1 | fom: 0.233984 | r2int: 0.124016 | r2eff: 0 | hits: 14 ] steps - 26 56 [sigma: 6.90612 | error: 0.369971 | coeff: 0.369971 | eff: 1 | fom: 0.228305 | r2int: 0.12167 | r2eff: 0 | hits: 9 ] steps - 27 99 [sigma: 5.06161 | error: 0.222859 | coeff: 0.222859 | eff: 1 | fom: 0.629201 | r2int: 0.0470521 | r2eff: 0 | hits: 19 ] steps - 28 146 [sigma: 7.56622 | error: 0.237485 | coeff: 0.237485 | eff: 1 | fom: 0.554088 | r2int: 0.0537133 | r2eff: 0 | hits: 21 ] steps - 29 50 [sigma: 5.09902 | error: 0.32249 | coeff: 0.32249 | eff: 1 | fom: 0.300481 | r2int: 0.0936 | r2eff: 0 | hits: 10 ] steps - 30 212 [sigma: 10.2379 | error: 0.2316 | coeff: 0.2316 | eff: 1 | fom: 0.582604 | r2int: 0.0513064 | r2eff: 0 | hits: 23 ] steps - 31 177 [sigma: 9.32173 | error: 0.229562 | coeff: 0.229562 | eff: 1 | fom: 0.592993 | r2int: 0.0499252 | r2eff: 0 | hits: 19 ] steps - 32 188 [sigma: 15.3818 | error: 0.327272 | coeff: 0.327272 | eff: 1 | fom: 0.291764 | r2int: 0.100413 | r2eff: 0 | hits: 16 ] steps - 33 168 [sigma: 9.6833 | error: 0.270349 | coeff: 0.270349 | eff: 1 | fom: 0.427562 | r2int: 0.0697665 | r2eff: 0 | hits: 22 ] steps - 34 160 [sigma: 11.0272 | error: 0.275681 | coeff: 0.275681 | eff: 1 | fom: 0.411184 | r2int: 0.07125 | r2eff: 0 | hits: 16 ] steps - 35 451 [sigma: 45.0484 | error: 0.457734 | coeff: 0.457734 | eff: 1 | fom: 0.14915 | r2int: 0.199543 | r2eff: 0 | hits: 21 ] steps - 36 307 [sigma: 14.7599 | error: 0.225505 | coeff: 0.225505 | eff: 1 | fom: 0.614521 | r2int: 0.0485411 | r2eff: 0 | hits: 22 ] steps - 37 228 [sigma: 8.5618 | error: 0.183965 | coeff: 0.183965 | eff: 1 | fom: 0.923376 | r2int: 0.0324331 | r2eff: 0 | hits: 24 ] steps - 38 377 [sigma: 13.9986 | error: 0.196482 | coeff: 0.196482 | eff: 1 | fom: 0.809475 | r2int: 0.0372265 | r2eff: 0 | hits: 28 ] steps - 39 126 [sigma: 6.91067 | error: 0.226138 | coeff: 0.226138 | eff: 1 | fom: 0.611085 | r2int: 0.0481304 | r2eff: 0 | hits: 17 ] steps - 40 196 [sigma: 30.8831 | error: 0.522589 | coeff: 0.522589 | eff: 1 | fom: 0.114427 | r2int: 0.248273 | r2eff: 0 | hits: 11 ] steps - 41 249 [sigma: 13.1314 | error: 0.229873 | coeff: 0.229873 | eff: 1 | fom: 0.591392 | r2int: 0.0500603 | r2eff: 0 | hits: 19 ] steps - 42 228 [sigma: 10.1725 | error: 0.209269 | coeff: 0.209269 | eff: 1 | fom: 0.713573 | r2int: 0.0418031 | r2eff: 0 | hits: 22 ] steps - 43 233 [sigma: 10.049 | error: 0.187994 | coeff: 0.187994 | eff: 1 | fom: 0.884224 | r2int: 0.0334816 | r2eff: 0 | hits: 19 ] steps - 44 63 [sigma: 4.31753 | error: 0.247096 | coeff: 0.247096 | eff: 1 | fom: 0.511821 | r2int: 0.0563599 | r2eff: 0 | hits: 13 ] steps - 45 43 [sigma: 4.54728 | error: 0.334413 | coeff: 0.334413 | eff: 1 | fom: 0.279436 | r2int: 0.100649 | r2eff: 0 | hits: 10 ] steps - 46 142 [sigma: 6.3954 | error: 0.168517 | coeff: 0.168517 | eff: 1 | fom: 1.10043 | r2int: 0.0263695 | r2eff: 0 | hits: 14 ] steps - 47 186 [sigma: 8.30232 | error: 0.204549 | coeff: 0.204549 | eff: 1 | fom: 0.746891 | r2int: 0.0398477 | r2eff: 0 | hits: 21 ] steps - 48 139 [sigma: 11.0574 | error: 0.275567 | coeff: 0.275567 | eff: 1 | fom: 0.411524 | r2int: 0.0696091 | r2eff: 0 | hits: 12 ] steps - 49 88 [sigma: 7.06972 | error: 0.311147 | coeff: 0.311147 | eff: 1 | fom: 0.32279 | r2int: 0.0903581 | r2eff: 0 | hits: 15 ] steps - 50 344 [sigma: 13.9466 | error: 0.214531 | coeff: 0.214531 | eff: 1 | fom: 0.679003 | r2int: 0.0443797 | r2eff: 0 | hits: 28 ] steps - 51 459 [sigma: 11.7797 | error: 0.177805 | coeff: 0.177805 | eff: 1 | fom: 0.98847 | r2int: 0.0309559 | r2eff: 0 | hits: 48 ] steps - 52 1027 [sigma: 19.877 | error: 0.16193 | coeff: 0.16193 | eff: 1 | fom: 1.19177 | r2int: 0.0258469 | r2eff: 0 | hits: 70 ] steps - 53 415 [sigma: 13.932 | error: 0.230152 | coeff: 0.230152 | eff: 1 | fom: 0.589958 | r2int: 0.0518429 | r2eff: 0 | hits: 47 ] steps - 54 318 [sigma: 14.9932 | error: 0.24499 | coeff: 0.24499 | eff: 1 | fom: 0.52066 | r2int: 0.057797 | r2eff: 0 | hits: 27 ] steps - 55 686 [sigma: 22.3333 | error: 0.247938 | coeff: 0.247938 | eff: 1 | fom: 0.508351 | r2int: 0.0604133 | r2eff: 0 | hits: 58 ] steps - 56 853 [sigma: 13.3769 | error: 0.123481 | coeff: 0.123481 | eff: 1 | fom: 2.0495 | r2int: 0.0150017 | r2eff: 0 | hits: 62 ] steps - 57 1014 [sigma: 10.0388 | error: 0.0891019 | coeff: 0.0891019 | eff: 1 | fom: 3.93619 | r2int: 0.00784113 | r2eff: 0 | hits: 81 ] steps - 58 898 [sigma: 16.7088 | error: 0.150012 | coeff: 0.150012 | eff: 1 | fom: 1.38867 | r2int: 0.0221574 | r2eff: 0 | hits: 65 ] steps - 59 821 [sigma: 26.4889 | error: 0.23266 | coeff: 0.23266 | eff: 1 | fom: 0.577306 | r2int: 0.0530898 | r2eff: 0 | hits: 52 ] steps - 60 920 [sigma: 19.4714 | error: 0.175807 | coeff: 0.175807 | eff: 1 | fom: 1.01107 | r2int: 0.03046 | r2eff: 0 | hits: 69 ] steps - 61 803 [sigma: 9.78891 | error: 0.101261 | coeff: 0.101261 | eff: 1 | fom: 3.04764 | r2int: 0.0101052 | r2eff: 0 | hits: 69 ] steps - 62 1235 [sigma: 11.4819 | error: 0.0970645 | coeff: 0.0970645 | eff: 1 | fom: 3.31687 | r2int: 0.00933509 | r2eff: 0 | hits: 109 ] steps - 63 1144 [sigma: 13.0104 | error: 0.108489 | coeff: 0.108489 | eff: 1 | fom: 2.6551 | r2int: 0.0116405 | r2eff: 0 | hits: 91 ] steps - 64 702 [sigma: 17.7586 | error: 0.19595 | coeff: 0.19595 | eff: 1 | fom: 0.813876 | r2int: 0.0377566 | r2eff: 0 | hits: 60 ] steps - 65 665 [sigma: 24.1391 | error: 0.248856 | coeff: 0.248856 | eff: 1 | fom: 0.504608 | r2int: 0.0606116 | r2eff: 0 | hits: 47 ] steps - 66 674 [sigma: 10.0463 | error: 0.115457 | coeff: 0.115457 | eff: 1 | fom: 2.34427 | r2int: 0.0131082 | r2eff: 0 | hits: 60 ] steps - 67 980 [sigma: 10.9924 | error: 0.0996969 | coeff: 0.0996969 | eff: 1 | fom: 3.14403 | r2int: 0.00981366 | r2eff: 0 | hits: 79 ] steps - 68 804 [sigma: 11.8644 | error: 0.117128 | coeff: 0.117128 | eff: 1 | fom: 2.27786 | r2int: 0.0135013 | r2eff: 0 | hits: 63 ] steps - 69 764 [sigma: 33.5865 | error: 0.320044 | coeff: 0.320044 | eff: 1 | fom: 0.305092 | r2int: 0.100496 | r2eff: 0 | hits: 53 ] steps - 70 397 [sigma: 16.1943 | error: 0.251456 | coeff: 0.251456 | eff: 1 | fom: 0.494226 | r2int: 0.0615662 | r2eff: 0 | hits: 38 ] steps - 71 478 [sigma: 12.0957 | error: 0.167853 | coeff: 0.167853 | eff: 1 | fom: 1.10915 | r2int: 0.0275345 | r2eff: 0 | hits: 44 ] steps - 72 538 [sigma: 13.744 | error: 0.191172 | coeff: 0.191172 | eff: 1 | fom: 0.855068 | r2int: 0.0358942 | r2eff: 0 | hits: 56 ] steps - 73 584 [sigma: 18.9336 | error: 0.236025 | coeff: 0.236025 | eff: 1 | fom: 0.560963 | r2int: 0.0546567 | r2eff: 0 | hits: 53 ] steps - 74 252 [sigma: 8.87292 | error: 0.219886 | coeff: 0.219886 | eff: 1 | fom: 0.646328 | r2int: 0.0471103 | r2eff: 0 | hits: 39 ] steps - 75 3230 [sigma: 34.0235 | error: 0.119174 | coeff: 0.119174 | eff: 1 | fom: 2.20033 | r2int: 0.0140915 | r2eff: 0 | hits: 128 ] steps - 76 5254 [sigma: 37.4938 | error: 0.101926 | coeff: 0.101926 | eff: 1 | fom: 3.00803 | r2int: 0.0103379 | r2eff: 0 | hits: 204 ] steps - 77 5333 [sigma: 32.7684 | error: 0.0933876 | coeff: 0.0933876 | eff: 1 | fom: 3.5832 | r2int: 0.00868349 | r2eff: 0 | hits: 231 ] steps - 78 7038 [sigma: 47.8713 | error: 0.0992695 | coeff: 0.0992695 | eff: 1 | fom: 3.17116 | r2int: 0.00980817 | r2eff: 0 | hits: 213 ] steps - 79 3795 [sigma: 42.0564 | error: 0.12684 | coeff: 0.12684 | eff: 1 | fom: 1.9424 | r2int: 0.0159655 | r2eff: 0 | hits: 131 ] steps - 80 5589 [sigma: 43.096 | error: 0.110672 | coeff: 0.110672 | eff: 1 | fom: 2.55139 | r2int: 0.0121888 | r2eff: 0 | hits: 206 ] steps - 81 4053 [sigma: 11.5368 | error: 0.0509989 | coeff: 0.0509989 | eff: 1 | fom: 12.0151 | r2int: 0.00259278 | r2eff: 0 | hits: 321 ] steps - 82 4219 [sigma: 12.4573 | error: 0.0531482 | coeff: 0.0531482 | eff: 1 | fom: 11.063 | r2int: 0.00281601 | r2eff: 0 | hits: 324 ] steps - 83 4202 [sigma: 13.2769 | error: 0.0571364 | coeff: 0.0571364 | eff: 1 | fom: 9.57246 | r2int: 0.00325459 | r2eff: 0 | hits: 327 ] steps - 84 5312 [sigma: 38.9719 | error: 0.103495 | coeff: 0.103495 | eff: 1 | fom: 2.91749 | r2int: 0.0106574 | r2eff: 0 | hits: 199 ] steps - 85 4291 [sigma: 24.9042 | error: 0.0880192 | coeff: 0.0880192 | eff: 1 | fom: 4.03362 | r2int: 0.0077137 | r2eff: 0 | hits: 230 ] steps - 86 4353 [sigma: 12.2998 | error: 0.0513295 | coeff: 0.0513295 | eff: 1 | fom: 11.8608 | r2int: 0.00262673 | r2eff: 0 | hits: 330 ] steps - 87 4479 [sigma: 12.886 | error: 0.0525001 | coeff: 0.0525001 | eff: 1 | fom: 11.3378 | r2int: 0.00274798 | r2eff: 0 | hits: 333 ] steps - 88 3507 [sigma: 10.9274 | error: 0.0522316 | coeff: 0.0522316 | eff: 1 | fom: 11.4547 | r2int: 0.00271843 | r2eff: 0 | hits: 281 ] steps - 89 5404 [sigma: 36.0337 | error: 0.0952377 | coeff: 0.0952377 | eff: 1 | fom: 3.44534 | r2int: 0.00902575 | r2eff: 0 | hits: 204 ] steps - 90 4924 [sigma: 35.4941 | error: 0.103961 | coeff: 0.103961 | eff: 1 | fom: 2.89141 | r2int: 0.0107559 | r2eff: 0 | hits: 208 ] steps - 91 4436 [sigma: 13.7922 | error: 0.0557049 | coeff: 0.0557049 | eff: 1 | fom: 10.0708 | r2int: 0.00309336 | r2eff: 0 | hits: 321 ] steps - 92 4304 [sigma: 13.7018 | error: 0.0567699 | coeff: 0.0567699 | eff: 1 | fom: 9.69648 | r2int: 0.00321269 | r2eff: 0 | hits: 318 ] steps - 93 3965 [sigma: 12.8538 | error: 0.05568 | coeff: 0.05568 | eff: 1 | fom: 10.0798 | r2int: 0.00308975 | r2eff: 0 | hits: 295 ] steps - 94 5619 [sigma: 43.9945 | error: 0.110727 | coeff: 0.110727 | eff: 1 | fom: 2.54884 | r2int: 0.0121992 | r2eff: 0 | hits: 200 ] steps - 95 4103 [sigma: 43.3838 | error: 0.123762 | coeff: 0.123762 | eff: 1 | fom: 2.04022 | r2int: 0.0152051 | r2eff: 0 | hits: 137 ] steps - 96 3937 [sigma: 23.2194 | error: 0.0856696 | coeff: 0.0856696 | eff: 1 | fom: 4.25791 | r2int: 0.00730449 | r2eff: 0 | hits: 211 ] steps - 97 5390 [sigma: 32.3778 | error: 0.0884888 | coeff: 0.0884888 | eff: 1 | fom: 3.99092 | r2int: 0.00779418 | r2eff: 0 | hits: 217 ] steps - 98 4739 [sigma: 42.0967 | error: 0.122122 | coeff: 0.122122 | eff: 1 | fom: 2.09539 | r2int: 0.0148348 | r2eff: 0 | hits: 189 ] steps - 99 3083 [sigma: 34.3713 | error: 0.127602 | coeff: 0.127602 | eff: 1 | fom: 1.91926 | r2int: 0.0161581 | r2eff: 0 | hits: 131 ] steps - 100 18415 [sigma: 37.438 | error: 0.0508661 | coeff: 0.0508661 | eff: 1 | fom: 12.0779 | r2int: 0.00258323 | r2eff: 0 | hits: 626 ] steps - 101 23140 [sigma: 39.0285 | error: 0.0476751 | coeff: 0.0476751 | eff: 1 | fom: 13.7489 | r2int: 0.00227007 | r2eff: 0 | hits: 799 ] steps - 102 21790 [sigma: 34.333 | error: 0.0447601 | coeff: 0.0447601 | eff: 1 | fom: 15.598 | r2int: 0.00200098 | r2eff: 0 | hits: 807 ] steps - 103 22981 [sigma: 39.7038 | error: 0.0474404 | coeff: 0.0474404 | eff: 1 | fom: 13.8852 | r2int: 0.00224761 | r2eff: 0 | hits: 754 ] steps - 104 16897 [sigma: 34.1596 | error: 0.0505004 | coeff: 0.0505004 | eff: 1 | fom: 12.2535 | r2int: 0.0025462 | r2eff: 0 | hits: 624 ] steps - 105 24199 [sigma: 38.5729 | error: 0.0452535 | coeff: 0.0452535 | eff: 1 | fom: 15.2597 | r2int: 0.00204534 | r2eff: 0 | hits: 806 ] steps - 106 29787 [sigma: 41.6692 | error: 0.0427525 | coeff: 0.0427525 | eff: 1 | fom: 17.0973 | r2int: 0.00182582 | r2eff: 0 | hits: 934 ] steps - 107 29230 [sigma: 39.3896 | error: 0.0423147 | coeff: 0.0423147 | eff: 1 | fom: 17.4529 | r2int: 0.00178872 | r2eff: 0 | hits: 986 ] steps - 108 28546 [sigma: 37.5882 | error: 0.0402635 | coeff: 0.0402635 | eff: 1 | fom: 19.2764 | r2int: 0.00161942 | r2eff: 0 | hits: 935 ] steps - 109 22166 [sigma: 37.3919 | error: 0.047173 | coeff: 0.047173 | eff: 1 | fom: 14.0431 | r2int: 0.00222244 | r2eff: 0 | hits: 782 ] steps - 110 22719 [sigma: 33.9567 | error: 0.0437039 | coeff: 0.0437039 | eff: 1 | fom: 16.361 | r2int: 0.00190779 | r2eff: 0 | hits: 855 ] steps - 111 31709 [sigma: 40.8114 | error: 0.0413666 | coeff: 0.0413666 | eff: 1 | fom: 18.2621 | r2int: 0.00170954 | r2eff: 0 | hits: 1033 ] steps - 112 27351 [sigma: 36.8559 | error: 0.0425695 | coeff: 0.0425695 | eff: 1 | fom: 17.2446 | r2int: 0.00181035 | r2eff: 0 | hits: 998 ] steps - 113 26985 [sigma: 35.6913 | error: 0.0405728 | coeff: 0.0405728 | eff: 1 | fom: 18.9837 | r2int: 0.0016444 | r2eff: 0 | hits: 941 ] steps - 114 22167 [sigma: 34.5948 | error: 0.0447173 | coeff: 0.0447173 | eff: 1 | fom: 15.6278 | r2int: 0.0019972 | r2eff: 0 | hits: 821 ] steps - 115 22408 [sigma: 40.0126 | error: 0.0494851 | coeff: 0.0494851 | eff: 1 | fom: 12.7615 | r2int: 0.00244559 | r2eff: 0 | hits: 768 ] steps - 116 30188 [sigma: 39.2292 | error: 0.0412782 | coeff: 0.0412782 | eff: 1 | fom: 18.3404 | r2int: 0.0017022 | r2eff: 0 | hits: 1009 ] steps - 117 28433 [sigma: 38.2531 | error: 0.041598 | coeff: 0.041598 | eff: 1 | fom: 17.5122 | r2int: 0.00172858 | r2eff: 0 | hits: 956 ] steps - 118 26554 [sigma: 39.4536 | error: 0.0441506 | coeff: 0.0441506 | eff: 1 | fom: 15.5458 | r2int: 0.00194707 | r2eff: 0 | hits: 883 ] steps - 119 21167 [sigma: 36.1026 | error: 0.0479394 | coeff: 0.0479394 | eff: 1 | fom: 13.1856 | r2int: 0.00229528 | r2eff: 0 | hits: 790 ] steps - 120 13640 [sigma: 29.8852 | error: 0.0541579 | coeff: 0.0541579 | eff: 1 | fom: 10.3315 | r2int: 0.00292828 | r2eff: 0 | hits: 611 ] steps - 121 22094 [sigma: 39.0937 | error: 0.0487797 | coeff: 0.0487797 | eff: 1 | fom: 12.7353 | r2int: 0.00237633 | r2eff: 0 | hits: 760 ] steps - 122 22851 [sigma: 37.739 | error: 0.0464487 | coeff: 0.0464487 | eff: 1 | fom: 14.0455 | r2int: 0.00215476 | r2eff: 0 | hits: 791 ] steps - 123 20861 [sigma: 38.2392 | error: 0.0496955 | coeff: 0.0496955 | eff: 1 | fom: 12.2702 | r2int: 0.00246629 | r2eff: 0 | hits: 735 ] steps - 124 14030 [sigma: 33.5574 | error: 0.0592189 | coeff: 0.0592189 | eff: 1 | fom: 8.64102 | r2int: 0.00350116 | r2eff: 0 | hits: 613 ] steps + 0 68.000000 steps + 1 98.000000 steps + 2 25.000000 steps + 3 10.000000 steps + 4 14.000000 steps + 5 66.000000 steps + 6 22.000000 steps + 7 126.000000 steps + 8 85.000000 steps + 9 7.000000 steps + 10 44.000000 steps + 11 115.000000 steps + 12 215.000000 steps + 13 42.000000 steps + 14 7.000000 steps + 15 117.000000 steps + 16 115.000000 steps + 17 120.000000 steps + 18 259.000000 steps + 19 130.000000 steps + 20 61.000000 steps + 21 66.000000 steps + 22 80.000000 steps + 23 59.000000 steps + 24 68.000000 steps + 25 481.000000 steps + 26 673.000000 steps + 27 446.000000 steps + 28 288.000000 steps + 29 346.000000 steps + 30 324.000000 steps + 31 534.000000 steps + 32 539.000000 steps + 33 349.000000 steps + 34 369.000000 steps + 35 340.000000 steps + 36 662.000000 steps + 37 901.000000 steps + 38 847.000000 steps + 39 239.000000 steps + 40 490.000000 steps + 41 751.000000 steps + 42 642.000000 steps + 43 564.000000 steps + 44 312.000000 steps + 45 74.000000 steps + 46 198.000000 steps + 47 639.000000 steps + 48 660.000000 steps + 49 171.000000 steps + 50 1391.000000 steps + 51 2319.000000 steps + 52 2371.000000 steps + 53 2435.000000 steps + 54 1414.000000 steps + 55 2194.000000 steps + 56 2595.000000 steps + 57 2523.000000 steps + 58 2541.000000 steps + 59 2325.000000 steps + 60 1984.000000 steps + 61 2472.000000 steps + 62 3247.000000 steps + 63 2770.000000 steps + 64 2522.000000 steps + 65 2459.000000 steps + 66 2838.000000 steps + 67 3022.000000 steps + 68 2824.000000 steps + 69 1746.000000 steps + 70 1693.000000 steps + 71 1768.000000 steps + 72 2348.000000 steps + 73 2649.000000 steps + 74 1019.000000 steps + 75 6696.000000 steps + 76 11211.000000 steps + 77 10958.000000 steps + 78 10483.000000 steps + 79 7913.000000 steps + 80 11263.000000 steps + 81 10355.000000 steps + 82 10049.000000 steps + 83 10999.000000 steps + 84 12927.000000 steps + 85 9741.000000 steps + 86 10353.000000 steps + 87 11813.000000 steps + 88 11144.000000 steps + 89 12851.000000 steps + 90 10482.000000 steps + 91 11615.000000 steps + 92 10187.000000 steps + 93 10813.000000 steps + 94 11590.000000 steps + 95 7628.000000 steps + 96 11081.000000 steps + 97 12009.000000 steps + 98 10815.000000 steps + 99 6198.000000 steps + 100 20860.000000 steps + 101 30549.000000 steps + 102 28109.000000 steps + 103 26548.000000 steps + 104 19740.000000 steps + 105 28614.000000 steps + 106 40543.000000 steps + 107 37831.000000 steps + 108 38786.000000 steps + 109 28589.000000 steps + 110 28855.000000 steps + 111 40448.000000 steps + 112 45589.000000 steps + 113 41486.000000 steps + 114 29917.000000 steps + 115 28294.000000 steps + 116 36655.000000 steps + 117 38505.000000 steps + 118 36699.000000 steps + 119 30529.000000 steps + 120 20407.000000 steps + 121 26333.000000 steps + 122 24965.000000 steps + 123 23135.000000 steps + 124 17113.000000 steps + 0 68 [sigma: 8.33467 | error: 0.300231 | coeff: 0.300231 | eff: 1 | fom: 0.178936 | r2int: 0.0751153 | r2eff: 0 | hits: 6 ] steps + 1 98 [sigma: 29.6929 | error: 0.801632 | coeff: 0.801632 | eff: 1 | fom: 0.0250991 | r2int: 0.550812 | r2eff: 0 | hits: 7 ] steps + 2 25 [sigma: 3.37145 | error: 0.330333 | coeff: 0.330333 | eff: 1 | fom: 0.14781 | r2int: 0.0909333 | r2eff: 0 | hits: 6 ] steps + 3 10 [sigma: 3 | error: 0.6 | coeff: 0.6 | eff: 1 | fom: 0.0448029 | r2int: 0.27 | r2eff: 0 | hits: 4 ] steps + 4 14 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 2 ] steps + 5 66 [sigma: 20.6809 | error: 0.700665 | coeff: 0.700665 | eff: 1 | fom: 0.0328539 | r2int: 0.392746 | r2eff: 0 | hits: 5 ] steps + 6 22 [sigma: 2.85357 | error: 0.343174 | coeff: 0.343174 | eff: 1 | fom: 0.136955 | r2int: 0.100945 | r2eff: 0 | hits: 7 ] steps + 7 126 [sigma: 26.7087 | error: 0.599554 | coeff: 0.599554 | eff: 1 | fom: 0.0448696 | r2int: 0.314531 | r2eff: 0 | hits: 8 ] steps + 8 85 [sigma: 9.11196 | error: 0.321599 | coeff: 0.321599 | eff: 1 | fom: 0.155948 | r2int: 0.0919339 | r2eff: 0 | hits: 9 ] steps + 9 7 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] steps + 10 44 [sigma: 2.87518 | error: 0.160062 | coeff: 0.160062 | eff: 1 | fom: 0.629553 | r2int: 0.0213499 | r2eff: 0 | hits: 6 ] steps + 11 115 [sigma: 9.76077 | error: 0.281503 | coeff: 0.281503 | eff: 1 | fom: 0.203537 | r2int: 0.0720399 | r2eff: 0 | hits: 11 ] steps + 12 215 [sigma: 61.5481 | error: 0.701216 | coeff: 0.701216 | eff: 1 | fom: 0.0328023 | r2int: 0.409753 | r2eff: 0 | hits: 6 ] steps + 13 42 [sigma: 2.54058 | error: 0.209543 | coeff: 0.209543 | eff: 1 | fom: 0.367333 | r2int: 0.0402494 | r2eff: 0 | hits: 12 ] steps + 14 7 [sigma: 1.5 | error: 0.428571 | coeff: 0.428571 | eff: 1 | fom: 0.0878136 | r2int: 0.137755 | r2eff: 0 | hits: 4 ] steps + 15 117 [sigma: 17.4929 | error: 0.448535 | coeff: 0.448535 | eff: 1 | fom: 0.0801708 | r2int: 0.17883 | r2eff: 0 | hits: 9 ] steps + 16 115 [sigma: 7.02937 | error: 0.228709 | coeff: 0.228709 | eff: 1 | fom: 0.308349 | r2int: 0.0485714 | r2eff: 0 | hits: 14 ] steps + 17 120 [sigma: 9.19109 | error: 0.202645 | coeff: 0.202645 | eff: 1 | fom: 0.39277 | r2int: 0.0351984 | r2eff: 0 | hits: 7 ] steps + 18 259 [sigma: 73.9606 | error: 0.699481 | coeff: 0.699481 | eff: 1 | fom: 0.0329652 | r2int: 0.407728 | r2eff: 0 | hits: 6 ] steps + 19 130 [sigma: 22.3375 | error: 0.569885 | coeff: 0.569885 | eff: 1 | fom: 0.0496631 | r2int: 0.295245 | r2eff: 0 | hits: 11 ] steps + 20 61 [sigma: 17.8979 | error: 0.508197 | coeff: 0.508197 | eff: 1 | fom: 0.0624517 | r2int: 0.172176 | r2eff: 0 | hits: 3 ] steps + 21 66 [sigma: 11.9666 | error: 0.444123 | coeff: 0.444123 | eff: 1 | fom: 0.0817715 | r2int: 0.164371 | r2eff: 0 | hits: 6 ] steps + 22 80 [sigma: 10.2283 | error: 0.338271 | coeff: 0.338271 | eff: 1 | fom: 0.140955 | r2int: 0.0980804 | r2eff: 0 | hits: 7 ] steps + 23 59 [sigma: 9.45339 | error: 0.392474 | coeff: 0.392474 | eff: 1 | fom: 0.104709 | r2int: 0.128363 | r2eff: 0 | hits: 6 ] steps + 24 68 [sigma: 12.1106 | error: 0.436247 | coeff: 0.436247 | eff: 1 | fom: 0.0847507 | r2int: 0.158593 | r2eff: 0 | hits: 6 ] steps + 25 481 [sigma: 60.269 | error: 0.485282 | coeff: 0.485282 | eff: 1 | fom: 0.0684887 | r2int: 0.219799 | r2eff: 0 | hits: 15 ] steps + 26 673 [sigma: 36.9729 | error: 0.285463 | coeff: 0.285463 | eff: 1 | fom: 0.197928 | r2int: 0.0784711 | r2eff: 0 | hits: 27 ] steps + 27 446 [sigma: 53.8483 | error: 0.566302 | coeff: 0.566302 | eff: 1 | fom: 0.0502935 | r2int: 0.306121 | r2eff: 0 | hits: 22 ] steps + 28 288 [sigma: 14.9753 | error: 0.259988 | coeff: 0.259988 | eff: 1 | fom: 0.238617 | r2int: 0.06489 | r2eff: 0 | hits: 25 ] steps + 29 346 [sigma: 34.1229 | error: 0.369007 | coeff: 0.369007 | eff: 1 | fom: 0.118451 | r2int: 0.12644 | r2eff: 0 | hits: 14 ] steps + 30 324 [sigma: 32.9675 | error: 0.466284 | coeff: 0.466284 | eff: 1 | fom: 0.0741834 | r2int: 0.207068 | r2eff: 0 | hits: 21 ] steps + 31 534 [sigma: 18.4007 | error: 0.209601 | coeff: 0.209601 | eff: 1 | fom: 0.367131 | r2int: 0.0427453 | r2eff: 0 | hits: 37 ] steps + 32 539 [sigma: 9.43516 | error: 0.117427 | coeff: 0.117427 | eff: 1 | fom: 1.1697 | r2int: 0.0134826 | r2eff: 0 | hits: 45 ] steps + 33 349 [sigma: 9.8954 | error: 0.172468 | coeff: 0.172468 | eff: 1 | fom: 0.542239 | r2int: 0.0289413 | r2eff: 0 | hits: 37 ] steps + 34 369 [sigma: 21.4512 | error: 0.259981 | coeff: 0.259981 | eff: 1 | fom: 0.238631 | r2int: 0.0642104 | r2eff: 0 | hits: 20 ] steps + 35 340 [sigma: 17.5628 | error: 0.242284 | coeff: 0.242284 | eff: 1 | fom: 0.274763 | r2int: 0.0560333 | r2eff: 0 | hits: 22 ] steps + 36 662 [sigma: 14.7016 | error: 0.14731 | coeff: 0.14731 | eff: 1 | fom: 0.743262 | r2int: 0.0212072 | r2eff: 0 | hits: 44 ] steps + 37 901 [sigma: 17.7247 | error: 0.145894 | coeff: 0.145894 | eff: 1 | fom: 0.757767 | r2int: 0.020898 | r2eff: 0 | hits: 55 ] steps + 38 847 [sigma: 16.4406 | error: 0.131647 | coeff: 0.131647 | eff: 1 | fom: 0.930644 | r2int: 0.0169543 | r2eff: 0 | hits: 46 ] steps + 39 239 [sigma: 8.54899 | error: 0.175236 | coeff: 0.175236 | eff: 1 | fom: 0.525247 | r2int: 0.029428 | r2eff: 0 | hits: 24 ] steps + 40 490 [sigma: 35.3337 | error: 0.322484 | coeff: 0.322484 | eff: 1 | fom: 0.155093 | r2int: 0.0987963 | r2eff: 0 | hits: 20 ] steps + 41 751 [sigma: 17.4465 | error: 0.141309 | coeff: 0.141309 | eff: 1 | fom: 0.807734 | r2int: 0.0194286 | r2eff: 0 | hits: 37 ] steps + 42 642 [sigma: 12.3346 | error: 0.131716 | coeff: 0.131716 | eff: 1 | fom: 0.929673 | r2int: 0.01698 | r2eff: 0 | hits: 47 ] steps + 43 564 [sigma: 11.5043 | error: 0.129006 | coeff: 0.129006 | eff: 1 | fom: 0.969141 | r2int: 0.0162265 | r2eff: 0 | hits: 40 ] steps + 44 312 [sigma: 22.9952 | error: 0.329608 | coeff: 0.329608 | eff: 1 | fom: 0.148461 | r2int: 0.103209 | r2eff: 0 | hits: 20 ] steps + 45 74 [sigma: 10.2922 | error: 0.393387 | coeff: 0.393387 | eff: 1 | fom: 0.104224 | r2int: 0.135409 | r2eff: 0 | hits: 8 ] steps + 46 198 [sigma: 15.794 | error: 0.31907 | coeff: 0.31907 | eff: 1 | fom: 0.158429 | r2int: 0.0954431 | r2eff: 0 | hits: 16 ] steps + 47 639 [sigma: 48.7012 | error: 0.417445 | coeff: 0.417445 | eff: 1 | fom: 0.0925572 | r2int: 0.168452 | r2eff: 0 | hits: 30 ] steps + 48 660 [sigma: 50.7112 | error: 0.441384 | coeff: 0.441384 | eff: 1 | fom: 0.0827894 | r2int: 0.188916 | r2eff: 0 | hits: 33 ] steps + 49 171 [sigma: 14.6439 | error: 0.373283 | coeff: 0.373283 | eff: 1 | fom: 0.115753 | r2int: 0.132006 | r2eff: 0 | hits: 19 ] steps + 50 1391 [sigma: 48.2046 | error: 0.240094 | coeff: 0.240094 | eff: 1 | fom: 0.279798 | r2int: 0.0564443 | r2eff: 0 | hits: 48 ] steps + 51 2319 [sigma: 53.0785 | error: 0.208524 | coeff: 0.208524 | eff: 1 | fom: 0.370932 | r2int: 0.0429585 | r2eff: 0 | hits: 83 ] steps + 52 2371 [sigma: 46.3009 | error: 0.182145 | coeff: 0.182145 | eff: 1 | fom: 0.486154 | r2int: 0.0327955 | r2eff: 0 | hits: 87 ] steps + 53 2435 [sigma: 46.6657 | error: 0.170338 | coeff: 0.170338 | eff: 1 | fom: 0.555884 | r2int: 0.0286478 | r2eff: 0 | hits: 79 ] steps + 54 1414 [sigma: 40.3099 | error: 0.197507 | coeff: 0.197507 | eff: 1 | fom: 0.413468 | r2int: 0.0381965 | r2eff: 0 | hits: 48 ] steps + 55 2194 [sigma: 39.7065 | error: 0.163882 | coeff: 0.163882 | eff: 1 | fom: 0.600543 | r2int: 0.0265299 | r2eff: 0 | hits: 82 ] steps + 56 2595 [sigma: 18.3578 | error: 0.0843 | coeff: 0.0843 | eff: 1 | fom: 2.26962 | r2int: 0.00705645 | r2eff: 0 | hits: 142 ] steps + 57 2523 [sigma: 15.2902 | error: 0.0785508 | coeff: 0.0785508 | eff: 1 | fom: 2.61401 | r2int: 0.0061335 | r2eff: 0 | hits: 168 ] steps + 58 2541 [sigma: 14.8324 | error: 0.0765547 | coeff: 0.0765547 | eff: 1 | fom: 2.7521 | r2int: 0.00582655 | r2eff: 0 | hits: 172 ] steps + 59 2325 [sigma: 55.8042 | error: 0.207862 | coeff: 0.207862 | eff: 1 | fom: 0.373301 | r2int: 0.0426304 | r2eff: 0 | hits: 75 ] steps + 60 1984 [sigma: 39.1225 | error: 0.176372 | coeff: 0.176372 | eff: 1 | fom: 0.518501 | r2int: 0.0307182 | r2eff: 0 | hits: 80 ] steps + 61 2472 [sigma: 15.8097 | error: 0.0806441 | coeff: 0.0806441 | eff: 1 | fom: 2.48006 | r2int: 0.00646257 | r2eff: 0 | hits: 159 ] steps + 62 3247 [sigma: 17.0186 | error: 0.0743085 | coeff: 0.0743085 | eff: 1 | fom: 2.921 | r2int: 0.00549428 | r2eff: 0 | hits: 201 ] steps + 63 2770 [sigma: 17.6365 | error: 0.085895 | coeff: 0.085895 | eff: 1 | fom: 2.18611 | r2int: 0.00733741 | r2eff: 0 | hits: 182 ] steps + 64 2522 [sigma: 41.6446 | error: 0.160944 | coeff: 0.160944 | eff: 1 | fom: 0.62267 | r2int: 0.0256304 | r2eff: 0 | hits: 95 ] steps + 65 2459 [sigma: 43.1643 | error: 0.167451 | coeff: 0.167451 | eff: 1 | fom: 0.575221 | r2int: 0.0277316 | r2eff: 0 | hits: 91 ] steps + 66 2838 [sigma: 18.2648 | error: 0.0796066 | coeff: 0.0796066 | eff: 1 | fom: 2.54513 | r2int: 0.0062958 | r2eff: 0 | hits: 153 ] steps + 67 3022 [sigma: 17.7879 | error: 0.0751493 | coeff: 0.0751493 | eff: 1 | fom: 2.856 | r2int: 0.00561277 | r2eff: 0 | hits: 163 ] steps + 68 2824 [sigma: 19.0537 | error: 0.0823586 | coeff: 0.0823586 | eff: 1 | fom: 2.37789 | r2int: 0.00673741 | r2eff: 0 | hits: 149 ] steps + 69 1746 [sigma: 30.2947 | error: 0.160906 | coeff: 0.160906 | eff: 1 | fom: 0.622969 | r2int: 0.0255895 | r2eff: 0 | hits: 86 ] steps + 70 1693 [sigma: 53.2208 | error: 0.217794 | coeff: 0.217794 | eff: 1 | fom: 0.34003 | r2int: 0.0464459 | r2eff: 0 | hits: 48 ] steps + 71 1768 [sigma: 37.4466 | error: 0.184645 | coeff: 0.184645 | eff: 1 | fom: 0.473079 | r2int: 0.0336451 | r2eff: 0 | hits: 76 ] steps + 72 2348 [sigma: 32.8135 | error: 0.140448 | coeff: 0.140448 | eff: 1 | fom: 0.817668 | r2int: 0.0195303 | r2eff: 0 | hits: 101 ] steps + 73 2649 [sigma: 34.4505 | error: 0.128744 | coeff: 0.128744 | eff: 1 | fom: 0.973097 | r2int: 0.0164058 | r2eff: 0 | hits: 98 ] steps + 74 1019 [sigma: 23.6355 | error: 0.16726 | coeff: 0.16726 | eff: 1 | fom: 0.576532 | r2int: 0.027438 | r2eff: 0 | hits: 52 ] steps + 75 6696 [sigma: 58.0498 | error: 0.113034 | coeff: 0.113034 | eff: 1 | fom: 1.26238 | r2int: 0.0127016 | r2eff: 0 | hits: 170 ] steps + 76 11211 [sigma: 53.2219 | error: 0.0818134 | coeff: 0.0818134 | eff: 1 | fom: 2.40968 | r2int: 0.0066709 | r2eff: 0 | hits: 297 ] steps + 77 10958 [sigma: 46.9353 | error: 0.0724355 | coeff: 0.0724355 | eff: 1 | fom: 3.07401 | r2int: 0.00522856 | r2eff: 0 | hits: 286 ] steps + 78 10483 [sigma: 52.2421 | error: 0.0797362 | coeff: 0.0797362 | eff: 1 | fom: 2.53687 | r2int: 0.00633302 | r2eff: 0 | hits: 256 ] steps + 79 7913 [sigma: 62.0205 | error: 0.106028 | coeff: 0.106028 | eff: 1 | fom: 1.43472 | r2int: 0.0111805 | r2eff: 0 | hits: 183 ] steps + 80 11263 [sigma: 56.1923 | error: 0.0816752 | coeff: 0.0816752 | eff: 1 | fom: 2.41784 | r2int: 0.00664595 | r2eff: 0 | hits: 268 ] steps + 81 10355 [sigma: 21.6005 | error: 0.0445447 | coeff: 0.0445447 | eff: 1 | fom: 8.12862 | r2int: 0.00197988 | r2eff: 0 | hits: 456 ] steps + 82 10049 [sigma: 19.849 | error: 0.0438126 | coeff: 0.0438126 | eff: 1 | fom: 8.40253 | r2int: 0.00191564 | r2eff: 0 | hits: 492 ] steps + 83 10999 [sigma: 25.6952 | error: 0.0497767 | coeff: 0.0497767 | eff: 1 | fom: 6.50962 | r2int: 0.00247226 | r2eff: 0 | hits: 454 ] steps + 84 12927 [sigma: 59.0429 | error: 0.0788457 | coeff: 0.0788457 | eff: 1 | fom: 2.59449 | r2int: 0.00619578 | r2eff: 0 | hits: 298 ] steps + 85 9741 [sigma: 47.2025 | error: 0.0830874 | coeff: 0.0830874 | eff: 1 | fom: 2.33635 | r2int: 0.00688003 | r2eff: 0 | hits: 294 ] steps + 86 10353 [sigma: 19.2111 | error: 0.0409916 | coeff: 0.0409916 | eff: 1 | fom: 9.59884 | r2int: 0.00167687 | r2eff: 0 | hits: 488 ] steps + 87 11813 [sigma: 19.1294 | error: 0.0385935 | coeff: 0.0385935 | eff: 1 | fom: 10.8288 | r2int: 0.00148684 | r2eff: 0 | hits: 568 ] steps + 88 11144 [sigma: 20.8692 | error: 0.0428677 | coeff: 0.0428677 | eff: 1 | fom: 8.77704 | r2int: 0.00183413 | r2eff: 0 | hits: 524 ] steps + 89 12851 [sigma: 59.2112 | error: 0.0816454 | coeff: 0.0816454 | eff: 1 | fom: 2.41961 | r2int: 0.00664474 | r2eff: 0 | hits: 314 ] steps + 90 10482 [sigma: 47.3348 | error: 0.0755641 | coeff: 0.0755641 | eff: 1 | fom: 2.82473 | r2int: 0.00568954 | r2eff: 0 | hits: 280 ] steps + 91 11615 [sigma: 23.1958 | error: 0.0428786 | coeff: 0.0428786 | eff: 1 | fom: 8.77259 | r2int: 0.00183458 | r2eff: 0 | hits: 461 ] steps + 92 10187 [sigma: 19.6035 | error: 0.0425976 | coeff: 0.0425976 | eff: 1 | fom: 8.88869 | r2int: 0.00181085 | r2eff: 0 | hits: 490 ] steps + 93 10813 [sigma: 24.1497 | error: 0.0469013 | coeff: 0.0469013 | eff: 1 | fom: 7.33226 | r2int: 0.00219475 | r2eff: 0 | hits: 441 ] steps + 94 11590 [sigma: 50.2708 | error: 0.0729669 | coeff: 0.0729669 | eff: 1 | fom: 3.0294 | r2int: 0.00530536 | r2eff: 0 | hits: 283 ] steps + 95 7628 [sigma: 53.3034 | error: 0.0958127 | coeff: 0.0958127 | eff: 1 | fom: 1.75696 | r2int: 0.00913124 | r2eff: 0 | hits: 188 ] steps + 96 11081 [sigma: 50.5931 | error: 0.0772138 | coeff: 0.0772138 | eff: 1 | fom: 2.70532 | r2int: 0.00594113 | r2eff: 0 | hits: 286 ] steps + 97 12009 [sigma: 48.9133 | error: 0.0710162 | coeff: 0.0710162 | eff: 1 | fom: 3.19811 | r2int: 0.00502671 | r2eff: 0 | hits: 304 ] steps + 98 10815 [sigma: 61.9987 | error: 0.0926139 | coeff: 0.0926139 | eff: 1 | fom: 1.88042 | r2int: 0.00854448 | r2eff: 0 | hits: 261 ] steps + 99 6198 [sigma: 55.8965 | error: 0.114076 | coeff: 0.114076 | eff: 1 | fom: 1.23943 | r2int: 0.0129319 | r2eff: 0 | hits: 160 ] steps + 100 20860 [sigma: 42.1311 | error: 0.0512147 | coeff: 0.0512147 | eff: 1 | fom: 6.14922 | r2int: 0.00261886 | r2eff: 0 | hits: 643 ] steps + 101 30549 [sigma: 49.2088 | error: 0.047485 | coeff: 0.047485 | eff: 1 | fom: 7.15313 | r2int: 0.00225223 | r2eff: 0 | hits: 869 ] steps + 102 28109 [sigma: 46.6705 | error: 0.0478916 | coeff: 0.0478916 | eff: 1 | fom: 7.03218 | r2int: 0.00229085 | r2eff: 0 | hits: 832 ] steps + 103 26548 [sigma: 47.1988 | error: 0.0497485 | coeff: 0.0497485 | eff: 1 | fom: 6.51701 | r2int: 0.00247175 | r2eff: 0 | hits: 783 ] steps + 104 19740 [sigma: 47.0898 | error: 0.0575989 | coeff: 0.0575989 | eff: 1 | fom: 4.86161 | r2int: 0.00331194 | r2eff: 0 | hits: 583 ] steps + 105 28614 [sigma: 47.1433 | error: 0.0468904 | coeff: 0.0468904 | eff: 1 | fom: 7.33569 | r2int: 0.00219599 | r2eff: 0 | hits: 810 ] steps + 106 40543 [sigma: 49.0428 | error: 0.0392717 | coeff: 0.0392717 | eff: 1 | fom: 10.458 | r2int: 0.0015408 | r2eff: 0 | hits: 1054 ] steps + 107 37831 [sigma: 47.6169 | error: 0.040591 | coeff: 0.040591 | eff: 1 | fom: 9.78925 | r2int: 0.00164604 | r2eff: 0 | hits: 1040 ] steps + 108 38786 [sigma: 53.2998 | error: 0.0434344 | coeff: 0.0434344 | eff: 1 | fom: 8.54951 | r2int: 0.00188466 | r2eff: 0 | hits: 999 ] steps + 109 28589 [sigma: 54.6284 | error: 0.0534005 | coeff: 0.0534005 | eff: 1 | fom: 5.56633 | r2int: 0.00284796 | r2eff: 0 | hits: 781 ] steps + 110 28855 [sigma: 48.3872 | error: 0.0467734 | coeff: 0.0467734 | eff: 1 | fom: 7.2554 | r2int: 0.00218494 | r2eff: 0 | hits: 778 ] steps + 111 40448 [sigma: 47.986 | error: 0.038534 | coeff: 0.038534 | eff: 1 | fom: 10.6899 | r2int: 0.00148346 | r2eff: 0 | hits: 1055 ] steps + 112 45589 [sigma: 55.5638 | error: 0.0406245 | coeff: 0.0406245 | eff: 1 | fom: 9.61795 | r2int: 0.00164887 | r2eff: 0 | hits: 1111 ] steps + 113 41486 [sigma: 57.2089 | error: 0.0447907 | coeff: 0.0447907 | eff: 1 | fom: 7.91194 | r2int: 0.00200431 | r2eff: 0 | hits: 1055 ] steps + 114 29917 [sigma: 47.1075 | error: 0.0460152 | coeff: 0.0460152 | eff: 1 | fom: 7.49648 | r2int: 0.00211492 | r2eff: 0 | hits: 854 ] steps + 115 28294 [sigma: 49.7268 | error: 0.0496164 | coeff: 0.0496164 | eff: 1 | fom: 6.44775 | r2int: 0.0024587 | r2eff: 0 | hits: 797 ] steps + 116 36655 [sigma: 50.9994 | error: 0.0436001 | coeff: 0.0436001 | eff: 1 | fom: 8.34997 | r2int: 0.00189903 | r2eff: 0 | hits: 982 ] steps + 117 38505 [sigma: 51.8407 | error: 0.0424684 | coeff: 0.0424684 | eff: 1 | fom: 8.80093 | r2int: 0.00180175 | r2eff: 0 | hits: 995 ] steps + 118 36699 [sigma: 45.9261 | error: 0.0394745 | coeff: 0.0394745 | eff: 1 | fom: 10.1865 | r2int: 0.00155667 | r2eff: 0 | hits: 995 ] steps + 119 30529 [sigma: 53.9107 | error: 0.0495708 | coeff: 0.0495708 | eff: 1 | fom: 6.45963 | r2int: 0.00245414 | r2eff: 0 | hits: 788 ] steps + 120 20407 [sigma: 40.1351 | error: 0.0511728 | coeff: 0.0511728 | eff: 1 | fom: 6.06151 | r2int: 0.00261479 | r2eff: 0 | hits: 677 ] steps + 121 26333 [sigma: 51.6532 | error: 0.0545364 | coeff: 0.0545364 | eff: 1 | fom: 5.33687 | r2int: 0.00297037 | r2eff: 0 | hits: 773 ] steps + 122 24965 [sigma: 42.5827 | error: 0.0468058 | coeff: 0.0468058 | eff: 1 | fom: 7.24537 | r2int: 0.00218787 | r2eff: 0 | hits: 753 ] steps + 123 23135 [sigma: 41.4165 | error: 0.0489615 | coeff: 0.0489615 | eff: 1 | fom: 6.62139 | r2int: 0.00239403 | r2eff: 0 | hits: 748 ] steps + 124 17113 [sigma: 37.6557 | error: 0.0543463 | coeff: 0.0543463 | eff: 1 | fom: 5.37428 | r2int: 0.00294867 | r2eff: 0 | hits: 610 ] steps ============================================================ closed file mfd_tl_NumberOfSteps.out for output ============================================================ opened file mfd_tg_NumberOfSteps.out for output ============================================================ - 0 52.000000 steps - 1 23.000000 steps - 2 18.000000 steps - 3 14.000000 steps - 4 7.000000 steps - 5 45.000000 steps - 6 60.000000 steps - 7 36.000000 steps - 8 102.000000 steps - 9 45.000000 steps - 10 34.000000 steps - 11 79.000000 steps - 12 2.000000 steps - 13 49.000000 steps - 14 37.000000 steps - 15 37.000000 steps - 16 56.000000 steps - 17 38.000000 steps - 18 54.000000 steps - 19 18.000000 steps - 20 10.000000 steps - 22 53.000000 steps - 23 9.000000 steps - 24 11.000000 steps - 25 114.000000 steps - 26 56.000000 steps - 27 99.000000 steps - 28 146.000000 steps - 29 50.000000 steps - 30 212.000000 steps - 31 177.000000 steps - 32 188.000000 steps - 33 168.000000 steps - 34 160.000000 steps - 35 451.000000 steps - 36 307.000000 steps - 37 228.000000 steps - 38 377.000000 steps - 39 126.000000 steps - 40 196.000000 steps - 41 249.000000 steps - 42 228.000000 steps - 43 233.000000 steps - 44 63.000000 steps - 45 43.000000 steps - 46 142.000000 steps - 47 186.000000 steps - 48 139.000000 steps - 49 88.000000 steps - 50 344.000000 steps - 51 459.000000 steps - 52 1027.000000 steps - 53 415.000000 steps - 54 318.000000 steps - 55 686.000000 steps - 56 853.000000 steps - 57 1014.000000 steps - 58 898.000000 steps - 59 821.000000 steps - 60 920.000000 steps - 61 803.000000 steps - 62 1235.000000 steps - 63 1144.000000 steps - 64 702.000000 steps - 65 665.000000 steps - 66 674.000000 steps - 67 980.000000 steps - 68 804.000000 steps - 69 764.000000 steps - 70 397.000000 steps - 71 478.000000 steps - 72 538.000000 steps - 73 584.000000 steps - 74 252.000000 steps - 75 3230.000000 steps - 76 5254.000000 steps - 77 5333.000000 steps - 78 7038.000000 steps - 79 3795.000000 steps - 80 5589.000000 steps - 81 4053.000000 steps - 82 4219.000000 steps - 83 4202.000000 steps - 84 5312.000000 steps - 85 4291.000000 steps - 86 4353.000000 steps - 87 4479.000000 steps - 88 3507.000000 steps - 89 5404.000000 steps - 90 4924.000000 steps - 91 4436.000000 steps - 92 4304.000000 steps - 93 3965.000000 steps - 94 5619.000000 steps - 95 4103.000000 steps - 96 3937.000000 steps - 97 5390.000000 steps - 98 4739.000000 steps - 99 3083.000000 steps - 100 18415.000000 steps - 101 23140.000000 steps - 102 21790.000000 steps - 103 22981.000000 steps - 104 16897.000000 steps - 105 24199.000000 steps - 106 29787.000000 steps - 107 29230.000000 steps - 108 28546.000000 steps - 109 22166.000000 steps - 110 22719.000000 steps - 111 31709.000000 steps - 112 27351.000000 steps - 113 26985.000000 steps - 114 22167.000000 steps - 115 22408.000000 steps - 116 30188.000000 steps - 117 28433.000000 steps - 118 26554.000000 steps - 119 21167.000000 steps - 120 13640.000000 steps - 121 22094.000000 steps - 122 22851.000000 steps - 123 20861.000000 steps - 124 14030.000000 steps + 0 68.000000 steps + 1 98.000000 steps + 2 25.000000 steps + 3 10.000000 steps + 4 14.000000 steps + 5 66.000000 steps + 6 22.000000 steps + 7 126.000000 steps + 8 85.000000 steps + 9 7.000000 steps + 10 44.000000 steps + 11 115.000000 steps + 12 215.000000 steps + 13 42.000000 steps + 14 7.000000 steps + 15 117.000000 steps + 16 115.000000 steps + 17 120.000000 steps + 18 259.000000 steps + 19 130.000000 steps + 20 61.000000 steps + 21 66.000000 steps + 22 80.000000 steps + 23 59.000000 steps + 24 68.000000 steps + 25 481.000000 steps + 26 673.000000 steps + 27 446.000000 steps + 28 288.000000 steps + 29 346.000000 steps + 30 324.000000 steps + 31 534.000000 steps + 32 539.000000 steps + 33 349.000000 steps + 34 369.000000 steps + 35 340.000000 steps + 36 662.000000 steps + 37 901.000000 steps + 38 847.000000 steps + 39 239.000000 steps + 40 490.000000 steps + 41 751.000000 steps + 42 642.000000 steps + 43 564.000000 steps + 44 312.000000 steps + 45 74.000000 steps + 46 198.000000 steps + 47 639.000000 steps + 48 660.000000 steps + 49 171.000000 steps + 50 1391.000000 steps + 51 2319.000000 steps + 52 2371.000000 steps + 53 2435.000000 steps + 54 1414.000000 steps + 55 2194.000000 steps + 56 2595.000000 steps + 57 2523.000000 steps + 58 2541.000000 steps + 59 2325.000000 steps + 60 1984.000000 steps + 61 2472.000000 steps + 62 3247.000000 steps + 63 2770.000000 steps + 64 2522.000000 steps + 65 2459.000000 steps + 66 2838.000000 steps + 67 3022.000000 steps + 68 2824.000000 steps + 69 1746.000000 steps + 70 1693.000000 steps + 71 1768.000000 steps + 72 2348.000000 steps + 73 2649.000000 steps + 74 1019.000000 steps + 75 6696.000000 steps + 76 11211.000000 steps + 77 10958.000000 steps + 78 10483.000000 steps + 79 7913.000000 steps + 80 11263.000000 steps + 81 10355.000000 steps + 82 10049.000000 steps + 83 10999.000000 steps + 84 12927.000000 steps + 85 9741.000000 steps + 86 10353.000000 steps + 87 11813.000000 steps + 88 11144.000000 steps + 89 12851.000000 steps + 90 10482.000000 steps + 91 11615.000000 steps + 92 10187.000000 steps + 93 10813.000000 steps + 94 11590.000000 steps + 95 7628.000000 steps + 96 11081.000000 steps + 97 12009.000000 steps + 98 10815.000000 steps + 99 6198.000000 steps + 100 20860.000000 steps + 101 30549.000000 steps + 102 28109.000000 steps + 103 26548.000000 steps + 104 19740.000000 steps + 105 28614.000000 steps + 106 40543.000000 steps + 107 37831.000000 steps + 108 38786.000000 steps + 109 28589.000000 steps + 110 28855.000000 steps + 111 40448.000000 steps + 112 45589.000000 steps + 113 41486.000000 steps + 114 29917.000000 steps + 115 28294.000000 steps + 116 36655.000000 steps + 117 38505.000000 steps + 118 36699.000000 steps + 119 30529.000000 steps + 120 20407.000000 steps + 121 26333.000000 steps + 122 24965.000000 steps + 123 23135.000000 steps + 124 17113.000000 steps ============================================================ closed file mfd_tg_NumberOfSteps.out for output ============================================================ @@ -1678,6 +1687,6 @@ Run Summary Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== -Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.099 MB +Number of memory pools allocated: 15 of which, static: 0 +Dynamic pools deleted: 15 / Total memory freed: 0.098 MB ============================================================ diff --git a/examples/extended/parameterisations/Par01/examplePar01.out b/examples/extended/parameterisations/Par01/examplePar01.out index 3d9fa669ff..500ae081e4 100644 --- a/examples/extended/parameterisations/Par01/examplePar01.out +++ b/examples/extended/parameterisations/Par01/examplePar01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 c3090a37ab..eedb0a1cb4 100644 --- a/examples/extended/parameterisations/Par02/examplePar02.out +++ b/examples/extended/parameterisations/Par02/examplePar02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,27 +29,27 @@ G4GDML: Reading 'Par02FullDetector.gdml' done! Stripping off GDML names of materials, solids and volumes ... Geometry loaded from file .......Par02FullDetector.gdml -ecal !!! - -ecal !!! - -hcal !!! - -hcal !!! - -hcal !!! - -ecal !!! - -ecal !!! - -hcal !!! - -hcal !!! - tracker !!! ecal !!! + +ecal !!! + +ecal !!! + +ecal !!! + +ecal !!! + +hcal !!! + +hcal !!! + +hcal !!! + +hcal !!! + +hcal !!! Instantiating Visualization Manager....... Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... diff --git a/examples/extended/parameterisations/Par03/Par03.out b/examples/extended/parameterisations/Par03/Par03.out index cae21fd802..6b67ca25ae 100644 --- a/examples/extended/parameterisations/Par03/Par03.out +++ b/examples/extended/parameterisations/Par03/Par03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/parameterisations/Par04/History b/examples/extended/parameterisations/Par04/History index 27406b4030..34c9bcc025 100644 --- a/examples/extended/parameterisations/Par04/History +++ b/examples/extended/parameterisations/Par04/History @@ -1,8 +1,19 @@ # Example Par04 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! + +------------------------------------------------------------------------------- + +## 2024-06-18 Gabriele Cosmo (expar04-V11-01-04) +- Bump scikit-learn version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/73) + +## 2024-06-13 Gabriele Cosmo (expar04-V11-01-03) +- Bump pymysql version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/72) + +## 2024-03-11 Ben Morgan +- Bump scipy version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/66) ## 2023-10-25 Dalila Salamani (expar04-V11-01-02) - Add CUDA execution provider to run the inference on GPU with ONNXruntime. diff --git a/examples/extended/parameterisations/Par04/examplePar04.out b/examples/extended/parameterisations/Par04/examplePar04.out index 6e9b7d269e..104953de46 100644 --- a/examples/extended/parameterisations/Par04/examplePar04.out +++ b/examples/extended/parameterisations/Par04/examplePar04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/parameterisations/Par04/training/requirements.txt b/examples/extended/parameterisations/Par04/training/requirements.txt index 4822d1a6ed..316e54813f 100644 --- a/examples/extended/parameterisations/Par04/training/requirements.txt +++ b/examples/extended/parameterisations/Par04/training/requirements.txt @@ -4,9 +4,9 @@ h5py==3.7.0 matplotlib==3.5.2 optuna==2.10.1 mysqlclient==2.1.1 -pymysql==1.0.2 -scikit-learn==1.1.1 -scipy==1.8.1 +pymysql==1.1.1 +scikit-learn==1.5.0 +scipy==1.11.1 wandb==0.13.1 tf2onnx==1.12.0 onnxruntime==1.12.1 diff --git a/examples/extended/parameterisations/gflash/gflash1/test.out b/examples/extended/parameterisations/gflash/gflash1/test.out index 2ef6151e78..cf3fe51685 100644 --- a/examples/extended/parameterisations/gflash/gflash1/test.out +++ b/examples/extended/parameterisations/gflash/gflash1/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -853,7 +853,7 @@ See commands in /vis/modeling/trajectories/ for other options. ****************************************** -Internal Real Elapsed Time is: 0.0108386 +Internal Real Elapsed Time is: 0.0128332 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -868,7 +868,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.0075203 +Internal Real Elapsed Time is: 0.0211688 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -883,9 +883,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00734338 +Internal Real Elapsed Time is: 0.00940594 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 2 ----- 11971 hits are stored in ExGflashHitsCollection @@ -898,9 +898,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.0074233 +Internal Real Elapsed Time is: 0.010063 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 3 ----- 11975 hits are stored in ExGflashHitsCollection @@ -913,7 +913,7 @@ Internal GetUserElapsed Time: 0 ****************************************** -Internal Real Elapsed Time is: 0.00723032 +Internal Real Elapsed Time is: 0.00958361 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -928,7 +928,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00729364 +Internal Real Elapsed Time is: 0.00862421 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -943,7 +943,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00729714 +Internal Real Elapsed Time is: 0.00847239 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -958,9 +958,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00723556 +Internal Real Elapsed Time is: 0.00788979 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 7 ----- 11949 hits are stored in ExGflashHitsCollection @@ -973,9 +973,9 @@ Internal GetUserElapsed Time: 0 ****************************************** -Internal Real Elapsed Time is: 0.00724884 +Internal Real Elapsed Time is: 0.00773474 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 8 ----- 11968 hits are stored in ExGflashHitsCollection @@ -988,7 +988,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00739598 +Internal Real Elapsed Time is: 0.00814098 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -1001,10 +1001,10 @@ Internal GetUserElapsed Time: 0.01 number of event = 10 Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.00853634 +Internal Real Elapsed Time /event is: 0.0115463 ****************************************** -Total Real Elapsed Time is: 2.92125 -Total System Elapsed Time: 0.15 -Total GetUserElapsed Time: 2.53 +Total Real Elapsed Time is: 4.16608 +Total System Elapsed Time: 0.26 +Total GetUserElapsed Time: 2.68 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflash2/test.out b/examples/extended/parameterisations/gflash/gflash2/test.out index 0c26fe94b0..43813eb1e3 100644 --- a/examples/extended/parameterisations/gflash/gflash2/test.out +++ b/examples/extended/parameterisations/gflash/gflash2/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -855,8 +855,8 @@ See commands in /vis/modeling/trajectories/ for other options. ****************************************** -Internal Real Elapsed Time is: 0.0108788 -Internal System Elapsed Time: 0 +Internal Real Elapsed Time is: 0.0120559 +Internal System Elapsed Time: 0.01 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 0 ----- @@ -870,9 +870,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00760615 +Internal Real Elapsed Time is: 0.00793325 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 1 ----- 11976 hits are stored in ExGflashHitsCollection @@ -885,9 +885,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00735026 +Internal Real Elapsed Time is: 0.00800981 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 2 ----- 11922 hits are stored in ExGflashHitsCollection @@ -900,7 +900,7 @@ Internal GetUserElapsed Time: 0 ****************************************** -Internal Real Elapsed Time is: 0.00739419 +Internal Real Elapsed Time is: 0.00777784 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -915,7 +915,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00738357 +Internal Real Elapsed Time is: 0.00783116 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -930,7 +930,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00756244 +Internal Real Elapsed Time is: 0.00779628 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -945,7 +945,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00737101 +Internal Real Elapsed Time is: 0.00810208 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0 ****************************************** @@ -960,7 +960,7 @@ Internal GetUserElapsed Time: 0 ****************************************** -Internal Real Elapsed Time is: 0.00745009 +Internal Real Elapsed Time is: 0.00782192 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -975,7 +975,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00734874 +Internal Real Elapsed Time is: 0.00767918 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -990,9 +990,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00728596 +Internal Real Elapsed Time is: 0.00758146 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 9 ----- 11907 hits are stored in ExGflashHitsCollection @@ -1003,10 +1003,10 @@ Internal GetUserElapsed Time: 0 number of event = 10 Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.00862569 +Internal Real Elapsed Time /event is: 0.00917654 ****************************************** -Total Real Elapsed Time is: 2.90813 -Total System Elapsed Time: 0.12 -Total GetUserElapsed Time: 2.53 +Total Real Elapsed Time is: 3.75282 +Total System Elapsed Time: 0.21 +Total GetUserElapsed Time: 2.69 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflash3/test.out b/examples/extended/parameterisations/gflash/gflash3/test.out index f76281404c..fb8444cf7e 100644 --- a/examples/extended/parameterisations/gflash/gflash3/test.out +++ b/examples/extended/parameterisations/gflash/gflash3/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -832,7 +832,7 @@ See commands in /vis/modeling/trajectories/ for other options. ****************************************** -Internal Real Elapsed Time is: 0.0113602 +Internal Real Elapsed Time is: 0.0126885 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -847,9 +847,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00764996 +Internal Real Elapsed Time is: 0.00871604 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 1 ----- 11952 hits are stored in ExGflashHitsCollection @@ -862,7 +862,7 @@ Internal GetUserElapsed Time: 0 ****************************************** -Internal Real Elapsed Time is: 0.007483 +Internal Real Elapsed Time is: 0.00865416 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -877,9 +877,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00748968 +Internal Real Elapsed Time is: 0.0103213 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 3 ----- 11981 hits are stored in ExGflashHitsCollection @@ -892,9 +892,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00743175 +Internal Real Elapsed Time is: 0.00809321 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 4 ----- 11931 hits are stored in ExGflashHitsCollection @@ -907,9 +907,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00750389 +Internal Real Elapsed Time is: 0.00919827 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 5 ----- 11943 hits are stored in ExGflashHitsCollection @@ -922,7 +922,7 @@ Internal GetUserElapsed Time: 0 ****************************************** -Internal Real Elapsed Time is: 0.00759297 +Internal Real Elapsed Time is: 0.0082485 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -937,7 +937,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00753466 +Internal Real Elapsed Time is: 0.0092792 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -952,7 +952,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00744361 +Internal Real Elapsed Time is: 0.008145 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -967,9 +967,9 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00765871 +Internal Real Elapsed Time is: 0.00863767 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 9 ----- 11924 hits are stored in ExGflashHitsCollection @@ -980,10 +980,10 @@ Internal GetUserElapsed Time: 0.01 number of event = 10 Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.00879427 +Internal Real Elapsed Time /event is: 0.0102202 ****************************************** -Total Real Elapsed Time is: 2.88776 -Total System Elapsed Time: 0.11 -Total GetUserElapsed Time: 2.54 +Total Real Elapsed Time is: 3.84899 +Total System Elapsed Time: 0.26 +Total GetUserElapsed Time: 2.68 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflasha/test.out b/examples/extended/parameterisations/gflash/gflasha/test.out index 9849b5ba8a..a1b8731977 100644 --- a/examples/extended/parameterisations/gflash/gflasha/test.out +++ b/examples/extended/parameterisations/gflash/gflasha/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -861,9 +861,9 @@ See commands in /vis/modeling/trajectories/ for other options. ... open analysis file : gflash01.root - done ****************************************** -Run Real Elapsed Time is: 0.83922 +Run Real Elapsed Time is: 0.981254 Run System Elapsed Time: 0.01 -Run GetUserElapsed Time: 0.83 +Run GetUserElapsed Time: 0.86 ****************************************** number of event = 100 ... write file : gflash01.root - done @@ -881,9 +881,9 @@ There are histograms that can be viewed with visualization: ... open analysis file : gflash00.root - done ****************************************** -Run Real Elapsed Time is: 54.0414 -Run System Elapsed Time: 0.4 -Run GetUserElapsed Time: 53.14 +Run Real Elapsed Time is: 62.7758 +Run System Elapsed Time: 0.41 +Run GetUserElapsed Time: 58.11 ****************************************** number of event = 100 ... write file : gflash00.root - done @@ -899,7 +899,7 @@ Graphics systems deleted. Visualization Manager deleting... ****************************************** -Total Real Elapsed Time is: 60.4551 -Total System Elapsed Time: 0.53 -Total GetUserElapsed Time: 56.43 +Total Real Elapsed Time is: 70.4405 +Total System Elapsed Time: 0.66 +Total GetUserElapsed Time: 61.6 ****************************************** diff --git a/examples/extended/persistency/P01/p01-write.out b/examples/extended/persistency/P01/p01-write.out index d1181e1679..702244870c 100644 --- a/examples/extended/persistency/P01/p01-write.out +++ b/examples/extended/persistency/P01/p01-write.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2272,7 +2272,7 @@ writing Event_1 Run terminated. Run Summary Number of events processed : 1 - User=0.460000s Real=37.371069s Sys=0.310000s + User=0.440000s Real=7.467157s Sys=0.410000s Region -- -- appears in world volume This region is in the mass world. @@ -2599,7 +2599,7 @@ writing Event_4 Run terminated. Run Summary Number of events processed : 3 - User=0.000000s Real=0.006335s Sys=0.000000s + User=0.010000s Real=0.009099s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/persistency/P03/batch.out b/examples/extended/persistency/P03/batch.out index e6a13144fe..715e09e7fb 100644 --- a/examples/extended/persistency/P03/batch.out +++ b/examples/extended/persistency/P03/batch.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -514,7 +514,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.000648s Sys=0.000000s + User=0.000000s Real=0.000592s Sys=0.000000s G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. diff --git a/examples/extended/persistency/gdml/G01/g01-schema.out b/examples/extended/persistency/gdml/G01/g01-schema.out index 72b9a312b9..b966310357 100644 --- a/examples/extended/persistency/gdml/G01/g01-schema.out +++ b/examples/extended/persistency/gdml/G01/g01-schema.out @@ -3,6 +3,808 @@ Usage: load_gdml G4GDML: Reading '/geant4/examples/extended/persistency/gdml/G01/solids.gdml'... G4GDML: Loaded alternative schema URI: /geant4/source/persistency/gdml/schema/gdml.xsd +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'version' at line: 2 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 5 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 5 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 6 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 6 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 7 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 7 +G4GDML: VALIDATION ERROR! attribute 'name' is not declared for element 'expression' at line: 8 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 9 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 9 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 9 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 9 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 9 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 9 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 10 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 10 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 10 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 10 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 10 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 10 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 11 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 11 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 11 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 11 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 11 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 11 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 12 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 12 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 12 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 12 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 12 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 12 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 13 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 13 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 13 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 13 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 13 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 13 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 14 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 14 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 14 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 14 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 14 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 14 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 15 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 15 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 15 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 15 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 15 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 15 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 16 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 16 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 16 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 16 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 16 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 16 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 17 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 17 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 17 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 17 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 17 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 17 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 18 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 18 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 18 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 18 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 18 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 18 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 19 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 19 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 19 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 19 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 19 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 19 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 20 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 20 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 20 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 20 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 20 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 20 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 21 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 21 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 21 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 21 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 21 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 21 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 22 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 22 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 22 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 22 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 22 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 22 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 23 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 23 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 23 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 23 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 23 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 23 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 24 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 24 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 24 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 24 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 24 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 24 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 25 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 25 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 25 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 25 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 25 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 25 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 26 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 26 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 26 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 26 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 26 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 26 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 27 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 27 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 27 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 27 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 27 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 27 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 28 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 28 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 28 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 28 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 28 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 28 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 29 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 29 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 29 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 29 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 29 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 29 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 30 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 30 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 30 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 30 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 30 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 30 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 31 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 31 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 31 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 31 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 31 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 31 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 32 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 32 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 32 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 32 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 32 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 32 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 33 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 33 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 33 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 33 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 33 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 33 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 34 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 34 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 34 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 34 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 34 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 34 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 35 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 35 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 35 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 35 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 35 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 35 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 36 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 36 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 36 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 36 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 36 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 36 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 37 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 37 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 37 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 37 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 37 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 37 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 38 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 38 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 38 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 38 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 38 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 38 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 39 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 39 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 39 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 39 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 39 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 39 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 40 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 40 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 40 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 40 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 40 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 40 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 41 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 41 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 41 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 41 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 41 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 41 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 42 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 42 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 42 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 42 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 42 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 42 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 43 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 43 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 43 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 43 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 43 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 43 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 44 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 44 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 44 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 44 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 44 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 44 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 45 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 45 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 45 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 45 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 45 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 45 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 46 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 46 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 46 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 46 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 47 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 47 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 47 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 47 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 48 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 48 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 48 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 48 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 49 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 49 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 49 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 49 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 49 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 49 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 50 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 50 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 50 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 50 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 50 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 50 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 54 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'formula' at line: 54 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'Z' at line: 54 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'state' at line: 54 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 54 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 54 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 54 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 55 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'formula' at line: 55 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'Z' at line: 55 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'state' at line: 55 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 55 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 55 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 55 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 56 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'formula' at line: 56 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'Z' at line: 56 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'state' at line: 56 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 56 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 56 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 56 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 57 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'formula' at line: 57 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'Z' at line: 57 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'state' at line: 57 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 57 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 57 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 57 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 58 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'Z' at line: 58 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'state' at line: 58 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 58 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 58 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 58 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 58 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 58 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 58 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 59 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'formula' at line: 59 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'state' at line: 59 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 60 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 60 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 60 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'n' at line: 61 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 61 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'n' at line: 62 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 62 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 64 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'state' at line: 64 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'value' at line: 65 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 65 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 65 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'n' at line: 66 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 66 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'n' at line: 67 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 67 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 72 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 72 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 72 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 72 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 72 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 72 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 74 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 74 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 74 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 74 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 74 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 74 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 75 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 75 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 75 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 75 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 75 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 75 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax1' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax2' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin1' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin2' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 77 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 79 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 79 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 79 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 79 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'alpha' at line: 79 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'theta' at line: 79 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'phi' at line: 79 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 79 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 79 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 81 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 81 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 81 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltatheta' at line: 81 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 81 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 81 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 81 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'starttheta' at line: 81 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 81 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'dz' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v1x' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v1y' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v2x' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v2y' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v3x' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v3y' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v4x' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v4y' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v5x' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v5y' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v6x' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v6y' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v7x' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v7y' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v8x' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v8y' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 85 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'dz' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v1x' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v1y' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v2x' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v2y' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v3x' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v3y' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v4x' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v4y' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v5x' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v5y' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v6x' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v6y' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v7x' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v7y' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v8x' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'v8y' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 88 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'theta' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'phi' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y1' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x1' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x2' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'alpha1' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y2' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x3' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x4' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'alpha2' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 92 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 93 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x1' at line: 93 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x2' at line: 93 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y1' at line: 93 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y2' at line: 93 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 93 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 93 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 93 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 94 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 94 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 94 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 94 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 94 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 94 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 94 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 94 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 95 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 95 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 95 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 95 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 95 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 95 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 95 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 95 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 96 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 96 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 96 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 96 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 96 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 96 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 96 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 96 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 98 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 98 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 98 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 99 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 99 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 100 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 101 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 101 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 101 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 101 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 101 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 101 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 102 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 104 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 104 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 104 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 105 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 105 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 106 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 106 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 106 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 106 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 106 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 106 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 107 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'unit' at line: 107 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 107 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 107 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 107 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 107 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 110 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 110 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 110 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 110 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 110 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 111 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 111 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 111 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 112 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 112 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 112 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 115 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 115 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 115 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 115 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 115 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'r' at line: 116 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 116 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'r' at line: 117 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 117 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'r' at line: 118 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 118 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 121 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 121 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 121 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex1' at line: 122 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex2' at line: 122 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex3' at line: 122 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 122 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex1' at line: 123 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex2' at line: 123 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex3' at line: 123 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 123 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex1' at line: 124 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex2' at line: 124 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex3' at line: 124 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 124 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex1' at line: 125 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex2' at line: 125 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex3' at line: 125 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 125 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex1' at line: 126 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex2' at line: 126 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex3' at line: 126 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex4' at line: 126 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'type' at line: 126 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 129 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 129 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 129 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rtor' at line: 129 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 129 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 129 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 129 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 129 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 131 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'r' at line: 131 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 131 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 131 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 132 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 132 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 132 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 132 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'numsides' at line: 132 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 132 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 133 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 133 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 133 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 134 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 134 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 134 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 136 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'deltaphi' at line: 136 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 136 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 136 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'numsides' at line: 136 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'startphi' at line: 136 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'r' at line: 137 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 137 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'r' at line: 138 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 138 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'r' at line: 139 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 139 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 142 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmin' at line: 142 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rmax' at line: 142 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'inst' at line: 142 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'outst' at line: 142 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 142 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 142 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 142 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 144 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'dx' at line: 144 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'dy' at line: 144 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'dz' at line: 144 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 144 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 144 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 145 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ax' at line: 145 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'by' at line: 145 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'cz' at line: 145 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'zcut2' at line: 145 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 145 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'zcut1' at line: 145 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 145 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 146 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'dx' at line: 146 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'dy' at line: 146 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'zmax' at line: 146 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'zcut' at line: 146 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 146 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 146 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 147 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rlo' at line: 147 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'rhi' at line: 147 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'dz' at line: 147 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 147 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 147 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 149 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex1' at line: 149 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex2' at line: 149 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex3' at line: 149 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'vertex4' at line: 149 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 149 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 149 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 151 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'PhiTwist' at line: 151 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x' at line: 151 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y' at line: 151 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 151 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 151 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 151 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 152 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'PhiTwist' at line: 152 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x1' at line: 152 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x2' at line: 152 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y1' at line: 152 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y2' at line: 152 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 152 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 152 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 152 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'PhiTwist' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'z' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'Theta' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'Phi' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y1' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'y2' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x1' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x2' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x3' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'x4' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'Alph' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 153 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'endinnerrad' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'endouterrad' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'zlen' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'phi' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'twistedangle' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'aunit' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'lunit' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'midinnerrad' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'midouterrad' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'negativeEndz' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'positiveEndz' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'nseg' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'totphi' at line: 154 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 158 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 159 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 160 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 163 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 164 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 165 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 168 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 169 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 170 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 173 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 174 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 175 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 178 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 179 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 180 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 183 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 184 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 185 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 188 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 189 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 190 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 192 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 193 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 194 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 197 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 198 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 199 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 202 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 203 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 204 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 207 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 208 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 209 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 212 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 213 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 214 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 217 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 218 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 219 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 222 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 223 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 224 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 227 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 228 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 229 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 232 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 233 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 234 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 236 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 237 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 238 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 240 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 241 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 242 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 244 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 245 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 246 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 248 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 249 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 250 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 252 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 253 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 254 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 256 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 257 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 258 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 260 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 261 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 262 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 264 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 265 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 266 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 268 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 269 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 270 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 272 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 273 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 274 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 276 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 277 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 278 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 281 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 282 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 283 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 287 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 288 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 289 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 293 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 294 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 295 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 299 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 300 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 301 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 305 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 306 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 307 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 311 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 312 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 313 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 317 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 318 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 319 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 323 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 324 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 325 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 329 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 330 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 331 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 335 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 336 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 337 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 341 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 342 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 343 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 347 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 348 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 349 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 353 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 354 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 355 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 359 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 360 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 361 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 364 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 365 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 366 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 369 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 370 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 371 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 374 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 375 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 376 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 380 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 381 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 382 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 386 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 387 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 388 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 392 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 393 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 394 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 398 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 399 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 400 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 404 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 405 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 406 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 410 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 411 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 412 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 415 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 416 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 417 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 420 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 421 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 422 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 425 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 426 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 427 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'name' at line: 433 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'version' at line: 433 +G4GDML: VALIDATION ERROR! unable to find validator for simple type of attribute 'ref' at line: 434 G4GDML: Reading definitions... G4GDML: Reading materials... G4GDML: Reading solids... @@ -49,7 +851,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1218,7 +2020,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.004500s Sys=0.000000s + User=0.000000s Real=0.004796s Sys=0.010000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1585,7 +2387,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.003889s Sys=0.000000s + User=0.000000s Real=0.004124s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1625,7 +2427,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001679s Sys=0.000000s + User=0.010000s Real=0.001766s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1664,7 +2466,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001648s Sys=0.000000s + User=0.000000s Real=0.001736s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1703,7 +2505,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.001654s Sys=0.000000s + User=0.000000s Real=0.001728s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/persistency/gdml/G01/g01.out b/examples/extended/persistency/gdml/G01/g01.out index 77c081b4a1..11edcc11a2 100644 --- a/examples/extended/persistency/gdml/G01/g01.out +++ b/examples/extended/persistency/gdml/G01/g01.out @@ -48,7 +48,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1217,7 +1217,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.005972s Sys=0.000000s + User=0.000000s Real=0.007329s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1584,7 +1584,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.003578s Sys=0.000000s + User=0.010000s Real=0.004749s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1624,7 +1624,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002287s Sys=0.000000s + User=0.000000s Real=0.001763s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1663,7 +1663,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001704s Sys=0.000000s + User=0.000000s Real=0.001735s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1702,7 +1702,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.004931s Sys=0.000000s + User=0.000000s Real=0.002320s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/persistency/gdml/G04/g04.out b/examples/extended/persistency/gdml/G04/g04.out index 29e0be4f6a..0f1fcdb88a 100644 --- a/examples/extended/persistency/gdml/G04/g04.out +++ b/examples/extended/persistency/gdml/G04/g04.out @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1078,7 +1078,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001280s Sys=0.000000s + User=0.000000s Real=0.001320s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1330,7 +1330,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001482s Sys=0.000000s + User=0.000000s Real=0.000947s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1383,7 +1383,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000171s Sys=0.000000s + User=0.000000s Real=0.000193s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1435,7 +1435,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000181s Sys=0.000000s + User=0.000000s Real=0.000171s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1487,7 +1487,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000162s Sys=0.000000s + User=0.000000s Real=0.000195s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out index ff1606e196..db9a18462d 100644 --- a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out +++ b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/physicslists/factory/factory-environment.out b/examples/extended/physicslists/factory/factory-environment.out index 7755e78bb1..6ab6090f13 100644 --- a/examples/extended/physicslists/factory/factory-environment.out +++ b/examples/extended/physicslists/factory/factory-environment.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 75f187fbd7..9020fbf776 100644 --- a/examples/extended/physicslists/factory/factory.out +++ b/examples/extended/physicslists/factory/factory.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 184dca6a5a..c8ad8bc6b9 100644 --- a/examples/extended/physicslists/genericPL/genericPL.out +++ b/examples/extended/physicslists/genericPL/genericPL.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 ab854487a0..283dd339b9 100644 --- a/examples/extended/polarisation/Pol01/pol01.out +++ b/examples/extended/polarisation/Pol01/pol01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -214,7 +214,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.060000s Real=0.070020s Sys=0.010000s + User=0.090000s Real=0.095028s 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 50f7207fcf..053cc28dcf 100644 --- a/examples/extended/radioactivedecay/Activation/Activation.out +++ b/examples/extended/radioactivedecay/Activation/Activation.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -139,7 +139,7 @@ Screening factor 1 Enable DEBUG 0 ======================================================= -@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7/Inelastic +@@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic ========= Table of registered couples ============================ @@ -178,7 +178,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.120000s Real=0.127348s Sys=0.000000s + User=0.140000s Real=0.172904s 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 4c3f9be1f4..44694eb415 100644 --- a/examples/extended/radioactivedecay/rdecay01/rdecay01.out +++ b/examples/extended/radioactivedecay/rdecay01/rdecay01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -116,7 +116,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.002815s Sys=0.000000s + User=0.000000s Real=0.004897s Sys=0.000000s ======================== run summary ====================== The run was 1 Co60 of 0 eV @@ -191,7 +191,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.920000s Real=0.929856s Sys=0.000000s + User=1.140000s Real=1.295824s Sys=0.000000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV @@ -202,7 +202,7 @@ Run Summary Co60: 100000 Emean = 0 eV ( 0 eV --> 0 eV ) mean life = 7.61 y Ni60[1332.514]: 118 Emean = 18.86 eV ( 604.8 meV --> 32.92 eV ) mean life = 1.06 ps Ni60[2505.753]: 99882 Emean = 1.467 eV ( 0 eV --> 3.748 eV ) mean life = 4.761 ps - anti_nu_e: 99999 Emean = 218.2 keV ( 887 eV --> 1.461 MeV) stable + anti_nu_e: 100000 Emean = 218.2 keV ( 1 eV --> 1.461 MeV) stable e-: 100000 Emean = 96.82 keV ( 7.341 eV --> 1.413 MeV) stable Ekin Total (Q single decay): mean = 315 keV ( 313.6 keV --> 1.487 MeV) @@ -266,7 +266,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=2.200000s Real=2.216749s Sys=0.000000s + User=2.740000s Real=3.138787s 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 0d51324fb2..78fbefb6bd 100644 --- a/examples/extended/radioactivedecay/rdecay02/rdecay02.out +++ b/examples/extended/radioactivedecay/rdecay02/rdecay02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -828,7 +828,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.880000s Real=0.893391s Sys=0.000000s + User=0.980000s Real=1.102514s Sys=0.000000s The run is 10000 Ne24 of 0 eV 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 dd85ef6321..07300b4ac0 100644 --- a/examples/extended/runAndEvent/RE01/sample.out +++ b/examples/extended/runAndEvent/RE01/sample.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/runAndEvent/RE02/run.out b/examples/extended/runAndEvent/RE02/run.out index d0e7ae63cf..620f6c10cf 100644 --- a/examples/extended/runAndEvent/RE02/run.out +++ b/examples/extended/runAndEvent/RE02/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1354,7 +1354,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.002611s Sys=0.000000s + User=0.000000s Real=0.002538s 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 2389dd20bd..21c95b29c4 100644 --- a/examples/extended/runAndEvent/RE02/run3.out +++ b/examples/extended/runAndEvent/RE02/run3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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=10.160000s Real=10.319129s Sys=0.040000s + User=10.780000s Real=12.159889s Sys=0.050000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 52027 PrimitiveScorer RUN PhantomSD,protonEDep diff --git a/examples/extended/runAndEvent/RE02/run4.out b/examples/extended/runAndEvent/RE02/run4.out index 6516c608d6..751e78445c 100644 --- a/examples/extended/runAndEvent/RE02/run4.out +++ b/examples/extended/runAndEvent/RE02/run4.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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.130000s Real=0.135822s Sys=0.000000s + User=0.150000s Real=0.155088s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 81 PrimitiveScorer RUN PhantomSD,protonEDep diff --git a/examples/extended/runAndEvent/RE03/run.out b/examples/extended/runAndEvent/RE03/run.out index 8db91aaa9c..0f7871102c 100644 --- a/examples/extended/runAndEvent/RE03/run.out +++ b/examples/extended/runAndEvent/RE03/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -846,7 +846,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2000 - User=40.240000s Real=40.696554s Sys=0.010000s + User=43.050000s Real=45.389116s Sys=0.020000s # ######################################## # diff --git a/examples/extended/runAndEvent/RE04/exampleRE04.out b/examples/extended/runAndEvent/RE04/exampleRE04.out index f3c5ec1b0d..e902851440 100644 --- a/examples/extended/runAndEvent/RE04/exampleRE04.out +++ b/examples/extended/runAndEvent/RE04/exampleRE04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) 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 fe3ef47175..e3d1ba0808 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.out +++ b/examples/extended/runAndEvent/RE05/exampleRE05.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -948,7 +948,7 @@ G4HEPEvtInterface - reading 330 HEPEvt particles from pythia_event.data. Run terminated. Run Summary Number of events processed : 10 - User=1.320000s Real=1.337461s Sys=0.010000s + User=1.220000s Real=1.261844s Sys=0.010000s # Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/runAndEvent/RE06/exampleRE06.out b/examples/extended/runAndEvent/RE06/exampleRE06.out index ecc44870ec..2c3e2a4c76 100644 --- a/examples/extended/runAndEvent/RE06/exampleRE06.out +++ b/examples/extended/runAndEvent/RE06/exampleRE06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -988,7 +988,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10 - User=4.430000s Real=5.616446s Sys=1.140000s + User=4.860000s Real=6.764999s Sys=1.230000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1271,7 +1271,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.890000s Real=1.136058s Sys=0.240000s + User=0.930000s Real=1.236041s Sys=0.250000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1585,7 +1585,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.210000s Real=0.270861s Sys=0.060000s + User=0.240000s Real=0.337231s Sys=0.060000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1928,7 +1928,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.600000s Real=0.756847s Sys=0.150000s + User=0.620000s Real=0.809851s Sys=0.170000s ############################################################ Run Summary - Number of events : 10 ############################################################ diff --git a/examples/extended/runAndEvent/RE07/processes.out b/examples/extended/runAndEvent/RE07/processes.out index 3672675ba7..e3e80c8e6d 100644 --- a/examples/extended/runAndEvent/RE07/processes.out +++ b/examples/extended/runAndEvent/RE07/processes.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/runAndEvent/RE07/specialized.out b/examples/extended/runAndEvent/RE07/specialized.out index 1671622d50..aff6c5f1ae 100644 --- a/examples/extended/runAndEvent/RE07/specialized.out +++ b/examples/extended/runAndEvent/RE07/specialized.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/runAndEvent/RE07/tracking.out b/examples/extended/runAndEvent/RE07/tracking.out index 73db0a5a4d..c813b865a3 100644 --- a/examples/extended/runAndEvent/RE07/tracking.out +++ b/examples/extended/runAndEvent/RE07/tracking.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/visualization/movies/movies.out b/examples/extended/visualization/movies/movies.out index f6f2d8e603..07b54ae1b4 100644 --- a/examples/extended/visualization/movies/movies.out +++ b/examples/extended/visualization/movies/movies.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/visualization/userVisAction/run1.out b/examples/extended/visualization/userVisAction/run1.out index 22b0d0ae72..7d0675df4b 100644 --- a/examples/extended/visualization/userVisAction/run1.out +++ b/examples/extended/visualization/userVisAction/run1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1072,7 +1072,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.001878s Sys=0.000000s + User=0.000000s Real=0.001576s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 5 gamma of 6 MeV @@ -1183,7 +1183,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000839s Sys=0.000000s + User=0.000000s Real=0.000718s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1 proton of 210 MeV diff --git a/examples/extended/visualization/userVisAction/run2.out b/examples/extended/visualization/userVisAction/run2.out index f8ad8e4a64..08aa19eae4 100644 --- a/examples/extended/visualization/userVisAction/run2.out +++ b/examples/extended/visualization/userVisAction/run2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -890,7 +890,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1000 - User=0.030000s Real=0.029749s Sys=0.000000s + User=0.030000s Real=0.037456s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV @@ -965,7 +965,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.230000s Real=0.237428s Sys=0.000000s + User=0.250000s Real=0.273167s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV diff --git a/examples/extended/visualization/userVisAction/userVisAction.out b/examples/extended/visualization/userVisAction/userVisAction.out index fdceca9e39..7016f00d29 100644 --- a/examples/extended/visualization/userVisAction/userVisAction.out +++ b/examples/extended/visualization/userVisAction/userVisAction.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-patch-01 (16-February-2024) + Geant4 version Name: geant4-11-02-patch-02 (21-June-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/packaging/rpm/geant4.spec b/packaging/rpm/geant4.spec index 2c2c6cd946..8179833574 100644 --- a/packaging/rpm/geant4.spec +++ b/packaging/rpm/geant4.spec @@ -1,6 +1,6 @@ -%global geant4_version 11.2.1 +%global geant4_version 11.2.2 -%global NEUTRONHPDATA G4NDL.4.7 +%global NEUTRONHPDATA G4NDL.4.7.1 %global LEDATA G4EMLOW.8.5 %global LEVELGAMMADATA G4PhotonEvaporation.5.7 %global RADIOACTIVEDATA G4RadioactiveDecay.5.6 @@ -258,6 +258,12 @@ tar xzf %{SOURCE12} -C %{buildroot}/%{_datadir}/%{name}/data %endif %changelog +* Fri Jun 21 2024 Gabriele Cosmo - 11.2.2 +- Update to version 11.2.2 + +* Fri Feb 16 2024 Gabriele Cosmo - 11.2.1 +- Update to version 11.2.1 + * Wed Dec 12 2023 Guilherme Amadio - 11.2.0 - Update to version 11.2.0 diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index c4441f41ce..4bea028cef 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -45,8 +45,16 @@ endif() geant4_compose_targets() if(GEANT4_USE_VTK) - vtk_module_autoinit( - TARGETS G4visVtk - MODULES ${VTK_LIBRARIES} - ) -endif() \ No newline at end of file + if(TARGET G4visVtk) + vtk_module_autoinit( + TARGETS G4visVtk + MODULES ${VTK_LIBRARIES} + ) + endif() + if(TARGET G4visVtk-static) + vtk_module_autoinit( + TARGETS G4visVtk-static + MODULES ${VTK_LIBRARIES} + ) + endif() +endif() diff --git a/source/analysis/History b/source/analysis/History index 04e9d0fdfa..92177e465c 100644 --- a/source/analysis/History +++ b/source/analysis/History @@ -6,6 +6,15 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-06-05 I. Hrivnacova (analysis-V11-01-11) +- Do not delete G4Accumulable default constructor, + as it prevents from using it in an array without an explicit + initialization in the header. + +## 2024-05-02 Gabriele Cosmo +- Fixed wrong conversion to G4String in G4THnToolsManager, leading to + compilation error on gcc compiler with C++23 Standard enabled. + ## 2023-11-03 Ben Morgan (analysis-V11-01-10) - Use "G4" prefixed version of EXPAT/ZLIB CMake variables diff --git a/source/analysis/accumulables/include/G4Accumulable.hh b/source/analysis/accumulables/include/G4Accumulable.hh index 64d4607d48..4d0d810a04 100644 --- a/source/analysis/accumulables/include/G4Accumulable.hh +++ b/source/analysis/accumulables/include/G4Accumulable.hh @@ -42,11 +42,10 @@ class G4Accumulable : public G4VAccumulable public: G4Accumulable(const G4String& name, T initValue, G4MergeMode mergeMode = G4MergeMode::kAddition); - G4Accumulable(T initValue, + G4Accumulable(T initValue = 0, G4MergeMode mergeMode = G4MergeMode::kAddition); G4Accumulable(const G4Accumulable& rhs); G4Accumulable(G4Accumulable&& rhs) noexcept; - G4Accumulable() = delete; ~G4Accumulable() override = default; // Operators diff --git a/source/analysis/management/include/G4THnToolsManager.icc b/source/analysis/management/include/G4THnToolsManager.icc index 5b570e436a..a6b6b1c4a0 100644 --- a/source/analysis/management/include/G4THnToolsManager.icc +++ b/source/analysis/management/include/G4THnToolsManager.icc @@ -297,7 +297,7 @@ template G4String G4THnToolsManager::GetTitle(G4int id) const { auto ht = GetTInFunction(id, "GetTitle"); - if (ht == nullptr) return 0; + if (ht == nullptr) return G4String(); return ht->title(); } @@ -308,7 +308,7 @@ template G4String G4THnToolsManager::GetAxisTitle(unsigned int idim, G4int id) const { auto ht = GetTInFunction(id, "GetAxisTitle"); - if (ht == nullptr) return 0; + if (ht == nullptr) return G4String(); G4String title; G4bool result = ht->annotation(fkKeyAxisTitle[idim], title); diff --git a/source/digits_hits/History b/source/digits_hits/History index f57d06c8b0..6a1a04ce88 100644 --- a/source/digits_hits/History +++ b/source/digits_hits/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-05-07 Gabriele Cosmo (digits_hits-V11-01-01) +- Fixed compilation error in G4THitsMap on macOS/clang with C++23 Standard + enabled. + ## 2022-12-12 Ben Morgan (digits_hits-V11-01-00) - Remove obsolete GNUmakefile scripts diff --git a/source/digits_hits/hits/include/G4THitsMap.hh b/source/digits_hits/hits/include/G4THitsMap.hh index f7db5e1100..bf9ee0c935 100644 --- a/source/digits_hits/hits/include/G4THitsMap.hh +++ b/source/digits_hits/hits/include/G4THitsMap.hh @@ -33,6 +33,7 @@ #include #include +#include // class description: // diff --git a/source/externals/g4tools/History b/source/externals/g4tools/History index db269166dc..d3c683dc4f 100644 --- a/source/externals/g4tools/History +++ b/source/externals/g4tools/History @@ -6,6 +6,14 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-03-13 Gabriele Cosmo (g4tools-V11-01-07) +- Fixed string assignments in 'window' and 'pixwin', to support either UNICODE + or UTF-16 encoding on Windows. Addressing problem report #2599. + +## 2024-02-15 Gabriele Cosmo +- Fixed compilation warnings in ccontour and gl2ps on gcc when LTO settings + are enabled. + ## 2023-11-09 Guy Barrand (g4tools-V11-01-06) - tools/wroot/file: in the constructor, for the streaming of the root directory, take into account the streaming of what would be the fUUID (a TUUID in ROOT) field of the TDirectory version 4. This permits to fix the "G4AnalysisManager creates ROOT files diff --git a/source/externals/g4tools/include/tools/ccontour b/source/externals/g4tools/include/tools/ccontour index 59f508ffe7..b7249e3ff6 100644 --- a/source/externals/g4tools/include/tools/ccontour +++ b/source/externals/g4tools/include/tools/ccontour @@ -168,8 +168,8 @@ protected: double m_pLimits[4]; // left, right, bottom, top int m_iColFir; // primary grid, number of columns int m_iRowFir; // primary grid, number of rows - int m_iColSec; // secondary grid, number of columns - int m_iRowSec; // secondary grid, number of rows + unsigned int m_iColSec; // secondary grid, number of columns + unsigned int m_iRowSec; // secondary grid, number of rows void* m_pFieldFcnData; // G.Barrand : handle a user data pointer. double (*m_pFieldFcn)(double x, double y,void*); // pointer to F(x,y) function @@ -252,7 +252,7 @@ inline void ccontour::InitMemory() if (!m_ppFnData) { m_ppFnData=new CFnStr*[m_iColSec+1]; - for (int i=0;i= cols) + if (x >= (int)cols) break; if (m_ppFnData[x]==NULL) m_ppFnData[x] = new CFnStr[rows]; - for (y = 0; y < rows; y++) + for (y = 0; y < (int)rows; y++) FnctData(x,y)->m_sTopLen = -1; } @@ -351,7 +350,7 @@ inline void ccontour::generate() if (m_ppFnData[x]==NULL) m_ppFnData[x] = new CFnStr[rows]; - for (y = 0; y < rows; y++) + for (y = 0; y < (int)rows; y++) FnctData(x,y)->m_sTopLen = -1; } } diff --git a/source/externals/g4tools/include/tools/gl2ps b/source/externals/g4tools/include/tools/gl2ps index 96fb40605c..b303346b17 100644 --- a/source/externals/g4tools/include/tools/gl2ps +++ b/source/externals/g4tools/include/tools/gl2ps @@ -1638,7 +1638,7 @@ inline tools_GLint tools_gl2psSplitPrimitive(tools_GL2PSprimitive *prim, tools_G { tools_GLshort i, j, in = 0, out = 0, in0[5], in1[5], out0[5], out1[5]; tools_GLint type; - tools_GLfloat d[5]; + tools_GLfloat d[5] = {0.0}; type = TOOLS_GL2PS_COINCIDENT; diff --git a/source/externals/g4tools/include/toolx/Windows/pixwin b/source/externals/g4tools/include/toolx/Windows/pixwin index 23fcd75a9b..9238f8050e 100644 --- a/source/externals/g4tools/include/toolx/Windows/pixwin +++ b/source/externals/g4tools/include/toolx/Windows/pixwin @@ -50,8 +50,8 @@ class pixwin { wc.hIcon = LoadIcon(NULL,IDI_APPLICATION); wc.hCursor = LoadCursor(NULL,IDC_ARROW); wc.hbrBackground = GetSysColorBrush(COLOR_BTNFACE); - wc.lpszMenuName = s_class().c_str(); - wc.lpszClassName = s_class().c_str(); + wc.lpszMenuName = (PTSTR)s_class().c_str(); + wc.lpszClassName = (PTSTR)s_class().c_str(); ::RegisterClass(&wc); s_done = true; } @@ -73,7 +73,7 @@ public: ,m_interactor(0) { register_class(); - m_hwnd = ::CreateWindow(s_class().c_str(), + m_hwnd = ::CreateWindow((PTSTR)s_class().c_str(), //m_hwnd = ::CreateWindowEx(WS_EX_LAYERED,s_class().c_str(), NULL, WS_CHILD | WS_VISIBLE, @@ -115,7 +115,7 @@ protected: register_class(); RECT rect; ::GetClientRect(m_parent,&rect); - m_hwnd = ::CreateWindow(s_class().c_str(), + m_hwnd = ::CreateWindow((PTSTR)s_class().c_str(), NULL, WS_CHILD | WS_VISIBLE, 0,0, diff --git a/source/externals/g4tools/include/toolx/Windows/window b/source/externals/g4tools/include/toolx/Windows/window index ac07b006e5..6cd968699d 100644 --- a/source/externals/g4tools/include/toolx/Windows/window +++ b/source/externals/g4tools/include/toolx/Windows/window @@ -28,8 +28,8 @@ class window { wc.hIcon = LoadIcon(NULL,IDI_APPLICATION); wc.hCursor = LoadCursor(NULL,IDC_ARROW); wc.hbrBackground = GetSysColorBrush(COLOR_BTNFACE); - wc.lpszMenuName = s_class().c_str(); - wc.lpszClassName = s_class().c_str(); + wc.lpszMenuName = (PTSTR)s_class().c_str(); + wc.lpszClassName = (PTSTR)s_class().c_str(); ::RegisterClass(&wc); s_done = true; } @@ -54,7 +54,7 @@ public: // WARNING : given a_w,a_h may not be the client area because of various decorations. // See set_client_area_size() method to enforce a client area size. register_class(); - m_hwnd = ::CreateWindow(s_class().c_str(), + m_hwnd = ::CreateWindow((PTSTR)s_class().c_str(), NULL, a_mask, a_x,a_y, @@ -63,7 +63,7 @@ public: ::GetModuleHandle(NULL), NULL); if(!m_hwnd) return; - ::SetWindowText(m_hwnd,a_title); + ::SetWindowText(m_hwnd,(PTSTR)a_title); ::SetWindowLongPtr(m_hwnd,GWLP_USERDATA,LONG_PTR(this)); } virtual ~window(){ diff --git a/source/externals/ptl/History b/source/externals/ptl/History index 2809229e1e..90bdf686f6 100644 --- a/source/externals/ptl/History +++ b/source/externals/ptl/History @@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-04-24 Pere Mato (ptl-V11-01-01) +- Changed Windows.h to windows.h since for MinGW always seems to be lower case, not relevant for native builds. + ## 2023-10-11 Ben Morgan (ptl-V11-01-00) - Disable optimization of ThreadPool::execute_thread on Apple/Intel/AppleClang builds - Workaround for Bugzilla 2564 diff --git a/source/externals/ptl/src/Threading.cc b/source/externals/ptl/src/Threading.cc index 324d6c12d7..a7553d8db2 100644 --- a/source/externals/ptl/src/Threading.cc +++ b/source/externals/ptl/src/Threading.cc @@ -27,7 +27,7 @@ #include "PTL/Utility.hh" #if defined(PTL_WINDOWS) -# include +# include #endif #if defined(PTL_MACOS) diff --git a/source/geometry/magneticfield/History b/source/geometry/magneticfield/History index adbc8c941d..881abcea0d 100644 --- a/source/geometry/magneticfield/History +++ b/source/geometry/magneticfield/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-04-17 Ben Morgan (field-V11-01-07) +- Fix maybe-uninitialized warnings found in ATLAS builds + - Reported in internal ATLASSIM-6058 ticket. + ## 2023-11-03 Gabriele Cosmo (field-V11-01-06) - Reinstated default DormandPrince745 stepper. diff --git a/source/geometry/magneticfield/src/G4DormandPrince745.cc b/source/geometry/magneticfield/src/G4DormandPrince745.cc index e81271869f..221c7c5d8f 100644 --- a/source/geometry/magneticfield/src/G4DormandPrince745.cc +++ b/source/geometry/magneticfield/src/G4DormandPrince745.cc @@ -130,7 +130,7 @@ void G4DormandPrince745::Stepper(const G4double yInput[], dc7 = -(- 1.0 / 40.0); const G4int numberOfVariables = GetNumberOfVariables(); - State yTemp; + State yTemp = {0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.}; // The number of variables to be integrated over // @@ -304,7 +304,7 @@ void G4DormandPrince745::SetupInterpolation5thOrder() b98 = -805.0 / 4104.0; const G4int numberOfVariables = GetNumberOfVariables(); - State yTemp; + State yTemp = {0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.}; // Evaluate the extra stages // diff --git a/source/geometry/magneticfield/src/G4MagIntegratorDriver.cc b/source/geometry/magneticfield/src/G4MagIntegratorDriver.cc index 0b0a4b86d3..9ef54237af 100644 --- a/source/geometry/magneticfield/src/G4MagIntegratorDriver.cc +++ b/source/geometry/magneticfield/src/G4MagIntegratorDriver.cc @@ -115,8 +115,10 @@ G4MagInt_Driver::AccurateAdvance(G4FieldTrack& y_current, G4FieldTrack yFldTrkStart(y_current); #endif - G4double y[G4FieldTrack::ncompSVEC], dydx[G4FieldTrack::ncompSVEC]; - G4double ystart[G4FieldTrack::ncompSVEC], yEnd[G4FieldTrack::ncompSVEC]; + G4double y[G4FieldTrack::ncompSVEC] = {0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.}; + G4double dydx[G4FieldTrack::ncompSVEC] = {0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.}; + G4double ystart[G4FieldTrack::ncompSVEC] = {0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.}; + G4double yEnd[G4FieldTrack::ncompSVEC] = {0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.}; G4double x1, x2; G4bool succeeded = true; diff --git a/source/geometry/navigation/History b/source/geometry/navigation/History index 933ce1f9b2..9189451b38 100644 --- a/source/geometry/navigation/History +++ b/source/geometry/navigation/History @@ -6,6 +6,11 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-04-21 Gabriele Cosmo (geomnav-V11-01-09) +- Fixed compilation error in G4Navigator on Windows VC++ with + C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + ## 2023-11-17 Gabriele Cosmo (geomnav-V11-01-08) - Fixed "/geometry/test/check_parallel" UI command in G4GeometryMessenger. diff --git a/source/geometry/navigation/src/G4Navigator.cc b/source/geometry/navigation/src/G4Navigator.cc index 8b1e2ed190..ab9ad29d41 100644 --- a/source/geometry/navigation/src/G4Navigator.cc +++ b/source/geometry/navigation/src/G4Navigator.cc @@ -1031,7 +1031,7 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector& pGlobalpoint, << " (local position: " << newLocalPoint << ")" << G4endl << " (local direction: " << localDirection << ")." << G4endl << " Previous phys volume: '" - << ( fLastMotherPhys != nullptr ? fLastMotherPhys->GetName() : "" ) + << ( fLastMotherPhys != nullptr ? fLastMotherPhys->GetName() : G4String("") ) << "'" << G4endl << G4endl; if( actAndReport || abandon ) { diff --git a/source/geometry/solids/specific/History b/source/geometry/solids/specific/History index c455f704f7..dbfb00e8ed 100644 --- a/source/geometry/solids/specific/History +++ b/source/geometry/solids/specific/History @@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-02-01 Gabriele Cosmo (geom-specific-V11-01-07) +- Use std::size_t for array sizes in G4PolyhedraSide and G4PolyPhiFace. + ## 2023-07-10 Evgueni Tcherniaev (geom-specific-V11-01-06) - Fixed bounding box calculation in G4VTwistedFaceted::BoundingLimits(). diff --git a/source/geometry/solids/specific/include/G4PolyPhiFace.hh b/source/geometry/solids/specific/include/G4PolyPhiFace.hh index 0bb96574f2..5c5b622d79 100644 --- a/source/geometry/solids/specific/include/G4PolyPhiFace.hh +++ b/source/geometry/solids/specific/include/G4PolyPhiFace.hh @@ -43,7 +43,7 @@ // Author: David C. Williams (davidw@scipp.ucsc.edu) // -------------------------------------------------------------------- #ifndef G4POLYPHIFACE_HH -#define G4POLYPHIFACE_HH +#define G4POLYPHIFACE_HH 1 #include "G4VCSGface.hh" #include "G4TwoVector.hh" @@ -65,7 +65,7 @@ struct G4PolyPhiFaceVertex struct G4PolyPhiFaceEdge { - G4PolyPhiFaceEdge() {} + G4PolyPhiFaceEdge() = default; G4PolyPhiFaceVertex *v0{nullptr}, *v1{nullptr}; // Corners G4double tr{.0}, tz{0.}, // Unit vector along edge length{0.}; // Length of edge @@ -205,7 +205,7 @@ class G4PolyPhiFace : public G4VCSGface protected: - G4int numEdges; // Number of edges + G4int numEdges = 0; // Number of edges G4PolyPhiFaceEdge* edges = nullptr; // The edges of the face G4PolyPhiFaceVertex* corners = nullptr; // And the corners G4ThreeVector normal; // Normal unit vector diff --git a/source/geometry/solids/specific/src/G4PolyPhiFace.cc b/source/geometry/solids/specific/src/G4PolyPhiFace.cc index 6f43a276c6..afd09a25dd 100644 --- a/source/geometry/solids/specific/src/G4PolyPhiFace.cc +++ b/source/geometry/solids/specific/src/G4PolyPhiFace.cc @@ -56,7 +56,7 @@ G4PolyPhiFace::G4PolyPhiFace( const G4ReduciblePolygon* rz, kCarTolerance = G4GeometryTolerance::GetInstance()->GetSurfaceTolerance(); numEdges = rz->NumVertices(); - + rMin = rz->Amin(); rMax = rz->Amax(); zMin = rz->Bmin(); @@ -92,7 +92,8 @@ G4PolyPhiFace::G4PolyPhiFace( const G4ReduciblePolygon* rz, // // Allocate corners // - corners = new G4PolyPhiFaceVertex[numEdges]; + const std::size_t maxEdges = numEdges>0 ? numEdges : 1; + corners = new G4PolyPhiFaceVertex[maxEdges]; // // Fill them // @@ -112,13 +113,13 @@ G4PolyPhiFace::G4PolyPhiFace( const G4ReduciblePolygon* rz, // Add pointer on prev corner // if( corn == corners ) - { corn->prev = corners+numEdges-1;} + { corn->prev = corners+maxEdges-1;} else { corn->prev = helper; } // Add pointer on next corner // - if( corn < corners+numEdges-1 ) + if( corn < corners+maxEdges-1 ) { corn->next = corn+1;} else { corn->next = corners; } @@ -129,7 +130,7 @@ G4PolyPhiFace::G4PolyPhiFace( const G4ReduciblePolygon* rz, // // Allocate edges // - edges = new G4PolyPhiFaceEdge[numEdges]; + edges = new G4PolyPhiFaceEdge[maxEdges]; // // Fill them @@ -137,7 +138,7 @@ G4PolyPhiFace::G4PolyPhiFace( const G4ReduciblePolygon* rz, G4double rFact = std::cos(0.5*deltaPhi); G4double rFactNormalize = 1.0/std::sqrt(1.0+rFact*rFact); - G4PolyPhiFaceVertex* prev = corners+numEdges-1, + G4PolyPhiFaceVertex* prev = corners+maxEdges-1, * here = corners; G4PolyPhiFaceEdge* edge = edges; do // Loop checking, 13.08.2015, G.Cosmo @@ -176,12 +177,12 @@ G4PolyPhiFace::G4PolyPhiFace( const G4ReduciblePolygon* rz, sideNorm += normal; edge->norm3D = sideNorm.unit(); - } while( edge++, prev=here, ++here < corners+numEdges ); + } while( edge++, prev=here, ++here < corners+maxEdges ); // // Go back and fill in corner "normals" // - G4PolyPhiFaceEdge* prevEdge = edges+numEdges-1; + G4PolyPhiFaceEdge* prevEdge = edges+maxEdges-1; edge = edges; do // Loop checking, 13.08.2015, G.Cosmo { @@ -238,7 +239,7 @@ G4PolyPhiFace::G4PolyPhiFace( const G4ReduciblePolygon* rz, // Combine it with the r/z direction from the face // edge->v0->norm3D = rNorm*xyVector.unit() + G4ThreeVector( 0, 0, zNorm ); - } while( prevEdge=edge, ++edge < edges+numEdges ); + } while( prevEdge=edge, ++edge < edges+maxEdges ); // // Build point on surface @@ -335,23 +336,25 @@ void G4PolyPhiFace::CopyStuff( const G4PolyPhiFace& source ) kCarTolerance = source.kCarTolerance; fSurfaceArea = source.fSurfaceArea; + const std::size_t maxEdges = (numEdges > 0) ? numEdges : 1; + // // Corner dynamic array // - corners = new G4PolyPhiFaceVertex[numEdges]; + corners = new G4PolyPhiFaceVertex[maxEdges]; G4PolyPhiFaceVertex *corn = corners, *sourceCorn = source.corners; do // Loop checking, 13.08.2015, G.Cosmo { *corn = *sourceCorn; - } while( ++sourceCorn, ++corn < corners+numEdges ); + } while( ++sourceCorn, ++corn < corners+maxEdges ); // // Edge dynamic array // - edges = new G4PolyPhiFaceEdge[numEdges]; + edges = new G4PolyPhiFaceEdge[maxEdges]; - G4PolyPhiFaceVertex* prev = corners+numEdges-1, + G4PolyPhiFaceVertex* prev = corners+maxEdges-1, * here = corners; G4PolyPhiFaceEdge* edge = edges, * sourceEdge = source.edges; @@ -360,7 +363,7 @@ void G4PolyPhiFace::CopyStuff( const G4PolyPhiFace& source ) *edge = *sourceEdge; edge->v0 = prev; edge->v1 = here; - } while( ++sourceEdge, ++edge, prev=here, ++here < corners+numEdges ); + } while( ++sourceEdge, ++edge, prev=here, ++here < corners+maxEdges ); } // Intersect @@ -1095,7 +1098,8 @@ void G4PolyPhiFace::Triangulate() // The copy of Polycone is made and this copy is reordered in order to // have a list of triangles. This list is used for GetPointOnFace(). - auto tri_help = new G4PolyPhiFaceVertex[numEdges]; + const std::size_t maxEdges = (numEdges > 0) ? numEdges : 1; + auto tri_help = new G4PolyPhiFaceVertex[maxEdges]; triangles = tri_help; G4PolyPhiFaceVertex* triang = triangles; @@ -1114,18 +1118,18 @@ void G4PolyPhiFace::Triangulate() triang->r = helper->r; triang->z = helper->z; triang->x = helper->x; - triang->y= helper->y; + triang->y = helper->y; // add pointer on prev corner // if( helper==corners ) - { triang->prev=triangles+numEdges-1; } + { triang->prev=triangles+maxEdges-1; } else { triang->prev=helper2; } // add pointer on next corner // - if( helpernext=triang+1; } else { triang->next=triangles; } @@ -1229,11 +1233,11 @@ void G4PolyPhiFace::Triangulate() if(chose>=Achose1 && chose0 ? theNumSide : 1; + deltaPhi = phiTotal/numSide; endPhi = startPhi+phiTotal; - - vecs = new G4PolyhedraSideVec[numSide]; - - edges = new G4PolyhedraSideEdge[phiIsOpen ? numSide+1 : numSide]; + + const std::size_t maxSides = numSide; + vecs = new G4PolyhedraSideVec[maxSides]; + edges = new G4PolyhedraSideEdge[phiIsOpen ? maxSides+1 : maxSides]; // // ...this is where we start @@ -207,7 +207,7 @@ G4PolyhedraSide::G4PolyhedraSide( const G4PolyhedraSideRZ* prevRZ, b1 = b2; c1 = c2; d1 = d2; - } while( ++vec < vecs+numSide ); + } while( ++vec < vecs+maxSides ); // // Clean up hanging edge @@ -219,14 +219,14 @@ G4PolyhedraSide::G4PolyhedraSide( const G4PolyhedraSideRZ* prevRZ, } else { - vecs[numSide-1].edges[1] = edges; + vecs[maxSides-1].edges[1] = edges; } // // Go back and fill in remaining fields in edges // vec = vecs; - G4PolyhedraSideVec *prev = vecs+numSide-1; + G4PolyhedraSideVec *prev = vecs+maxSides-1; do // Loop checking, 13.08.2015, G.Cosmo { edge = vec->edges[0]; // The edge between prev and vec @@ -249,7 +249,7 @@ G4PolyhedraSide::G4PolyhedraSide( const G4PolyhedraSideRZ* prevRZ, eNorm = vec->edgeNorm[1] + prev->edgeNorm[1]; edge->cornNorm[1] = eNorm.unit(); - } while( prev=vec, ++vec < vecs + numSide ); + } while( prev=vec, ++vec < vecs + maxSides ); if (phiIsOpen) { @@ -279,7 +279,7 @@ G4PolyhedraSide::G4PolyhedraSide( const G4PolyhedraSideRZ* prevRZ, // // Repeat for ending phi // - vec = vecs + numSide - 1; + vec = vecs + maxSides - 1; normvec = vec->edges[1]->corner[0] - vec->edges[1]->corner[1]; normvec = normvec.cross(vec->normal); @@ -356,11 +356,11 @@ void G4PolyhedraSide::CopyStuff( const G4PolyhedraSide& source ) // // The simple stuff // - numSide = source.numSide; r[0] = source.r[0]; r[1] = source.r[1]; z[0] = source.z[0]; z[1] = source.z[1]; + numSide = source.numSide; startPhi = source.startPhi; deltaPhi = source.deltaPhi; endPhi = source.endPhi; @@ -380,7 +380,8 @@ void G4PolyhedraSide::CopyStuff( const G4PolyhedraSide& source ) // // Duplicate edges // - G4int numEdges = phiIsOpen ? numSide+1 : numSide; + const std::size_t numSides = (numSide > 0) ? numSide : 1; + const std::size_t numEdges = phiIsOpen ? numSides+1 : numSides; edges = new G4PolyhedraSideEdge[numEdges]; G4PolyhedraSideEdge *edge = edges, @@ -393,7 +394,7 @@ void G4PolyhedraSide::CopyStuff( const G4PolyhedraSide& source ) // // Duplicate vecs // - vecs = new G4PolyhedraSideVec[numSide]; + vecs = new G4PolyhedraSideVec[numSides]; G4PolyhedraSideVec *vec = vecs, *sourceVec = source.vecs; @@ -402,7 +403,7 @@ void G4PolyhedraSide::CopyStuff( const G4PolyhedraSide& source ) *vec = *sourceVec; vec->edges[0] = edges + (sourceVec->edges[0] - source.edges); vec->edges[1] = edges + (sourceVec->edges[1] - source.edges); - } while( ++sourceVec, ++vec < vecs + numSide ); + } while( ++sourceVec, ++vec < vecs + numSides ); } // Intersect diff --git a/source/geometry/volumes/History b/source/geometry/volumes/History index 4fbf99204b..bb364b78a3 100644 --- a/source/geometry/volumes/History +++ b/source/geometry/volumes/History @@ -6,6 +6,14 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-03-28 Gabriele Cosmo (geomvol-V11-01-03) +- Use 'const auto &' for iterator in G4LogicalSkinSurface::CleanSurfaceTable(). + +## 2024-03-08 Gabriele Cosmo +- Use std::map instead of std::vector to define G4LogicalSkinSurfaceTable, + to speedup search of skin surfaces in large tables, as already done + previously for G4LogicalBorderSurface. Addressing problem report #2598. + ## 2023-10-24 Gabriele Cosmo (geomvol-V11-01-02) - Minor cleanup and code indentation. No functional changes. diff --git a/source/geometry/volumes/include/G4LogicalSkinSurface.hh b/source/geometry/volumes/include/G4LogicalSkinSurface.hh index 87bda6e3d3..7535f539b2 100644 --- a/source/geometry/volumes/include/G4LogicalSkinSurface.hh +++ b/source/geometry/volumes/include/G4LogicalSkinSurface.hh @@ -35,14 +35,15 @@ #ifndef G4LogicalSkinSurface_hh #define G4LogicalSkinSurface_hh 1 -#include +#include #include "G4LogicalSurface.hh" class G4LogicalVolume; class G4LogicalSkinSurface; -using G4LogicalSkinSurfaceTable = std::vector; +using G4LogicalSkinSurfaceTable + = std::map; class G4LogicalSkinSurface : public G4LogicalSurface { diff --git a/source/geometry/volumes/src/G4LogicalSkinSurface.cc b/source/geometry/volumes/src/G4LogicalSkinSurface.cc index 086d068a54..ff03023c2f 100644 --- a/source/geometry/volumes/src/G4LogicalSkinSurface.cc +++ b/source/geometry/volumes/src/G4LogicalSkinSurface.cc @@ -51,7 +51,7 @@ G4LogicalSkinSurface::G4LogicalSkinSurface(const G4String& name, } // Store in the table of Surfaces // - theSkinSurfaceTable->push_back(this); + theSkinSurfaceTable->insert(std::make_pair(logicalVolume, this)); } // -------------------------------------------------------------------- @@ -99,10 +99,8 @@ G4LogicalSkinSurface::GetSurface(const G4LogicalVolume* vol) { if (theSkinSurfaceTable != nullptr) { - for(auto pos : *theSkinSurfaceTable) - { - if (pos->GetLogicalVolume() == vol) { return pos; } - } + auto pos = theSkinSurfaceTable->find(vol); + if(pos != theSkinSurfaceTable->cend()) return pos->second; } return nullptr; } @@ -117,11 +115,12 @@ void G4LogicalSkinSurface::DumpInfo() if (theSkinSurfaceTable != nullptr) { - for(auto pos : *theSkinSurfaceTable) + for(const auto & pos : *theSkinSurfaceTable) { - G4cout << pos->GetName() << " : " << G4endl + G4LogicalSkinSurface* pSurf = pos.second; + G4cout << pSurf->GetName() << " : " << G4endl << " Skin of logical volume " - << pos->GetLogicalVolume()->GetName() + << pSurf->GetLogicalVolume()->GetName() << G4endl; } } @@ -133,9 +132,9 @@ void G4LogicalSkinSurface::CleanSurfaceTable() { if (theSkinSurfaceTable != nullptr) { - for(auto pos : *theSkinSurfaceTable) + for(const auto & pos : *theSkinSurfaceTable) { - if (pos != nullptr) { delete pos; } + delete pos.second; } theSkinSurfaceTable->clear(); } diff --git a/source/global/History b/source/global/History index 86eb2b3ce3..96c26e1f28 100644 --- a/source/global/History +++ b/source/global/History @@ -6,6 +6,19 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-04-25 Pere Mato (global-V11-01-28) +- Changed Windows.h to windows.h since for MinGW always seems to be lower case, not relevant for native builds. + _MSC_VER is only available for VC compiler, the os one is _WIN32. + +## 2024-04-20 Gabriele Cosmo +- Fixed compilation error in G4PhysicsModelCatalog on Windows VC++ with + C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + +## 2024-04-04 Stephan Hageboeck +- Provide a helpful error message when GEANT4_DATA_DIR is set to an invalid + location. + ## 2023-12-21 Yoshihide Sato (global-V11-01-27) - G4PhysicsModelCatalog.cc: added the ID for the Light-Ion QMD model. diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh index 5dc01468d1..1150c04698 100644 --- a/source/global/management/include/G4Version.hh +++ b/source/global/management/include/G4Version.hh @@ -43,7 +43,7 @@ /// |--> patch number (single digit) /// #ifndef G4VERSION_NUMBER - #define G4VERSION_NUMBER 1121 + #define G4VERSION_NUMBER 1122 #endif /// @def G4VERSION_REFERENCE_TAG @@ -59,7 +59,7 @@ #endif #ifndef G4VERSION_TAG - #define G4VERSION_TAG "$Name: geant4-11-02-patch-01 $" + #define G4VERSION_TAG "$Name: geant4-11-02-patch-02 $" #endif // as variables @@ -68,10 +68,10 @@ #include "G4Types.hh" #ifdef G4MULTITHREADED -static const G4String G4Version = "$Name: geant4-11-02-patch-01 [MT]$"; +static const G4String G4Version = "$Name: geant4-11-02-patch-02 [MT]$"; #else -static const G4String G4Version = "$Name: geant4-11-02-patch-01 $"; +static const G4String G4Version = "$Name: geant4-11-02-patch-02 $"; #endif -static const G4String G4Date = "(16-February-2024)"; +static const G4String G4Date = "(21-June-2024)"; #endif diff --git a/source/global/management/src/G4FindDataDir.cc b/source/global/management/src/G4FindDataDir.cc index 8c80180f71..c2ab9baba9 100644 --- a/source/global/management/src/G4FindDataDir.cc +++ b/source/global/management/src/G4FindDataDir.cc @@ -29,12 +29,13 @@ #ifndef G4GMAKE #include "G4FindDataDir.hh" #include "G4Filesystem.hh" +#include "G4Exception.hh" #include #include #include -#if defined(_MSC_VER) +#if defined(_WIN32) #define setenv(name, value, overwrite) _putenv_s(name, value) #endif @@ -91,7 +92,7 @@ static const char* G4FindDataDir(const char* name, const path& prefix, const pat } const char* G4FindDataDir(const char* name) -{ +{ #if defined(G4MULTITHREADED) static std::mutex mutex; std::lock_guard lock(mutex); @@ -104,8 +105,12 @@ const char* G4FindDataDir(const char* name) /* If we know which directory/version to search for, try to find it */ if (const char *dataset = G4GetDataDir(name)) { /* If GEANT4_DATA_DIR environment variable is set, use it and don't search further */ - if (const char *basedir = std::getenv("GEANT4_DATA_DIR")) - return G4FindDataDir(name, basedir, dataset); + if (const char *basedir = std::getenv("GEANT4_DATA_DIR")) { + if (is_directory(basedir)) return G4FindDataDir(name, basedir, dataset); + + G4Exception("G4FindDataDir", "Invalid GEANT4_DATA_DIR", JustWarning, "The GEANT4_DATA_DIR environment variable points to an invalid directory.\n" + "Will try fallback locations now. Correct the variable to disable this behaviour."); + } /* If GEANT4_DATA_DIR environment variable is not set, search in default system paths */ for (const auto prefix : system_paths) diff --git a/source/global/management/src/G4PhysicsModelCatalog.cc b/source/global/management/src/G4PhysicsModelCatalog.cc index 8ccf19b2b9..30a31e8308 100644 --- a/source/global/management/src/G4PhysicsModelCatalog.cc +++ b/source/global/management/src/G4PhysicsModelCatalog.cc @@ -377,7 +377,7 @@ void G4PhysicsModelCatalog::Initialize() { // --- Low-energy data-driven : 25'000 - 25'999 --- // ------------------------------------------------ // - 25'000 - 25'199 : ParticleHP - // - 25'200 - 25'200 : LEND + // - 25'200 - 25'299 : LEND // ... // - 25'500 - 25'999 : RadioactiveDecay @@ -585,7 +585,7 @@ void G4PhysicsModelCatalog::Initialize() { // --- Others ... --- // ====================================================================== - // ================== 4th MODELS ADDED AFTER Geant4 11 ================== + // ================== 4th MODELS ADDED AFTER Geant4 11.0 ================ // ====================================================================== // PLEASE ADD MODELS ONLY BELOW HERE, WITH PROPER modelID . // IF YOU ARE NOT SURE, PLEASE CONTACT ONE OF THE COORDINATORS OF THE @@ -684,12 +684,14 @@ const G4String G4PhysicsModelCatalog::GetModelNameFromID( const G4int modelID ) // -------------------------------------------------------------------------- const G4String G4PhysicsModelCatalog::GetModelNameFromIndex( const G4int modelIndex ) { - return ( modelIndex >= 0 && modelIndex < Entries() ) ? (*theVectorOfModelNames)[ modelIndex ] : "Undefined"; + return ( modelIndex >= 0 && modelIndex < Entries() ) + ? (*theVectorOfModelNames)[ modelIndex ] : G4String("Undefined"); } // -------------------------------------------------------------------------- G4int G4PhysicsModelCatalog::GetModelID( const G4int modelIndex ) { - return ( modelIndex >= 0 && modelIndex < Entries() ) ? (*theVectorOfModelIDs)[ modelIndex ] : -1; + return ( modelIndex >= 0 && modelIndex < Entries() ) + ? (*theVectorOfModelIDs)[ modelIndex ] : -1; } // -------------------------------------------------------------------------- diff --git a/source/global/management/src/G4Threading.cc b/source/global/management/src/G4Threading.cc index 3c6bd77b14..d793a7abff 100644 --- a/source/global/management/src/G4Threading.cc +++ b/source/global/management/src/G4Threading.cc @@ -34,8 +34,8 @@ #include "G4AutoLock.hh" #include "globals.hh" -#if defined(WIN32) || defined(__MINGW32__) -# include +#if defined(_WIN32) +# include #else # include # include diff --git a/source/intercoms/History b/source/intercoms/History index 8064004b62..c6810bc63d 100644 --- a/source/intercoms/History +++ b/source/intercoms/History @@ -6,6 +6,14 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-05-18 Makoto Asai (intercoms-V11-01-09) +- G4GenericMessenger.cc : Further addressing to Bug Report #2606 + +## 2024-04-24 Makoto Asai +- G4UIparsing.hh : checking int or long int parameter value is withing the + range of G4int or G4long +- G4GenericMessenger.cc : Addressing to Bug Report #2606 + ## 2023-10-16 Makoto Asai (intercoms-V11-01-08) - Add G4UImessenger::LtoS(). - Missed when StoL() was introduced. diff --git a/source/intercoms/include/private/G4UIparsing.hh b/source/intercoms/include/private/G4UIparsing.hh index 3f035a70a5..ef5ad46744 100644 --- a/source/intercoms/include/private/G4UIparsing.hh +++ b/source/intercoms/include/private/G4UIparsing.hh @@ -56,6 +56,27 @@ inline G4String TtoS(T value) return os.str(); } +// Check if the value is within the range of (long) int +inline G4bool ChkMax(const char* str, short maxDigits) +{ + if(maxDigits > 10) { + // long int assumed + auto tmpval = std::stoll(str); + if(tmpval > LONG_MAX || tmpval < LONG_MIN) { + G4cerr << "input string '" << str << "' out-of-range for conversion to 'long int' value" << G4endl; + return false; + } + } else { + // int assumed + auto tmpval = std::stol(str); + if(tmpval > INT_MAX || tmpval < INT_MIN) { + G4cerr << "input string '" << str << "' out-of-range for conversion to 'int' value" << G4endl; + return false; + } + } + return true; +} + // Return true if `str` parses to an integral number no more than `maxDigit` digits inline G4bool IsInt(const char* str, short maxDigits) { @@ -74,7 +95,7 @@ inline G4bool IsInt(const char* str, short maxDigits) G4cerr << "digit length exceeds" << G4endl; return false; } - return true; + return ChkMax(str,maxDigits); } } return false; diff --git a/source/intercoms/src/G4GenericMessenger.cc b/source/intercoms/src/G4GenericMessenger.cc index 197b178c6e..5205f823b2 100644 --- a/source/intercoms/src/G4GenericMessenger.cc +++ b/source/intercoms/src/G4GenericMessenger.cc @@ -33,20 +33,26 @@ // M.Asai, SLAC - 04 May 2014 // Fix core dump when GetCurrentValue() method is invoked for // a command defined by DeclareMethod(). +// M.Asai, SLAC - 30 September 2020 +// Adding new parameter type 'L' for long int. // M.Asai, SLAC - 11 July 2021 // Adding G4ThreeVector type without unit +// M.Asai, JLab - 24 April 2024 +// Fix DeclareMethod() wrongly converts valid boolean parameters. // -------------------------------------------------------------------- #include "G4GenericMessenger.hh" #include "G4Threading.hh" #include "G4Types.hh" +#include "G4UIcmdWithABool.hh" #include "G4UIcmdWith3Vector.hh" #include "G4UIcmdWith3VectorAndUnit.hh" #include "G4UIcmdWithADoubleAndUnit.hh" #include "G4UIcommand.hh" #include "G4UIdirectory.hh" #include "G4UImessenger.hh" +#include "G4Tokenizer.hh" #include @@ -228,6 +234,13 @@ void G4GenericMessenger::SetNewValue(G4UIcommand* command, G4String newValue) else if (typeid(*command) == typeid(G4UIcmdWith3VectorAndUnit)) { newValue = G4UIcommand::ConvertToString(G4UIcommand::ConvertToDimensioned3Vector(newValue)); } + else if (typeid(*command) == typeid(G4UIcmdWithABool)) { + if(StoB(newValue)) { + newValue = "1"; + } else { + newValue = "0"; + } + } if (properties.find(command->GetCommandName()) != properties.cend()) { Property& p = properties[command->GetCommandName()]; @@ -239,7 +252,20 @@ void G4GenericMessenger::SetNewValue(G4UIcommand* command, G4String newValue) m.method.operator()(m.object); } else if (m.method.NArg() > 0) { - m.method.operator()(m.object, newValue); + G4Tokenizer tokens(newValue); + G4String paraValue; + for (std::size_t i = 0; i < m.method.NArg(); ++i) { + G4String aToken = tokens(); + if(m.method.ArgType(i)==typeid(bool)) { + if(StoB(aToken)) { + aToken = "1"; + } else { + aToken = "0"; + } + } + paraValue += aToken + " "; + } + m.method.operator()(m.object, paraValue); } else { throw G4InvalidUICommand(); diff --git a/source/interfaces/History b/source/interfaces/History index d1f0bf192f..2acbe55e6d 100644 --- a/source/interfaces/History +++ b/source/interfaces/History @@ -6,6 +6,13 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-03-13 Gabriele Cosmo (interfaces-V11-01-32) +- Fixed string assignments in G4Win32 and G4UIWin32, to support either UNICODE + or UTF-16 encoding on Windows. Addressing problem report #2599. + +## 2024-02-02 Gabriele Cosmo +- Use std::size_t as arrays size in G4InteractorMessenger and G4UIArrayString. + ## 2023-11-06 John Allison (interfaces-V11-01-31) - Requires visman-V11-01-31. - G4UIQt::SceneTreeItemClicked: diff --git a/source/interfaces/core/include/G4UIArrayString.hh b/source/interfaces/core/include/G4UIArrayString.hh index 40f479f491..82c3a62f36 100644 --- a/source/interfaces/core/include/G4UIArrayString.hh +++ b/source/interfaces/core/include/G4UIArrayString.hh @@ -58,8 +58,8 @@ class G4UIArrayString G4int CalculateColumnWidth() const; G4String* stringArray; - G4int nElement; - G4int nColumn; + std::size_t nElement; + std::size_t nColumn; }; #endif diff --git a/source/interfaces/core/src/G4InteractorMessenger.cc b/source/interfaces/core/src/G4InteractorMessenger.cc index 84c152ec6c..1561724c64 100644 --- a/source/interfaces/core/src/G4InteractorMessenger.cc +++ b/source/interfaces/core/src/G4InteractorMessenger.cc @@ -193,9 +193,9 @@ G4InteractorMessenger::~G4InteractorMessenger() void G4InteractorMessenger::SetNewValue(G4UIcommand* command, G4String newValue) { - auto paramn = (G4int)command->GetParameterEntries(); + const auto paramn = command->GetParameterEntries(); auto params = new G4String[paramn]; - if (GetValues(newValue, paramn, params)) { + if (GetValues(newValue, (G4int)paramn, params)) { if (command == addMenu) { session->AddMenu((const char*)params[0], (const char*)params[1]); } diff --git a/source/interfaces/core/src/G4UIArrayString.cc b/source/interfaces/core/src/G4UIArrayString.cc index 25c0c2aa67..aea9abb900 100644 --- a/source/interfaces/core/src/G4UIArrayString.cc +++ b/source/interfaces/core/src/G4UIArrayString.cc @@ -62,7 +62,7 @@ G4UIArrayString::G4UIArrayString(const G4String& stream) // push... indx = 0; - for (G4int i = 0; i < nElement; ++i) { + for (std::size_t i = 0; i < nElement; ++i) { std::size_t jc = astream.find(' ', indx); if (jc != G4String::npos) stringArray[i] = astream.substr(indx, jc - indx); @@ -93,9 +93,9 @@ G4String* G4UIArrayString::GetElement(G4int icol, G4int irow) const { if (icol < 1 || irow < 1) // offset of column/row is "1". G4cerr << "G4UIArrayString: overrange" << G4endl; - if (icol > nColumn) G4cerr << "G4UIArrayString: overrange" << G4endl; + if (icol > (G4int)nColumn) G4cerr << "G4UIArrayString: overrange" << G4endl; - G4int jq = (irow - 1) * nColumn + icol; + std::size_t jq = (irow - 1) * nColumn + icol; if (jq > nElement) G4cerr << "G4UIArrayString: overrange" << G4endl; jq--; @@ -103,28 +103,28 @@ G4String* G4UIArrayString::GetElement(G4int icol, G4int irow) const } //////////////////////////////////////////// -G4int G4UIArrayString::GetNRow(int icol) const +G4int G4UIArrayString::GetNRow(G4int icol) const //////////////////////////////////////////// { G4int ni; if (nElement % nColumn == 0) - ni = nElement / nColumn; + ni = G4int(nElement / nColumn); else - ni = nElement / nColumn + 1; + ni = G4int(nElement / nColumn) + 1; - G4int nn = nElement % nColumn; - if (nn == 0) nn = nColumn; + G4int nn = G4int(nElement % nColumn); + if (nn == 0) nn = (G4int)nColumn; if (icol <= nn) return ni; return ni - 1; } //////////////////////////////////////////////// -G4int G4UIArrayString::GetNField(int icol) const +G4int G4UIArrayString::GetNField(G4int icol) const //////////////////////////////////////////////// { std::size_t maxWidth = 0; - for (G4int iy = 1; iy <= GetNRow(icol); iy++) { + for (G4int iy = 1; iy <= GetNRow(icol); ++iy) { std::size_t ilen = GetElement(icol, iy)->length(); // care for color code // if(GetElement(icol,iy)-> index(strESC,0) != G4String::npos) { @@ -140,12 +140,12 @@ G4int G4UIArrayString::GetNField(int icol) const } ///////////////////////////////////////////////// -int G4UIArrayString::CalculateColumnWidth() const +G4int G4UIArrayString::CalculateColumnWidth() const ///////////////////////////////////////////////// { G4int totalWidth = 0; - for (G4int ix = 1; ix <= nColumn; ix++) { + for (G4int ix = 1; ix <= (G4int)nColumn; ++ix) { totalWidth += GetNField(ix); } @@ -168,12 +168,12 @@ void G4UIArrayString::Show(G4int ncol) } for (G4int iy = 1; iy <= GetNRow(1); iy++) { - G4int nc = nColumn; + G4int nc = (G4int)nColumn; if (iy == GetNRow(1)) { // last row - nc = nElement % nColumn; - if (nc == 0) nc = nColumn; + nc = G4int(nElement % nColumn); + if (nc == 0) nc = (G4int)nColumn; } - for (G4int ix = 1; ix <= nc; ix++) { + for (G4int ix = 1; ix <= nc; ++ix) { G4String word = GetElement(ix, iy)->data(); // care for color code diff --git a/source/interfaces/implementation/src/G4UIWin32.cc b/source/interfaces/implementation/src/G4UIWin32.cc index b93e450ad9..74dde5addb 100644 --- a/source/interfaces/implementation/src/G4UIWin32.cc +++ b/source/interfaces/implementation/src/G4UIWin32.cc @@ -98,11 +98,11 @@ G4UIWin32::G4UIWin32() wc.hIcon = LoadIcon(nullptr, IDI_APPLICATION); wc.hCursor = LoadCursor(nullptr, IDC_ARROW); wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); - wc.lpszMenuName = mainClassName; - wc.lpszClassName = mainClassName; + wc.lpszMenuName = (PTSTR)mainClassName; + wc.lpszClassName = (PTSTR)mainClassName; if (! RegisterClass(&wc)) { - MessageBox(nullptr, "G4UIWin32: Win32 window registration failed!", "Error!", + MessageBoxA(nullptr, "G4UIWin32: Win32 window registration failed!", "Error!", MB_ICONEXCLAMATION | MB_OK); G4cout << "G4UIWin32: Win32 window registration failed!" << G4endl; return; @@ -115,45 +115,46 @@ G4UIWin32::G4UIWin32() // Add some initial options to the menu HMENU hMenu = CreatePopupMenu(); - AppendMenu(menuBar, MF_POPUP, (UINT_PTR)hMenu, "&Geant4"); + AppendMenuA(menuBar, MF_POPUP, (UINT_PTR)hMenu, "&Geant4"); AddInteractor("Geant4", (G4Interactor)hMenu); - AppendMenu(hMenu, MF_STRING, ID_OPEN_MACRO, "&Open macro..."); - AppendMenu(hMenu, MF_STRING, ID_SAVE_VIEWER_STATE, "&Save viewer state..."); - AppendMenu(hMenu, MF_SEPARATOR, -1, ""); - AppendMenu(hMenu, MF_STRING, ID_RUN_BEAMON, "&Beam On"); - AppendMenu(hMenu, MF_SEPARATOR, -1, ""); - AppendMenu(hMenu, MF_STRING, ID_EXIT_APP, "E&xit"); + AppendMenuA(hMenu, MF_STRING, ID_OPEN_MACRO, "&Open macro..."); + AppendMenuA(hMenu, MF_STRING, ID_SAVE_VIEWER_STATE, "&Save viewer state..."); + AppendMenuA(hMenu, MF_SEPARATOR, -1, ""); + AppendMenuA(hMenu, MF_STRING, ID_RUN_BEAMON, "&Beam On"); + AppendMenuA(hMenu, MF_SEPARATOR, -1, ""); + AppendMenuA(hMenu, MF_STRING, ID_EXIT_APP, "E&xit"); hMenu = CreatePopupMenu(); - AppendMenu(menuBar, MF_POPUP, (UINT_PTR)hMenu, "&View"); + AppendMenuA(menuBar, MF_POPUP, (UINT_PTR)hMenu, "&View"); AddInteractor("View", (G4Interactor)hMenu); - AppendMenu(hMenu, MF_STRING, ID_VIEW_SOLID, "S&olid"); - AppendMenu(hMenu, MF_STRING, ID_VIEW_WIREFRAME, "&Wireframe"); - AppendMenu(hMenu, MF_SEPARATOR, -1, ""); - AppendMenu(hMenu, MF_STRING, ID_PROJ_ORTHOGRAPHIC, "&Orthographic"); - AppendMenu(hMenu, MF_STRING, ID_PROJ_PERSPECTIVE, "P&erspective"); - AppendMenu(hMenu, MF_SEPARATOR, -1, ""); - AppendMenu(hMenu, MF_STRING, ID_ORIENTATION_XY, "&X-Y Plane"); - AppendMenu(hMenu, MF_STRING, ID_ORIENTATION_XZ, "X-&Z Plane"); - AppendMenu(hMenu, MF_STRING, ID_ORIENTATION_YZ, "&Y-Z Plane"); - AppendMenu(hMenu, MF_STRING, ID_ORIENTATION_OBLIQUE, "&Oblique"); + AppendMenuA(hMenu, MF_STRING, ID_VIEW_SOLID, "S&olid"); + AppendMenuA(hMenu, MF_STRING, ID_VIEW_WIREFRAME, "&Wireframe"); + AppendMenuA(hMenu, MF_SEPARATOR, -1, ""); + AppendMenuA(hMenu, MF_STRING, ID_PROJ_ORTHOGRAPHIC, "&Orthographic"); + AppendMenuA(hMenu, MF_STRING, ID_PROJ_PERSPECTIVE, "P&erspective"); + AppendMenuA(hMenu, MF_SEPARATOR, -1, ""); + AppendMenuA(hMenu, MF_STRING, ID_ORIENTATION_XY, "&X-Y Plane"); + AppendMenuA(hMenu, MF_STRING, ID_ORIENTATION_XZ, "X-&Z Plane"); + AppendMenuA(hMenu, MF_STRING, ID_ORIENTATION_YZ, "&Y-Z Plane"); + AppendMenuA(hMenu, MF_STRING, ID_ORIENTATION_OBLIQUE, "&Oblique"); hMenu = CreatePopupMenu(); - AppendMenu(menuBar, MF_POPUP, (UINT_PTR)hMenu, "&Zoom"); + AppendMenuA(menuBar, MF_POPUP, (UINT_PTR)hMenu, "&Zoom"); AddInteractor("Zoom", (G4Interactor)hMenu); - AppendMenu(hMenu, MF_STRING, ID_ZOOM_IN, "Zoom &In"); - AppendMenu(hMenu, MF_STRING, ID_ZOOM_OUT, "Zoom &Out"); + AppendMenuA(hMenu, MF_STRING, ID_ZOOM_IN, "Zoom &In"); + AppendMenuA(hMenu, MF_STRING, ID_ZOOM_OUT, "Zoom &Out"); tmpSession = this; - fHWndMainWindow = ::CreateWindowEx(WS_EX_CLIENTEDGE, mainClassName, "Geant4", + char winName[] = "Geant4"; + fHWndMainWindow = ::CreateWindowEx(WS_EX_CLIENTEDGE, (PTSTR)mainClassName, (PTSTR)winName, WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, nullptr, menuBar, ::GetModuleHandle(nullptr), nullptr); if (fHWndMainWindow == nullptr) { - MessageBox(nullptr, "Window Creation Failed!", "Error!", MB_ICONEXCLAMATION | MB_OK); + MessageBoxA(nullptr, "Window Creation Failed!", "Error!", MB_ICONEXCLAMATION | MB_OK); return; } tmpSession = nullptr; @@ -360,7 +361,7 @@ void G4UIWin32::AddMenu(const char* a_name, const char* a_label) { if (a_name != nullptr) { HMENU hMenu = CreatePopupMenu(); - AppendMenu(menuBar, MF_POPUP, (UINT_PTR)hMenu, a_label); + AppendMenuA(menuBar, MF_POPUP, (UINT_PTR)hMenu, a_label); AddInteractor(a_name, (G4Interactor)hMenu); DrawMenuBar(fHWndMainWindow); } @@ -376,7 +377,7 @@ void G4UIWin32::AddButton(const char* a_menu, const char* a_label, const char* a HMENU hMenu = (HMENU)GetInteractor(a_menu); actionIdentifier++; commands[actionIdentifier] = a_command; - AppendMenu(hMenu, MF_STRING, actionIdentifier, a_label); + AppendMenuA(hMenu, MF_STRING, actionIdentifier, a_label); } } /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ @@ -398,7 +399,7 @@ LRESULT CALLBACK G4UIWin32::MainWindowProc( auto* This = (G4UIWin32*)tmpSession; if (This != nullptr) { if (! This->CreateComponents(aWindow)) { - MessageBox(aWindow, "Could not create components.", "Error", MB_OK | MB_ICONERROR); + MessageBoxA(aWindow, "Could not create components.", "Error", MB_OK | MB_ICONERROR); return false; } } @@ -409,7 +410,7 @@ LRESULT CALLBACK G4UIWin32::MainWindowProc( auto* This = (G4UIWin32*)::GetWindowLongPtr(aWindow, GWLP_USERDATA); if (This != nullptr) { if (! This->ResizeComponents(aWindow)) { - MessageBox(aWindow, "Could not resize components.", "Error", MB_OK | MB_ICONERROR); + MessageBoxA(aWindow, "Could not resize components.", "Error", MB_OK | MB_ICONERROR); return false; } } @@ -439,13 +440,13 @@ LRESULT CALLBACK G4UIWin32::MainWindowProc( auto lpttt = (LPTOOLTIPTEXT)lParam; lpttt->hinst = nullptr; UINT idButton = lpttt->hdr.idFrom; - lpttt->lpszText = (LPSTR)This->GetToolTips(idButton).c_str(); + lpttt->lpszText = (PTSTR)This->GetToolTips(idButton).c_str(); } break; // Tooltip for TreeView case TVN_GETINFOTIP: { auto pTip = (LPNMTVGETINFOTIP)lParam; - pTip->pszText = (LPSTR)This->GetHelpTreeToolTips(pTip->hItem).c_str(); + pTip->pszText = (PTSTR)This->GetHelpTreeToolTips(pTip->hItem).c_str(); } break; // Double click for TreeView @@ -568,16 +569,18 @@ G4bool G4UIWin32::CreateComponents(HWND aWindow) G4int statwidths[] = {100, -1}; // Create Edit Control - fHWndEditor = CreateWindowEx(WS_EX_CLIENTEDGE, "EDIT", "", + char winName[] = "EDIT"; + char winParam[] = ""; + fHWndEditor = CreateWindowEx(WS_EX_CLIENTEDGE, (PTSTR)winName, (PTSTR)winParam, WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL | ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY, 0, 0, 100, 100, aWindow, (HMENU)IDC_MAIN_EDIT, GetModuleHandle(nullptr), nullptr); if (fHWndEditor == nullptr) - MessageBox(aWindow, "Could not create edit box.", "Error", MB_OK | MB_ICONERROR); + MessageBoxA(aWindow, "Could not create edit box.", "Error", MB_OK | MB_ICONERROR); // Set editor font // hfDefault = (HFONT) GetStockObject(DEFAULT_GUI_FONT); - hfDefault = CreateFont(-10, -8, 0, 0, 0, false, 0, 0, OEM_CHARSET, OUT_RASTER_PRECIS, + hfDefault = CreateFontA(-10, -8, 0, 0, 0, false, 0, 0, OEM_CHARSET, OUT_RASTER_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, FIXED_PITCH, "System"); SendMessage(fHWndEditor, WM_SETFONT, (WPARAM)hfDefault, MAKELPARAM(false, 0)); @@ -589,7 +592,7 @@ G4bool G4UIWin32::CreateComponents(HWND aWindow) WS_CHILD | WS_VISIBLE | TBSTYLE_FLAT | TBSTYLE_TOOLTIPS, 0, 0, 0, 0, aWindow, (HMENU)IDC_MAIN_TOOL, GetModuleHandle(nullptr), nullptr); if (fHWndToolBar == nullptr) - MessageBox(aWindow, "Could not create tool bar.", "Error", MB_OK | MB_ICONERROR); + MessageBoxA(aWindow, "Could not create tool bar.", "Error", MB_OK | MB_ICONERROR); // Required for backward compatibility. SendMessage(fHWndToolBar, TB_BUTTONSTRUCTSIZE, (WPARAM)sizeof(TBBUTTON), (LPARAM)0); @@ -743,7 +746,7 @@ void G4UIWin32::ProcessTabKey() G4String cmd = Complete(command); const char* d = cmd.data(); G4int l = strlen(d); - Edit_SetText(fHWndComboEditor, d); + Edit_SetText(fHWndComboEditor, (PTSTR)d); Edit_SetSel(fHWndComboEditor, l, l); } else { @@ -828,7 +831,7 @@ void G4UIWin32::ProcessUpKey() G4String command = fHistory[pos]; const char* d = command.data(); G4int l = strlen(d); - Edit_SetText(fHWndComboEditor, d); + Edit_SetText(fHWndComboEditor, (PTSTR)d); Edit_SetSel(fHWndComboEditor, l, l); fHistoryPos = pos; @@ -846,13 +849,14 @@ void G4UIWin32::ProcessDownKey() G4String command = fHistory[pos]; const char* d = command.data(); G4int l = strlen(d); - Edit_SetText(fHWndComboEditor, d); + Edit_SetText(fHWndComboEditor, (PTSTR)d); Edit_SetSel(fHWndComboEditor, l, l); fHistoryPos = pos; } else if (pos >= (G4int)fHistory.size()) { - Edit_SetText(fHWndComboEditor, ""); + char eName[] = ""; + Edit_SetText(fHWndComboEditor, (PTSTR)eName); Edit_SetSel(fHWndComboEditor, 0, 0); fHistoryPos = -1; @@ -946,7 +950,10 @@ G4bool G4UIWin32::ProcessDefaultCommands(G4int idCommand) case ID_HELP_ABOUT: return true; case ID_LOG_CLEAN: - SetDlgItemText(fHWndMainWindow, IDC_MAIN_EDIT, ""); + { + char eName[] = ""; + SetDlgItemText(fHWndMainWindow, IDC_MAIN_EDIT, (PTSTR)eName); + } return true; case ID_LOG_SAVE: DoSaveLog(fHWndMainWindow); @@ -1049,7 +1056,7 @@ void G4UIWin32::HelpTreeDoubleClick(HTREEITEM item) { const char* item_path = GetItemPath(item); G4int l = strlen(item_path); - Edit_SetText(fHWndComboEditor, item_path); + Edit_SetText(fHWndComboEditor, (PTSTR)item_path); Edit_SetSel(fHWndComboEditor, l, l); SetFocus(fHWndComboEditor); @@ -1077,7 +1084,7 @@ G4bool G4UIWin32::SaveLogFile(LPCTSTR fileName) text = (LPSTR)GlobalAlloc(GPTR, dwBufferSize); if (text != nullptr) { - if (GetWindowText(fHWndEditor, text, dwBufferSize)) { + if (GetWindowTextA(fHWndEditor, text, dwBufferSize)) { DWORD dwWritten; if (WriteFile(hFile, text, dwTextLength, &dwWritten, nullptr)) bSuccess = true; @@ -1122,11 +1129,13 @@ void G4UIWin32::DoOpenMacro(HWND aWindow) ofn.lStructSize = sizeof(ofn); ofn.hwndOwner = aWindow; - ofn.lpstrFilter = "Macro Files (*.mac)\0*.mac\0All Files (*.*)\0*.*\0"; - ofn.lpstrFile = szFileName; + char fName[] = "Macro Files (*.mac)\0*.mac\0All Files (*.*)\0*.*\0"; + ofn.lpstrFilter = (PTSTR)fName; + ofn.lpstrFile = (PTSTR)szFileName; ofn.nMaxFile = MAX_PATH; ofn.Flags = OFN_EXPLORER | OFN_FILEMUSTEXIST | OFN_HIDEREADONLY; - ofn.lpstrDefExt = "mac"; + char dName[] = "mac"; + ofn.lpstrDefExt = (PTSTR)dName; if (GetOpenFileName(&ofn)) { G4String command = "/control/execute " + G4String(szFileName); @@ -1150,10 +1159,12 @@ void G4UIWin32::DoSaveViewer(HWND aWindow) ofn.lStructSize = sizeof(ofn); ofn.hwndOwner = aWindow; - ofn.lpstrFilter = "Macro Files (*.mac)\0*.mac\0All Files (*.*)\0*.*\0"; - ofn.lpstrFile = szFileName; + char fName[] = "Macro Files (*.mac)\0*.mac\0All Files (*.*)\0*.*\0"; + ofn.lpstrFilter = (PTSTR)fName; + ofn.lpstrFile = (PTSTR)szFileName; ofn.nMaxFile = MAX_PATH; - ofn.lpstrDefExt = "mac"; + char dName[] = "mac"; + ofn.lpstrDefExt = (PTSTR)dName; ofn.Flags = OFN_EXPLORER | OFN_PATHMUSTEXIST | OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT; if (GetSaveFileName(&ofn)) { @@ -1178,14 +1189,16 @@ void G4UIWin32::DoSaveLog(HWND aWindow) ofn.lStructSize = sizeof(ofn); ofn.hwndOwner = aWindow; - ofn.lpstrFilter = "Log Files (*.txt)\0*.txt\0All Files (*.*)\0*.*\0"; - ofn.lpstrFile = szFileName; + char fName[] = "Log Files (*.txt)\0*.txt\0All Files (*.*)\0*.*\0"; + ofn.lpstrFilter = (PTSTR)fName; + ofn.lpstrFile = (PTSTR)szFileName; ofn.nMaxFile = MAX_PATH; - ofn.lpstrDefExt = "txt"; + char dName[] = "txt"; + ofn.lpstrDefExt = (PTSTR)dName; ofn.Flags = OFN_EXPLORER | OFN_PATHMUSTEXIST | OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT; if (GetSaveFileName(&ofn)) { - if (SaveLogFile(szFileName)) { + if (SaveLogFile((PTSTR)szFileName)) { SendDlgItemMessage(aWindow, IDC_MAIN_STATUS, SB_SETTEXT, 0, (LPARAM) "Saved log file..."); SendDlgItemMessage(aWindow, IDC_MAIN_STATUS, SB_SETTEXT, 1, (LPARAM)szFileName); } @@ -1211,7 +1224,7 @@ G4bool G4UIWin32::InitHelpTreeItems() commandText = treeTop->GetTree(a + 1)->GetPathName().data(); // Add the item to the tree-view control. - newItem = AddItemToHelpTree(const_cast(GetShortCommandPath(commandText).c_str())); + newItem = AddItemToHelpTree((PTSTR)GetShortCommandPath(commandText).c_str()); if (newItem == nullptr) return false; @@ -1239,7 +1252,7 @@ void G4UIWin32::CreateHelpTree(HTREEITEM aParent, G4UIcommandTree* aCommandTree) // Add the item to the tree-view control. newItem = - AddItemToHelpTree(const_cast(GetShortCommandPath(commandText).c_str()), aParent); + AddItemToHelpTree((PTSTR)GetShortCommandPath(commandText).c_str(), aParent); // Look for children CreateHelpTree(newItem, aCommandTree->GetTree(a + 1)); @@ -1250,7 +1263,7 @@ void G4UIWin32::CreateHelpTree(HTREEITEM aParent, G4UIcommandTree* aCommandTree) commandText = aCommandTree->GetCommand(a + 1)->GetCommandPath().data(); // Add the item to the tree-view control. - AddItemToHelpTree(const_cast(GetShortCommandPath(commandText).c_str()), aParent); + AddItemToHelpTree((PTSTR)GetShortCommandPath(commandText).c_str(), aParent); } } } @@ -1319,9 +1332,9 @@ LPSTR G4UIWin32::GetItemPath(HTREEITEM item) tvitem.cchTextMax = sizeof(infoTipBuf) / sizeof(TCHAR); std::string str = ""; - while (item != nullptr) { + while (item != nullptr) { TreeView_GetItem(fHWndHelpTree, &tvitem); - str = "/" + std::string(tvitem.pszText) + str; + str = "/" + std::string((PSTR)tvitem.pszText) + str; item = TreeView_GetParent(fHWndHelpTree, item); tvitem.hItem = item; @@ -1331,7 +1344,7 @@ LPSTR G4UIWin32::GetItemPath(HTREEITEM item) result[str.size()] = 0; std::copy(str.begin(), str.end(), result); - return result; + return (LPSTR)result; } /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ /****************************************************************************************************/ diff --git a/source/interfaces/implementation/src/G4Win32.cc b/source/interfaces/implementation/src/G4Win32.cc index 655fee5164..68368b13b4 100644 --- a/source/interfaces/implementation/src/G4Win32.cc +++ b/source/interfaces/implementation/src/G4Win32.cc @@ -28,7 +28,6 @@ // Original author: G.Barrand, 1998 // -------------------------------------------------------------------- -// this : #include "G4Win32.hh" #include "G4ios.hh" @@ -65,12 +64,13 @@ G4Win32::G4Win32() wc.hIcon = LoadIcon(NULL, IDI_APPLICATION); wc.hCursor = LoadCursor(NULL, IDC_ARROW); wc.hbrBackground = GetStockBrush(BLACK_BRUSH); - wc.lpszMenuName = className; - wc.lpszClassName = className; + wc.lpszMenuName = (PTSTR)className; + wc.lpszClassName = (PTSTR)className; ::RegisterClass(&wc); + char winName[] = "Test"; topWindow = - ::CreateWindowEx(WS_EX_CLIENTEDGE, className, "Test", WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, + ::CreateWindowEx(WS_EX_CLIENTEDGE, (PTSTR)className, (PTSTR)winName, WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, ::GetModuleHandle(NULL), NULL); if (topWindow == NULL) { diff --git a/source/materials/History b/source/materials/History index 6dc945e521..f912b43a84 100644 --- a/source/materials/History +++ b/source/materials/History @@ -6,6 +6,13 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-04-04 Vladimir Ivanchenko (materials-V11-01-15) +- G4NistMaterialBuilder in the method HepAndNuclearMaterials() + G4_BRASS, G4_BRONZE, and G4_STAILESS_STEEL are defined using + mass fractions of components instead of number of atoms + in order to have more natural description (problem #2601). + Results may be changed on level 10^-5 due to numerical differences. + ## 2023-11-13 Ben Morgan (materials-V11-01-14) - Use G4FindDataDir to access data libraries in place of raw `getenv`. diff --git a/source/materials/src/G4NistMaterialBuilder.cc b/source/materials/src/G4NistMaterialBuilder.cc index c78afbb8a4..f28d26ccce 100644 --- a/source/materials/src/G4NistMaterialBuilder.cc +++ b/source/materials/src/G4NistMaterialBuilder.cc @@ -1850,21 +1850,21 @@ void G4NistMaterialBuilder::HepAndNuclearMaterials() // SRIM-2008 materials AddMaterial("G4_BRASS", 8.52, 0, 0.0, 3); - AddElementByAtomCount("Cu", 62); - AddElementByAtomCount("Zn", 35); - AddElementByAtomCount("Pb" , 3); + AddElementByWeightFraction( 29, 0.57515); + AddElementByWeightFraction( 30, 0.33415); + AddElementByWeightFraction( 82, 0.0907); AddMaterial("G4_BRONZE", 8.82, 0, 0.0, 3); - AddElementByAtomCount("Cu", 89); - AddElementByAtomCount("Zn", 9); - AddElementByAtomCount("Pb" , 2); + AddElementByWeightFraction( 29, 0.8494); + AddElementByWeightFraction( 30, 0.0884); + AddElementByWeightFraction( 82, 0.0622); // parameters are taken from // http://www.azom.com/article.aspx?ArticleID=965 AddMaterial("G4_STAINLESS-STEEL", 8.00, 0, 0.0, 3); - AddElementByAtomCount("Fe", 74); - AddElementByAtomCount("Cr", 18); - AddElementByAtomCount("Ni" , 8); + AddElementByWeightFraction( 26, 0.7462); + AddElementByWeightFraction( 24, 0.1690); + AddElementByWeightFraction( 28, 0.0848); AddMaterial("G4_CR39", 1.32, 0, 0.0, 3); AddElementByAtomCount("H", 18); diff --git a/source/persistency/gdml/History b/source/persistency/gdml/History index 5e0278198a..f7a3b78f4d 100644 --- a/source/persistency/gdml/History +++ b/source/persistency/gdml/History @@ -6,6 +6,25 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-06-20 Gabriele Cosmo (gdml-V11-01-03) +- Disabled schema validation by default, as XercesC currently does + support only 'http' (see: https://issues.apache.org/jira/browse/XERCESC-2220). +- Added possibility to define G4GDML_DEFAULT_SCHEMALOCATION string as + environment variable, to point to local path for the schema. + Defined new flag G4GDML_DEFAULT_WRITE_SCHEMALOCATION for schema location + in writing. + +## 2024-03-08 Gabriele Cosmo +- Use std::map instead of std::vector to iterate on logical-skin surfaces + in G4GDMLWriteStructure::GetSkinSurface(). + Part of fix addressing problem report #2598. + +## 2024-02-29 Gabriele Cosmo +- Fix in schema module gdml_solids.xsd for tessellated solid semantics, to + correctly reference facet types. Fixes schema validation errors which may + occur on some custom XSD validation tools. Schema updated to GDML-3.1.7. + Thanks to A.Trouche (Artenum) for providing the patch. + ## 2023-06-16 I. Hrivnacova (gdml-V11-01-02) - Let G4ThreeVectorCompare obey the strict weak ordering requirements; which fixes failures in inserting elements in the std::map with diff --git a/source/persistency/gdml/include/G4GDMLParser.hh b/source/persistency/gdml/include/G4GDMLParser.hh index 62cc9883dc..303b36042a 100644 --- a/source/persistency/gdml/include/G4GDMLParser.hh +++ b/source/persistency/gdml/include/G4GDMLParser.hh @@ -44,9 +44,15 @@ #include "G4Navigator.hh" #include "G4Threading.hh" +#ifndef G4GDML_DEFAULT_SCHEMALOCATION #define G4GDML_DEFAULT_SCHEMALOCATION \ - G4String("http://service-spi.web.cern.ch/service-spi/app/releases/GDML/" \ - "schema/gdml.xsd") + G4String("http://cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd") +#endif + +#ifndef G4GDML_DEFAULT_WRITE_SCHEMALOCATION +#define G4GDML_DEFAULT_WRITE_SCHEMALOCATION \ + G4String("http://cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd") +#endif class G4GDMLParser { @@ -59,20 +65,22 @@ class G4GDMLParser // // Parser constructors & destructor - inline void Read(const G4String& filename, G4bool Validate = true); + inline void Read(const G4String& filename, G4bool Validate = false); // // Imports geometry with world-volume, specified by the GDML filename // in input. Validation against schema is activated by default. + // Schema validation is disabled, as XercesC currently does not support https. - inline void ReadModule(const G4String& filename, G4bool Validate = true); + inline void ReadModule(const G4String& filename, G4bool Validate = false); // // Imports a single GDML module, specified by the GDML filename // in input. Validation against schema is activated by default. + // Schema validation is disabled, as XercesC currently does not support https. inline void Write( const G4String& filename, const G4VPhysicalVolume* pvol = 0, G4bool storeReferences = true, - const G4String& SchemaLocation = G4GDML_DEFAULT_SCHEMALOCATION); + const G4String& SchemaLocation = G4GDML_DEFAULT_WRITE_SCHEMALOCATION); // // Exports on a GDML file, specified by 'filename' a geometry tree // starting from 'pvol' as top volume. Uniqueness of stored entities @@ -82,7 +90,7 @@ class G4GDMLParser inline void Write( const G4String& filename, const G4LogicalVolume* lvol, G4bool storeReferences = true, - const G4String& SchemaLocation = G4GDML_DEFAULT_SCHEMALOCATION); + const G4String& SchemaLocation = G4GDML_DEFAULT_WRITE_SCHEMALOCATION); // // Exports on a GDML file, specified by 'filename' a geometry tree // starting from 'pvol' as top volume. Uniqueness of stored entities diff --git a/source/persistency/gdml/schema/gdml.xsd b/source/persistency/gdml/schema/gdml.xsd index f6da01e713..b7a85d5fc5 100644 --- a/source/persistency/gdml/schema/gdml.xsd +++ b/source/persistency/gdml/schema/gdml.xsd @@ -1,5 +1,5 @@ - + @@ -198,7 +198,7 @@ - + The GDML Schema version consists of 3 digits X.Y.Z where these mean: diff --git a/source/persistency/gdml/schema/gdml_core.xsd b/source/persistency/gdml/schema/gdml_core.xsd index ab7a67920f..9b96ea6000 100644 --- a/source/persistency/gdml/schema/gdml_core.xsd +++ b/source/persistency/gdml/schema/gdml_core.xsd @@ -1,6 +1,6 @@ - + diff --git a/source/persistency/gdml/schema/gdml_define.xsd b/source/persistency/gdml/schema/gdml_define.xsd index ccf56136ac..4a8c53b4d1 100644 --- a/source/persistency/gdml/schema/gdml_define.xsd +++ b/source/persistency/gdml/schema/gdml_define.xsd @@ -1,6 +1,6 @@ - + diff --git a/source/persistency/gdml/schema/gdml_extensions.xsd b/source/persistency/gdml/schema/gdml_extensions.xsd index e226af10db..6273248a37 100644 --- a/source/persistency/gdml/schema/gdml_extensions.xsd +++ b/source/persistency/gdml/schema/gdml_extensions.xsd @@ -1,5 +1,5 @@ - + diff --git a/source/persistency/gdml/schema/gdml_materials.xsd b/source/persistency/gdml/schema/gdml_materials.xsd index 891a27b64e..a99375ba2a 100644 --- a/source/persistency/gdml/schema/gdml_materials.xsd +++ b/source/persistency/gdml/schema/gdml_materials.xsd @@ -1,6 +1,6 @@ - + diff --git a/source/persistency/gdml/schema/gdml_parameterised.xsd b/source/persistency/gdml/schema/gdml_parameterised.xsd index 631e38776f..4e6774b673 100644 --- a/source/persistency/gdml/schema/gdml_parameterised.xsd +++ b/source/persistency/gdml/schema/gdml_parameterised.xsd @@ -1,5 +1,5 @@ - + diff --git a/source/persistency/gdml/schema/gdml_replicas.xsd b/source/persistency/gdml/schema/gdml_replicas.xsd index 0fcab622a8..880c93edf2 100644 --- a/source/persistency/gdml/schema/gdml_replicas.xsd +++ b/source/persistency/gdml/schema/gdml_replicas.xsd @@ -1,5 +1,5 @@ - + diff --git a/source/persistency/gdml/schema/gdml_solids.xsd b/source/persistency/gdml/schema/gdml_solids.xsd index 872fb5fc91..9f4df9a73d 100644 --- a/source/persistency/gdml/schema/gdml_solids.xsd +++ b/source/persistency/gdml/schema/gdml_solids.xsd @@ -1,6 +1,6 @@ - + @@ -981,7 +981,7 @@ - + diff --git a/source/persistency/gdml/src/G4GDMLWriteStructure.cc b/source/persistency/gdml/src/G4GDMLWriteStructure.cc index 252e4f1bf1..fdb86d1387 100644 --- a/source/persistency/gdml/src/G4GDMLWriteStructure.cc +++ b/source/persistency/gdml/src/G4GDMLWriteStructure.cc @@ -431,19 +431,16 @@ G4bool G4GDMLWriteStructure::FindOpticalSurface(const G4SurfaceProperty* psurf) const G4LogicalSkinSurface* G4GDMLWriteStructure::GetSkinSurface( const G4LogicalVolume* const lvol) { - G4LogicalSkinSurface* surf = 0; + G4LogicalSkinSurface* surf = nullptr; std::size_t nsurf = G4LogicalSkinSurface::GetNumberOfSkinSurfaces(); if(nsurf) { const G4LogicalSkinSurfaceTable* stable = G4LogicalSkinSurface::GetSurfaceTable(); - for(auto pos = stable->cbegin(); pos != stable->cend(); ++pos) + auto pos = stable->find(lvol); + if(pos != stable->cend()) { - if(lvol == (*pos)->GetLogicalVolume()) - { - surf = *pos; - break; - } + surf = pos->second; } } return surf; diff --git a/source/physics_lists/lists/History b/source/physics_lists/lists/History index ee8b3267fc..0edb5bcbd3 100644 --- a/source/physics_lists/lists/History +++ b/source/physics_lists/lists/History @@ -4,6 +4,13 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-06-05 Alberto Ribon (phys-lists-V11-01-08) +- G4PhysListFactory : added three new variants of the physics list `Shielding`, + which use the model G4LightIonQMDReaction : `ShieldingLIQMD`, + `ShieldingLIQMD_HP` and `ShieldingLIQMD_HPT`. + Note that `ShieldingLIQMD` and `ShieldingLIQMD_HP` are the same: the latter + is introduced only for consistency. + ## 2023-11-09 Yoshihide Sato (phys-lists-V11-01-07) - Add a option for `Shielding` to use G4LightIonQMDPhysics, which is the constructor of light ion qmd. diff --git a/source/physics_lists/lists/src/G4PhysListFactory.cc b/source/physics_lists/lists/src/G4PhysListFactory.cc index dff6ace3a4..3c4629c694 100644 --- a/source/physics_lists/lists/src/G4PhysListFactory.cc +++ b/source/physics_lists/lists/src/G4PhysListFactory.cc @@ -82,16 +82,17 @@ G4PhysListFactory::G4PhysListFactory(G4int ver) : defName("FTFP_BERT"),verbose(ver),theMessenger(nullptr) { - nlists_hadr = 33; - G4String ss[33] = { + nlists_hadr = 36; + G4String ss[36] = { "FTFP_BERT","FTFP_BERT_TRV","FTFP_BERT_ATL","FTFP_BERT_HP","FTFQGSP_BERT", - "FTFP_INCLXX","FTFP_INCLXX_HP","FTF_BIC", "LBE","QBBC", + "FTFP_INCLXX","FTFP_INCLXX_HP","FTF_BIC","LBE","QBBC", "QGSP_BERT","QGSP_BERT_HP","QGSP_BIC","QGSP_BIC_HP","QGSP_BIC_AllHP", "QGSP_FTFP_BERT","QGSP_INCLXX","QGSP_INCLXX_HP","QGS_BIC", - "Shielding","ShieldingLEND","ShieldingM","NuBeam", - "Shielding_HP","ShieldingM_HP", - "FTFP_BERT_HPT", "FTFP_INCLXX_HPT", "QGSP_BERT_HPT", "QGSP_BIC_HPT", - "QGSP_BIC_AllHPT", "QGSP_INCLXX_HPT", "Shielding_HPT", "ShieldingM_HPT" }; + "Shielding","ShieldingLEND","ShieldingLIQMD","ShieldingM","NuBeam", + "Shielding_HP","ShieldingLIQMD_HP","ShieldingM_HP", + "FTFP_BERT_HPT","FTFP_INCLXX_HPT","QGSP_BERT_HPT","QGSP_BIC_HPT", + "QGSP_BIC_AllHPT","QGSP_INCLXX_HPT","Shielding_HPT","ShieldingLIQMD_HPT", + "ShieldingM_HPT"}; for(size_t i=0; i EMoption= " << em_opt << G4endl; } G4VModularPhysicsList* p = nullptr; - if(had_name == "FTFP_BERT") {p = new FTFP_BERT(verbose);} - else if(had_name == "FTFP_BERT_HP") {p = new FTFP_BERT_HP(verbose);} - else if(had_name == "FTFP_BERT_TRV") {p = new FTFP_BERT_TRV(verbose);} - else if(had_name == "FTFP_BERT_ATL") {p = new FTFP_BERT_ATL(verbose);} - else if(had_name == "FTFQGSP_BERT") {p = new FTFQGSP_BERT(verbose);} - else if(had_name == "FTFP_INCLXX") {p = new FTFP_INCLXX(verbose);} - else if(had_name == "FTFP_INCLXX_HP") {p = new FTFP_INCLXX_HP(verbose);} - else if(had_name == "FTF_BIC") {p = new FTF_BIC(verbose);} - else if(had_name == "LBE") {p = new LBE();} - else if(had_name == "QBBC") {p = new QBBC(verbose);} - else if(had_name == "QGSP_BERT") {p = new QGSP_BERT(verbose);} - else if(had_name == "QGSP_BERT_HP") {p = new QGSP_BERT_HP(verbose);} - else if(had_name == "QGSP_BIC") {p = new QGSP_BIC(verbose);} - else if(had_name == "QGSP_BIC_HP") {p = new QGSP_BIC_HP(verbose);} - else if(had_name == "QGSP_BIC_AllHP") {p = new QGSP_BIC_AllHP(verbose);} - else if(had_name == "QGSP_FTFP_BERT") {p = new QGSP_FTFP_BERT(verbose);} - else if(had_name == "QGSP_INCLXX") {p = new QGSP_INCLXX(verbose);} - else if(had_name == "QGSP_INCLXX_HP") {p = new QGSP_INCLXX_HP(verbose);} - else if(had_name == "QGS_BIC") {p = new QGS_BIC(verbose);} - else if(had_name == "Shielding") {p = new Shielding(verbose);} - else if(had_name == "ShieldingLEND") {p = new ShieldingLEND(verbose);} - else if(had_name == "ShieldingM") {p = new Shielding(verbose,"HP","M");} - else if(had_name == "NuBeam") {p = new NuBeam(verbose);} - else if(had_name == "Shielding_HP") {p = new Shielding(verbose);} - else if(had_name == "ShieldingM_HP") {p = new Shielding(verbose,"HP","M");} - else if(had_name == "FTFP_BERT_HPT") {p = new FTFP_BERT_HP(verbose); - p->RegisterPhysics(new G4ThermalNeutrons);} - else if(had_name == "FTFP_INCLXX_HPT"){p = new FTFP_INCLXX_HP(verbose); - p->RegisterPhysics(new G4ThermalNeutrons);} - else if(had_name == "QGSP_BERT_HPT") {p = new QGSP_BERT_HP(verbose); - p->RegisterPhysics(new G4ThermalNeutrons);} - else if(had_name == "QGSP_BIC_HPT") {p = new QGSP_BIC_HPT(verbose);} - else if(had_name == "QGSP_BIC_AllHPT"){p = new QGSP_BIC_AllHP(verbose); - p->RegisterPhysics(new G4ThermalNeutrons);} - else if(had_name == "QGSP_INCLXX_HPT"){p = new QGSP_INCLXX_HP(verbose); - p->RegisterPhysics(new G4ThermalNeutrons);} - else if(had_name == "Shielding_HPT") {p = new Shielding(verbose); - p->RegisterPhysics(new G4ThermalNeutrons);} - else if(had_name == "ShieldingM_HPT") {p = new Shielding(verbose,"HP","M"); - p->RegisterPhysics(new G4ThermalNeutrons);} + if(had_name == "FTFP_BERT") {p = new FTFP_BERT(verbose);} + else if(had_name == "FTFP_BERT_HP") {p = new FTFP_BERT_HP(verbose);} + else if(had_name == "FTFP_BERT_TRV") {p = new FTFP_BERT_TRV(verbose);} + else if(had_name == "FTFP_BERT_ATL") {p = new FTFP_BERT_ATL(verbose);} + else if(had_name == "FTFQGSP_BERT") {p = new FTFQGSP_BERT(verbose);} + else if(had_name == "FTFP_INCLXX") {p = new FTFP_INCLXX(verbose);} + else if(had_name == "FTFP_INCLXX_HP") {p = new FTFP_INCLXX_HP(verbose);} + else if(had_name == "FTF_BIC") {p = new FTF_BIC(verbose);} + else if(had_name == "LBE") {p = new LBE();} + else if(had_name == "QBBC") {p = new QBBC(verbose);} + else if(had_name == "QGSP_BERT") {p = new QGSP_BERT(verbose);} + else if(had_name == "QGSP_BERT_HP") {p = new QGSP_BERT_HP(verbose);} + else if(had_name == "QGSP_BIC") {p = new QGSP_BIC(verbose);} + else if(had_name == "QGSP_BIC_HP") {p = new QGSP_BIC_HP(verbose);} + else if(had_name == "QGSP_BIC_AllHP") {p = new QGSP_BIC_AllHP(verbose);} + else if(had_name == "QGSP_FTFP_BERT") {p = new QGSP_FTFP_BERT(verbose);} + else if(had_name == "QGSP_INCLXX") {p = new QGSP_INCLXX(verbose);} + else if(had_name == "QGSP_INCLXX_HP") {p = new QGSP_INCLXX_HP(verbose);} + else if(had_name == "QGS_BIC") {p = new QGS_BIC(verbose);} + else if(had_name == "Shielding") {p = new Shielding(verbose);} + else if(had_name == "ShieldingLEND") {p = new ShieldingLEND(verbose);} + else if(had_name == "ShieldingLIQMD") {p = new Shielding(verbose,"HP","",true);} + else if(had_name == "ShieldingM") {p = new Shielding(verbose,"HP","M");} + else if(had_name == "NuBeam") {p = new NuBeam(verbose);} + else if(had_name == "Shielding_HP") {p = new Shielding(verbose);} + else if(had_name == "ShieldingLIQMD_HP") {p = new Shielding(verbose,"HP","",true);} + else if(had_name == "ShieldingM_HP") {p = new Shielding(verbose,"HP","M");} + else if(had_name == "FTFP_BERT_HPT") {p = new FTFP_BERT_HP(verbose); + p->RegisterPhysics(new G4ThermalNeutrons);} + else if(had_name == "FTFP_INCLXX_HPT") {p = new FTFP_INCLXX_HP(verbose); + p->RegisterPhysics(new G4ThermalNeutrons);} + else if(had_name == "QGSP_BERT_HPT") {p = new QGSP_BERT_HP(verbose); + p->RegisterPhysics(new G4ThermalNeutrons);} + else if(had_name == "QGSP_BIC_HPT") {p = new QGSP_BIC_HPT(verbose);} + else if(had_name == "QGSP_BIC_AllHPT") {p = new QGSP_BIC_AllHP(verbose); + p->RegisterPhysics(new G4ThermalNeutrons);} + else if(had_name == "QGSP_INCLXX_HPT") {p = new QGSP_INCLXX_HP(verbose); + p->RegisterPhysics(new G4ThermalNeutrons);} + else if(had_name == "Shielding_HPT") {p = new Shielding(verbose); + p->RegisterPhysics(new G4ThermalNeutrons);} + else if(had_name == "ShieldingLIQMD_HPT") {p = new Shielding(verbose,"HP","",true); + p->RegisterPhysics(new G4ThermalNeutrons);} + else if(had_name == "ShieldingM_HPT") {p = new Shielding(verbose,"HP","M"); + p->RegisterPhysics(new G4ThermalNeutrons);} else { p = new FTFP_BERT(verbose); G4ExceptionDescription ed; diff --git a/source/processes/electromagnetic/dna/History b/source/processes/electromagnetic/dna/History index 3db80697aa..3311c41b6c 100644 --- a/source/processes/electromagnetic/dna/History +++ b/source/processes/electromagnetic/dna/History @@ -6,6 +6,15 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-05-11 Gabriele Cosmo (emdna-V11-01-26) +- Fixed compilation error on macOS/clang with C++23 enabled, for the use + of std::function in G4OctreeFinder. + +## 2024-04-19 Gabriele Cosmo +- Fixed compilation error on Windows VC++ with C++20 Standard enabled. + Added missing declarations for TG4MoleculeShoot specialisations on G4Track. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + ## 2023-11-14 Ben Morgan (emdna-V11-01-25) - Use G4FindDataDir to access data libraries in place of raw `getenv`. diff --git a/source/processes/electromagnetic/dna/management/include/G4OctreeFinder.hh b/source/processes/electromagnetic/dna/management/include/G4OctreeFinder.hh index f69b34cb23..29a849e782 100644 --- a/source/processes/electromagnetic/dna/management/include/G4OctreeFinder.hh +++ b/source/processes/electromagnetic/dna/management/include/G4OctreeFinder.hh @@ -27,14 +27,17 @@ #ifndef G4OctreeFinder_hh #define G4OctreeFinder_hh 1 + #include "globals.hh" -#include #include "G4Octree.hh" #include "G4Track.hh" #include "G4ITType.hh" #include "G4memory.hh" #include "G4TrackList.hh" +#include +#include + #undef DEBUG //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... class G4VFinder @@ -144,4 +147,4 @@ public: }; #include "G4OctreeFinder.icc" -#endif \ No newline at end of file +#endif diff --git a/source/processes/electromagnetic/dna/utils/include/G4MoleculeGun.hh b/source/processes/electromagnetic/dna/utils/include/G4MoleculeGun.hh index ef764260ac..4771205e1c 100644 --- a/source/processes/electromagnetic/dna/utils/include/G4MoleculeGun.hh +++ b/source/processes/electromagnetic/dna/utils/include/G4MoleculeGun.hh @@ -110,6 +110,15 @@ protected: void ShootAtFixedPosition(G4MoleculeGun*){} }; +template<> +void TG4MoleculeShoot::ShootAtRandomPosition(G4MoleculeGun* gun); + +template<> +void TG4MoleculeShoot::ShootAtFixedPosition(G4MoleculeGun* gun); + +template<> +void TG4MoleculeShoot::Shoot(G4MoleculeGun* gun); + template G4shared_ptr G4MoleculeShoot::ChangeType() { diff --git a/source/processes/electromagnetic/standard/History b/source/processes/electromagnetic/standard/History index e759f68685..33cbbb1f75 100644 --- a/source/processes/electromagnetic/standard/History +++ b/source/processes/electromagnetic/standard/History @@ -6,6 +6,13 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-06-06 V.Ivanchenko (emstand-V11-01-26) +- G4BetheHeitler5DModel - fixed computation of sinTheta + +## 2024-05-28 V.Ivanchenko +- G4BetheHeitler5DModel - added checks on arguments of G4Exp in SampleSecondaries(..) + method to avoid FPE problems in the case of -O3 optimisation + ## 2024-01-23 V.Ivanchenko (emstand-V11-01-25) - G4IonICRU73Data - fixed bug #2586 for the case if target material has an element with Z>92, improve debug printouts. In the Lindhard-Sorensen diff --git a/source/processes/electromagnetic/standard/src/G4BetheHeitler5DModel.cc b/source/processes/electromagnetic/standard/src/G4BetheHeitler5DModel.cc index 9ce8331440..4d7efd886d 100644 --- a/source/processes/electromagnetic/standard/src/G4BetheHeitler5DModel.cc +++ b/source/processes/electromagnetic/standard/src/G4BetheHeitler5DModel.cc @@ -388,7 +388,12 @@ G4BetheHeitler5DModel::SampleSecondaries(std::vector* fvect, G4LorentzVector LeptonMinus; G4double pdf = 0.; - G4double rndmv6[6]; + G4double rndmv6[6] = {0.0}; + const G4double corrFac = 1.0/(correctionIndex + 1.0); + const G4double expLowLim = -20.; + const G4double logLowLim = G4Exp(expLowLim/corrFac); + G4double z0, z1, z2, x0, x1; + G4double betheheitler, sinTheta, cosTheta, dum0; // START Sampling do { @@ -399,18 +404,25 @@ G4BetheHeitler5DModel::SampleSecondaries(std::vector* fvect, // integral y = pow(x,(c+1))/(c+1) @ x = 1 => y = 1 /(1+c) // invCdf exp( log(y /* *( c + 1.0 )/ (c + 1.0 ) */ ) /( c + 1.0) ) ////////////////////////////////////////////////// - const G4double X1 = - G4Exp(G4Log(rndmv6[0])/(correctionIndex + 1.0)); - const G4double x0 = G4Exp(xl1 + (xu1 - xl1)*rndmv6[1]); - const G4double dum0 = 1./(1.+x0); - const G4double cosTheta = (x0-1.)*dum0; - const G4double sinTheta = std::sqrt(4.*x0)*dum0; + z0 = (rndmv6[0] > logLowLim) ? G4Log(rndmv6[0])*corrFac : expLowLim; + G4double X1 = (z0 > expLowLim) ? G4Exp(z0) : 0.0; + z1 = xl1 + (xu1 - xl1)*rndmv6[1]; + if (z1 > expLowLim) { + x0 = G4Exp(z1); + dum0 = 1.0/(1.0 + x0); + x1 = dum0*x0; + cosTheta = -1.0 + 2.0*x1; + sinTheta = 2*std::sqrt(x1*(1.0 - x1)); + } else { + x0 = 0.0; + dum0 = 1.0; + cosTheta = -1.0; + sinTheta = 0.0; + } - const G4double PairInvMass = PairInvMassMin*G4Exp(X1*X1*lnPairInvMassRange); - - // G4double rndmv3[3]; - // rndmEngine->flatArray(3, rndmv3); + z2 = X1*X1*lnPairInvMassRange; + const G4double PairInvMass = PairInvMassMin*((z2 > 1.e-3) ? G4Exp(z2) : 1 + z2 + 0.5*z2*z2); // cos and sin theta-lepton const G4double cosThetaLept = std::cos(pi*rndmv6[2]); @@ -423,7 +435,7 @@ G4BetheHeitler5DModel::SampleSecondaries(std::vector* fvect, const G4double sinPhiLept = std::copysign(std::sqrt((1.-cosPhiLept)*(1.+cosPhiLept)),rndmv6[3]-0.5); // cos and sin phi const G4double cosPhi = std::cos(twoPi*rndmv6[4]-pi); - const G4double sinPhi = std::copysign(std::sqrt((1.-cosPhi)*(1.+cosPhi)),rndmv6[4]-0.5); + const G4double sinPhi = std::copysign(std::sqrt((1.-cosPhi)*(1.+cosPhi)),rndmv6[4]-0.5); ////////////////////////////////////////////////// // frames: @@ -550,7 +562,6 @@ G4BetheHeitler5DModel::SampleSecondaries(std::vector* fvect, } } // else FormFactor = 1 by default - G4double betheheitler; if (GammaPolarizationMag==0.) { const G4double pPlusSTP = PPlus*sinThetaPlus; const G4double pMinusSTM = PMinus*sinThetaMinus; @@ -581,7 +592,7 @@ G4BetheHeitler5DModel::SampleSecondaries(std::vector* fvect, pdf = cross * (xu1 - xl1) / G4Exp(correctionIndex*G4Log(X1)); // cond1; } while ( pdf < ymax * rndmv6[5] ); // END of Sampling - + if ( fVerbose > 2 ) { G4double recul = std::sqrt(Recoil.x()*Recoil.x()+Recoil.y()*Recoil.y() +Recoil.z()*Recoil.z()); diff --git a/source/processes/electromagnetic/utils/History b/source/processes/electromagnetic/utils/History index 43f3a4271f..17b65ca3de 100644 --- a/source/processes/electromagnetic/utils/History +++ b/source/processes/electromagnetic/utils/History @@ -6,6 +6,15 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-05-22 V.Ivanchenko (emutils-V11-01-28) +- G4EmUtility - simplify computation of cross section maximum for discrete + processes to fix the problem of FPE if -O3 compiler option is used. + +## 2024-04-21 Gabriele Cosmo (emutils-V11-01-27) +- Fixed compilation error in G4EmConfigurator on Windows VC++ with + C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + ## 2023-12-15 V.Ivanchenko (emutils-V11-01-26) - G4VEmProcess, G4VEnergyLossProcess - minor CPU optimisation by reduction of number of calls for Log of kinetic energy diff --git a/source/processes/electromagnetic/utils/src/G4EmConfigurator.cc b/source/processes/electromagnetic/utils/src/G4EmConfigurator.cc index dcb24e4b89..bfb6abe5d1 100644 --- a/source/processes/electromagnetic/utils/src/G4EmConfigurator.cc +++ b/source/processes/electromagnetic/utils/src/G4EmConfigurator.cc @@ -348,7 +348,7 @@ G4EmConfigurator::PrepareModels(const G4ParticleDefinition* aParticle, if(n > 0) { G4String particleName = aParticle->GetParticleName(); - G4String processName = (nullptr == p) ? "msc" : p->GetProcessName(); + G4String processName = (nullptr == p) ? G4String("msc") : p->GetProcessName(); for(size_t i=0; i* ptr = nullptr; - if(nullptr == p || nullptr == part) { return ptr; } - /* - G4cout << "G4EmUtility::FindCrossSectionMax for " - << p->GetProcessName() << " and " << part->GetParticleName() << G4endl; - */ + if (nullptr == p || nullptr == part) { return ptr; } + G4EmParameters* theParameters = G4EmParameters::Instance(); - G4double tmin = theParameters->MinKinEnergy(); - G4double tmax = theParameters->MaxKinEnergy(); + const G4double tmin = theParameters->MinKinEnergy(); + const G4double tmax = theParameters->MaxKinEnergy(); + const G4double ee = G4Log(tmax/tmin); + const G4double scale = theParameters->NumberOfBinsPerDecade()/g4log10; + G4int nbin = static_cast(ee*scale); + nbin = std::max(nbin, 4); + G4double x = G4Exp(ee/(G4double)nbin); const G4ProductionCutsTable* theCoupleTable= G4ProductionCutsTable::GetProductionCutsTable(); @@ -166,39 +168,28 @@ G4EmUtility::FindCrossSectionMax(G4VDiscreteProcess* p, ptr->resize(n, DBL_MAX); G4bool isPeak = false; - G4double scale = theParameters->NumberOfBinsPerDecade()/g4log10; - - G4double e, sig, ee, x, sm, em, emin, emax; // first loop on existing vectors - for (std::size_t i=0; iGetMaterialCutsCouple((G4int)i); - emin = std::max(p->MinPrimaryEnergy(part, couple->GetMaterial()), tmin); - emax = std::max(tmax, 2*emin); - ee = G4Log(emax/emin); - - G4int nbin = G4lrint(ee*scale); - if(nbin < 4) { nbin = 4; } - x = G4Exp(ee/nbin); - sm = 0.0; - em = 0.0; - e = emin; - for(G4int j=0; j<=nbin; ++j) { - sig = p->GetCrossSection(e, couple); - if(sig >= sm) { + const G4int nn = static_cast(n); + for (G4int i=0; iGetCrossSection(e, theCoupleTable->GetMaterialCutsCouple(i)); + if (sig >= sm) { em = e; sm = sig; - e = (j+1 < nbin) ? e*x : emax; + e = (j+1 < nbin) ? e*x : tmax; } else { isPeak = true; (*ptr)[i] = em; break; } } - //G4cout << i << ". em=" << em << " sm=" << sm << G4endl; } // there is no peak for any couple - if(!isPeak) { + if (!isPeak) { delete ptr; ptr = nullptr; } diff --git a/source/processes/hadronic/models/binary_cascade/History b/source/processes/hadronic/models/binary_cascade/History index aa8d8104fb..43d184335a 100644 --- a/source/processes/hadronic/models/binary_cascade/History +++ b/source/processes/hadronic/models/binary_cascade/History @@ -6,6 +6,11 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-05-22 Gunter Folger (had-binary-V11-01-01) +- Address problem reported by Atlas of throwing execption if momentum cannot + be corrected. Problem ocurrs for D + H around 1600 MeV + - The exception is removed,in this rare case the initial state is kept + unchanged instead. ## 2023-04-28 Vladimir Ivantchenko (had-binary-V11-01-00) - G4BinaryCascade, G4BinaryLightIonReaction - do not call getenv, use diff --git a/source/processes/hadronic/models/binary_cascade/src/G4BinaryLightIonReaction.cc b/source/processes/hadronic/models/binary_cascade/src/G4BinaryLightIonReaction.cc index 0695f5f892..d3ca3c363b 100644 --- a/source/processes/hadronic/models/binary_cascade/src/G4BinaryLightIonReaction.cc +++ b/source/processes/hadronic/models/binary_cascade/src/G4BinaryLightIonReaction.cc @@ -121,146 +121,135 @@ ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus & targetNucleus ) { // G4cout << "Using pre-compound only, E= "<GetBaryonNumber() - << "," << aTrack.GetDefinition()->GetPDGCharge()/eplus << ") " - << ", kinetic energy " << aTrack.GetKineticEnergy() - << G4endl; - G4cerr << " Target nucleus (A,Z)=(" - << (swapped?pA:tA) << "," - << (swapped?pZ:tZ) << ")" << G4endl; - G4cerr << " if frequent, please submit above information as bug report" - << G4endl << G4endl; + G4cerr << "G4BinaryLightIonReaction no final state for: " << G4endl; + G4cerr << " Primary " << aTrack.GetDefinition() + << ", (A,Z)=(" << aTrack.GetDefinition()->GetBaryonNumber() + << "," << aTrack.GetDefinition()->GetPDGCharge()/eplus << ") " + << ", kinetic energy " << aTrack.GetKineticEnergy() + << G4endl; + G4cerr << " Target nucleus (A,Z)=(" + << (swapped?pA:tA) << "," + << (swapped?pZ:tZ) << ")" << G4endl; + G4cerr << " if frequent, please submit above information as bug report" + << G4endl << G4endl; - theResult.Clear(); - theResult.SetStatusChange(isAlive); - theResult.SetEnergyChange(aTrack.GetKineticEnergy()); - theResult.SetMomentumChange(aTrack.Get4Momentum().vect().unit()); - return &theResult; - } + theResult.Clear(); + theResult.SetStatusChange(isAlive); + theResult.SetEnergyChange(aTrack.GetKineticEnergy()); + theResult.SetMomentumChange(aTrack.Get4Momentum().vect().unit()); + return &theResult; + } - // Calculate excitation energy, - G4double theStatisticalExEnergy = GetProjectileExcitation(); + // Calculate excitation energy, + G4double theStatisticalExEnergy = GetProjectileExcitation(); - pInitialState = mom; - //G4cout << "BLIC: pInitialState from aTrack : " << pInitialState; - pInitialState.setT(pInitialState.getT() + - G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(tZ,tA)); - //G4cout << "BLIC: target nucleus added : " << pInitialState << G4endl; + pInitialState = mom; + //G4cout << "BLIC: pInitialState from aTrack : " << pInitialState; + pInitialState.setT(pInitialState.getT() + + G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(tZ,tA)); + //G4cout << "BLIC: target nucleus added : " << pInitialState << G4endl; - delete target3dNucleus;target3dNucleus=0; - delete projectile3dNucleus;projectile3dNucleus=0; + delete target3dNucleus;target3dNucleus=0; + delete projectile3dNucleus;projectile3dNucleus=0; - G4ReactionProductVector * spectators= new G4ReactionProductVector; + G4ReactionProductVector * spectators= new G4ReactionProductVector; - cascaders = new G4ReactionProductVector; + cascaders = new G4ReactionProductVector; - G4LorentzVector pspectators=SortResult(result,spectators,cascaders); - // this also sets spectatorA and spectatorZ + G4LorentzVector pspectators=SortResult(result,spectators,cascaders); + // this also sets spectatorA and spectatorZ - // pFinalState=std::accumulate(cascaders->begin(),cascaders->end(),pFinalState,ReactionProduct4Mom); + // pFinalState=std::accumulate(cascaders->begin(),cascaders->end(),pFinalState,ReactionProduct4Mom); - std::vector::iterator iter; + std::vector::iterator iter; - // G4cout << "pInitialState, pFinalState / pspectators"<< pInitialState << " / " << pFinalState << " / " << pspectators << G4endl; + // G4cout << "pInitialState, pFinalState / pspectators"<< pInitialState << " / " << pFinalState << " / " << pspectators << G4endl; // if ( spectA-spectatorA !=0 || spectZ-spectatorZ !=0) // { // G4cout << "spect Nucl != spectators: nucl a,z; spect a,z" << // spectatorA <<" "<< spectatorZ <<" ; " << spectA <<" "<< spectZ << G4endl; // } - delete result; - result=0; - G4LorentzVector momentum(pInitialState-pFinalState); - G4int loopcount(0); - //G4cout << "BLIC: momentum, pspectators : " << momentum << " / " << pspectators << G4endl; - while (std::abs(momentum.e()-pspectators.e()) > 10*MeV) /* Loop checking, 31.08.2015, G.Folger */ - // see if on loopcount - { - G4LorentzVector pCorrect(pInitialState-pspectators); - //G4cout << "BLIC:: BIC nonconservation? (pInitialState-pFinalState) / spectators :" << momentum << " / " << pspectators << "pCorrect "<< pCorrect<< G4endl; - // Correct outgoing casacde particles.... to have momentum of (initial state - spectators) - G4bool EnergyIsCorrect=EnergyAndMomentumCorrector(cascaders, pCorrect); - if ( ! EnergyIsCorrect && debug_G4BinaryLightIonReactionResults) - { - G4cout << "Warning - G4BinaryLightIonReaction E/P correction for cascaders failed" << G4endl; - } - pFinalState=G4LorentzVector(0,0,0,0); - for(iter=cascaders->begin(); iter!=cascaders->end(); iter++) - { - pFinalState += G4LorentzVector( (*iter)->GetMomentum(), (*iter)->GetTotalEnergy() ); - } - momentum=pInitialState-pFinalState; - if (++loopcount > 10 ) - { - if ( momentum.vect().mag() - momentum.e()> 10*keV ) - { - G4cerr << "G4BinaryLightIonReaction.cc: Cannot correct 4-momentum of cascade particles" << G4endl; - throw G4HadronicException(__FILE__, __LINE__, "G4BinaryCasacde::ApplyCollision()"); - } else { - break; - } - - } - } - - if (spectatorA > 0 ) - { - // check spectator momentum - if ( momentum.vect().mag() - momentum.e()< 10*keV ) + delete result; + result=0; + G4LorentzVector momentum(pInitialState-pFinalState); + G4int loopcount(0); + //G4cout << "BLIC: momentum, pspectators : " << momentum << " / " << pspectators << G4endl; + while (std::abs(momentum.e()-pspectators.e()) > 10*MeV) /* Loop checking, 31.08.2015, G.Folger */ + // see if on loopcount + { + G4LorentzVector pCorrect(pInitialState-pspectators); + //G4cout << "BLIC:: BIC nonconservation? (pInitialState-pFinalState) / spectators :" << momentum << " / " << pspectators << "pCorrect "<< pCorrect<< G4endl; + // Correct outgoing casacde particles.... to have momentum of (initial state - spectators) + G4bool EnergyIsCorrect=EnergyAndMomentumCorrector(cascaders, pCorrect); + if ( ! EnergyIsCorrect && debug_G4BinaryLightIonReactionResults) { - // DeExciteSpectatorNucleus() also handles also case of A=1, Z=0,1 - DeExciteSpectatorNucleus(spectators, cascaders, theStatisticalExEnergy, momentum); + G4cout << "Warning - G4BinaryLightIonReaction E/P correction for cascaders failed" << G4endl; + } + pFinalState=G4LorentzVector(0,0,0,0); + for(iter=cascaders->begin(); iter!=cascaders->end(); iter++) + { + pFinalState += G4LorentzVector( (*iter)->GetMomentum(), (*iter)->GetTotalEnergy() ); + } + momentum=pInitialState-pFinalState; + if (++loopcount > 10 ) + { + break; + } + } - } else { // momentum non-conservation --> fail - for (iter=spectators->begin();iter!=spectators->end();iter++) - { - delete *iter; - } - delete spectators; - for(iter=cascaders->begin(); iter!=cascaders->end(); iter++) - { - delete *iter; - } - delete cascaders; +// Check if Energy/Momemtum is now ok, if not return initial state + if ( std::abs(momentum.e()-pspectators.e()) > 10*MeV ) + { + for (iter=spectators->begin();iter!=spectators->end();iter++) + { + delete *iter; + } + delete spectators; + for(iter=cascaders->begin(); iter!=cascaders->end(); iter++) + { + delete *iter; + } + delete cascaders; - G4cout << "G4BinaryLightIonReaction.cc: mom check: " << momentum - << " 3.mag "<< momentum.vect().mag() << G4endl - << " .. pInitialState/pFinalState/spectators " << pInitialState <<" " - << pFinalState << " " << pspectators << G4endl - << " .. A,Z " << spectatorA <<" "<< spectatorZ << G4endl; - G4cout << "G4BinaryLightIonReaction invalid final state for: " << G4endl; - G4cout << " Primary " << aTrack.GetDefinition() - << ", (A,Z)=(" << aTrack.GetDefinition()->GetBaryonNumber() - << "," << aTrack.GetDefinition()->GetPDGCharge()/eplus << ") " - << ", kinetic energy " << aTrack.GetKineticEnergy() - << G4endl; - G4cout << " Target nucleus (A,Z)=(" << targetNucleus.GetA_asInt() - << "," << targetNucleus.GetZ_asInt() << ")" << G4endl; - G4cout << " if frequent, please submit above information as bug report" - << G4endl << G4endl; + G4cout << "G4BinaryLightIonReaction.cc: mom check: " << G4endl + << " initial - final " << momentum << " 3.mag "<< momentum.vect().mag() << G4endl + << " .. pInitialState/pFinalState/spectators " << G4endl + << pInitialState << G4endl + << pFinalState << G4endl + << pspectators << G4endl + << " .. A,Z " << spectatorA <<" "<< spectatorZ << G4endl; + G4cout << "G4BinaryLightIonReaction invalid final state for: " << G4endl; + G4cout << " Primary " << aTrack.GetDefinition() + << ", (A,Z)=(" << aTrack.GetDefinition()->GetBaryonNumber() + << "," << aTrack.GetDefinition()->GetPDGCharge()/eplus << ") " + << ", kinetic energy " << aTrack.GetKineticEnergy() + << G4endl; + G4cout << " Target nucleus (A,Z)=(" << targetNucleus.GetA_asInt() + << "," << targetNucleus.GetZ_asInt() << ")" << G4endl; + G4cout << " if frequent, please submit above information as bug report" + << G4endl << G4endl; #ifdef debug_G4BinaryLightIonReaction G4ExceptionDescription ed; ed << "G4BinaryLightIonreaction: Terminate for above error" << G4endl; @@ -268,15 +257,20 @@ ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus & targetNucleus ) ed); #endif - theResult.Clear(); - theResult.SetStatusChange(isAlive); - theResult.SetEnergyChange(aTrack.GetKineticEnergy()); - theResult.SetMomentumChange(aTrack.Get4Momentum().vect().unit()); - return &theResult; - } - } else { // no spectators - delete spectators; - } + theResult.Clear(); + theResult.SetStatusChange(isAlive); + theResult.SetEnergyChange(aTrack.GetKineticEnergy()); + theResult.SetMomentumChange(aTrack.Get4Momentum().vect().unit()); + return &theResult; + + } + if (spectatorA > 0 ) + { + // DeExciteSpectatorNucleus() also handles also case of A=1, Z=0,1 + DeExciteSpectatorNucleus(spectators, cascaders, theStatisticalExEnergy, momentum); + } else { // no spectators + delete spectators; + } } // Rotate to lab G4LorentzRotation toZ; @@ -289,12 +283,12 @@ ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus & targetNucleus ) theResult.Clear(); theResult.SetStatusChange(stopAndKill); G4LorentzVector ptot(0); - G4ReactionProductVector::iterator iter; - #ifdef debug_BLIR_result - G4LorentzVector p_raw; - #endif - //G4int i=0; + #ifdef debug_BLIR_result + G4LorentzVector p_raw; + #endif + //G4int i=0; + G4ReactionProductVector::iterator iter; for(iter=cascaders->begin(); iter!=cascaders->end(); iter++) { if((*iter)->GetNewlyAdded()) @@ -557,21 +551,27 @@ G4ReactionProductVector * G4BinaryLightIonReaction::Interact(G4LorentzVector & m result=theModel->Propagate(initalState, target3dNucleus); #ifdef debug_BLIR_finalstate - if( result && result->size()>0) - { - G4LorentzVector presult; - G4ReactionProductVector::iterator iter; - G4ReactionProduct xp; - for (iter=result->begin(); iter !=result->end(); ++iter) - { - presult += G4LorentzVector((*iter)->GetMomentum(),(*iter)->GetTotalEnergy()); - } + if( result && result->size()>0) + { + G4cout << " Cascade result " << G4endl; + G4LorentzVector presult; + G4ReactionProductVector::iterator iter; + G4ReactionProduct xp; + for (iter=result->begin(); iter !=result->end(); ++iter) + { + presult += G4LorentzVector((*iter)->GetMomentum(),(*iter)->GetTotalEnergy()); + G4cout << (*iter)->GetDefinition()->GetParticleName() << " : " + << "("<< (*iter)->GetMomentum().x()<<"," + << (*iter)->GetMomentum().y()<<"," + << (*iter)->GetMomentum().z()<<";" + << (*iter)->GetTotalEnergy() <<")"<< G4endl; + } - G4cout << "BLIC check result : initial " << pinitial << " mass tgt " << target3dNucleus->GetMass() - << " final " << presult - << " IF - FF " << pinitial +G4LorentzVector(target3dNucleus->GetMass()) - presult << G4endl; + G4cout << "BLIC check result : initial " << pinitial << " mass tgt " << target3dNucleus->GetMass() + << " final " << presult + << " IF - FF " << pinitial +G4LorentzVector(target3dNucleus->GetMass()) - presult << G4endl; - } + } #endif if( result && result->size()==0) { diff --git a/source/processes/hadronic/models/coherent_elastic/History b/source/processes/hadronic/models/coherent_elastic/History index 57d29ba59d..a8966ed04b 100644 --- a/source/processes/hadronic/models/coherent_elastic/History +++ b/source/processes/hadronic/models/coherent_elastic/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-05-02 Gabriele Cosmo (hadr-cohe-V11-01-05) +- Fixed compilation warnings for potentially uninitialised local variables in + SampleThetaCMS() for G4DiffuseElastic and G4NuclNuclDiffuseElastic. + ## 2023-10-23 Vladimir Ivanchenko (hadr-cohe-V11-01-04) - G4ChargeExchange - address interface change in G4ChargeExchangeXS diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4DiffuseElastic.cc b/source/processes/hadronic/models/coherent_elastic/src/G4DiffuseElastic.cc index 80e4d4f61e..70210e826d 100644 --- a/source/processes/hadronic/models/coherent_elastic/src/G4DiffuseElastic.cc +++ b/source/processes/hadronic/models/coherent_elastic/src/G4DiffuseElastic.cc @@ -735,7 +735,8 @@ G4DiffuseElastic::SampleThetaCMS(const G4ParticleDefinition* particle, G4double momentum, G4double A) { G4int i, iMax = 100; - G4double norm, result, theta1, theta2, thetaMax, sum = 0.; + G4double norm, theta1, theta2, thetaMax; + G4double result = 0., sum = 0.; fParticle = particle; fWaveVector = momentum/hbarc; diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4NuclNuclDiffuseElastic.cc b/source/processes/hadronic/models/coherent_elastic/src/G4NuclNuclDiffuseElastic.cc index 259e8c853b..adaf2d1396 100644 --- a/source/processes/hadronic/models/coherent_elastic/src/G4NuclNuclDiffuseElastic.cc +++ b/source/processes/hadronic/models/coherent_elastic/src/G4NuclNuclDiffuseElastic.cc @@ -724,7 +724,8 @@ G4NuclNuclDiffuseElastic::SampleThetaCMS(const G4ParticleDefinition* particle, G4double momentum, G4double A) { G4int i, iMax = 100; - G4double norm, result, theta1, theta2, thetaMax, sum = 0.; + G4double norm, theta1, theta2, thetaMax; + G4double result = 0., sum = 0.; fParticle = particle; fWaveVector = momentum/hbarc; diff --git a/source/processes/hadronic/models/inclxx/History b/source/processes/hadronic/models/inclxx/History index 2709672fc3..47a64bce8d 100644 --- a/source/processes/hadronic/models/inclxx/History +++ b/source/processes/hadronic/models/inclxx/History @@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-04-12 Jean-Christophe David (hadr-inclxx-V11-01-05) +- Fix in G4INCLInteractionAvatar to not use local energy for all antibaryons. + ## 2023-12-01 Ben Morgan (hadr-inclxx-V11-01-04) - Replace raw std::getenv calls wih G4FindDataDir for G4INCLDATA location. diff --git a/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLInteractionAvatar.cc b/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLInteractionAvatar.cc index fd4372ee3c..276f71a0fe 100644 --- a/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLInteractionAvatar.cc +++ b/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLInteractionAvatar.cc @@ -447,9 +447,8 @@ namespace G4INCL { (*i)->setPotentialEnergy(0.); } -//jcd if(shouldUseLocalEnergy && !(*i)->isPion()) { // This translates AECSVT's loops 1, 3 and 4 - if(shouldUseLocalEnergy && !(*i)->isPion() && !(*i)->isEta() && !(*i)->isOmega() && - !(*i)->isKaon() && !(*i)->isAntiKaon() && !(*i)->isSigma() && !(*i)->isPhoton() && !(*i)->isLambda() && !(*i)->isAntiNucleon()) { // This translates AECSVT's loops 1, 3 and 4 + if(shouldUseLocalEnergy && !(*i)->isPion() && !(*i)->isEta() && !(*i)->isOmega() && + !(*i)->isKaon() && !(*i)->isAntiKaon() && !(*i)->isSigma() && !(*i)->isPhoton() && !(*i)->isLambda() && !(*i)->isAntiBaryon()) { // This translates AECSVT's loops 1, 3 and 4 // assert(theNucleus); // Local energy without a nucleus doesn't make sense const G4double energy = (*i)->getEnergy(); // Store the energy of the particle G4double locE = KinematicsUtils::getLocalEnergy(theNucleus, *i); // Initial value of local energy diff --git a/source/processes/hadronic/models/lend/History b/source/processes/hadronic/models/lend/History index 4fa7b4484d..527642e8f8 100644 --- a/source/processes/hadronic/models/lend/History +++ b/source/processes/hadronic/models/lend/History @@ -6,6 +6,16 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-05-02 Gabriele Cosmo (hadr-lend-V11-01-04) +- Fixed compilation warnings for potentially initialised local variables in + ptwXY_createFromFunctionZeroCrossing(). + +## 2024-04-24 Pere Mato +- Math macros such as M_PI are not standard. To define them the macro + _USE_MATH_DEFINES needs to be defined before including . +- macro WIN32 is not standard, the correect macro is _WIN32. +- should be for MinGW. + ## 2024-01-29 Vladimir Ivanchenko (hadr-lend-V11-01-03) - MCGIDI_product, MCGIDI_outputChannel, MCGIDI_distribution - fixed alma9-gcc131 compilation warnings seen in CMSSW diff --git a/source/processes/hadronic/models/lend/include/MCGIDI.h b/source/processes/hadronic/models/lend/include/MCGIDI.h index e11303d2f4..cba1ed629d 100644 --- a/source/processes/hadronic/models/lend/include/MCGIDI.h +++ b/source/processes/hadronic/models/lend/include/MCGIDI.h @@ -9,10 +9,6 @@ #define MCGIDI_VERSION_MINOR 0 #define MCGIDI_VERSION_PATCHLEVEL 0 -#ifdef WIN32 -#define M_PI 3.141592653589793238463 -#endif - #include #include #include diff --git a/source/processes/hadronic/models/lend/include/nf_specialFunctions.h b/source/processes/hadronic/models/lend/include/nf_specialFunctions.h index 4321f47a59..4868a156da 100644 --- a/source/processes/hadronic/models/lend/include/nf_specialFunctions.h +++ b/source/processes/hadronic/models/lend/include/nf_specialFunctions.h @@ -6,15 +6,12 @@ #ifndef specialFunctions_h_included #define specialFunctions_h_included +#define _USE_MATH_DEFINES #include #include #include "nf_utilities.h" -#ifdef WIN32 -#define M_PI 3.141592653589793238463 -#endif - #if defined __cplusplus extern "C" { namespace GIDI { diff --git a/source/processes/hadronic/models/lend/src/MCGIDI_energy.cc b/source/processes/hadronic/models/lend/src/MCGIDI_energy.cc index 65644c9727..0cc6dbc066 100644 --- a/source/processes/hadronic/models/lend/src/MCGIDI_energy.cc +++ b/source/processes/hadronic/models/lend/src/MCGIDI_energy.cc @@ -3,11 +3,9 @@ # <> */ #include +#define _USE_MATH_DEFINES #include -#ifdef WIN32 -#define M_PI 3.141592653589793238463 -#endif #include "MCGIDI_fromTOM.h" #include "MCGIDI_misc.h" diff --git a/source/processes/hadronic/models/lend/src/MCGIDI_outputChannel.cc b/source/processes/hadronic/models/lend/src/MCGIDI_outputChannel.cc index d22caeb84d..f2e7415765 100644 --- a/source/processes/hadronic/models/lend/src/MCGIDI_outputChannel.cc +++ b/source/processes/hadronic/models/lend/src/MCGIDI_outputChannel.cc @@ -3,6 +3,7 @@ # <> */ #include +#define _USE_MATH_DEFINES #include #include "MCGIDI.h" diff --git a/source/processes/hadronic/models/lend/src/nf_angularMomentumCoupling.cc b/source/processes/hadronic/models/lend/src/nf_angularMomentumCoupling.cc index ce8946de18..bc59181626 100644 --- a/source/processes/hadronic/models/lend/src/nf_angularMomentumCoupling.cc +++ b/source/processes/hadronic/models/lend/src/nf_angularMomentumCoupling.cc @@ -54,6 +54,7 @@ */ #include +#define _USE_MATH_DEFINES #include #include "nf_specialFunctions.h" diff --git a/source/processes/hadronic/models/lend/src/ptwXY_misc.cc b/source/processes/hadronic/models/lend/src/ptwXY_misc.cc index 781b475f57..293ee23a5c 100644 --- a/source/processes/hadronic/models/lend/src/ptwXY_misc.cc +++ b/source/processes/hadronic/models/lend/src/ptwXY_misc.cc @@ -120,7 +120,7 @@ static nfu_status ptwXY_createFromFunctionZeroCrossing( ptwXYPoints *ptwXY, doub if ( y2 == y1 ) return ( nfu_badInput ); int i; - double x, y; + double x = 0, y = 0; nfu_status status; for( i = 0; i < 16; i++ ) { diff --git a/source/processes/hadronic/models/lend/src/xDataTOM_importXML.cc b/source/processes/hadronic/models/lend/src/xDataTOM_importXML.cc index afa8a06987..07245f1a2c 100644 --- a/source/processes/hadronic/models/lend/src/xDataTOM_importXML.cc +++ b/source/processes/hadronic/models/lend/src/xDataTOM_importXML.cc @@ -11,8 +11,8 @@ #include #include -#if defined(WIN32) || defined(__MINGW32__) -#include +#if defined(_WIN32) +#include #include #include #define realpath( a, b ) GetFullPathName( a, PATH_MAX, b, NULL ) diff --git a/source/processes/hadronic/models/particle_hp/History b/source/processes/hadronic/models/particle_hp/History index 933bec7f46..a252fcf02b 100644 --- a/source/processes/hadronic/models/particle_hp/History +++ b/source/processes/hadronic/models/particle_hp/History @@ -6,6 +6,23 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-04-21 Gabriele Cosmo (hadr-hpp-V11-01-26) +- Fixed compilation error in G4ParticleHPManager and G4ParticleHPNames on + Windows VC++ with C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + +## 2024-02-26 Vladimir Ivanchenko +- G4CrossSectionHP - fixed method takeing into account temperatue effect + (the difference due to this fix is small), fixed elastic and capture + cross-sections in Argon by using only the main isotope Z=18, A=40 (there + was up to 50% overestimation of cross sections due to wrong data for + rare isotopes of argon); fixed cross sections for rare target atoms + Promethium, Astatine, Radon, Francium. + +## 2024-02-12 Gabriele Cosmo +- Fixed remaining compilation warnings on gcc compiler when LTO settings + are enabled. + ## 2024-01-30 Vladimir Ivanchenko (hadr-hpp-V11-01-25) - G4ParticleHPFSFissionFS, G4ParticleHPFissionBaseFS - substitute C-arrays with std::vector in order to reduce compilation warnings on gcc diff --git a/source/processes/hadronic/models/particle_hp/include/G4CrossSectionHP.hh b/source/processes/hadronic/models/particle_hp/include/G4CrossSectionHP.hh index 7767fd8f6e..507a79353f 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4CrossSectionHP.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4CrossSectionHP.hh @@ -85,6 +85,8 @@ class G4CrossSectionHP : public G4VCrossSectionDataSet inline G4double GetMaxHPEnergy() const; + inline void SetBinSearch(G4int n); + private: void Initialise(const G4int Z); @@ -102,6 +104,7 @@ class G4CrossSectionHP : public G4VCrossSectionDataSet inline G4bool CheckCache(const G4int Z); const G4ParticleDefinition* fParticle; + const G4ParticleDefinition* fNeutron; G4ParticleHPManager* fManagerHP; const G4double emax; @@ -113,6 +116,8 @@ class G4CrossSectionHP : public G4VCrossSectionDataSet const G4int minZ; const G4int maxZ; + + G4int binSearch{2}; std::size_t index{0}; G4bool fPrinted{false}; @@ -157,4 +162,9 @@ inline G4double G4CrossSectionHP::GetMaxHPEnergy() const return emax; } +inline void G4CrossSectionHP::SetBinSearch(G4int n) +{ + if (n > 0) { binSearch = n; } +} + #endif diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPArbitaryTab.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPArbitaryTab.hh index e2bbe1e08e..64011cc72d 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPArbitaryTab.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPArbitaryTab.hh @@ -55,13 +55,14 @@ class G4ParticleHPArbitaryTab : public G4VParticleHPEDis inline void Init(std::istream& theData) override { - G4int i; + std::size_t i; theFractionalProb.Init(theData, CLHEP::eV); theData >> nDistFunc; // = number of incoming n energy points - theDistFunc = new G4ParticleHPVector[nDistFunc]; + const std::size_t dsize = nDistFunc > 0 ? nDistFunc : 1; + theDistFunc = new G4ParticleHPVector[dsize]; theManager.Init(theData); G4double currentEnergy; - for (i = 0; i < nDistFunc; i++) { + for (i = 0; i < dsize; ++i) { theData >> currentEnergy; theDistFunc[i].SetLabel(currentEnergy * CLHEP::eV); theDistFunc[i].Init(theData, CLHEP::eV); @@ -76,17 +77,17 @@ class G4ParticleHPArbitaryTab : public G4VParticleHPEDis //************************************************************************ // EMendoza: // Here we calculate the thresholds for the 2D sampling: - for (i = 0; i < nDistFunc; i++) { + for (i = 0; i < dsize; ++i) { G4int np = theDistFunc[i].GetVectorLength(); theLowThreshold[i] = theDistFunc[i].GetEnergy(0); theHighThreshold[i] = theDistFunc[i].GetEnergy(np - 1); - for (G4int j = 0; j < np - 1; j++) { + for (G4int j = 0; j < np - 1; ++j) { if (theDistFunc[i].GetXsec(j + 1) > 1.e-20) { theLowThreshold[i] = theDistFunc[i].GetEnergy(j); break; } } - for (G4int j = 1; j < np; j++) { + for (G4int j = 1; j < np; ++j) { if (theDistFunc[i].GetXsec(j - 1) > 1.e-20) { theHighThreshold[i] = theDistFunc[i].GetEnergy(j); } diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPLegendreStore.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPLegendreStore.hh index a808508efa..458a1e6c4f 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPLegendreStore.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPLegendreStore.hh @@ -33,6 +33,7 @@ #include "G4ParticleHPLegendreTable.hh" #include "G4ios.hh" +#include #include class G4ParticleHPLegendreStore @@ -40,11 +41,11 @@ class G4ParticleHPLegendreStore public: G4ParticleHPLegendreStore(G4int n) { - theCoeff = new G4ParticleHPLegendreTable[n]; + theCoeff.resize(n); nEnergy = n; } - ~G4ParticleHPLegendreStore() { delete[] theCoeff; } + ~G4ParticleHPLegendreStore() {} inline void Init(G4int i, G4double e, G4int n) { theCoeff[i].Init(e, n); } inline void SetNPoints(G4int n) { nEnergy = n; } @@ -77,7 +78,7 @@ class G4ParticleHPLegendreStore private: G4int nEnergy; - G4ParticleHPLegendreTable* theCoeff; + std::vector theCoeff; G4InterpolationManager theManager; // interpolate between different Tables }; #endif diff --git a/source/processes/hadronic/models/particle_hp/src/G4CrossSectionHP.cc b/source/processes/hadronic/models/particle_hp/src/G4CrossSectionHP.cc index aa09040dc4..17742a13ed 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4CrossSectionHP.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4CrossSectionHP.cc @@ -64,6 +64,7 @@ G4CrossSectionHP::G4CrossSectionHP(const G4ParticleDefinition* p, G4int zmin, G4int zmax) : G4VCrossSectionDataSet(nameData), fParticle(p), + fNeutron(G4Neutron::Neutron()), fManagerHP(G4ParticleHPManager::GetInstance()), emax(emaxHP), emaxT(fManagerHP->GetMaxEnergyDoppler()), @@ -161,30 +162,35 @@ G4double G4CrossSectionHP::IsoCrossSection(const G4double ekin, } else { // Doppler broading - G4double lambda = 1.0/(CLHEP::k_Boltzmann*T); + G4double e0 = CLHEP::k_Boltzmann*T; G4double mass = fParticle->GetPDGMass(); G4double massTarget = G4NucleiProperties::GetNuclearMass(A, Z); - G4LorentzVector lv(0., 0., 0., mass + ekin); + + // projectile + G4LorentzVector lv(0., 0., std::sqrt(ekin*(ekin + 2*mass)), mass + ekin); // limits of integration const G4double lim = 1.01; const G4int nmin = 3; - G4int i; + G4int ii = 0; const G4int nn = 20; G4double xs2 = 0.0; - for (i=1; iValue(e, index); xs += y; xs2 += y*y; - if (i >= nmin && i*xs2 <= lim*xs*xs) { break; } + if (ii >= nmin && ii*xs2 <= lim*xs*xs) { break; } } - xs /= (G4double)std::min(i, nn-1); + if (ii > 0) { xs /= (G4double)(ii); } } #ifdef G4VERBOSE if (verboseLevel > 1) { @@ -317,8 +323,7 @@ void G4CrossSectionHP::DumpPhysicsTable(const G4ParticleDefinition&) const G4ElementTable* table = G4Element::GetElementTable(); for ( auto const & elm : *table ) { G4int Z = elm->GetZasInt(); - if (Z >= minZ && Z <= maxZ && - nullptr != fData->GetElementData(Z - minZ)) { + if (Z >= minZ && Z <= maxZ && nullptr != fData->GetElementData(Z - minZ)) { G4cout << "---------------------------------------------------" << G4endl; G4cout << elm->GetName() << G4endl; std::size_t n = fData->GetNumberOfComponents(Z); @@ -369,31 +374,36 @@ void G4CrossSectionHP::Initialise(const G4int Z) G4bool noComp = true; for (G4int A=amin[Z]; A<=amax[Z]; ++A) { std::ostringstream ost; - ost << fDataDirectory << Z << "_"; - if (6 == Z && 12 == A) { - ost << "nat_"; + ost << fDataDirectory; + // first check special cases + if (6 == Z && 12 == A && fParticle == fNeutron) { + ost << Z << "_nat_" << elementName[Z]; + } else if (18 == Z && 40 != A) { + continue; } else if (27 == Z && 62 == A) { - ost << "62m1_"; + ost << Z << "_62m1_" << elementName[Z]; } else if (47 == Z && 106 == A) { - ost << "106m1_"; + ost << Z << "_106m1_" << elementName[Z]; } else if (48 == Z && 115 == A) { - ost << "115m1_"; + ost << Z << "_115m1_" << elementName[Z]; } else if (52 == Z && 127 == A) { - ost << "127m1_"; + ost << Z << "_127m1_" << elementName[Z]; } else if (52 == Z && 129 == A) { - ost << "129m1_"; + ost << Z << "_129m1_" << elementName[Z]; } else if (52 == Z && 131 == A) { - ost << "131m1_"; + ost << Z << "_131m1_" << elementName[Z]; + } else if (61 == Z && 145 == A) { + ost << Z << "_147_" << elementName[Z]; } else if (67 == Z && 166 == A) { - ost << "166m1_"; + ost << Z << "_166m1_" << elementName[Z]; } else if (73 == Z && 180 == A) { - ost << "180m1_"; + ost << Z << "_180m1_" << elementName[Z]; + } else if ((Z == 85 && A == 210) || (Z == 86 && A == 222) || (Z == 87 && A == 223)) { + ost << "84_209_" << elementName[84]; } else { - ost << A << "_"; + // the main file name + ost << Z << "_" << A << "_" << elementName[Z]; } - ost << elementName[Z]; - std::ifstream filein(ost.str().c_str()); - //G4cout << "File: " << ost.str() << " " << G4endl; std::istringstream theXSData(tnam, std::ios::in); fManagerHP->GetDataStream(ost.str().c_str(), theXSData); if (theXSData) { @@ -408,11 +418,11 @@ void G4CrossSectionHP::Initialise(const G4int Z) for (G4int i=0; i> x >> y; x *= CLHEP::eV; - y *= CLHEP::barn; + y *= CLHEP::barn; //G4cout << " e=" << x << " xs=" << y << G4endl; v->PutValues((std::size_t)i, x, y); } - v->EnableLogBinSearch(2); + v->EnableLogBinSearch(binSearch); if (noComp) { G4int nmax = amax[Z] - A + 1; fData->InitialiseForComponent(Z - minZ, nmax); diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPChannel.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPChannel.cc index aae1a237c2..d9e3df3827 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPChannel.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPChannel.cc @@ -112,14 +112,15 @@ G4bool G4ParticleHPChannel::Register(G4ParticleHPFinalState* theFS) G4int Z = theElement->GetZasInt(); niso = (G4int)theElement->GetNumberOfIsotopes(); + const std::size_t nsize = niso > 0 ? niso : 1; delete[] theIsotopeWiseData; - theIsotopeWiseData = new G4ParticleHPIsoData[niso]; + theIsotopeWiseData = new G4ParticleHPIsoData[nsize]; delete[] active; - active = new G4bool[niso]; + active = new G4bool[nsize]; delete[] theFinalStates; - theFinalStates = new G4ParticleHPFinalState*[niso]; + theFinalStates = new G4ParticleHPFinalState*[nsize]; delete theChannelData; theChannelData = new G4ParticleHPVector; for (G4int i = 0; i < niso; ++i) { diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContAngularPar.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContAngularPar.cc index ba85bc9a54..624fb0f776 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContAngularPar.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContAngularPar.cc @@ -93,7 +93,8 @@ G4ParticleHPContAngularPar::G4ParticleHPContAngularPar(G4ParticleHPContAngularPa theDiscreteEnergiesOwn = val.theDiscreteEnergiesOwn; toBeCached v; fCache.Put(v); - theAngular = new G4ParticleHPList[nEnergies]; + const std::size_t esize = nEnergies > 0 ? nEnergies : 1; + theAngular = new G4ParticleHPList[esize]; for (G4int ie = 0; ie < nEnergies; ++ie) { theAngular[ie].SetLabel(val.theAngular[ie].GetLabel()); for (G4int ip = 0; ip < nAngularParameters; ++ip) { @@ -116,7 +117,8 @@ void G4ParticleHPContAngularPar::Init(std::istream& aDataFile, const G4ParticleD aDataFile >> theEnergy >> nEnergies >> nDiscreteEnergies >> nAngularParameters; theEnergy *= eV; - theAngular = new G4ParticleHPList[nEnergies]; + const std::size_t esize = nEnergies > 0 ? nEnergies : 1; + theAngular = new G4ParticleHPList[esize]; G4double sEnergy; for (G4int i = 0; i < nEnergies; ++i) { aDataFile >> sEnergy; @@ -840,7 +842,8 @@ void G4ParticleHPContAngularPar::BuildByInterpolation(G4double anEnergy, nEnergies = nDiscreteEnergies + (G4int)theEnergiesTransformed.size(); // Create final array of angular parameters - auto theNewAngular = new G4ParticleHPList[nEnergies]; + const std::size_t esize = nEnergies > 0 ? nEnergies : 1; + auto theNewAngular = new G4ParticleHPList[esize]; // Copy discrete energies and interpolated parameters to new array diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContEnergyAngular.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContEnergyAngular.cc index c6bf1a31b0..272fc26090 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContEnergyAngular.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContEnergyAngular.cc @@ -54,7 +54,8 @@ G4ParticleHPContEnergyAngular::~G4ParticleHPContEnergyAngular() void G4ParticleHPContEnergyAngular::Init(std::istream& aDataFile) { aDataFile >> theTargetCode >> theAngularRep >> theInterpolation >> nEnergy; - theAngular = new G4ParticleHPContAngularPar[nEnergy]; + const std::size_t esize = nEnergy > 0 ? nEnergy : 1; + theAngular = new G4ParticleHPContAngularPar[esize]; theManager.Init(aDataFile); for (G4int i = 0; i < nEnergy; ++i) { theAngular[i].Init(aDataFile, theProjectile); diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPDiscreteTwoBody.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPDiscreteTwoBody.cc index 19ea103924..ef0c3c2489 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPDiscreteTwoBody.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPDiscreteTwoBody.cc @@ -63,8 +63,9 @@ void G4ParticleHPDiscreteTwoBody::Init(std::istream& aDataFile) { aDataFile >> nEnergy; theManager.Init(aDataFile); - theCoeff = new G4ParticleHPLegendreTable[nEnergy]; - for (G4int i = 0; i < nEnergy; i++) { + const std::size_t tsize = nEnergy > 0 ? nEnergy : 1; + theCoeff = new G4ParticleHPLegendreTable[tsize]; + for (std::size_t i = 0; i < tsize; ++i) { G4double energy; G4int aRep, nCoeff; aDataFile >> energy >> aRep >> nCoeff; diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPElementData.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPElementData.cc index fb186aa66f..35fb107408 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPElementData.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPElementData.cc @@ -60,7 +60,8 @@ void G4ParticleHPElementData::Init(G4Element* theElement, { auto nIso = (G4int)theElement->GetNumberOfIsotopes(); auto Z = theElement->GetZasInt(); - theIsotopeWiseData = new G4ParticleHPIsoData[nIso]; + const std::size_t dsize = nIso > 0 ? nIso : 1; + theIsotopeWiseData = new G4ParticleHPIsoData[dsize]; for (G4int i1 = 0; i1 < nIso; ++i1) { G4int A = theElement->GetIsotope(i1)->GetN(); diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPEnAngCorrelation.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPEnAngCorrelation.cc index 70e09ca322..9edb3517b6 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPEnAngCorrelation.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPEnAngCorrelation.cc @@ -63,10 +63,9 @@ void G4ParticleHPEnAngCorrelation::Init(std::istream& aDataFile) { inCharge = true; aDataFile >> targetMass >> frameFlag >> nProducts; - //G4cout << "G4ParticleHPEnAngCorrelation::Init " << theProjectile->GetParticleName() - // << " frameFlag=" << frameFlag << " N=" << nProducts << " Mass=" << targetMass << G4endl; - theProducts = new G4ParticleHPProduct[nProducts]; - for (G4int i = 0; i < nProducts; ++i) { + const std::size_t psize = nProducts > 0 ? nProducts : 1; + theProducts = new G4ParticleHPProduct[psize]; + for (std::size_t i = 0; i < psize; ++i) { theProducts[i].Init(aDataFile, theProjectile); } } diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPField.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPField.cc index 619c5b1840..32d34829e0 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPField.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPField.cc @@ -91,9 +91,9 @@ G4double G4ParticleHPField::GetY(G4double e, G4int j) void G4ParticleHPField::Dump() { G4cout << nEntries << G4endl; - for (G4int i = 0; i < nEntries; i++) { + for (G4int i = 0; i < nEntries; ++i) { G4cout << theData[i].GetX() << " "; - for (G4int j = 0; j < theData[i].GetDepth(); j++) { + for (G4int j = 0; j < theData[i].GetDepth(); ++j) { G4cout << theData[i].GetY(j) << " "; } G4cout << G4endl; @@ -107,12 +107,11 @@ void G4ParticleHPField::Check(G4int i) "Skipped some index numbers in G4ParticleHPField"); if (i == nPoints) { nPoints += 50; - auto buff = new G4ParticleHPFieldPoint[nPoints]; - // G4cout << "copying 1"< 0 ? nPoints : 1; + auto buff = new G4ParticleHPFieldPoint[fsize]; + for (G4int j = 0; j < nEntries; ++j) { buff[j] = theData[j]; } - // G4cout << "copying 2"<> nEnergies; theManager.Init(aDataFile); - theEnergies = new G4double[nEnergies]; - nCosTh = new G4int[nEnergies]; - theData = new G4ParticleHPVector*[nEnergies]; - theSecondManager = new G4InterpolationManager[nEnergies]; - for (G4int i = 0; i < nEnergies; i++) { + const std::size_t esize = nEnergies > 0 ? nEnergies : 1; + theEnergies = new G4double[esize]; + nCosTh = new G4int[esize]; + theData = new G4ParticleHPVector*[esize]; + theSecondManager = new G4InterpolationManager[esize]; + for (G4int i = 0; i < nEnergies; ++i) { aDataFile >> theEnergies[i]; theEnergies[i] *= eV; aDataFile >> nCosTh[i]; theSecondManager[i].Init(aDataFile); - theData[i] = new G4ParticleHPVector[nCosTh[i]]; + const std::size_t dsize = nCosTh[i] > 0 ? nCosTh[i] : 1; + theData[i] = new G4ParticleHPVector[dsize]; G4double label; - for (G4int ii = 0; ii < nCosTh[i]; ii++) { + for (std::size_t ii = 0; ii < dsize; ++ii) { aDataFile >> label; theData[i][ii].SetLabel(label); theData[i][ii].Init(aDataFile, eV); diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPManager.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPManager.cc index 0142e5e9d8..c76bb98a09 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPManager.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPManager.cc @@ -72,7 +72,7 @@ G4ParticleHPManager::G4ParticleHPManager() // path may be defined by two environment variables // it is not mandatory to access PHP data - path may be not defined const char* ttp = G4FindDataDir("G4PARTICLEHPDATA"); - G4String tendl = (nullptr == ttp) ? "" : G4String(ttp); + G4String tendl = (nullptr == ttp) ? G4String("") : G4String(ttp); const char* ssp = G4FindDataDir("G4PROTONHPDATA"); fDataPath[1] = (nullptr == ssp) ? tendl + "/Proton" : G4String(ssp); diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPNames.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPNames.cc index d2a43b4629..9f2afd67af 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPNames.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPNames.cc @@ -78,7 +78,7 @@ G4ParticleHPNames::G4ParticleHPNames(G4int maxOffSet) : theMaxOffSet(maxOffSet) G4String G4ParticleHPNames::GetName(G4int i) { - return (i > 0 && i < 100) ? theString[i] : ""; + return (i > 0 && i < 100) ? theString[i] : G4String(""); } G4String G4ParticleHPNames::itoa(G4int current) diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPPhotonDist.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPPhotonDist.cc index 8f7b4492d3..5a4642134b 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPPhotonDist.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPPhotonDist.cc @@ -61,11 +61,12 @@ G4bool G4ParticleHPPhotonDist::InitMean(std::istream& aDataFile) if (repFlag == 1) { // multiplicities aDataFile >> nDiscrete; - disType = new G4int[nDiscrete]; - energy = new G4double[nDiscrete]; - // actualMult = new G4int[nDiscrete]; - theYield = new G4ParticleHPVector[nDiscrete]; - for (G4int i = 0; i < nDiscrete; ++i) { + const std::size_t msize = nDiscrete > 0 ? nDiscrete : 1; + disType = new G4int[msize]; + energy = new G4double[msize]; + // actualMult = new G4int[msize]; + theYield = new G4ParticleHPVector[msize]; + for (std::size_t i = 0; i < msize; ++i) { aDataFile >> disType[i] >> energy[i]; energy[i] *= eV; theYield[i].Init(aDataFile, eV); @@ -77,11 +78,12 @@ G4bool G4ParticleHPPhotonDist::InitMean(std::istream& aDataFile) theBaseEnergy *= eV; aDataFile >> theInternalConversionFlag; aDataFile >> nGammaEnergies; - theLevelEnergies = new G4double[nGammaEnergies]; - theTransitionProbabilities = new G4double[nGammaEnergies]; + const std::size_t esize = nGammaEnergies > 0 ? nGammaEnergies : 1; + theLevelEnergies = new G4double[esize]; + theTransitionProbabilities = new G4double[esize]; if (theInternalConversionFlag == 2) - thePhotonTransitionFraction = new G4double[nGammaEnergies]; - for (G4int ii = 0; ii < nGammaEnergies; ++ii) { + thePhotonTransitionFraction = new G4double[esize]; + for (std::size_t ii = 0; ii < esize; ++ii) { if (theInternalConversionFlag == 1) { aDataFile >> theLevelEnergies[ii] >> theTransitionProbabilities[ii]; theLevelEnergies[ii] *= eV; @@ -146,8 +148,9 @@ void G4ParticleHPPhotonDist::InitAngular(std::istream& aDataFile) vct_pXS_par.push_back(hpv); } } - if (theGammas == nullptr) theGammas = new G4double[nDiscrete2]; - if (theShells == nullptr) theShells = new G4double[nDiscrete2]; + const std::size_t psize = nDiscrete2 > 0 ? nDiscrete2 : 1; + if (theGammas == nullptr) theGammas = new G4double[psize]; + if (theShells == nullptr) theShells = new G4double[psize]; for (i = 0; i < nIso; ++i) // isotropic photons { @@ -155,15 +158,17 @@ void G4ParticleHPPhotonDist::InitAngular(std::istream& aDataFile) theGammas[i] *= eV; theShells[i] *= eV; } - nNeu = new G4int[nDiscrete2 - nIso]; - if (tabulationType == 1) theLegendre = new G4ParticleHPLegendreTable*[nDiscrete2 - nIso]; - if (tabulationType == 2) theAngular = new G4ParticleHPAngularP*[nDiscrete2 - nIso]; + const std::size_t tsize = nDiscrete2 - nIso > 0 ? nDiscrete2 - nIso : 1; + nNeu = new G4int[tsize]; + if (tabulationType == 1) theLegendre = new G4ParticleHPLegendreTable*[tsize]; + if (tabulationType == 2) theAngular = new G4ParticleHPAngularP*[tsize]; for (i = nIso; i < nDiscrete2; ++i) { if (tabulationType == 1) { aDataFile >> theGammas[i] >> theShells[i] >> nNeu[i - nIso]; theGammas[i] *= eV; theShells[i] *= eV; - theLegendre[i - nIso] = new G4ParticleHPLegendreTable[nNeu[i - nIso]]; + const std::size_t lsize = nNeu[i - nIso] > 0 ? nNeu[i - nIso] : 1; + theLegendre[i - nIso] = new G4ParticleHPLegendreTable[lsize]; theLegendreManager.Init(aDataFile); for (ii = 0; ii < nNeu[i - nIso]; ++ii) { theLegendre[i - nIso][ii].Init(aDataFile); @@ -173,7 +178,8 @@ void G4ParticleHPPhotonDist::InitAngular(std::istream& aDataFile) aDataFile >> theGammas[i] >> theShells[i] >> nNeu[i - nIso]; theGammas[i] *= eV; theShells[i] *= eV; - theAngular[i - nIso] = new G4ParticleHPAngularP[nNeu[i - nIso]]; + const std::size_t asize = nNeu[i - nIso] > 0 ? nNeu[i - nIso] : 1; + theAngular[i - nIso] = new G4ParticleHPAngularP[asize]; for (ii = 0; ii < nNeu[i - nIso]; ++ii) { theAngular[i - nIso][ii].Init(aDataFile); } @@ -213,9 +219,10 @@ void G4ParticleHPPhotonDist::InitEnergies(std::istream& aDataFile) } if (energyDistributionsNeeded == 0) return; aDataFile >> nPartials; - distribution = new G4int[nPartials]; - probs = new G4ParticleHPVector[nPartials]; - partials = new G4ParticleHPPartial*[nPartials]; + const std::size_t dsize = nPartials > 0 ? nPartials : 1; + distribution = new G4int[dsize]; + probs = new G4ParticleHPVector[dsize]; + partials = new G4ParticleHPPartial*[dsize]; G4int nen; G4int dummy; for (i = 0; i < nPartials; ++i) { @@ -236,13 +243,13 @@ void G4ParticleHPPhotonDist::InitPartials(std::istream& aDataFile, G4ParticleHPV if (nDiscrete != 1) { theTotalXsec.Init(aDataFile, eV); } - G4int i; - theGammas = new G4double[nDiscrete]; - theShells = new G4double[nDiscrete]; - isPrimary = new G4int[nDiscrete]; - disType = new G4int[nDiscrete]; - thePartialXsec = new G4ParticleHPVector[nDiscrete]; - for (i = 0; i < nDiscrete; ++i) { + const std::size_t dsize = nDiscrete > 0 ? nDiscrete : 1; + theGammas = new G4double[dsize]; + theShells = new G4double[dsize]; + isPrimary = new G4int[dsize]; + disType = new G4int[dsize]; + thePartialXsec = new G4ParticleHPVector[dsize]; + for (std::size_t i = 0; i < dsize; ++i) { aDataFile >> theGammas[i] >> theShells[i] >> isPrimary[i] >> disType[i]; theGammas[i] *= eV; theShells[i] *= eV; diff --git a/source/processes/hadronic/models/radioactive_decay/History b/source/processes/hadronic/models/radioactive_decay/History index c74fa5bfb4..1a6fb3c2ed 100644 --- a/source/processes/hadronic/models/radioactive_decay/History +++ b/source/processes/hadronic/models/radioactive_decay/History @@ -6,6 +6,18 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-04-08 Vladimir Ivanchenko, Alvaro Tolosa Delgado (radioactive_decay-V11-01-11) +- G4BetaPlusDecay, G4BetaMinusDecay - minor fix of radioactive_decay-V11-02-02 + In case Q-value is bigger than mass diference, betas in the tail of the spectrum + may have more energy than residual free energy. To minimize the non-conservation + of 4-momentum, in such cases neutrino and daughter nucleus are given 1 eV, leading + to non conservation of linear momentum because momentum of beta is not counterbalanced. + +## 2024-02-20 Vladimir Ivanchenko +- G4BetaPlusDecay, G4BetaMinusDecay - added extra numerical protection on + level of 1 eV to avoid precision lost and production of neutrino with + negative kinetic energy + ## 2024-02-13 Vladimir Ivanchenko (radioactive_decay-V11-01-10) - G4BetaPlusDecay, G4BetaMinusDecay - fixed sampling algorithm (problem #2588) diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4BetaDecayCorrections.cc b/source/processes/hadronic/models/radioactive_decay/src/G4BetaDecayCorrections.cc index a88bcd388d..4267e09d97 100644 --- a/source/processes/hadronic/models/radioactive_decay/src/G4BetaDecayCorrections.cc +++ b/source/processes/hadronic/models/radioactive_decay/src/G4BetaDecayCorrections.cc @@ -65,6 +65,7 @@ G4double G4BetaDecayCorrections::FermiFunction(const G4double& W) { // Calculate the relativistic Fermi function. Argument W is the // total electron energy in units of electron mass. + // Ref: E. Feenberg, G. Trigg, Reviews of Modern Physics, 22(1950) G4double Wprime; if (Z < 0) { diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4BetaMinusDecay.cc b/source/processes/hadronic/models/radioactive_decay/src/G4BetaMinusDecay.cc index e6b187f1f6..b855e3a409 100644 --- a/source/processes/hadronic/models/radioactive_decay/src/G4BetaMinusDecay.cc +++ b/source/processes/hadronic/models/radioactive_decay/src/G4BetaMinusDecay.cc @@ -116,13 +116,12 @@ G4DecayProducts* G4BetaMinusDecay::DecayIt(G4double) G4LorentzVector lv(-eMomentum*dir.x(), -eMomentum*dir.y(), -eMomentum*dir.z(), parentMass - eKE - eMass); - G4double edel = std::max(lv.e() - resMass, 0.0); - // Free energy should be above zero - if (edel > 0.0) { - - // centrum of mass system - G4double M = lv.mag(); - + // centrum of mass system + G4double M = lv.mag(); + const G4double elim = CLHEP::eV; + G4double edel = M - resMass; + // Free energy should be above limit + if (edel >= elim) { // neutrino G4double eNu = 0.5*(M - resMass*resMass/M); G4LorentzVector lvnu(eNu*G4RandomDirection(), eNu); @@ -139,8 +138,8 @@ G4DecayProducts* G4BetaMinusDecay::DecayIt(G4double) products->PushProducts(dp); } else { - // neglecting relativistic kinematic and giving all energy to neutrino - dp = new G4DynamicParticle(fNeutrino, G4RandomDirection(), edel); + // neglecting relativistic kinematic and giving some energy to neutrino + dp = new G4DynamicParticle(fNeutrino, G4RandomDirection(), elim); products->PushProducts(dp); dp = new G4DynamicParticle(fResIon, G4ThreeVector(0.0,0.0,1.0), 0.0); products->PushProducts(dp); diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4BetaPlusDecay.cc b/source/processes/hadronic/models/radioactive_decay/src/G4BetaPlusDecay.cc index c69a261091..055222bbe8 100644 --- a/source/processes/hadronic/models/radioactive_decay/src/G4BetaPlusDecay.cc +++ b/source/processes/hadronic/models/radioactive_decay/src/G4BetaPlusDecay.cc @@ -117,13 +117,12 @@ G4DecayProducts* G4BetaPlusDecay::DecayIt(G4double) G4LorentzVector lv(-eMomentum*dir.x(), -eMomentum*dir.y(), -eMomentum*dir.z(), parentMass - eKE - eMass); - G4double edel = std::max(lv.e() - resMass, 0.0); - // Free energy should be above zero - if (edel > 0.0) { - - // centrum of mass system - G4double M = lv.mag(); - + const G4double elim = CLHEP::eV; + // centrum of mass system + G4double M = lv.mag(); + G4double edel = M - resMass; + // Free energy should be above limit + if (edel >= elim) { // neutrino G4double eNu = 0.5*(M - resMass*resMass/M); G4LorentzVector lvnu(eNu*G4RandomDirection(), eNu); @@ -141,7 +140,7 @@ G4DecayProducts* G4BetaPlusDecay::DecayIt(G4double) } else { // neglecting relativistic kinematic and giving all energy to neutrino - dp = new G4DynamicParticle(fNeutrino, G4RandomDirection(), edel); + dp = new G4DynamicParticle(fNeutrino, G4RandomDirection(), elim); products->PushProducts(dp); dp = new G4DynamicParticle(fResIon, G4ThreeVector(0.0,0.0,1.0), 0.0); products->PushProducts(dp); diff --git a/source/processes/optical/History b/source/processes/optical/History index 6423a29c1f..1de7b60a5d 100644 --- a/source/processes/optical/History +++ b/source/processes/optical/History @@ -6,6 +6,14 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-05-24 Daren Sawkey (op-V11-01-01) +- G4OpBoundaryProcess: Calculate Fresnel reflection/refraction correctly when + material property TRANSMITTANCE is specified. The ratio of Fresnel + reflection/refraction now does not change when a non-zero transmission is + specified. Previously, if transmission of X% was specified, there would be + transmission of X% as expected, but the ratio of Fresnel refraction to + Fresnel reflection would be set to X%. Addressing bug 2578. + ## 2023-10-27 Daren Sawkey (op-V11-01-00) - G4OpBoundaryProcess: verbosity of 0 silences run-time warnings diff --git a/source/processes/optical/src/G4OpBoundaryProcess.cc b/source/processes/optical/src/G4OpBoundaryProcess.cc index 640b58567a..f730c4a9b7 100644 --- a/source/processes/optical/src/G4OpBoundaryProcess.cc +++ b/source/processes/optical/src/G4OpBoundaryProcess.cc @@ -1206,9 +1206,15 @@ leap: E2_total = E2_perp * E2_perp + E2_parl * E2_parl; s2 = fRindex2 * cost2 * E2_total; - if(fTransmittance > 0.) - transCoeff = fTransmittance; - else if(cost1 != 0.0) + // D.Sawkey, 24 May 24 + // Transmittance has already been taken into account in PostStepDoIt. + // For e.g. specular surfaces, the ratio of Fresnel refraction to + // reflection should be given by the math, not material property + // TRANSMITTANCE + //if(fTransmittance > 0.) + // transCoeff = fTransmittance; + //else if(cost1 != 0.0) + if(cost1 != 0.0) transCoeff = s2 / s1; else transCoeff = 0.0; diff --git a/source/processes/solidstate/phonon/History b/source/processes/solidstate/phonon/History index 6fe4660288..e23c7606d3 100644 --- a/source/processes/solidstate/phonon/History +++ b/source/processes/solidstate/phonon/History @@ -1,9 +1,15 @@ # Category prophonon History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! +------------------------------------------------------------------------------- + +## 2024-04-21 Gabriele Cosmo (prophonon-V11-01-00) +- Fixed compilation error in G4LatticeManager on Windows VC++ with + C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). ## 2021-12-10 Ben Morgan (prophonon-V11-00-00) - Change to new Markdown History format diff --git a/source/processes/solidstate/phonon/src/G4LatticeManager.cc b/source/processes/solidstate/phonon/src/G4LatticeManager.cc index 3d5137c97b..fa3378d1c9 100644 --- a/source/processes/solidstate/phonon/src/G4LatticeManager.cc +++ b/source/processes/solidstate/phonon/src/G4LatticeManager.cc @@ -211,15 +211,16 @@ G4LatticeLogical* G4LatticeManager::GetLattice(G4Material* Mat) const { if (latFind != fLLatticeList.end()) { if (verboseLevel) G4cout << "G4LatticeManager::GetLattice found " << latFind->second - << " for " << (Mat?Mat->GetName():"NULL") << "." << G4endl; + << " for "<< (Mat ? Mat->GetName() : G4String("NULL")) << "." + << G4endl; return latFind->second; } if (verboseLevel) G4cerr << "G4LatticeManager:: Found no matching lattices for " - << (Mat?Mat->GetName():"NULL") << "." << G4endl; + << (Mat ? Mat->GetName() : G4String("NULL")) << "." << G4endl; - return 0; // No lattice associated with volume + return nullptr; // No lattice associated with volume } // Returns a pointer to the LatticePhysical associated with volume @@ -230,15 +231,16 @@ G4LatticePhysical* G4LatticeManager::GetLattice(G4VPhysicalVolume* Vol) const { if (latFind != fPLatticeList.end()) { if (verboseLevel) G4cout << "G4LatticeManager::GetLattice found " << latFind->second - << " for " << (Vol?Vol->GetName():"default") << "." << G4endl; + << " for " << (Vol ? Vol->GetName() : G4String("default")) << "." + << G4endl; return latFind->second; } if (verboseLevel) G4cerr << "G4LatticeManager::GetLattice found no matching lattices for " - << (Vol?Vol->GetName():"default") << "." << G4endl; + << (Vol ? Vol->GetName() : G4String("default")) << "." << G4endl; - return 0; // No lattice associated with volume + return nullptr; // No lattice associated with volume } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/track/History b/source/track/History index 2241563d47..fa35ec5850 100644 --- a/source/track/History +++ b/source/track/History @@ -6,6 +6,11 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-04-21 Gabriele Cosmo (track-V11-01-02) +- Fixed compilation error in G4VParticleChange on Windows VC++ with + C++20 Standard enabled. + Based on [GitHub PR#69](https://github.com/Geant4/geant4/pull/69). + ## 2023-09-12 Makoto Asai (track-V11-01-01) - Adding fSuspendAndWait to G4TrackStatus. - G4TrackStatus is mutable in G4Track so that it may be modified in stacking. diff --git a/source/track/src/G4VParticleChange.cc b/source/track/src/G4VParticleChange.cc index ad5a57b35c..7735d8c855 100644 --- a/source/track/src/G4VParticleChange.cc +++ b/source/track/src/G4VParticleChange.cc @@ -133,7 +133,7 @@ G4Step* G4VParticleChange::UpdateStepForPostStep(G4Step* Step) void G4VParticleChange::DumpInfo() const { auto vol = theCurrentTrack->GetVolume(); - G4String vname = (nullptr == vol) ? "" : vol->GetName(); + G4String vname = (nullptr == vol) ? G4String("") : vol->GetName(); G4long olprc = G4cout.precision(8); G4cout << " -----------------------------------------------" << G4endl; G4cout << " G4VParticleChange Information " << G4endl; diff --git a/source/visualization/Qt3D/History b/source/visualization/Qt3D/History index bb41b2fcef..5db639d3d9 100644 --- a/source/visualization/Qt3D/History +++ b/source/visualization/Qt3D/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-03-13 Gabriele Cosmo (visQt3D-V11-01-08) +- Fixed compilation error on Windows for ambiguous string assignment in + G4Qt3DSceneHandler::CreateNewNode(). + ## 2023-10-14 John Allison (visQt3D-V11-01-07) - G4Qt3DSceneHandler.cc: Add dummy normal line attributes - Qt6 seems to require!! - I am puzzled - why do lines need normals? diff --git a/source/visualization/Qt3D/src/G4Qt3DSceneHandler.cc b/source/visualization/Qt3D/src/G4Qt3DSceneHandler.cc index aadd61b9f5..01254e1596 100644 --- a/source/visualization/Qt3D/src/G4Qt3DSceneHandler.cc +++ b/source/visualization/Qt3D/src/G4Qt3DSceneHandler.cc @@ -149,7 +149,7 @@ G4Qt3DQEntity* G4Qt3DSceneHandler::CreateNewNode() if (fReadyForTransients) { // All transients hang from this node newNode = new G4Qt3DQEntity(fpTransientObjects); - G4String name = fpModel? fpModel->GetGlobalTag(): "User"; + G4String name = fpModel? fpModel->GetGlobalTag(): G4String("User"); newNode->setObjectName(name.c_str()); return newNode; } diff --git a/source/visualization/Vtk/History b/source/visualization/Vtk/History index cc6eb4f474..4f060e6108 100644 --- a/source/visualization/Vtk/History +++ b/source/visualization/Vtk/History @@ -6,7 +6,22 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- -## 2023--07 Stewart Boogert (visVtk-V11-01-15) +## 2024-03-25 Gabriele Cosmo (visVtk-V11-01-16) +- Use angle brackets <> for external Vtk package headers inclusion in + G4VVtkPipeline.hh. + +## 2024-03-20 Stewart Boogert +- Fixed Ubuntu 22 & VTK 9.1 compilation error + +## 2024-03-18 Gabriele Cosmo +- Porting code to compile on Windows Visual-Studio: + - Protected use of GNU pragmas in code. + - Removed explicit symbol export for G4VtkInteractorStyle and + vtkTensorGlyphColor types. + - Consistently use system includes with angle brackets <> for external + Vtk package. + +## 2023-11-07 Stewart Boogert (visVtk-V11-01-15) - Fixed missing circles in rendering (introduced in visVTK-V11-01-13) ## 2023-11-03 Ben Morgan (visVTK-V11-01-14) diff --git a/source/visualization/Vtk/include/private/G4VVtkPipeline.hh b/source/visualization/Vtk/include/private/G4VVtkPipeline.hh index 6ad97d2842..2a45daa61a 100644 --- a/source/visualization/Vtk/include/private/G4VVtkPipeline.hh +++ b/source/visualization/Vtk/include/private/G4VVtkPipeline.hh @@ -32,7 +32,8 @@ #include "G4VisAttributes.hh" #include "G4VtkVisContext.hh" -#include "vtkRenderer.h" +#include +#include namespace std { diff --git a/source/visualization/Vtk/include/private/G4VtkClipClosedSurfacePipeline.hh b/source/visualization/Vtk/include/private/G4VtkClipClosedSurfacePipeline.hh index 14a4441f23..7f11baa893 100644 --- a/source/visualization/Vtk/include/private/G4VtkClipClosedSurfacePipeline.hh +++ b/source/visualization/Vtk/include/private/G4VtkClipClosedSurfacePipeline.hh @@ -28,7 +28,7 @@ #include "G4VVtkPipeline.hh" -#include "vtkSmartPointer.h" +#include class G4VtkVisContext; diff --git a/source/visualization/Vtk/include/private/G4VtkClipOpenPipeline.hh b/source/visualization/Vtk/include/private/G4VtkClipOpenPipeline.hh index 68fa1fe091..47dfac94fe 100644 --- a/source/visualization/Vtk/include/private/G4VtkClipOpenPipeline.hh +++ b/source/visualization/Vtk/include/private/G4VtkClipOpenPipeline.hh @@ -28,7 +28,7 @@ #include "G4VVtkPipeline.hh" -#include "vtkSmartPointer.h" +#include class G4VtkVisContext; diff --git a/source/visualization/Vtk/include/private/G4VtkImagePipeline.hh b/source/visualization/Vtk/include/private/G4VtkImagePipeline.hh index a4c2ed3888..f6b578c48c 100644 --- a/source/visualization/Vtk/include/private/G4VtkImagePipeline.hh +++ b/source/visualization/Vtk/include/private/G4VtkImagePipeline.hh @@ -30,10 +30,10 @@ #include "G4Types.hh" #include "G4VVtkPipeline.hh" -#include "vtkImageData.h" -#include "vtkImageReader2.h" -#include "vtkImageReader2Factory.h" -#include "vtkSmartPointer.h" +#include +#include +#include +#include #include diff --git a/source/visualization/Vtk/include/private/G4VtkInteractorStyle.hh b/source/visualization/Vtk/include/private/G4VtkInteractorStyle.hh index 9d7903a031..9a277a0737 100644 --- a/source/visualization/Vtk/include/private/G4VtkInteractorStyle.hh +++ b/source/visualization/Vtk/include/private/G4VtkInteractorStyle.hh @@ -30,12 +30,12 @@ #define G4VTKINTERACTORSTYLE_HH #include "G4ios.hh" -#include "vtkInteractionStyleModule.h" // For export macro -#include "vtkInteractorStyleMultiTouchCamera.h" +#include // For export macro +#include #include // Define interaction style -class VTKINTERACTIONSTYLE_EXPORT G4VtkInteractorStyle : public vtkInteractorStyleMultiTouchCamera +class G4VtkInteractorStyle : public vtkInteractorStyleMultiTouchCamera { public: static G4VtkInteractorStyle* New(); diff --git a/source/visualization/Vtk/include/private/G4VtkPolydataPipeline.hh b/source/visualization/Vtk/include/private/G4VtkPolydataPipeline.hh index a3c7abcc5b..404b75947a 100644 --- a/source/visualization/Vtk/include/private/G4VtkPolydataPipeline.hh +++ b/source/visualization/Vtk/include/private/G4VtkPolydataPipeline.hh @@ -29,7 +29,7 @@ #include "G4Point3D.hh" #include "G4VVtkPipeline.hh" -#include "vtkSmartPointer.h" +#include #include diff --git a/source/visualization/Vtk/include/private/G4VtkSceneHandler.hh b/source/visualization/Vtk/include/private/G4VtkSceneHandler.hh index 5885bc319f..6f5fe7297c 100644 --- a/source/visualization/Vtk/include/private/G4VtkSceneHandler.hh +++ b/source/visualization/Vtk/include/private/G4VtkSceneHandler.hh @@ -40,38 +40,44 @@ #include #include +#ifndef WIN32 #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wextra-semi" -#include "vtkActor.h" -#include "vtkBillboardTextActor3D.h" -#include "vtkCleanPolyData.h" -#include "vtkDoubleArray.h" -#include "vtkFeatureEdges.h" -#include "vtkFollower.h" -#include "vtkGlyph2D.h" -#include "vtkGlyph3D.h" -#include "vtkImageData.h" -#include "vtkLine.h" -#include "vtkMatrix4x4.h" -#include "vtkNamedColors.h" -#include "vtkOpenGLGPUVolumeRayCastMapper.h" -#include "vtkPointData.h" -#include "vtkPolyData.h" -#include "vtkPolyDataMapper.h" -#include "vtkPolyDataNormals.h" -#include "vtkProperty.h" -#include "vtkRegularPolygonSource.h" -#include "vtkScalarsToColors.h" -#include "vtkSmartPointer.h" -#include "vtkSphereSource.h" -#include "vtkTensorGlyph.h" -#include "vtkTensorGlyphColor.h" -#include "vtkTextActor.h" -#include "vtkTextProperty.h" -#include "vtkTriangleFilter.h" -#include "vtkVertexGlyphFilter.h" -#include "vtkVolume.h" +#endif + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef WIN32 #pragma GCC diagnostic pop +#endif class G4VtkSceneHandler : public G4VSceneHandler { diff --git a/source/visualization/Vtk/include/private/G4VtkStore.hh b/source/visualization/Vtk/include/private/G4VtkStore.hh index 9b89f73693..bcd7e69731 100644 --- a/source/visualization/Vtk/include/private/G4VtkStore.hh +++ b/source/visualization/Vtk/include/private/G4VtkStore.hh @@ -32,33 +32,33 @@ #include "G4Transform3D.hh" #include "G4ViewParameters.hh" -#include "vtkActor.h" -#include "vtkActor2D.h" -#include "vtkCellArray.h" -#include "vtkCellData.h" -#include "vtkCleanPolyData.h" -#include "vtkClipClosedSurface.h" -#include "vtkClipPolyData.h" -#include "vtkDataSetMapper.h" -#include "vtkDoubleArray.h" -#include "vtkFeatureEdges.h" -#include "vtkNamedColors.h" -#include "vtkPlane.h" -#include "vtkPlaneCollection.h" -#include "vtkPointData.h" -#include "vtkPoints.h" -#include "vtkPolyData.h" -#include "vtkPolyDataAlgorithm.h" -#include "vtkPolyDataMapper.h" -#include "vtkPolyDataMapper2D.h" -#include "vtkPolyDataNormals.h" -#include "vtkProperty.h" -#include "vtkRenderer.h" -#include "vtkStripper.h" -#include "vtkStructuredGrid.h" -#include "vtkTensorGlyphColor.h" -#include "vtkTriangleFilter.h" -#include "vtkVertexGlyphFilter.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include diff --git a/source/visualization/Vtk/include/private/G4VtkUnstructuredGridPipeline.hh b/source/visualization/Vtk/include/private/G4VtkUnstructuredGridPipeline.hh index 4c0c67760c..1c3f3ae0aa 100644 --- a/source/visualization/Vtk/include/private/G4VtkUnstructuredGridPipeline.hh +++ b/source/visualization/Vtk/include/private/G4VtkUnstructuredGridPipeline.hh @@ -32,14 +32,16 @@ #include "G4VVtkPipeline.hh" #include "G4PseudoScene.hh" -#include "vtkSmartPointer.h" -#include "vtkPoints.h" -#include "vtkCharArray.h" -#include "vtkDoubleArray.h" -#include "vtkUnstructuredGrid.h" -#include "vtkStaticCleanUnstructuredGrid.h" -#include "vtkLookupTable.h" -#include "vtkDiscretizableColorTransferFunction.h" +#include +#include +#include +#include +#include +#if VTK_MINOR_VERSION >= 2 +#include +#endif +#include +#include class vtkClipDataSet; class vtkDataSetMapper; @@ -171,7 +173,9 @@ class G4VtkUnstructuredGridPipeline : public G4VVtkPipeline vtkSmartPointer unstructuredGrid; std::vector> filters; // derived types can store filters in this vector +#if VTK_MINOR_VERSION >= 2 vtkSmartPointer clean; +#endif vtkSmartPointer clip; vtkSmartPointer mapper; vtkSmartPointer volumeMapper; diff --git a/source/visualization/Vtk/include/private/G4VtkUtility.hh b/source/visualization/Vtk/include/private/G4VtkUtility.hh index 4a822f13bd..a222e063fd 100644 --- a/source/visualization/Vtk/include/private/G4VtkUtility.hh +++ b/source/visualization/Vtk/include/private/G4VtkUtility.hh @@ -35,7 +35,7 @@ #include "G4Transform3D.hh" #include "G4Types.hh" -#include "vtkSmartPointer.h" +#include class vtkMatrix4x4; class vtkPlane; diff --git a/source/visualization/Vtk/include/private/G4VtkViewer.hh b/source/visualization/Vtk/include/private/G4VtkViewer.hh index 993c1195d0..c9551613c8 100644 --- a/source/visualization/Vtk/include/private/G4VtkViewer.hh +++ b/source/visualization/Vtk/include/private/G4VtkViewer.hh @@ -38,25 +38,30 @@ #include "G4VtkStore.hh" #include "G4VtkUtility.hh" +#ifndef WIN32 #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wextra-semi" -#include "vtkAutoInit.h" -#include "vtkCamera.h" -#include "vtkCameraOrientationWidget.h" -#include "vtkImplicitPlaneRepresentation.h" -#include "vtkImplicitPlaneWidget2.h" -#include "vtkInteractorStyleTerrain.h" -#include "vtkInteractorStyleTrackballCamera.h" -#include "vtkLight.h" -#include "vtkNew.h" -#include "vtkObject.h" -#include "vtkPlane.h" -#include "vtkRenderWindow.h" -#include "vtkRenderWindowInteractor.h" -#include "vtkRenderer.h" -#include "vtkTextActor.h" +#endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef WIN32 #pragma GCC diagnostic pop +#endif VTK_MODULE_INIT(vtkRenderingOpenGL2) VTK_MODULE_INIT(vtkInteractionStyle); diff --git a/source/visualization/Vtk/include/private/vtkTensorGlyphColor.h b/source/visualization/Vtk/include/private/vtkTensorGlyphColor.h index fca9fa2c9a..c910265a5f 100644 --- a/source/visualization/Vtk/include/private/vtkTensorGlyphColor.h +++ b/source/visualization/Vtk/include/private/vtkTensorGlyphColor.h @@ -84,10 +84,9 @@ #ifndef vtkTensorGlyphColor_h #define vtkTensorGlyphColor_h -#include "vtkFiltersCoreModule.h" // For export macro -#include "vtkPolyDataAlgorithm.h" +#include -class VTKFILTERSCORE_EXPORT vtkTensorGlyphColor : public vtkPolyDataAlgorithm +class vtkTensorGlyphColor : public vtkPolyDataAlgorithm { public: vtkTypeMacro(vtkTensorGlyphColor, diff --git a/source/visualization/Vtk/src/G4VtkClipClosedSurfacePipeline.cc b/source/visualization/Vtk/src/G4VtkClipClosedSurfacePipeline.cc index 5f4e454a9f..9476662d7f 100644 --- a/source/visualization/Vtk/src/G4VtkClipClosedSurfacePipeline.cc +++ b/source/visualization/Vtk/src/G4VtkClipClosedSurfacePipeline.cc @@ -28,15 +28,15 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkClipPolyData.h" -#include "vtkPlane.h" -#include "vtkPlaneCollection.h" -#include "vtkPolyDataAlgorithm.h" -#include "vtkPolyDataMapper.h" -#include "vtkPolyDataNormals.h" -#include "vtkProperty.h" -#include "vtkSmartPointer.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include #include G4VtkClipClosedSurfacePipeline::G4VtkClipClosedSurfacePipeline( diff --git a/source/visualization/Vtk/src/G4VtkClipOpenPipeline.cc b/source/visualization/Vtk/src/G4VtkClipOpenPipeline.cc index 2c85d8abf9..1a313af4ea 100644 --- a/source/visualization/Vtk/src/G4VtkClipOpenPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkClipOpenPipeline.cc @@ -28,14 +28,14 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkClipPolyData.h" -#include "vtkPlane.h" -#include "vtkPolyDataAlgorithm.h" -#include "vtkPolyDataMapper.h" -#include "vtkPolyDataNormals.h" -#include "vtkProperty.h" -#include "vtkSmartPointer.h" +#include +#include +#include +#include +#include +#include +#include +#include #include G4VtkClipOpenPipeline::G4VtkClipOpenPipeline(G4String nameIn, const G4VtkVisContext& vcIn, diff --git a/source/visualization/Vtk/src/G4VtkCutterPipeline.cc b/source/visualization/Vtk/src/G4VtkCutterPipeline.cc index 3597e5df30..751f000b3c 100644 --- a/source/visualization/Vtk/src/G4VtkCutterPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkCutterPipeline.cc @@ -29,13 +29,13 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkCutter.h" -#include "vtkPlane.h" -#include "vtkPolyDataAlgorithm.h" -#include "vtkPolyDataMapper.h" -#include "vtkProperty.h" -#include "vtkSmartPointer.h" +#include +#include +#include +#include +#include +#include +#include G4VtkCutterPipeline::G4VtkCutterPipeline(G4String nameIn, const G4VtkVisContext& vcIn, vtkSmartPointer filter, diff --git a/source/visualization/Vtk/src/G4VtkImagePipeline.cc b/source/visualization/Vtk/src/G4VtkImagePipeline.cc index f8e79b7dc9..9a4d99c0ad 100644 --- a/source/visualization/Vtk/src/G4VtkImagePipeline.cc +++ b/source/visualization/Vtk/src/G4VtkImagePipeline.cc @@ -31,15 +31,15 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkImageActor.h" -#include "vtkImageAlgorithm.h" -#include "vtkImageMapper3D.h" -#include "vtkImageProperty.h" -#include "vtkImageReader2.h" -#include "vtkImageReader2Factory.h" -#include "vtkMatrix4x4.h" -#include "vtkSmartPointer.h" -#include "vtkImageFlip.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include G4VtkImagePipeline::G4VtkImagePipeline(const G4String& nameIn, const G4VtkVisContext& vcIn) : G4VVtkPipeline(nameIn, "G4VtkImagePipeline", vcIn, false, vcIn.fViewer->renderer) diff --git a/source/visualization/Vtk/src/G4VtkMessenger.cc b/source/visualization/Vtk/src/G4VtkMessenger.cc index 888efd92f3..12757b5956 100644 --- a/source/visualization/Vtk/src/G4VtkMessenger.cc +++ b/source/visualization/Vtk/src/G4VtkMessenger.cc @@ -35,7 +35,7 @@ #include "G4VtkSceneHandler.hh" #include "G4VtkViewer.hh" -#include "vtkObject.h" +#include G4VtkMessenger* G4VtkMessenger::fpInstance = nullptr; diff --git a/source/visualization/Vtk/src/G4VtkOffscreenViewer.cc b/source/visualization/Vtk/src/G4VtkOffscreenViewer.cc index 91a17c5292..6591e39e5c 100644 --- a/source/visualization/Vtk/src/G4VtkOffscreenViewer.cc +++ b/source/visualization/Vtk/src/G4VtkOffscreenViewer.cc @@ -27,8 +27,8 @@ #include "G4VtkSceneHandler.hh" #include "G4VSceneHandler.hh" -#include "vtkWindowToImageFilter.h" -#include "vtkPNGWriter.h" +#include +#include G4VtkOffscreenViewer::G4VtkOffscreenViewer(G4VSceneHandler& sceneHandler, const G4String& name) : G4VtkViewer(sceneHandler, name) diff --git a/source/visualization/Vtk/src/G4VtkPolydataInstanceAppendPipeline.cc b/source/visualization/Vtk/src/G4VtkPolydataInstanceAppendPipeline.cc index 2c16b635d0..2511ca9c98 100644 --- a/source/visualization/Vtk/src/G4VtkPolydataInstanceAppendPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkPolydataInstanceAppendPipeline.cc @@ -28,16 +28,16 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkAppendPolyData.h" -#include "vtkDataArray.h" -#include "vtkDoubleArray.h" -#include "vtkGeneralTransform.h" -#include "vtkPointData.h" -#include "vtkPolyData.h" -#include "vtkPolyDataMapper.h" -#include "vtkProperty.h" -#include "vtkTransformPolyDataFilter.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include std::size_t G4VtkPolydataInstanceAppendPipeline::MakeHash(const G4Polyhedron& polyhedron, const G4VtkVisContext& vc) diff --git a/source/visualization/Vtk/src/G4VtkPolydataInstanceBakePipeline.cc b/source/visualization/Vtk/src/G4VtkPolydataInstanceBakePipeline.cc index e32753c50f..bcc3651b6a 100644 --- a/source/visualization/Vtk/src/G4VtkPolydataInstanceBakePipeline.cc +++ b/source/visualization/Vtk/src/G4VtkPolydataInstanceBakePipeline.cc @@ -28,13 +28,13 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkDataArray.h" -#include "vtkDoubleArray.h" -#include "vtkPointData.h" -#include "vtkPolyData.h" -#include "vtkPolyDataMapper.h" -#include "vtkProperty.h" +#include +#include +#include +#include +#include +#include +#include std::size_t G4VtkPolydataInstanceBakePipeline::MakeHash(const G4Polyhedron& polyhedron, const G4VtkVisContext& vc) diff --git a/source/visualization/Vtk/src/G4VtkPolydataInstancePipeline.cc b/source/visualization/Vtk/src/G4VtkPolydataInstancePipeline.cc index a6c9d5d8d7..87f217eb4d 100644 --- a/source/visualization/Vtk/src/G4VtkPolydataInstancePipeline.cc +++ b/source/visualization/Vtk/src/G4VtkPolydataInstancePipeline.cc @@ -25,8 +25,8 @@ #include "G4VtkPolydataInstancePipeline.hh" -#include "vtkDoubleArray.h" -#include "vtkPoints.h" +#include +#include G4VtkPolydataInstancePipeline::G4VtkPolydataInstancePipeline(G4String nameIn, const G4VtkVisContext& vcIn) diff --git a/source/visualization/Vtk/src/G4VtkPolydataInstanceTensorPipeline.cc b/source/visualization/Vtk/src/G4VtkPolydataInstanceTensorPipeline.cc index b8d74bc183..5256e71f46 100644 --- a/source/visualization/Vtk/src/G4VtkPolydataInstanceTensorPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkPolydataInstanceTensorPipeline.cc @@ -28,14 +28,14 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkDataArray.h" -#include "vtkDoubleArray.h" -#include "vtkPointData.h" -#include "vtkPolyData.h" -#include "vtkPolyDataMapper.h" -#include "vtkProperty.h" -#include "vtkTensorGlyphColor.h" +#include +#include +#include +#include +#include +#include +#include +#include std::size_t G4VtkPolydataInstanceTensorPipeline::MakeHash(const G4Polyhedron& polyhedron, const G4VtkVisContext& vc) diff --git a/source/visualization/Vtk/src/G4VtkPolydataPipeline.cc b/source/visualization/Vtk/src/G4VtkPolydataPipeline.cc index 68d53231c7..ac183e7f37 100644 --- a/source/visualization/Vtk/src/G4VtkPolydataPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkPolydataPipeline.cc @@ -33,15 +33,15 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkCleanPolyData.h" -#include "vtkLine.h" -#include "vtkMatrix4x4.h" -#include "vtkPolyDataAlgorithm.h" -#include "vtkPolyDataMapper.h" -#include "vtkPolyDataNormals.h" -#include "vtkProperty.h" -#include "vtkTriangleFilter.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include std::size_t G4VtkPolydataPipeline::MakeHash(const G4Polyhedron& polyhedron, const G4VtkVisContext& vc) diff --git a/source/visualization/Vtk/src/G4VtkPolydataPolygonPipeline.cc b/source/visualization/Vtk/src/G4VtkPolydataPolygonPipeline.cc index 10222f7c37..bff8401fec 100644 --- a/source/visualization/Vtk/src/G4VtkPolydataPolygonPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkPolydataPolygonPipeline.cc @@ -29,11 +29,11 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkPolyDataMapper.h" -#include "vtkProperty.h" -#include "vtkRegularPolygonSource.h" -#include "vtkVertexGlyphFilter.h" +#include +#include +#include +#include +#include std::size_t G4VtkPolydataPolygonPipeline::MakeHash(const G4VisAttributes* pVA) { diff --git a/source/visualization/Vtk/src/G4VtkPolydataPolyline2DPipeline.cc b/source/visualization/Vtk/src/G4VtkPolydataPolyline2DPipeline.cc index 9694b390c7..577f79b06c 100644 --- a/source/visualization/Vtk/src/G4VtkPolydataPolyline2DPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkPolydataPolyline2DPipeline.cc @@ -30,15 +30,15 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkActor2D.h" -#include "vtkCoordinate.h" -#include "vtkLine.h" -#include "vtkPolyDataAlgorithm.h" -#include "vtkPolyDataMapper.h" -#include "vtkPolyDataMapper2D.h" -#include "vtkProperty.h" -#include "vtkProperty2D.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include std::size_t G4VtkPolydataPolyline2DPipeline::MakeHash(const G4VisAttributes* pVA) { diff --git a/source/visualization/Vtk/src/G4VtkPolydataPolylinePipeline.cc b/source/visualization/Vtk/src/G4VtkPolydataPolylinePipeline.cc index 0972ad0761..b7ae797781 100644 --- a/source/visualization/Vtk/src/G4VtkPolydataPolylinePipeline.cc +++ b/source/visualization/Vtk/src/G4VtkPolydataPolylinePipeline.cc @@ -27,8 +27,8 @@ #include "G4VisAttributes.hh" -#include "vtkActor.h" -#include "vtkProperty.h" +#include +#include std::size_t G4VtkPolydataPolylinePipeline::MakeHash(const G4VisAttributes* pVA) { diff --git a/source/visualization/Vtk/src/G4VtkPolydataSpherePipeline.cc b/source/visualization/Vtk/src/G4VtkPolydataSpherePipeline.cc index 7aa9755a54..5252f99f89 100644 --- a/source/visualization/Vtk/src/G4VtkPolydataSpherePipeline.cc +++ b/source/visualization/Vtk/src/G4VtkPolydataSpherePipeline.cc @@ -29,10 +29,10 @@ #include "G4VtkViewer.hh" #include "G4VtkVisContext.hh" -#include "vtkActor.h" -#include "vtkPolyDataMapper.h" -#include "vtkProperty.h" -#include "vtkVertexGlyphFilter.h" +#include +#include +#include +#include std::size_t G4VtkPolydataSpherePipeline::MakeHash(const G4VisAttributes* pVA) { diff --git a/source/visualization/Vtk/src/G4VtkQtViewer.cc b/source/visualization/Vtk/src/G4VtkQtViewer.cc index 52c0bb3f26..6dde36f828 100644 --- a/source/visualization/Vtk/src/G4VtkQtViewer.cc +++ b/source/visualization/Vtk/src/G4VtkQtViewer.cc @@ -34,24 +34,24 @@ #include "G4VtkQtSceneHandler.hh" #include "G4VtkUtility.hh" -#include "qcoreapplication.h" -#include "qlabel.h" -#include "qlayout.h" -#include "qlineedit.h" -#include "qopenglcontext.h" -#include "qpushbutton.h" -#include "qthread.h" -#include "qtreewidget.h" -#include "vtkActor.h" -#include "vtkCamera.h" -#include "vtkCylinderSource.h" -#include "vtkGenericOpenGLRenderWindow.h" -#include "vtkNamedColors.h" -#include "vtkNew.h" -#include "vtkPolyDataMapper.h" -#include "vtkProperty.h" -#include "vtkRenderer.h" -#include "vtkVersion.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include diff --git a/source/visualization/Vtk/src/G4VtkSceneHandler.cc b/source/visualization/Vtk/src/G4VtkSceneHandler.cc index cd872d68df..0f8e16b537 100644 --- a/source/visualization/Vtk/src/G4VtkSceneHandler.cc +++ b/source/visualization/Vtk/src/G4VtkSceneHandler.cc @@ -51,10 +51,10 @@ #include "G4VtkStore.hh" #include "G4VtkVisContext.hh" -#include "vtkColorTransferFunction.h" -#include "vtkContourValues.h" -#include "vtkPiecewiseFunction.h" -#include "vtkVolumeProperty.h" +#include +#include +#include +#include #include diff --git a/source/visualization/Vtk/src/G4VtkStore.cc b/source/visualization/Vtk/src/G4VtkStore.cc index f7d0e0ad48..c81529d837 100644 --- a/source/visualization/Vtk/src/G4VtkStore.cc +++ b/source/visualization/Vtk/src/G4VtkStore.cc @@ -57,22 +57,28 @@ #include "G4VtkTextPipeline.hh" #include "G4VtkUnstructuredGridPipeline.hh" +#ifndef WIN32 #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wextra-semi" -#include "vtkNew.h" -#include "vtkSmartPointer.h" -#include "vtkBillboardTextActor3D.h" -#include "vtkLine.h" -#include "vtkMatrix3x3.h" -#include "vtkOBJReader.h" -#include "vtkPLYReader.h" -#include "vtkSTLReader.h" -#include "vtkPolyDataReader.h" -#include "vtkProperty.h" -#include "vtkProperty2D.h" -#include "vtkRegularPolygonSource.h" -#include "vtkTextProperty.h" +#endif + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef WIN32 #pragma GCC diagnostic pop +#endif G4VtkStore::G4VtkStore(G4String nameIn) : name(nameIn) {} diff --git a/source/visualization/Vtk/src/G4VtkText2DPipeline.cc b/source/visualization/Vtk/src/G4VtkText2DPipeline.cc index bd3e3c80e1..fcde5bc9cf 100644 --- a/source/visualization/Vtk/src/G4VtkText2DPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkText2DPipeline.cc @@ -32,8 +32,8 @@ #include "G4VisAttributes.hh" #include "G4VtkViewer.hh" -#include "vtkTextActor.h" -#include "vtkTextProperty.h" +#include +#include std::size_t G4VtkText2DPipeline::MakeHash(const G4Text& text, const G4VtkVisContext& /*vc*/, const G4VisAttributes* pVA) diff --git a/source/visualization/Vtk/src/G4VtkTextPipeline.cc b/source/visualization/Vtk/src/G4VtkTextPipeline.cc index 5d20b3145e..3f60947f25 100644 --- a/source/visualization/Vtk/src/G4VtkTextPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkTextPipeline.cc @@ -32,8 +32,8 @@ #include "G4VisAttributes.hh" #include "G4VtkViewer.hh" -#include "vtkBillboardTextActor3D.h" -#include "vtkTextProperty.h" +#include +#include std::size_t G4VtkTextPipeline::MakeHash(const G4Text& text, const G4VtkVisContext& /*vc*/, const G4VisAttributes* pVA) diff --git a/source/visualization/Vtk/src/G4VtkUnstructuredGridPipeline.cc b/source/visualization/Vtk/src/G4VtkUnstructuredGridPipeline.cc index e5436261ae..5960ccee66 100644 --- a/source/visualization/Vtk/src/G4VtkUnstructuredGridPipeline.cc +++ b/source/visualization/Vtk/src/G4VtkUnstructuredGridPipeline.cc @@ -23,27 +23,27 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** -#include "vtkPoints.h" -#include "vtkCellArray.h" -#include "vtkCharArray.h" -#include "vtkUnstructuredGrid.h" -#include "vtkDataSetMapper.h" -#include "vtkUnstructuredGridVolumeMapper.h" -#include "vtkUnstructuredGridVolumeRayCastMapper.h" -#include "vtkUnstructuredGridVolumeZSweepMapper.h" -#include "vtkOpenGLProjectedTetrahedraMapper.h" -#include "vtkActor.h" -#include "vtkColorTransferFunction.h" -#include "vtkPiecewiseFunction.h" -#include "vtkLookupTable.h" -#include "vtkVolumeProperty.h" -#include "vtkVolume.h" -#include "vtkNew.h" -#include "vtkTetra.h" -#include "vtkVoxel.h" -// #include "vtkCleanUnstructuredGrid.h" -#include "vtkDataSetTriangleFilter.h" -#include "vtkClipDataSet.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +// #include +#include +#include #include "G4VtkUnstructuredGridPipeline.hh" #include "G4VtkVisContext.hh" diff --git a/source/visualization/Vtk/src/G4VtkUtility.cc b/source/visualization/Vtk/src/G4VtkUtility.cc index f1efef0ceb..fa71d3ac62 100644 --- a/source/visualization/Vtk/src/G4VtkUtility.cc +++ b/source/visualization/Vtk/src/G4VtkUtility.cc @@ -32,8 +32,8 @@ #include "G4Transform3D.hh" #include "G4Colour.hh" -#include "vtkMatrix4x4.h" -#include "vtkPlane.h" +#include +#include vtkSmartPointer G4Transform3DToVtkMatrix4x4(const G4Transform3D& g4Trans) { diff --git a/source/visualization/Vtk/src/G4VtkViewer.cc b/source/visualization/Vtk/src/G4VtkViewer.cc index 6c09a7f2ae..9d4cb61f6d 100644 --- a/source/visualization/Vtk/src/G4VtkViewer.cc +++ b/source/visualization/Vtk/src/G4VtkViewer.cc @@ -27,6 +27,8 @@ #include "G4VtkViewer.hh" +#include + #include "G4Transform3D.hh" #include "G4VSceneHandler.hh" #include "G4VtkCutterPipeline.hh" @@ -38,43 +40,43 @@ #include "G4VtkUtility.hh" #include "G4VtkVisContext.hh" -#include "vtk3DSImporter.h" -#include "vtkBMPWriter.h" -#include "vtkIVExporter.h" // open inventor -#include "vtkImageWriter.h" -#include "vtkImplicitPlaneRepresentation.h" -#include "vtkImplicitPlaneWidget2.h" -#include "vtkJPEGWriter.h" -#include "vtkLightCollection.h" -#include "vtkOBJExporter.h" -#include "vtkOBJImporter.h" -#include "vtkGLTFExporter.h" -#include "vtkOOGLExporter.h" -#include "vtkJSONRenderWindowExporter.h" -#include "vtkVtkJSSceneGraphSerializer.h" -//#include "vtkBufferedArchiver.h" -#include "vtkPNGWriter.h" -#include "vtkPNMWriter.h" -#include "vtkPOVExporter.h" -#include "vtkPostScriptWriter.h" -#include "vtkRIBExporter.h" // Renderman -#include "vtkRendererCollection.h" -#include "vtkSingleVTPExporter.h" -#include "vtkTIFFWriter.h" -#include "vtkVRMLExporter.h" -#include "vtkVRMLImporter.h" -#include "vtkWindowToImageFilter.h" -#include "vtkX3DExporter.h" +#include +#include +#include // open inventor +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +//#include +#include +#include +#include +#include +#include // Renderman +#include +#include +#include +#include +#include +#include +#include // Readers (vtkDataReader) -#include "vtkCameraPass.h" -#include "vtkOpenGLRenderer.h" -#include "vtkRenderPass.h" -#include "vtkRenderPassCollection.h" -#include "vtkSequencePass.h" -#include "vtkShadowMapBakerPass.h" -#include "vtkShadowMapPass.h" +#include +#include +#include +#include +#include +#include +#include G4VtkViewer::G4VtkViewer(G4VSceneHandler& sceneHandler, const G4String& name) : G4VViewer(sceneHandler, sceneHandler.IncrementViewCount(), name) @@ -177,7 +179,7 @@ void G4VtkViewer::SetView() vtkCamera* activeCamera = renderer->GetActiveCamera(); activeCamera->SetFocalPoint(targetPosition.x(), targetPosition.y(), targetPosition.z()); - activeCamera->SetViewAngle(2*fieldHalfAngle / M_PI * 180); + activeCamera->SetViewAngle(2*fieldHalfAngle / CLHEP::pi * 180); activeCamera->SetPosition(cameraPosition.x(), cameraPosition.y(), cameraPosition.z()); activeCamera->SetParallelScale(cameraDistance / zoomFactor); @@ -702,9 +704,9 @@ void G4VtkViewer::AddImageOverlay(const G4String& fileName, const G4double alpha G4cout << xScale << " " << yScale << G4endl; auto transformation = G4Transform3D::Identity; auto scal = G4Scale3D(xScale, yScale, 1); - auto rotx = G4RotateX3D(rotation[0]/180*M_PI); - auto roty = G4RotateY3D(rotation[1]/180*M_PI); - auto rotz = G4RotateZ3D(rotation[2]/180*M_PI); + auto rotx = G4RotateX3D(rotation[0]/180*CLHEP::pi); + auto roty = G4RotateY3D(rotation[1]/180*CLHEP::pi); + auto rotz = G4RotateZ3D(rotation[2]/180*CLHEP::pi); auto tranImg = G4Translate3D( -std::fabs(imageBottomLeft[0] + imageTopRight[0]) / 2.0, -std::fabs(imageBottomLeft[1] + imageTopRight[1]) / 2.0, 0); diff --git a/source/visualization/Vtk/src/vtkTensorGlyphColor.cxx b/source/visualization/Vtk/src/vtkTensorGlyphColor.cxx index ea76a2e959..06d98d7204 100644 --- a/source/visualization/Vtk/src/vtkTensorGlyphColor.cxx +++ b/source/visualization/Vtk/src/vtkTensorGlyphColor.cxx @@ -14,20 +14,20 @@ =========================================================================*/ #include "vtkTensorGlyphColor.h" -#include "vtkCell.h" -#include "vtkCellArray.h" -#include "vtkDataSet.h" -#include "vtkDoubleArray.h" -#include "vtkExecutive.h" -#include "vtkFloatArray.h" -#include "vtkInformation.h" -#include "vtkInformationVector.h" -#include "vtkMath.h" -#include "vtkObjectFactory.h" -#include "vtkPointData.h" -#include "vtkPolyData.h" -#include "vtkStreamingDemandDrivenPipeline.h" -#include "vtkTransform.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include vtkStandardNewMacro(vtkTensorGlyphColor) diff --git a/source/visualization/management/History b/source/visualization/management/History index fc9863dcc3..597a3c9868 100644 --- a/source/visualization/management/History +++ b/source/visualization/management/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-03-18 Gabriele Cosmo (visman-V11-01-33) +- G4VisExecutive.icc: fixed use of static symbol 'fVerbosity' and replaced + with call to dedicated static method, to avoid linkage problems on Windows. + ## 2023-11-12 John Allison (visman-V11-01-32) - G4VisExecutive.icc: - Add single line message "VTK: OpenGL-based drivers suppressed". diff --git a/source/visualization/management/include/G4VisExecutive.icc b/source/visualization/management/include/G4VisExecutive.icc index 515c6e5561..1764606449 100644 --- a/source/visualization/management/include/G4VisExecutive.icc +++ b/source/visualization/management/include/G4VisExecutive.icc @@ -483,7 +483,7 @@ G4VisExecutive::RegisterGraphicsSystems () { #ifdef G4VIS_USE_TOOLSSG_QT_GLES tsg_qt_gles->AddNickname("TSG"); # if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)) - if (fVerbosity >= startup) { + if (GetVerbosity() >= startup) { G4cout << " Qt6: Asking ToolsSG to stand in for OpenGL" << G4endl; tsg_qt_gles->AddNickname("OGL"); } @@ -505,7 +505,7 @@ G4VisExecutive::RegisterGraphicsSystems () { #endif #ifdef G4VIS_USE_VTK - if (fVerbosity >= startup) { + if (GetVerbosity() >= startup) { G4cout << " VTK: OpenGL-based drivers suppressed because of compatibility issues." << G4endl;